Pages
December 2019 M T W T F S S « Sep 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: Ubuntu Server
Install ffmpeg – Ubuntu Server
sudo apt-add-repository ppa:jon-severinsson/ffmpeg sudo apt-get update sudo apt-get install ffmpeg
Full Access to a folder in Ubuntu Server
sudo chmod 7777 /…path to folder
rtorrent – Wrong Disk Space
sudo nano /var/www/rutorrent/conf/config.php edit : $topDirectory = ‘/home/rtorrent/’; // Upper available directory. Absolute path with trail slash.
Posted in Linux, RTorrent, Ubuntu Server, Uncategorized
Tagged RTorrent, Ubuntu Server, Wrong Disk Space
Leave a comment
Formatting a Partition in Ubuntu Server
sudo mkfs… SWAP sudo mkswap /dev/sda5 EXT4 sudo mkfs.ext4 /dev/sda5
Automount Partitions at startup in Ubuntu Server
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 at startup. the format of a new entry is like this: file_system mount_point type options … Continue reading
Install VMware tools on Ubuntu Server
apt-get install open-vm-tools