In SHELL sudo nano /etc/network/interfaces from : auto eth0 iface eth0 inet dhcp to : auto eth0 iface eth0 inet static address 192.168.0.* network 192.168.0.0…
In SHELL sudo nano /etc/resolvconf/resolv.conf.d/base add : nameserver 8.8.8.8 nameserver 8.8.4.4 sudo reboot Don’t forget to say THANX!!!
Copy code. Open a terminal (Ctrl-Alt-T). Paste code, press enter. Type password. Enjoy your privacy. V=`/usr/bin/lsb_release -rs`; if [ $V \< 12.10 ]; then echo…
To get started, press Ctrl – Alt – T on your keyboard to open Terminal. When it opens, run the commands below to open the…
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python wget https://sourceforge.net/projects/webadmin/files/webmin/1.780/webmin_1.780_all.deb sudo dpkg -i webmin_1.580_all.deb *update webmin after you login https://server-ip:10000
sudo apt-get install python-software-properties sudo add-apt-repository ppa:git-core/ppa sudo apt-get update sudo apt-get install git
Here is how you can find out when logged in through SSH: uname -a This generally won’t tell you as much as you’d like. cat…
1. install the dependency library sudo apt-get install libssl0.9.8:i386 2. download utorrent wget https://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz 3. copy the file to opt directory sudo cp utorrent-server-3.0-25053.tar.gz /opt/…
* this is from a basic ubuntu server install 1. the following command will fix the add-apt-repository command sudo apt-get install python-software-properties 2. adding the…