Skip to content

Instantly share code, notes, and snippets.

@sadfuzzy
Last active June 1, 2024 16:30

Revisions

  1. sadfuzzy revised this gist May 6, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    System:
    sudo apt-get install software-properties-common
    sudo apt-get install software-properties-common ncdu

    Git:
    sudo apt-get install git git-core
  2. sadfuzzy revised this gist Jun 19, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.txt
    Original 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 build-essential
    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
  3. sadfuzzy revised this gist Jun 19, 2016. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions setup.txt
    Original 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]"
  4. sadfuzzy revised this gist Jun 18, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.txt
    Original 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-tessential
    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
  5. sadfuzzy revised this gist Aug 26, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions setup.txt
    Original 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/

  6. sadfuzzy revised this gist Aug 26, 2015. 1 changed file with 21 additions and 3 deletions.
    24 changes: 21 additions & 3 deletions setup.txt
    Original 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:
    https://www.digitalocean.com/community/tutorials/java-ubuntu-apt-get-ru
    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/download-ubuntu.html
    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/
    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
  7. sadfuzzy revised this gist Aug 25, 2015. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions setup.txt
    Original 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:
  8. sadfuzzy revised this gist Aug 3, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions setup.txt
    Original 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
  9. sadfuzzy revised this gist Aug 3, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions setup.txt
    Original 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
  10. sadfuzzy revised this gist Jul 21, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions setup.txt
    Original 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/
  11. sadfuzzy revised this gist Jul 21, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions setup.txt
    Original 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/

  12. sadfuzzy renamed this gist Jul 19, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  13. sadfuzzy revised this gist Jul 19, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions setup.md
    Original 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:
  14. sadfuzzy revised this gist Jul 19, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion setup.md
    Original 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:
    http://askubuntu.com/questions/425716/how-to-install-and-use-telegram/456121#456121
    https://desktop.telegram.org/

    Popcorn Time:
    http://www.webupd8.org/2014/05/install-popcorn-time-in-ubuntu-or.html
  15. sadfuzzy revised this gist Jul 18, 2015. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions setup.md
    Original 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

  16. sadfuzzy revised this gist Jul 18, 2015. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions setup.md
    Original 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/
  17. sadfuzzy created this gist Jul 18, 2015.
    22 changes: 22 additions & 0 deletions setup.md
    Original 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/