Last active
June 1, 2024 16:30
Revisions
-
sadfuzzy revised this gist
May 6, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ System: sudo apt-get install software-properties-common ncdu Git: sudo apt-get install git git-core -
sadfuzzy revised this gist
Jun 19, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -22,7 +22,7 @@ sudo apt-get install zsh http://ohmyz.sh/ Rbenv: sudo apt-get install curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev libffi-dev git clone https://github.com/sstephenson/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build -
sadfuzzy revised this gist
Jun 19, 2016 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ System: sudo apt-get install software-properties-common Git: sudo apt-get install git git-core git config --global user.email "[email protected]" -
sadfuzzy revised this gist
Jun 18, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -19,7 +19,7 @@ sudo apt-get install zsh http://ohmyz.sh/ Rbenv: sudo apt-get install build-essential git clone https://github.com/sstephenson/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build -
sadfuzzy revised this gist
Aug 26, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -38,6 +38,9 @@ sudo apt-get install libpq-dev https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-14-04 gem install pg Htop: sudo apt-get install htop Apache Derby: http://tutorialforlinux.com/2014/12/18/how-to-install-apache-derby-on-ubuntu-14-04-trusty-lts-linux-easy-guide/ -
sadfuzzy revised this gist
Aug 26, 2015 . 1 changed file with 21 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,14 +15,20 @@ https://dashboard.heroku.com/account https://github.com/settings/ssh Zsh: sudo apt-get install zsh http://ohmyz.sh/ Rbenv: sudo apt-get install build-tessential git clone https://github.com/sstephenson/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build https://github.com/sstephenson/rbenv https://github.com/sstephenson/ruby-build Ruby: jruby: https://www.digitalocean.com/community/tutorials/java-ubuntu-apt-get-ru Rails: nodejs: https://www.digitalocean.com/community/tutorials/node-js-ubuntu-14-04-ru bower: ln -s /usr/bin/nodejs /usr/bin/node @@ -42,16 +48,28 @@ Popcorn Time: http://www.webupd8.org/2014/05/install-popcorn-time-in-ubuntu-or.html Vlc: https://www.videolan.org/vlc/ Heroku Toolbelt: wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh https://toolbelt.heroku.com/debian Dropbox: https://www.dropbox.com/install?os=lnx Yandex.Disk: echo "deb http://repo.yandex.ru/yandex-disk/deb/ stable main" | sudo tee -a /etc/apt/sources.list.d/yandex.list > /dev/null && wget http://repo.yandex.ru/yandex-disk/YANDEX-DISK-KEY.GPG -O- | sudo apt-key add - && sudo apt-get update && sudo apt-get install -y yandex-disk yandex-disk setup GUI: sudo add-apt-repository ppa:slytomcat/ppa sudo apt-get update sudo apt-get install yd-tools http://repo.yandex.ru/yandex-disk/ Skype: http://www.skype.com/ru/download-skype/skype-for-linux/ Indicators: sudo add-apt-repository ppa:caffeine-developers/caffeine-dev sudo add-apt-repository ppa:indicator-multiload/stable-daily sudo apt-get install caffeine indicator-multiload -
sadfuzzy revised this gist
Aug 25, 2015 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,15 @@ sudo apt-get install git git-core git config --global user.email "[email protected]" git config --global user.name "Denis Savitskiy" git config --global push.default simple https://github.com/settings/ssh ssh-keygen -t rsa -b 4096 -C "[email protected]" eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa Add keys: https://bitbucket.org/account/user/sadfuzzy/ssh-keys/ https://dashboard.heroku.com/account https://github.com/settings/ssh Zsh: -
sadfuzzy revised this gist
Aug 3, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Ruby: https://www.digitalocean.com/community/tutorials/java-ubuntu-apt-get-ru Rails: nodejs: https://www.digitalocean.com/community/tutorials/node-js-ubuntu-14-04-ru bower: ln -s /usr/bin/nodejs /usr/bin/node PostgreSQL: sudo apt-get install libpq-dev -
sadfuzzy revised this gist
Aug 3, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -14,6 +14,8 @@ https://github.com/sstephenson/rbenv Ruby: https://www.digitalocean.com/community/tutorials/java-ubuntu-apt-get-ru Rails: nodejs: https://www.digitalocean.com/community/tutorials/node-js-ubuntu-14-04-ru PostgreSQL: sudo apt-get install libpq-dev -
sadfuzzy revised this gist
Jul 21, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,9 @@ Ruby: https://www.digitalocean.com/community/tutorials/java-ubuntu-apt-get-ru PostgreSQL: sudo apt-get install libpq-dev https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-14-04 gem install pg Apache Derby: http://tutorialforlinux.com/2014/12/18/how-to-install-apache-derby-on-ubuntu-14-04-trusty-lts-linux-easy-guide/ -
sadfuzzy revised this gist
Jul 21, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,9 @@ https://github.com/sstephenson/rbenv Ruby: https://www.digitalocean.com/community/tutorials/java-ubuntu-apt-get-ru PostgreSQL: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-14-04 Apache Derby: http://tutorialforlinux.com/2014/12/18/how-to-install-apache-derby-on-ubuntu-14-04-trusty-lts-linux-easy-guide/ -
sadfuzzy renamed this gist
Jul 19, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sadfuzzy revised this gist
Jul 19, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,8 @@ Git: sudo apt-get install git git-core git config --global user.email "[email protected]" git config --global user.name "Denis Savitskiy" git config --global push.default simple https://github.com/settings/ssh Zsh: -
sadfuzzy revised this gist
Jul 19, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Apache Derby: http://tutorialforlinux.com/2014/12/18/how-to-install-apache-derby-on-ubuntu-14-04-trusty-lts-linux-easy-guide/ Telegram: https://desktop.telegram.org/ Popcorn Time: http://www.webupd8.org/2014/05/install-popcorn-time-in-ubuntu-or.html -
sadfuzzy revised this gist
Jul 18, 2015 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -6,8 +6,15 @@ Zsh: http://ohmyz.sh/ Rbenv: sudo apt-get install build-tessential https://github.com/sstephenson/rbenv Ruby: https://www.digitalocean.com/community/tutorials/java-ubuntu-apt-get-ru Apache Derby: http://tutorialforlinux.com/2014/12/18/how-to-install-apache-derby-on-ubuntu-14-04-trusty-lts-linux-easy-guide/ Telegram: http://askubuntu.com/questions/425716/how-to-install-and-use-telegram/456121#456121 -
sadfuzzy revised this gist
Jul 18, 2015 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,30 @@ Git: sudo apt-get install git git-core https://github.com/settings/ssh Zsh: http://ohmyz.sh/ Rbenv: https://github.com/sstephenson/rbenv Telegram: http://askubuntu.com/questions/425716/how-to-install-and-use-telegram/456121#456121 Popcorn Time: http://www.webupd8.org/2014/05/install-popcorn-time-in-ubuntu-or.html Vlc: https://www.videolan.org/vlc/download-ubuntu.html Heroku Toolbelt: https://toolbelt.heroku.com/debian Dropbox: https://www.dropbox.com/install?os=lnx Yandex.Disk: http://repo.yandex.ru/yandex-disk/ Skype: http://www.skype.com/ru/download-skype/skype-for-linux/ -
sadfuzzy created this gist
Jul 18, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ Git: sudo apt-get install git git-core https://github.com/settings/ssh Zsh: http://ohmyz.sh/ Rbenv: https://github.com/sstephenson/rbenv Telegram: http://askubuntu.com/questions/425716/how-to-install-and-use-telegram/456121#456121 Popcorn Time: http://www.webupd8.org/2014/05/install-popcorn-time-in-ubuntu-or.html Vlc: https://www.videolan.org/vlc/download-ubuntu.html Heroku Toolbelt: https://toolbelt.heroku.com/debian Dropbox: https://www.dropbox.com/install?os=lnx Yandex.Disk: http://repo.yandex.ru/yandex-disk/ Skype: http://www.skype.com/ru/download-skype/skype-for-linux/