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 characters
| cat > ~/.local/share/applications/ltbin.desktop | |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Version=1.0 | |
| Type=Application | |
| Name=Light Table | |
| Icon=ltbin | |
| Path=~/ | |
| Exec=light-table | |
| StartupNotify=false |
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 characters
| cd ~/repos | |
| git clone https://github.com/LightTable/LightTable.git | |
| cd LightTable | |
| bash linux_deps.sh | |
| ./deploy/LightTable | |
| ln -s ~/repos/LightTable/deploy/LightTable ~/bin/light-table |
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 characters
| java -version | |
| mkdir ~/bin | |
| cd ~/bin | |
| wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein | |
| chmod a+x ~/bin/lein | |
| ~/bin/lein |
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 characters
| sudo add-apt-repository ppa:staticfloat/juliareleases | |
| sudo apt-get update | |
| sudo apt-cache show julia | |
| sudo apt-get install julia julia-doc -y | |
| julia -E 'Pkg.update()' | |
| julia |
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 characters
| sudo apt-get -y install indicator-datetime indicator-messages indicator-power indicator-session |
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 characters
| cd ~/Downloads | |
| wget http://www.archimatetool.com/downloads/latest/Archi-lnx32_64-3.0.0.tar.gz | |
| # wget -c http://www.archimatetool.com/downloads/latest/Archi-lnx32_64-3.0.0.tar.gz | |
| tar xf Archi-lnx32_64-3.0.0.tar.gz | |
| ./Archi/Archi64 | |
| sudo mv ./Archi/ /opt/archi/ | |
| ln -s /opt/archi/Archi64 ~/bin/archi |
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 characters
| cat > ~/.local/share/applications/archi.desktop | |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Version=1.0 | |
| Type=Application | |
| Name=Archi | |
| Icon=Archi64 | |
| Path=/opt/archi/ | |
| Exec=Archi64 | |
| StartupNotify=false |
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 characters
| ssh-keygen | |
| ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host | |
| ssh remote-host |
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 characters
| ssh -t name@remote-host 'sudo shutdown -h now' |
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 characters
| #placeholder |
OlderNewer