Last active
October 19, 2023 08:10
-
-
Save thiagomgo/077aef9abdd5fd72299872e6a92c5f9a to your computer and use it in GitHub Desktop.
Revisions
-
thiagomgo revised this gist
Nov 23, 2020 . 1 changed file with 3 additions 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 @@ -39,7 +39,9 @@ sudo apt-get install -y vlc sudo apt-get install -y unace p7zip-rar sharutils rar arj lunzip lzip gdebi # Clipboard manager sudo add-apt-repository ppa:diodon-team/stable sudo apt-get update sudo apt-get install diodon # Tilix (drop-down terminal: tilix --quake) sudo add-apt-repository ppa:webupd8team/terminix -
thiagomgo revised this gist
Jan 16, 2018 . 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 @@ -179,3 +179,5 @@ cp /usr/share/applications/gitahead.desktop ~/Desktop wget http://download.dragondisk.com/dragondisk_1.0.5-0ubuntu_amd64.deb sudo gdebi dragondisk_1.0.5-0ubuntu_amd64.deb # If repeat key functionality doesn't work sudo echo "blacklist peaq_wmi" >> /etc/modprobe.d/blacklist.conf -
thiagomgo revised this gist
Jan 4, 2018 . 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 @@ -99,7 +99,7 @@ sudo apt install -y python-pip sudo pip install ' ansible==2.2.1' # Install useful packages sudo apt install -y curl wget jq make gcc git vim silversearcher-ag # Keepass 2 # Put plugins in /usr/lib/keepass2/Plugins/ or /usr/lib/keepass2/plugins/ -
thiagomgo revised this gist
Jan 4, 2018 . 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 @@ -99,7 +99,7 @@ sudo apt install -y python-pip sudo pip install ' ansible==2.2.1' # Install useful packages sudo apt install -y curl wget make gcc git vim silversearcher-ag # Keepass 2 # Put plugins in /usr/lib/keepass2/Plugins/ or /usr/lib/keepass2/plugins/ -
thiagomgo revised this gist
Jan 4, 2018 . 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 @@ -102,7 +102,7 @@ sudo pip install ' ansible==2.2.1' sudo apt install -y curl wget make gcc git vim # Keepass 2 # Put plugins in /usr/lib/keepass2/Plugins/ or /usr/lib/keepass2/plugins/ sudo apt-add-repository ppa:jtaylor/keepass sudo apt-add-repository ppa:dlech/keepass2-plugins sudo apt-get update -
thiagomgo revised this gist
Jan 3, 2018 . 1 changed file with 6 additions 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 @@ -173,4 +173,9 @@ cd GitAhead/ curl https://scitools.com/wp-content/themes/wordpress-bootstrap-child/assets/images/gitAhead/primary-logo-arrow.png -o primary-logo-arrow.png echo -e '[Desktop Entry]\n Version=1.0\n Name=GitAhead\n Exec=/opt/GitAhead/GitAhead\n Icon=/opt/GitAhead/primary-logo-arrow.png\n Type=Application\n Categories=Application;' | sudo tee /usr/share/applications/gitahead.desktop sudo chmod +x /usr/share/applications/gitahead.desktop cp /usr/share/applications/gitahead.desktop ~/Desktop # S3 Client wget http://download.dragondisk.com/dragondisk_1.0.5-0ubuntu_amd64.deb sudo gdebi dragondisk_1.0.5-0ubuntu_amd64.deb -
thiagomgo revised this gist
Jan 2, 2018 . 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 @@ -99,7 +99,7 @@ sudo apt install -y python-pip sudo pip install ' ansible==2.2.1' # Install useful packages sudo apt install -y curl wget make gcc git vim # Keepass 2 # Put plugins in /usr/lib/keepass2/Plugins/ -
thiagomgo revised this gist
Jan 2, 2018 . 1 changed file with 2 additions and 2 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 @@ -98,8 +98,8 @@ sudo apt install -y python-pip # Ansible sudo pip install ' ansible==2.2.1' # Install useful packages sudo apt install -y curl wget make gcc git # Keepass 2 # Put plugins in /usr/lib/keepass2/Plugins/ -
thiagomgo revised this gist
Jan 2, 2018 . 1 changed file with 10 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 @@ -129,6 +129,16 @@ sudo add-apt-repository ppa:wireshark-dev/stable sudo apt-get update sudo apt-get install wireshark # Strem.io wget "https://www.strem.io/download?platform=linux" -O stremio.tar.gz sudo mkdir /opt/stremio sudo wget https://www.macupdate.com/images/icons256/56058.png -O /opt/stremio/stremio.png sudo tar -vzxf stremio.tar.gz -C /opt/stremio/ sudo ln -sf /opt/stremio/Stremio.sh /usr/bin/stremio echo -e '[Desktop Entry]\n Version=1.0\n Name=stremio\n Exec=/opt/stremio/Stremio.sh\n Icon=/opt/stremio/stremio.png\n Type=Application\n Categories=Application' | sudo tee /usr/share/applications/stremio.desktop sudo chmod +x /usr/share/applications/stremio.desktop cp /usr/share/applications/stremio.desktop ~/Desktop # Popcorn (64 bit) wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-64.tar.xz -O popcorntime.tar.xz sudo tar Jxf popcorntime.tar.xz -C /opt/ -
thiagomgo revised this gist
Jan 2, 2018 . 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 @@ -39,7 +39,7 @@ sudo apt-get install -y vlc sudo apt-get install -y unace p7zip-rar sharutils rar arj lunzip lzip gdebi # Clipboard manager sudo apt-get install -y clipit # Tilix (drop-down terminal: tilix --quake) sudo add-apt-repository ppa:webupd8team/terminix -
thiagomgo revised this gist
Jan 2, 2018 . 1 changed file with 11 additions 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 @@ -153,4 +153,14 @@ cp /usr/share/applications/popcorntime.desktop ~/Desktop sudo apt install unity-tweak-tool # Install a default VPN Client sudo apt install -y network-manager-openvpn network-manager-openvpn-gnome # Install GitAhead sudo -i cd /opt/ sh GitAhead-2.0.2.sh cd GitAhead/ curl https://scitools.com/wp-content/themes/wordpress-bootstrap-child/assets/images/gitAhead/primary-logo-arrow.png -o primary-logo-arrow.png echo -e '[Desktop Entry]\n Version=1.0\n Name=GitAhead\n Exec=/opt/GitAhead/GitAhead\n Icon=/opt/GitAhead/primary-logo-arrow.png\n Type=Application\n Categories=Application;' | sudo tee /usr/share/applications/gitahead.desktop sudo chmod +x /usr/share/applications/gitahead.desktop cp /usr/share/applications/gitahead.desktop ~/Desktop -
thiagomgo revised this gist
Jan 2, 2018 . 1 changed file with 8 additions and 7 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 @@ -92,10 +92,14 @@ sudo gdebi skypeforlinux-64-alpha.deb # Hardinfo sudo apt-get install -y hardinfo # Install Python-pip sudo apt install -y python-pip # Ansible sudo pip install ' ansible==2.2.1' # Install util packages sudo apt install -y curl wget make gcc # Keepass 2 # Put plugins in /usr/lib/keepass2/Plugins/ @@ -149,7 +153,4 @@ cp /usr/share/applications/popcorntime.desktop ~/Desktop sudo apt install unity-tweak-tool # Install a default VPN Client sudo apt install -y network-manager-openvpn network-manager-openvpn-gnome -
thiagomgo revised this gist
Jan 2, 2018 . 1 changed file with 4 additions 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 @@ -149,4 +149,7 @@ cp /usr/share/applications/popcorntime.desktop ~/Desktop sudo apt install unity-tweak-tool # Install a default VPN Client sudo apt install -y network-manager-openvpn network-manager-openvpn-gnome # Install Python-pip sudo apt install -y python-pip -
thiagomgo revised this gist
Jan 2, 2018 . 1 changed file with 4 additions 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 @@ -146,4 +146,7 @@ cp /usr/share/applications/popcorntime.desktop ~/Área\ de\ Trabalho/ cp /usr/share/applications/popcorntime.desktop ~/Desktop # Customize the look and feel of Ubuntu 16.04 sudo apt install unity-tweak-tool # Install a default VPN Client sudo apt install -y network-manager-openvpn network-manager-openvpn-gnome -
thiagomgo revised this gist
Jan 2, 2018 . 1 changed file with 4 additions 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 @@ -143,4 +143,7 @@ sudo mv /opt/linux* /opt/popcorntime echo -e '[Desktop Entry]\n Version=1.0\n Name=popcorntime\n Exec=/opt/popcorntime/Popcorn-Time\n Icon=/opt/popcorntime/src/app/images/icon.png\n Type=Application\n Categories=Application' | sudo tee /usr/share/applications/popcorntime.desktop sudo chmod +x /usr/share/applications/popcorntime.desktop cp /usr/share/applications/popcorntime.desktop ~/Área\ de\ Trabalho/ cp /usr/share/applications/popcorntime.desktop ~/Desktop # Customize the look and feel of Ubuntu 16.04 sudo apt install unity-tweak-tool -
thiagomgo revised this gist
Jan 2, 2018 . 1 changed file with 4 additions and 2 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 @@ -68,9 +68,11 @@ wget https://github.com/gsantner/whatsie/releases/download/v2.1.0/whatsie-2.1.0- sudo gdebi whatsie-2.1.0-linux-amd64.deb # Sublime Text 3 wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - sudo apt-get install apt-transport-https echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list sudo apt-get update sudo apt-get install -y sublime-text # Remmina sudo apt-add-repository -y ppa:remmina-ppa-team/remmina-next -
thiagomgo revised this gist
Dec 30, 2017 . 1 changed file with 2 additions and 2 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 @@ -115,8 +115,8 @@ wget https://release.gitkraken.com/linux/gitkraken-amd64.deb sudo gdebi gitkraken-amd64.deb # Slack (64 bit) wget https://downloads.slack-edge.com/linux_releases/slack-desktop-3.0.2-amd64.deb sudo gdebi slack-desktop-3.0.2-amd64.deb # Wireshark sudo add-apt-repository ppa:wireshark-dev/stable -
thiagomgo revised this gist
Dec 30, 2017 . 1 changed file with 8 additions and 6 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 @@ -32,17 +32,19 @@ sudo apt-get install -y libdvdcss2 libdvdnav4 libdvdread4 # Install VLC sudo add-apt-repository ppa:videolan/stable-daily sudo apt-get update sudo apt-get install -y vlc # Rar and other archiving utilities sudo apt-get install -y unace p7zip-rar sharutils rar arj lunzip lzip gdebi # Clipboard manager sudo apt-get install -y parcellite # Tilix (drop-down terminal: tilix --quake) sudo add-apt-repository ppa:webupd8team/terminix sudo apt-get update sudo apt-get install -y tilix # QBittorrent Client sudo apt-get install -y qbittorrent @@ -101,7 +103,7 @@ sudo apt-get update sudo apt-get install -y keepass2 mono-complete keepass2-plugin-application-menu keepass2-plugin-application-indicator # Filezilla (FTP) sudo apt-get install -y filezilla # Shutter (Screenshot tool) sudo add-apt-repository -y ppa:shutter/ppa -
thiagomgo revised this gist
Dec 30, 2017 . 1 changed file with 4 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,7 @@ # Sudo without password sudo visudo username ALL=(ALL) NOPASSWD: ALL # At the end of the file # Get the latest updates sudo add-apt-repository universe sudo apt-get update -
thiagomgo revised this gist
Mar 30, 2017 . 1 changed file with 2 additions and 4 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 @@ -58,10 +58,8 @@ http://download.teamviewer.com/download/teamviewer_i386.deb sudo gdebi teamviewer_11.0.xxxxx_i386.deb # Whatsie wget https://github.com/gsantner/whatsie/releases/download/v2.1.0/whatsie-2.1.0-linux-amd64.deb sudo gdebi whatsie-2.1.0-linux-amd64.deb # Sublime Text 3 sudo add-apt-repository ppa:webupd8team/sublime-text-3 -
thiagomgo revised this gist
Mar 29, 2017 . 1 changed file with 2 additions 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 @@ -94,8 +94,9 @@ sudo apt-get install -y ansible # Keepass 2 # Put plugins in /usr/lib/keepass2/Plugins/ sudo apt-add-repository ppa:jtaylor/keepass sudo apt-add-repository ppa:dlech/keepass2-plugins sudo apt-get update sudo apt-get install -y keepass2 mono-complete keepass2-plugin-application-menu keepass2-plugin-application-indicator # Filezilla (FTP) sudo apt-get install filezilla -
thiagomgo revised this gist
Feb 13, 2017 . 1 changed file with 5 additions and 2 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 @@ -40,8 +40,11 @@ sudo apt-get install -y parcellite # Guake (drop-down terminal) sudo apt-get install -y guake # QBittorrent Client sudo apt-get install -y qbittorrent # Install BleachBit (System Cleaner) sudo apt-get install bleachbit # Microsoft font sudo apt-get install -y ttf-mscorefonts-installer -
thiagomgo revised this gist
Dec 4, 2016 . 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 @@ -13,10 +13,12 @@ sudo apt-get install -y oracle-java8-installer sudo apt-get install -y oracle-java8-set-default # Google Chrome (64 bit) wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo gdebi google-chrome-stable_current_amd64.deb # Google Chrome (32 bit) wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb sudo gdebi google-chrome-stable_current_i386.deb -
thiagomgo revised this gist
Nov 14, 2016 . 1 changed file with 5 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 @@ -95,6 +95,11 @@ sudo apt-get install -y keepass2 mono-complete # Filezilla (FTP) sudo apt-get install filezilla # Shutter (Screenshot tool) sudo add-apt-repository -y ppa:shutter/ppa sudo apt-get update sudo apt-get install -y libgoo-canvas-perl shutter # GitKraken (64 bit) wget https://release.gitkraken.com/linux/gitkraken-amd64.deb sudo gdebi gitkraken-amd64.deb -
thiagomgo revised this gist
Sep 15, 2016 . 1 changed file with 21 additions 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 @@ -106,4 +106,24 @@ sudo gdebi slack-desktop-2.1.2-amd64.deb # Wireshark sudo add-apt-repository ppa:wireshark-dev/stable sudo apt-get update sudo apt-get install wireshark # Popcorn (64 bit) wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-64.tar.xz -O popcorntime.tar.xz sudo tar Jxf popcorntime.tar.xz -C /opt/ sudo mv /opt/linux* /opt/popcorntime sudo ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time echo -e '[Desktop Entry]\n Version=1.0\n Name=popcorntime\n Exec=/opt/popcorntime/Popcorn-Time\n Icon=/opt/popcorntime/src/app/images/icon.png\n Type=Application\n Categories=Application' | sudo tee /usr/share/applications/popcorntime.desktop sudo chmod +x /usr/share/applications/popcorntime.desktop cp /usr/share/applications/popcorntime.desktop ~/Área\ de\ Trabalho/ cp /usr/share/applications/popcorntime.desktop ~/Desktop # Popcorn (32 bit) wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-32.tar.xz -O popcorntime.tar.xz sudo tar Jxf popcorntime.tar.xz -C /opt/ sudo ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time sudo mv /opt/linux* /opt/popcorntime echo -e '[Desktop Entry]\n Version=1.0\n Name=popcorntime\n Exec=/opt/popcorntime/Popcorn-Time\n Icon=/opt/popcorntime/src/app/images/icon.png\n Type=Application\n Categories=Application' | sudo tee /usr/share/applications/popcorntime.desktop sudo chmod +x /usr/share/applications/popcorntime.desktop cp /usr/share/applications/popcorntime.desktop ~/Área\ de\ Trabalho/ cp /usr/share/applications/popcorntime.desktop ~/Desktop -
thiagomgo revised this gist
Sep 5, 2016 . 1 changed file with 7 additions 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,4 +1,5 @@ # Get the latest updates sudo add-apt-repository universe sudo apt-get update sudo apt-get -y upgrade @@ -100,4 +101,9 @@ sudo gdebi gitkraken-amd64.deb # Slack (64 bit) wget https://downloads.slack-edge.com/linux_releases/slack-desktop-2.1.2-amd64.deb sudo gdebi slack-desktop-2.1.2-amd64.deb # Wireshark sudo add-apt-repository ppa:wireshark-dev/stable sudo apt-get update sudo apt-get install wireshark -
thiagomgo revised this gist
Aug 31, 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 @@ -91,6 +91,9 @@ sudo apt-add-repository ppa:jtaylor/keepass sudo apt-get update sudo apt-get install -y keepass2 mono-complete # Filezilla (FTP) sudo apt-get install filezilla # GitKraken (64 bit) wget https://release.gitkraken.com/linux/gitkraken-amd64.deb sudo gdebi gitkraken-amd64.deb -
thiagomgo revised this gist
Aug 31, 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 @@ -89,7 +89,7 @@ sudo apt-get install -y ansible # Put plugins in /usr/lib/keepass2/Plugins/ sudo apt-add-repository ppa:jtaylor/keepass sudo apt-get update sudo apt-get install -y keepass2 mono-complete # GitKraken (64 bit) wget https://release.gitkraken.com/linux/gitkraken-amd64.deb -
thiagomgo revised this gist
Aug 31, 2016 . 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 @@ -86,6 +86,7 @@ sudo apt-get update sudo apt-get install -y ansible # Keepass 2 # Put plugins in /usr/lib/keepass2/Plugins/ sudo apt-add-repository ppa:jtaylor/keepass sudo apt-get update sudo apt-get install -y keepass2 -
thiagomgo revised this gist
Aug 31, 2016 . 1 changed file with 5 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 @@ -85,6 +85,11 @@ sudo apt-add-repository ppa:ansible/ansible sudo apt-get update sudo apt-get install -y ansible # Keepass 2 sudo apt-add-repository ppa:jtaylor/keepass sudo apt-get update sudo apt-get install -y keepass2 # GitKraken (64 bit) wget https://release.gitkraken.com/linux/gitkraken-amd64.deb sudo gdebi gitkraken-amd64.deb
NewerOlder