Author: admin
-
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/.
-
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
-
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.…
-
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…