http://tinyurl.com/8la63w

These tutorials will give you a idea how to install and configure Ubuntu 8.04 and Fedora 9 as both Desktops and Servers.
The Perfect Desktop - Ubuntu 8.04 LTS (Hardy Heron)
The Perfect Desktop - Fedora 9
The Perfect Server - Ubuntu Hardy Heron (Ubuntu 8.04 LTS Server)
The Perfect Server - Fedora 9
All credits goes to the authors of the above tutorials Falko Timme and Oliver Meyer
Posted by
jyrxs
at
10:00 AM
Labels: Fedora, Installing Ubuntu 8.04 and Fedora 9, Ubuntu
This is a tutorial explaining how to undelete data in Linux
http://tiny.cc/tMJGW
As explained above, We can't undelete or unerace files in Linux, But try out the following live Linux distributions, These are used for system rescue operations.
Trinity Rescue Kit - Website
SystemRescueCd - Website
26/03/2008 - I found this article on how to undelete files form ext3 file system, interesting..
Posted by
jyrxs
at
4:32 PM
Labels: CentOS, Fedora, Linux Commands, Linux Unerace Undelete Command, Redhat, Ubuntu
This is nice little script to find out all hosts in a Linux or a Windows network
http://tiny.cc/aYs2h
Posted by
jyrxs
at
4:25 PM
Labels: CentOS, Fedora, Finding All Hosts on a Network, Linux Commands, Redhat, Ubuntu
This is a guide to learn all the things about RPM (Red Hat Package Manager)
http://docs.fedoraproject.org/drafts/rpm-guide-en
This is a guide to learn all the things about YUM (Yellow dog Updater, Modified)
http://docs.fedoraproject.org/yum/en
Posted by
jyrxs
at
8:46 AM
Labels: CentOS, Fedora, Linux Commands, Redhat, Using YUM and RPM
Read this tutorial to learn how to enable compiz fusion on Fedora
http://www.howtoforge.com/compiz-fusion-fedora8-nvidia-geforce-fx-5200-p2
Posted by
jyrxs
at
4:20 PM
Labels: Compiz Fusion, Fedora
Tutorial about adding cron jobs in Linux (schedule tasks)
http://tiny.cc/DsJr7
Removing Users From Groups In CentOS / RHEL / Fedora In CLI
So many websites will explain how to add a user to a group, but if i need to remove a user from a group in the CLI how to do it, This is how..
If you don't know how to add a user to a group read the following tutorial.
http://tiny.cc/W0bzu
How to remove a user from a group.
I have not found any commands for this so I'll teach a manual method.
Assume there is a group call "group1" and there are three members in the group call "user1", "user2", "user3"
I want to remove "user2" from "group1"
1. The group details will be stored under two files call "group" and another call "gshadow", We'll examine the files first
# cat /etc/group
You'll find a line as follows
group1:x:503:user1,user2,user3
# cat /etc/gshadow
You'll find a line as follows
group1:!::user1,user2,user3
2. Now what we have to do is, manually remove "user2" from the "group1", Give the following command.
# vigr
The above command will open "/etc/group" file in VI text editor.
3. Use the down arrow key and go up to "group1:x:503:user1,user2,user3" line and press " i " to go to insert mode, and delete "user2" from the line, Now it'll look like this.
group1:x:503:user1,user3
Then press "esc" and type" :wq " to save and exit the file. It'll ask a question as follows,
You are using shadow groups on this system.
Would you like to edit /etc/gshadow now [y/n]?
Press " y " and press "enter"
Now it'll open "/etc/gshadow" file in VI text editor.
Use the down arrow key and go up to "group1:!::user1,user2,user3" line and press " i " to go to insert mode, and delete "user2" from the line, Now it'll look like this.
group1:!::user1,user3
Then press "esc" and type" :wq " to save and exit the file.
4. That's it, now the "user2" is removed from "group1"
This is another way to do it but you want be able to completely remove a user from the groups he/she belong to.
http://tiny.cc/zMm7x
Posted by
jyrxs
at
4:05 PM
Labels: CentOS, Fedora, Linux Commands, Redhat, Removing Users From Groups
In a Linux box lot of services will be started during the startup, but we may not need all the services automatically getting started. We can turn off the unwanted services and make our system faster.
1. Read the following tutorial and get an idea about Linux services, although it's written for fedora, all these services will be similar in all Linux systems.
http://www.mjmwired.net/resources/mjm-services-f8.html
2. Controlling
In Ubuntu, RedHat, Fedora, CentOS (GUI)
Go to System -> Administration -> Services -> Unselect unwanted services
In Redhat, Fedora, CentOS (CLI)
# chkconfig servicename off
If you want to turn the service on again
# chkconfig servicename on
Or type
# ntsysv
And using the space bar you can select or unselect the services.
You have to read this, It's a story about how to contribute software packages in to Fedora project. Fedora is the community OS release of RHEL.
http://www.redhatmagazine.com/2008/02/28/when-sally-met-eddie-the-fedora-package-story
Posted by
jyrxs
at
8:57 AM
Labels: CentOS, Cool Fedora Story, Fedora, Redhat
For 32 bit users
1. Go to Adobe Flash Plugin web site, Follow the instructions under option 3 " YUM REPOSITORY INSTALLATION"
Web site - http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
For 64 bit users
1. Install the nspluginwrapper.i386 package to enable the 32-bit Adobe Flash plugin in x86_64 Firefox and the pulseaudio-libs.i386 package to enable sound from the plugin.
2. Create the 32bit mozilla plugin directory using this command.
# mkdir -p /usr/lib/mozilla/plugins
3. Install the nspluginwrapper.i386, nspluginwrapper.x86_64, and pulseaudio-libs.i386 packages.
# yum -y install nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386
4. Install flash-plugin as shown in 32 bit section above.
5. Run mozilla-plugin-config to register the flash plugin.
# mozilla-plugin-config -i -g -v
6. Close all Firefox windows, and then relaunch Firefox.
7. Type about:plugins in the URL bar to ensure the plugin is loaded.
NOTE - The following was adapted from the Fedora 8 Release Notes. The 64 bit instructions may NOT work for RHEL 5 and CentOS 5.
Special Thanks to Fedora Documentation Team and Mauriat Miranda
Posted by
jyrxs
at
8:55 AM
Labels: CentOS, Fedora, Flash Plugin for Firefox, Redhat
A nice customization guide about how to make your GNOME desktop beautiful, although written targeting Ubuntu most parts of the tutorial will be valid for any Linux distribution using GNOME.
http://tuxenclave.wordpress.com/2007/11/23/ubuntu-customization-guide-v2
Posted by
jyrxs
at
9:14 AM
Labels: Fedora, Ubuntu, Ubuntu Desktop Customization Guide
Download Microsoft core fonts RPM that includes fonts in XP/Vista
http://avi.alkalay.net/software/webcore-fonts
Posted by
jyrxs
at
9:04 AM
Labels: CentOS, Fedora, Microsoft Fonts, Redhat
Posted by
jyrxs
at
3:23 PM
Labels: CentOS, Fedora, GRUB spalsh, Redhat
By default in Fedora Sinhalese is inbuilt, during the Fedora installation you can select it as a additional language but for Ubuntu go to http://sinhala.sourceforge.net and follow the instructions there.
Posted by
jyrxs
at
7:55 PM
Labels: Fedora, Sinhala Fonts, Ubuntu
A "feed" a XML formatted file that contains my site updates, So you can subscribe freely and get updated without revisiting my site. To read the "feed" you must have a "feed reader". Within "Firefox" web browser live feeds are by default supported or you can use a online feed reader such as "Google reader" or desktop feed readers like Liferea (for Linux) and FeedDemon (for Windows)