Skip to content

HD Music Video

Menu
  • Linux
  • Ubuntu Server
  • Android
  • Ubuntu 12.04 lts
  • RTorrent
  • VMware
  • Diverse
  • ROMANIA
  • OLD Stuff
Posted onJune 18, 2015June 18, 2015Uncategorized

Update Freenas CLI

by mythnick

 freenas-update check  freenas-update update  shutdown -r now

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 15, 2014Android

CyanogenMod – delete log files ( space problem )

by mythnick

You can delete the log files using the Terminal Emulator app that comes with CyanogenMod: 1. Get superuser access: su – (and allow access when…

Read More
Posted onJune 7, 2014Windows

Windows Super Control Panel

by mythnick

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}

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
Posted onFebruary 22, 2014VMware

Vcenter time setup (command line)

by mythnick

date -s “31 Jan 2012 18:00:00”

Read More
Posted onFebruary 19, 2014February 19, 2014Linux

Setting Up Network Interfaces in Ubuntu Server 12.04 LTS

by mythnick

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…

Read More
Posted onFebruary 19, 2014February 19, 2014Linux

Add nameservers in Ubuntu Server 12.04 LTS

by mythnick

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!!!

Read More

Posts pagination

Previous Page Page 1 Page 2 Page 3 … Page 88 Next Page

Pages

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