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
Atom settings gist |
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
sudo apt-get install sysv-rc-conf |
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
echo "mongodb-org hold" | sudo dpkg --set-selections |
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
sudo apt-cache madison virtualbox | |
apt-cache showpkg expack | |
apt-cache search expack | |
sudo apt-get apt-rdepends | |
apt-rdepends -p packagename |
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
apt-get install sweethome3d |
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
/var/lib/docker/containers/*/*.log { | |
rotate 7 | |
daily | |
compress | |
delaycompress | |
copytruncate | |
sharedscripts | |
postrotate | |
/usr/bin/docker restart forwarder | |
endscript |
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
network.protocol-handler.warn-external.http | |
network.protocol-handler.warn-external.https | |
set both to yes |
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
sudo update-alternatives --get-selections | |
sudo update-alternatives --set x-www-browser | |
sudo update-alternatives --set gnome-www-browser | |
sudo update-alternatives --config x-www-browser | |
sudo update-alternatives --config gnome-www-browser | |
/usr/bin/chromium-browser | |
/usr/bin/google-chrome-stable | |
gconftool-2 --get /desktop/gnome/url-handlers/http/command |
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
http://www.vpnbook.com/ | |
sudo ifdown eth0 && sudo ifup eth0 | |
nmcli dev list iface wlan0 | grep IP4 | |
sudo /etc/init.d/dns-clean restart | |
sudo /etc/init.d/networking force-reload | |
sudo /etc/init.d/nscd restart | |
sudo /etc/init.d/dnsmasq restart |
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
mstsc.exe /console /admin |
NewerOlder