wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli ./speedtest-cli
You can delete the log files using the Terminal Emulator app that comes with CyanogenMod: 1. Get superuser access: su – (and allow access when…
Create a new folder anywhere. Rename the folder by pasting this name exactly as it appears (copy it first): ControlPanelGod.{ED7BA470-8E54-465E-825C-99712043E01C}
sudo apt-add-repository ppa:jon-severinsson/ffmpeg sudo apt-get update sudo apt-get install ffmpeg
sudo nano /var/www/rutorrent/conf/config.php edit : $topDirectory = ‘/home/rtorrent/’; // Upper available directory. Absolute path with trail slash.
sudo mkfs… SWAP sudo mkswap /dev/sda5 EXT4 sudo mkfs.ext4 /dev/sda5
1. sudo gedit /etc/fstab 2. now the fstab file is open in nano. you need to add an entry for the partition to automount it…
add the apt-repository for Transmission: sudo apt-get install python-software-properties sudo add-apt-repository ppa:transmissionbt/ppa sudo apt-get update command to install Transmission: sudo apt-get install transmission-cli transmission-common transmission-daemon…
In SHELL sudo useradd -d /home/testuser -m testuser sudo passwd testuser replace testuser with the required username. sudo nano /etc/sudoers add the user after the:…
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!!!