Skip to content

HD Music Video

Menu
  • Linux
  • Ubuntu Server
  • Android
  • Ubuntu 12.04 lts
  • RTorrent
  • VMware
  • Diverse
  • ROMANIA
  • OLD Stuff

Category: Ubuntu Server

Posted onAugust 19, 2018August 19, 2018Ubuntu Server

Enabling Docker Remote API on Ubuntu

by mythnick

Edit the file /lib/systemd/system/docker.service I used the nano editor: sudo nano /lib/systemd/system/docker.service Modify the line that starts with ExecStart to look like this: ExecStart=/usr/bin/docker daemon…

Read More
Posted onJune 7, 2015June 7, 2015Linux

How to Speedtest your Linux Server

by mythnick

wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x speedtest-cli ./speedtest-cli

Read More
Posted onJune 7, 2014June 8, 2015Linux

Install ffmpeg – Ubuntu Server

by mythnick

sudo apt-add-repository ppa:jon-severinsson/ffmpeg sudo apt-get update sudo apt-get install ffmpeg

Read More
Posted onJune 4, 2014June 4, 2014Linux

Full Access to a folder in Ubuntu Server

by mythnick

sudo chmod 7777 /…path to folder

Read More
Posted onJune 4, 2014June 4, 2014Linux

rtorrent – Wrong Disk Space

by mythnick

sudo nano /var/www/rutorrent/conf/config.php edit : $topDirectory = ‘/home/rtorrent/’; // Upper available directory. Absolute path with trail slash.

Read More
Posted onJune 4, 2014December 18, 2014Linux

Formatting a Partition in Ubuntu Server

by mythnick

sudo mkfs… SWAP sudo mkswap /dev/sda5 EXT4 sudo mkfs.ext4 /dev/sda5

Read More
Posted onJune 4, 2014Linux

Automount Partitions at startup in Ubuntu Server

by mythnick

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…

Read More
Posted onJune 3, 2014Linux

Install VMware tools on Ubuntu Server

by mythnick

apt-get install open-vm-tools

Read More
Posted onApril 12, 2014April 12, 2014Linux

Install Transmission on Ubuntu Server

by mythnick

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…

Read More
Posted onApril 12, 2014April 12, 2014Linux

Ubuntu Server – Add a new User as Sudoer

by mythnick

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:…

Read More

Pages

  • DISCLAIMER!!!
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Sep    
Amphibious Theme by TemplatePocket ⋅ Powered by WordPress