3/25/2011

Install Debian GNU/Linux 6.0


[1] Insert a disk for installation of Debian GNU/Linux 6.0 and reboot your computer. The screen of selecting language. Choose it and go next.


[2] Select your language.

3/14/2011

Turn Your Ubuntu Hardy to Mac OSX Leopard

 You can’t really turn a Linux system to a Mac, but you definitely can make your Ubuntu Hardy looks like a Mac OSX Leopard.
If you want to change this
ubuntu-desktop-original
ubuntu-leopard-screenshot
  follow the steps below.

Before we start…
First, create a folder in your Home and name it Mac_files. Download the following files to the Mac_files folder.
Using Archive manager, extract the
three Mac4Lin zip files
Modified Mac4Lin theme and Mac4Lin wallpaper to the Mac_files folder.

3/10/2011

Install and Configure Remote Access To Your Ubuntu Desktop

This guide explains how you can enable a remote desktop on an Ubuntu desktop so that you can access and control it remotely. This makes sense for example if you have customers that are not very tech-savvy. If they have a problem, you can log in to their desktops without the need to drive to their location. I will also show how to access the remote Ubuntu desktop from a Windows XP client and an Ubuntu client.
I do not issue any guarantee that this will work for you!

1 Preliminary Note

I have tested this on an Ubuntu 7.10 (Gutsy Gibbon) desktop.

2 Enabling The Remote Desktop

We don't have to install anything to enable the remote desktop on Ubuntu. All we have to do is go to System > Preferences > Remote Desktop:

3/09/2011

Review de Mandriva Linux 2010.2 One KDE




Install and configure NTP server on Linux

It's an example to install and Configure NTP server for system clock.
[root@ns ~]# yum -y install ntp
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: ftp.jaist.ac.jp
* base: ftp.jaist.ac.jp
* extras: ftp.jaist.ac.jp
* updates: ftp.jaist.ac.jp
Setting up Install Process
Resolving Dependencies
--> Running transaction check
--> Package ntp.x86_64 0:4.2.2p1-9.el5.centos.2 set to be updated
--> Finished Dependency Resolution

3/08/2011

15 Must-Have Linux Desktop Apps

Recently it was brought to my attention that all the desktop Linux hoopla in the world doesn't mean squat without compelling applications to get the end user interested. To address this need, I’ve rounded up fifteen powerful Linux applications that reflect the best that Linux has to offer the desktop user, both in and out of the enterprise environment.
This is not meant to diminish any excluded apps. Instead my goal is to showcase applications that I’ve found to be really powerful for the typical Linux user.
1. Kontact – Even though I'm partial to the GNOME desktop and many of the applications found within it, there is something amazing about certain KDE applications. One of the best is actually a bundle of applications known as Kontact. Out of all of the components provided, the three most used pieces included with the suite are Kmail, KaddressBook and Korganizer. Each of these components provide users with a visually appealing way to tackle their daily duties with email, schedules and so forth. Other tools to note within the suite include KNotes and Akregator, both of which are very capable and powerful programs within their own right.

3/07/2011

Document Install Ubuntu 10.04 LTS



1.Insert a disk for installation of Ubuntu 10.04 LTS and reboot your computer. The screen of selecting language. Choose it and go next.

3/05/2011

3 Good Reasons To Buy an Open-PC

For many small business users, all the rational arguments for using open source software like Linux make a great deal of sense: It's free, customizable, compatible, and it's free of vendor lock-in, to name just a few.
When it comes down to the wire at purchase time, however, many fall prey to one or more of the frequently perpetuated myths out there, and vague fears of incompatibility or a lack of support or something else drive them right back into Redmond's waiting arms.
One way to make the notion of a Linux-based computer less worrisome for such users is to buy hardware preloaded with Ubuntu, Canonical's version of the open source operating system. That can go a long way toward ensuring that everything "just works" out of the box, and I've already discussed good ways and places to do this.

3/04/2011

Top 5 Media Center Applications for Linux

We have discussed a lot about multimedia applications available for Linux, but never really about media center applications specifically. Unlike many other niches where Linux lags behind other proprietary OS's in terms of good applications available, Linux have a clear upper hand when you consider the sheer number of very good open source media center applications available out there. Here is a quick listing of top 5 media center applications for Linux. Read on.

XBMC Media Center

Top 5 Media Center Applications for Linux

Probably the most popular open source media center application out there. Plenty of users already and you won't have any problem finding support. The latest release comes with new add-ons system which means even more skins, plugins, visualizations, add-ons for XBMC which are not only awesome but also very easy to install and use.

3/03/2011

Install Apache on Ubuntu 10.04

This is an example to build Web Server. Install Apache2 for it. In addition to do it, it's also neccessary to configure router so that TCP and UDP packets to 80 and 443 can pass through.

1.Install Apache2

root@www05:~# aptitude -y install apache2
2.Configure Apache2 to use CGI in any directory
root@www05:~# vi /etc/apache2/conf.d/security

Install and configure VMware Server on Linux

1. Please make sure latest VMware server first at Vmware's site and get latest version of it. Furthermore, register serial number first on the page on VMware, it's necessary to input during installation.
[root@ns ~]# wget http://download3.vmware.com/software/vmserver/VMware-server-2.0.1-156745.x86_64.rpm

[root@ns ~]# rpm -Uvh VMware-server-2.0.1-156745.x86_64.rpm
Preparing...################################# [100%]
  1:VMware-server################################# [100%]

The installation of VMware Server 2.0.1 for Linux completed successfully.
You can decide to remove this software from your system at any time by
invoking the following command: "rpm -e VMware-server".

3/02/2011

Install and Config for Slave server DNS

Configure DNS as as Slave Server. It's easy to set up it.

Following example shows an environment that master DNS is "ns.server-linux.info", Slave DNS is "ns.example.info".

[1]    Write config in Zone file on Master DNS.
[root@ns ~]# vi /var/named/server-linux.info.wan

$TTL86400
@INSOAns.server-linux.info. root.server-linux.info. (
# update serial
2007041501;Serial
3600;Refresh
1800;Retry
604800;Expire
86400;Minimum TTL
)
INNSns.server-linux.info.
# add name server
INNSns.example.info.
INA172.16.0.82
INMX 10ns.server-linux.info.

nsINA172.16.0.82

[root@ns ~]# rndc reload
server reload successful

Back Up MySQL Databases With mylvmbackup On Ubuntu

mylvmbackup is a Perl script for quickly creating MySQL backups. It uses LVM's snapshot feature to do so. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, creates a snapshot of the volume containing the MySQL data directory, and unlocks the tables again. This article shows how to use it on an Ubuntu 8.10 server.
I do not issue any guarantee that this will work for you!

1 Preliminary Note

I'm assuming that MySQL is already set up and running on your system. The system must use LVM, and the MySQL data directory (/var/lib/mysql) should have an LVM partition of its own (althouth that is optional).

If you have read Back Up (And Restore) LVM Partitions With LVM Snapshots you know that LVM snapshots require some unused LVM partition for the snapshot. My test system has a second, currently unused hard drive /dev/sdb that will be used by mylvmbackup to create a temporary logical volume for the backup.

3/01/2011

Why a Linux Aficionado Uses an iPhone

 What drives some people to use one mobile platform over another?
Although I’m a diehard Linux advocate, I happen to be a reasonably happy owner of an iPhone 4. You didn't just misread this, I actually prefer using the iPhone over countless Android phones I’ve tried in the past.
With each smartphone tested, I kept finding myself comparing the Android phones to my iPhone. Maybe this is because the iPhone was providing me with the kind of experience I wanted from my smartphone. Why switch something if what you have already works?