Skip to content

Monthly Archives: November 2009

Reconfigure PHP5 on cPanel Server for XSL

23-Nov-09

Requirements This extension uses libxslt which can be found at ยป http://xmlsoft.org/XSLT/. libxslt version 1.1.0 or greater is required. CUSTOM_PHP_FLAGS=”–with-xsl” /scripts/easyapache http://in3.php.net/manual/en/xsl.installation.php On debian – sudo apt-get install php5-xsl

Fail Open DNS Servers

23-Nov-09

Closing open DNS server. Add the following to your named.conf file. Add the following, replacing mainIP and secondaryIP with your systems nameservers. acl “trusted” { mainIP;secondaryIP;127.0.0.1; }; Example: acl “trusted” { mainIP;secondaryIP;firstserverip;secondserverip;127.0.0.1; }; Only the trusted IP is allowed for certain functions. allow-recursion { trusted; }; allow-notify { trusted; }; allow-transfer { trusted; }; Example: [...]

The Google Chrome Operating System

23-Nov-09

The Google Chrome Operating System Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Google Chrome OS will run on both x86 as well as ARM chips. Google Chrome OS is an open source operating system created by Google designed to work exclusively with web applications. Announced [...]

Recover deleted files in Linux photorec – Recover lost files from harddisk, digital camera and cdrom

16-Nov-09

/usr/sbin/testdisk testdisk – Scan and repair disk partitions /usr/sbin/photorec photorec – Recover lost files from harddisk, digital camera and cdrom NAME photorec – Recover lost files from harddisk, digital camera and cdrom SYNOPSIS photorec [/log] [/debug] [/d recup_dir] [device|image.dd|image.e01] photorec /version DESCRIPTION PhotoRec is file data recovery software designed to recover lost files including video, [...]

How to test your java installation.

15-Nov-09

Please visit the following link to test your java installation. http://www.java.com/en/download/help/testvm.xml

How do I download and install Java for my Linux computer?

15-Nov-09

To get Sun Java under Ubuntu on Intel, you should enable the Universe repository in Add/Remove programs, and install either the openjdk-6-jre package or the sun-java6-bin package. root@laptop:~# apt-cache search jre default-jre – Standard Java or Java compatible Runtime default-jre-headless – Standard Java or Java compatible Runtime (headless) docbook-xsl – stylesheets for processing DocBook XML [...]

OpenDNS is a free DNS resolution service

14-Nov-09

OpenDNS is a free DNS resolution service OpenDNS nameserver IP addresses are: 208.67.220.220 208.67.222.222 Some routers and devices need a third or fourth nameserver IP address. Use these if necessary (identical service to the original two): 208.67.220.222 208.67.222.220 OpenDNS offers DNS resolution for consumers and businesses as an alternative to using their Internet service provider’s [...]

rsync all your home and mysql db to new server.

14-Nov-09

Some time you may want to backup your home directory and mysql databases to a new server, we can do that using rsync script. The below script when run from your new server will, rsync all your home dir to your new server. #!/bin/bash #by-admin@serversignature.com #Old Server IP IP=192.168.0.1 #Scrit is run from the new [...]

Adding the Google Linux Software Repositories to Ubuntu

13-Nov-09

Adding the Google Linux Software Repositories to Ubuntu Get key wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add – apt-get update Add the following rule to e.g. /etc/apt/sources.list, or if your distro has the /etc/apt/sources.list.d/ directory, add it to a file called google.list in that directory: deb http://dl.google.com/linux/deb/ stable non-free main then use apt sudo [...]

Download the Ubuntu One software

12-Nov-09

Install and configure your computers 9.04 (Jaunty) subscribers Please follow the instructions at https://one.ubuntu.com/support/installation/ to download the Ubuntu One software, install it, and configure each of your computers. 9.10 (Karmic) or later subscribers The Ubuntu One software is pre-installed in 9.10 (Karmic) or later versions of Ubuntu so no download is needed. All that is [...]