Lucas Bürgy's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 21 / 62
raylee/tldr: Simplified and community-driven man pages https://github.com/raylee/tldr
Sat Nov 30 20:18:27 2019
QRCode
sudo curl -o /usr/bin/tldr https://raw.githubusercontent.com/raylee/tldr/master/tldr
sudo chmod +x /usr/bin/tldr
linux
Moving tmux pane to window - Unix & Linux Stack Exchange https://unix.stackexchange.com/questions/14300/moving-tmux-pane-to-window
Tue Nov 26 22:55:03 2019
QRCode
tmux
zsh-syntax-highlighting/INSTALL.md at master · zsh-users/zsh-syntax-highlighting https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md
Mon Nov 25 22:47:26 2019
QRCode

Oh-my-zsh

  1. Clone this repository in oh-my-zsh's plugins directory:

    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  2. Activate the plugin in ~/.zshrc:

    plugins=( [plugins...] zsh-syntax-highlighting)
  3. reload zsh

    source ~/.zshrc
oh-my-zsh zsh
moul/assh: make your ssh client smarter https://github.com/moul/assh#install
Mon Nov 25 21:32:46 2019
QRCode
go get -u moul.io/assh
go
Downloads - The Go Programming Language https://golang.org/dl/
Mon Nov 25 20:29:40 2019
QRCode

On peut tester avec :

go get github.com/golang/example/hello
%GOPATH%/bin/hello
hello
go
😎 Awesome lists about all kinds of interesting topics https://github.com/sindresorhus/awesome#readme
Mon Nov 25 18:02:39 2019
QRCode

awesome-shell
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.

awesome-selfhosted
A list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of hosting and managing applications instead of renting from Software-as-a-Service providers https://reddit.com/r/selfhosted

awesome-raspberry-pi
📝 A curated list of awesome Raspberry Pi tools, projects, images and resources https://awesome-rpi.netlify.com

awesome-vscode
🎨 A curated list of delightful VS Code packages and resources. https://viatsko.github.io/awesome-vscode

awesome-hyper
🖥 Delightful Hyper plugins, themes, and resources

awesome rpi vscode hyper
How to Change the Default Paste Setting in Microsoft Word https://www.howtogeek.com/155803/how-to-change-the-default-paste-setting-in-microsoft-word-2013/
Mon Nov 18 14:33:00 2019
QRCode
word
tmux /shaare/uRs-ow
Sat Nov 16 20:47:16 2019
QRCode

Install tmux

apt install tmux -y
cd ${HOME}
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local .

Edit the default theme

vim .tmux.conf.local

Change tmux_conf_theme_status_right

tmux_conf_theme_status_right='#{prefix}#{pairing} , #{loadavg} , %R , %d %b | #{username}#{root} | #{hostname} '

reload tmux

tmux source-file ~/.tmux.conf
tmux
zsh /shaare/Zi9Sag
Sat Nov 16 19:00:33 2019
QRCode
sudo apt update
sudo apt install zsh -y
zsh

appuyer sur 2

exit
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Ajouter des plugins

vi ~/.zshrc
plugins=(git tmux sudo z)

reload zsh

source ~/.zshrc

https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/vscode


Plugins oh-my-zsh: https://github.com/robbyrussell/oh-my-zsh
Autres plugins: https://github.com/unixorn/awesome-zsh-plugins

zsh
Nextcloud error /shaare/851vqw
Tue Nov 12 23:14:37 2019
QRCode

Erreur :

  • Syntax error or access violation: 1253 COLLATION 'utf8mb4_general_ci' is not valid for CHARACTER SET 'utf8'

Faire :

  • https://docs.nextcloud.com/server/17/admin_manual/configuration_database/mysql_4byte_support.html
  • https://help.nextcloud.com/t/solved-syntax-error-or-access-violation-1071-specified-key-was-too-long-max-key-length-is-767-bytes/34740

Ne pas oublier d'enlever le mode maintenance

sudo -u www-data php occ maintenance:mode --off
nextcloud mysql error
k4m4/terminals-are-sexy: 💥 A curated list of Terminal frameworks, plugins & resources for CLI lovers. https://github.com/k4m4/terminals-are-sexy
Mon Nov 11 14:16:38 2019
QRCode
terminal shell
Commandline Challenge https://cmdchallenge.com/#/current_working_directory
Mon Nov 11 14:16:25 2019
QRCode
alebcay/awesome-shell: A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php. https://github.com/alebcay/awesome-shell
Mon Nov 11 14:15:48 2019
QRCode
shell awesome
wting/autojump: A cd command that learns - easily navigate directories from the command line https://github.com/wting/autojump
Mon Nov 11 14:15:36 2019
QRCode
cd shell
moul/assh: make your ssh client smarter https://github.com/moul/assh
Mon Nov 11 14:13:50 2019
QRCode

Si vous gérez beaucoup de machines avec ssh, votre fichier de configuration (.ssh/config) peut vite devenir très compliqué et difficilement maintenable.

Le logiciel « assh » (pour advances ssh config) vous permet d’adresser ce problème de manière efficace.

ssh
https://perso.limsi.fr/pointal/_media/python:cours:abregepython.pdf https://perso.limsi.fr/pointal/_media/python:cours:abregepython.pdf
Sat Nov 9 17:28:00 2019
QRCode
cheatsheet python
https://perso.limsi.fr/pointal/_media/python:cours:mementopython3.pdf https://perso.limsi.fr/pointal/_media/python:cours:mementopython3.pdf
Sat Nov 9 17:27:47 2019
QRCode
cheatsheet python
AllTube Download https://www.alltubedownload.net/
Thu Nov 7 18:47:06 2019
QRCode
a_tester
awesome-selfhosted/awesome-selfhosted: A list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of hosting and managing applications instead of renting from Software-as-a-Service providers https://github.com/awesome-selfhosted/awesome-selfhosted
Thu Nov 7 18:18:26 2019
QRCode
awesome
Stop using ridiculously low DNS TTLs | Frank DENIS random thoughts. https://00f.net/2019/11/03/stop-using-low-dns-ttls/
Thu Nov 7 17:45:08 2019
QRCode

[Linux] Astuce pour unbound pour réduire drastiquement votre trafic DNS
TTL de 15 min dans unbound :

cache-min-ttl: 900
sudo service unbound restart

ttls-jointplot-simulated

article dns unbound
page 21 / 62
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn