Linux
zsh
Install zsh in Debian/Ubuntu apt install zsh Install OhMyZsh sh -c “$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)” See shell
Free DNS Hosting
Free DNS Hosting https://www.cloudflare.com https://desec.io – Open Source. Source code https://yandex.com/support/domain/domain/dns.html https://www.cloudns.net/ https://dns.he.net/ https://www.duckdns.org/ https://www.dynu.com/ https://www.luadns.com https://ns1.com – Developer plan with 1…
Configure Server Backup in R1Soft Backup Manager
After adding Server to R1Soft Server Backup Manager, you need to configure it. Test Connection Verify backup manager can connect to protected…
Installing r1soft server backup agent on Debian/Ubuntu
To install r1soft server backup agent on Ubuntu/Debian, add repository Install agent Install kernal headers Install kernal modules Verify backup agent works…
Set default PHP version in Ubuntu
To select default PHP version in Ubuntu, run update-alternatives –config php This will show a menu, you can select the default php…
Install Transmission torrent client on Ubuntu Server
To install transmission torrent client on Ubuntu, run apt install transmission-cli transmission-common transmission-daemon Before you can configure transmission-deamon, you need to stop…
Try Linux distro with out downloading ISO
You can try various linux distributions with out downloading ISO. To try, go to web site https://distrotest.net Find the linux distribition from…
run same command on multiple tmux panes
If you want to run same command on multiple servers, you can use tmux synchronize-panes feature. This will be useful when you…
tmux create new window on current directory
When you start a new window or split pane on tmux, it always start with the directory from where you run tmux…
Auto Attach to tmux session on SSH
To start tmux and attach to existing connection on SSH in, edit file vi ~/.bashrc Add if [[ “$TMUX” == “” ]]…