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
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:
include “/etc/rndc.key”;
controls {
inet 127.0.0.1 allow { localhost; } keys { “rndckey”; };
};
acl “trusted” {
ip1;ip2;ip3;ip4;ip5;127.0.0.1;
};
//
// [...]
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 on July [...]
/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]
[...]
Please visit the following link to test your java installation.
http://www.java.com/en/download/help/testvm.xml
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 files to various output [...]
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 DNS servers. By placing company servers in [...]
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 server to move the [...]
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 apt-get update
sudo apt-get install picasa [...]
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 left is to [...]