Author: admin

  • Find UID on a partition

    sudo vol_id -u <partition>

  • Copy files with premissions

    Copy /home to the New Partition Next we will copy all files, directories and sub-directories from your current /home directory into the new partition:   sudo rsync -aXS –exclude=’/*/.gvfs’ /home/. /media/home/.

  • Regexp

    by

    in

    Simple regex Regex quick reference [abc]     A single character: a, b or c [^abc]     Any single character but a, b, or c [a-z]     Any single character in the range a-z [a-zA-Z]     Any single character in the range a-z or A-Z ^     Start of line $     End of line \A …

  • OpenVPN

    Innehåll Overview What is a bridged VPN? Setting up a Bridged VPN using OpenVPN Installing the Server Setting up the Bridge Generating Certificates Configuring the Server Getting Clients Connected Generating Client Certificate and Key Configuring the Client Firestarter configuration for OpenVPN Other Resources   Overview   OpenVPN is a Virtual Private Networking (VPN) solution provided…

  • TVheadend DVB drivers kernel 3.0

    http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers

  • newcs install

    In Ubuntu you need sudo apt-get install libssl-dev libssl0.9.8

  • DVB drivers for USB

    git clone git://linuxtv.org/media_build.git cd media_build ./build make make install

  • TapeWare in Ububtu

    To install TapeWare v7.0 Master and Server Enterprise (SP5C) you need to install xterm sudo apt-get install xterm sudo apt-get install ncurses-term start xming server on Windows start sudo xterm start the install of TapeWare   SUN DLT7000 drive in TapeWare in file twtapdev.ini add “SUN     DLT7000=DLT 7000” in my case there was 5 spaces.…

  • Diff directories in Linux

    diff –recursive –brief /tmp/dir1 /tmp/dir2 |grep Only

  • Convert an Addon Domain to its Own cPanel and Vice Versa

    These steps assume that the domain will remain on the same server. Addon domain turned into a separate cPanel Download the content of your addon domain to your local PC. Backup any associated database(s). Go into the original cPanel and remove the addon domain from under the Addon Domains icon. (You do not need to…