Thursday, 11 September 2008

Ubuntu Articles

Ubuntu is a Linux distribution based on Debian. This page lists the informative articles on Ubuntu that you will find on Linux Help.

Ubuntu News & Reviews

Ubuntu Hardy Heron - 8.04 LTS Desktop and Server Edition Released.
Ubuntu 7.10 Gusty Gibbon ready for download
Kubuntu 6.06 LTS - An excellent Linux distribution

Enable DVD playback in Ubuntu 
Introducing Ubuntu Live Stats
Voice your Opinion and suggestions on Ubuntu Linux
Cool Awn Applets to adorn your Ubuntu Linux Desktop

Install Avant Window Navigator (AWN) in Ubuntu Linux
Steps to install gOS on Ubuntu Gutsy Gibbon
A Guide to Ubuntu Customization
Troubleshooting a laptop running Ubuntu Gutsy Gibbon
Install multimedia codecs in Ubuntu 7.10 Gutsy Gibbon in 2 easy steps

 
September to be one Ubuntu screencast per day month
Tweak your host file to block ad generating web sites
A list of new features expected in Ubuntu Gutsy Gibbon
Installing Vmware on Ubuntu Using the Canonical Repository

XOrg version 7.3 blueprint for Ubuntu
Ubuntu sources.list online generator
Ubuntu plus Dell equals better support for devices in Linux
Performance tweaks for Ubuntu Feisty Fawn
Is brand name Ubuntu Overhyped ?

AptonCD - Create a backup of packages in Ubuntu
How to install anything in Ubuntu
Ubuntu Hacks
10 most popular Ubuntu sites on the net
Essential housekeeping in Ubuntu

10 things that make Ubuntu a neophytes distribution
Installing and configuring Ubuntu on a laptop
Installing Ubuntu alongside Windows
The varied flights of Ubuntu Dapper Drake
6 Steps to installing Ubuntu Dapper Drake

Tuesday, 9 September 2008

Debian successor to Lenny - a three-eyed space alien

Debian team is infamous for sticking to hard to remember names for each of its releases. Thankfully, they have stuck to one theme while naming the distribution releases - that of the "Toy Story" movie. Each release is named after a character in the Toy Story movie.

So you have Sid, Lenny, Etch, Sarge, Woody, Potato and so on. The following is the explanation given by the Debian team regarding these names. So now with the impending official release of Lenny as a stable version, it is now the turn of the next build of Debian in Sid to be promoted to Testing and it has been named Squeeze (after the three-eyed monster in Toy Story).

Read the official Debian announcement to know more.

Monday, 8 September 2008

Introducing New Commenting System

Your favorite Linux and Open Source blog has gained a new commenting system. It will be in a test phase for some time before it will be made a permanent feature of this blog.

Taking into consideration the less than friendly and rather inflexible commenting system provided by blogger.com, I have always been on the lookout for a third party commenting system which I can integrate with this blog.

And I found the answer in Disqus.com which is a commenting system which is rich in features such as threading, easy moderation and integration with the template. So do tell me your thoughts on the new system of commenting. This new commenting system is enabled for posts starting with this one and the older posts will still retain all the comments and moderation that Blogger provides.

Of course if this doesn't work out, we always have the choice of rolling back to the original blogger way of commenting. Btw, I will be replying to comments as 'ravik' instead of 'ravi' because the user name ravi was already taken.

Sunday, 7 September 2008

Show Recent Comments

It's very usefull to Show Recent Comments on main blog page. We can know who have given comments on aur articles without open it one by one. At this time I will show you how to show recent comments on our main page blog. It's very easy


1. Login to blogger then go to "Layout"
2. Then copy this code :

<script style="text/javascript" src="http://kendhin.890m.com/comments.js"></script><script style="text/javascript">var a_rc=8;var m_rc=false;var n_rc=true;var o_rc=40;</script><script src="http://trick-blog.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"> </script>


- The 8 number is the sum of comments that will show up.
- Change trick-blog.blogspot.com with your blog's name.

3. You can show it in page elements. Just click on "add page elements --> HTML/Javascript" Then insert the script in it.

Or you can plug it in the "Tab View"

Show Recent Comments

It's very usefull to Show Recent Comments on main blog page. We can know who have given comments on aur articles without open it one by one. At this time I will show you how to show recent comments on our main page blog. It's very easy


1. Login to blogger then go to "Layout"
2. Then copy this code :

<script style="text/javascript" src="http://kendhin.890m.com/comments.js"></script><script style="text/javascript">var a_rc=8;var m_rc=false;var n_rc=true;var o_rc=40;</script><script src="http://trick-blog.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"> </script>


- The 8 number is the sum of comments that will show up.
- Change trick-blog.blogspot.com with your blog's name.

3. You can show it in page elements. Just click on "add page elements --> HTML/Javascript" Then insert the script in it.

Or you can plug it in the "Tab View"

Thursday, 4 September 2008

Browse the Web in Konqueror using only the keyboard

KDE Konqueror is much more than a file manager. It is also a standards compliant web browser. Here is a neat trick to surf the web sans the mouse - that is, using just your keyboard.

Fire up Konqueror in Linux, FreeBSD or what ever OS you are running that has KDE installed. Konqueror usually opens in File browsing mode. Type in the address of the website you wish to view, in the Address bar - for instance http://linuxhelp.blogspot.com and press Enter key.

Here is the interesting part ... Once the website loads itself, tap on the 'Ctrl' key once to activate the "Access Keys" and Konqueror will label each link in the web page with unique alphabetic characters. You can follow the link in the web browser by just tapping the corresponding character associated with the link.

Tapping once more on the 'Ctrl' key will deactivate the "Access Keys".

How is that for mouse free web browsing ? To get an idea of how it looks on screen, view the following screenshot...

Fig: Active Keys enabled in Konqueror

Wednesday, 20 August 2008

Setting up Subversion on Solaris 10

In this series of posts I'm going to describe how I set up Subversion on a Solaris 10 machine. The instructions here are valid for subsequent releases such as Solaris Express Community Edition (Nevada) and OpenSolaris (Indiana), the only difference being the fact that Subversion is bundled with the Operating System.

I decided to host some Subversion (1.4.5) repositories on a Solaris 10 (update 5) server so I downloaded Subversion packages from Blastwave and installation was done in less than 5 minutes with a simple:
# pkg-get -i subversion
Once Blastwave's installer was done, the first thing I wanted to do was registering Subversion's daemon (svnserve) in the Service Management Facility. Writing an SMF manifest is not so hard but fortunately I found a manifest and a management script in OpenSolaris website and the job was done! Great work, guys.

Next steps

You can now: