ssh-keygen -t rsa -b 4096 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
Last active
January 18, 2019 08:05
-
-
Save mosiyash/0097e4b8b3fe6c96998bcfde4372df26 to your computer and use it in GitHub Desktop.
Server.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
sudo add-apt-repository ppa:nilarimogard/webupd8 | |
sudo apt update | |
sudo apt install launchpad-getkeys | |
sudo launchpad-getkeys | |
sudo apt install python-software-properties software-properties-common | |
``` | |
```bash | |
sudo add-apt-repository ppa:ondrej/php && sudo apt update | |
sudo apt install php7.1 php7.1-fpm php7.1-opcache php7.1-zip php7.1-xmlrpc php7.1-xsl php7.1-mbstring php7.1-mcrypt php7.1-mysql php7.1-odbc php7.1-pgsql php7.1-pspell php7.1-readline php7.1-recode php7.1-snmp php7.1-soap php7.1-sqlite3 php7.1-sybase php7.1-tidy php7.1-xml php7.1-json php7.1-ldap php7.1-intl php7.1-interbase php7.1-imap php7.1-gmp php7.1-gd php7.1-enchant php7.1-dba php7.1-bz2 php7.1-bcmath php7.1-phpdbg php7.1-cgi php7.1-cli | |
``` | |
```bash | |
sudo add-apt-repository ppa:nginx | |
sudo apt update | |
sudo apt-install nginx | |
``` |
# https://github.com/tony/tmux-config
git clone --recursive https://github.com/tony/tmux-config.git ~/.tmux
ln -s ~/.tmux/.tmux.conf ~/.tmux.conf
cd ~/.tmux
git submodule init
git submodule update
cd ~/.tmux/vendor/tmux-mem-cpu-load
mkdir build; cd build
cmake ..
make
sudo make install
cd ~
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment