Code(alpha) - Tips & Tutorials for Linux

 
  • Increase font size
  • Default font size
  • Decrease font size
Home Tutorials
Tutorials

How to install the lastest deb version (or deb file) of Kvirc

Print

For the Ubuntu Open Week (more information), you might need an IRC client. Kvirc is a good one (amongst others, of course).

The one you find in the ubuntu repositories (as of intrepid) is version 3.4.0, you can find a deb file on their webiste that is version 3.4.2 RC2, but if you install the deb directly, this won't work. Here's what you have to do:

Last Updated ( Monday, 03 November 2008 10:07 ) Read more...
 

Print Installed font list with preview for each font

Print

If you wish to print (or see) a preview of your installed fonts under linux. I found this command myself:

Here is the All-in-One command, copy and paste all this in a terminal (Applications > Accessories > Terminal):

(echo '<html><body>' && \
(fc-list | sed 's/\(.*\):.*/<font face="\1">\1<\/font><br>/') \
 && echo '</body></html>') > fonts.html
firefox fonts.html

Then Hit Enter.

This should open firefox and open fonts.html, by itself.

Otherwise, go to your user's directory and open fonts.html yourself.

 

Laughing

Last Updated ( Thursday, 25 September 2008 15:14 )
 

Find files very quickly using Locate with Linux

Print

Tired of using the Find command? want something faster? Use locate!!! It's easy to use.

locate myfile

Would give you all the files found since last indexing.

Last Updated ( Monday, 22 September 2008 14:13 ) Read more...
 

How to install a GeForce 6600 GT on Ubuntu

Print

In fact, it is now pretty easy to install a GeForce 6600 GT on Ubuntu. Here's how :

Read more...
 

How to reactivate the mute key on a Presario 2100 under Linux or Ubuntu

Print

If you have a Compaq Presario 2100 or Omnibook, or some laptops like this, you can use this program to help you fix the mute key or some other hotkeys. In fact, the program will activate them, then you can assign them to a special task.

Last Updated ( Monday, 22 September 2008 09:35 ) Read more...
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  Next 
  •  End 
  • »


Page 1 of 2

Useful Links


Newsflash

The next Ubuntu release, codenamed Intrepid Ibex, version 8.10 beta just released!

If you wish to try it out and find those hidden bugs, go ahead : http://www.ubuntu.com/testing/intrepid/beta

Note: This is a beta release. Do not install it on production machines. The final stable version will be released on October 30th, 2008.