Setup of gdm

2010-04-29 1 min read Linux

gdmsetup is the command you are looking for… Just run gdmsetup and you get a whole lot of configurations that you can modify.

Building Your Own Linux Kernel, part 1

2010-04-29 1 min read Linux

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category

There are a lot of reasons to customize your own Linux kernel: better performance, bugfixes, try out new features, and earn valuable geekcreds. In this new series Akkana Peck introduces us to the fundamental steps of building a Linux kernel.

URL: <a HREF="http://lxer.com/module/newswire/ext_link.php?rid=125920">http://lxer.com/module/newswire/ext_link.php?rid=125920

Do not close stderr

2010-04-29 1 min read Linux

<a href="http://bashcurescancer.com/do-not-close-stderr.html">A few years ago, I wrote a post commenting on how ugly this was:
$ someprog 2>/dev/null
I was nearly imploring the reader to close stderr:
$ someprog 2>&-
Some very knowledgeable anonymous commenter explained why that was a bad idea. At the time, I didn&#8217;t understand exactly what they were saying. As such, …

25 Awesome GIMP Brush Sets (Download 1000+ FREE Brushes)

2010-04-29 1 min read Fedora Linux Photo

Tech Source From Bohol: &#8221;To help you further enhance the functionality of GIMP, I have here a huge collection of awesome, high-quality brushes that can be utilized for whatever projects you may have.&#8221;

URL: <a href="http://linuxtoday.com/news_story.php3?ltsn=2009-10-11-005-35-MM-SW">http://linuxtoday.com/news_story.php3?ltsn=2009-10-11-005-35-MM-SW<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta <ul class="zemanta-article-ul"> <li class="zemanta-article-ul-li"><a href="http://www.slumpedoverkeyboarddead.com/2009/10/10/five-super-simple-photo-fixes-with-the-gimp/">Five Super Simple Photo Fixes with The GIMP (slumpedoverkeyboarddead.com) <div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/a5cb830f-a1ff-41d0-b3e7-27bd261ff52c/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_e12.png" alt="Reblog this post [with Zemanta]" /><span class="zem-script more-related pretty-attribution">

Continue reading

Spruce up your firefox with lightweight themes – Personas

2010-04-29 2 min read Fedora Linux

Head over to Firefox addons site  for persona <a href="https://addons.mozilla.org/en-US/firefox/addon/10900" target="_blank">here. This addon will give you the ability to change the look and feel of the browser without restarting it. Though it is not completely like themes and does not change the look and feel of the buttons and plenty of other things but this does make the browser a lot better. Here are some screenshots to show you how it feels like:

Continue reading

Lock the hardware eject button of the cdrom

2010-04-29 1 min read Fedora Learning Linux

$ eject -i 1 This command will lock the hardware eject button of your cdrom drive. Some uses are:

1: If you have a toddler and has discovered the cdrom button

2: If you are carrying a laptop in a bag or case and don&#8217;t want it to eject if the button is inadvertently pressed.

To unlock the button use:

eject -i 0

  • <a href="http://www.commandlinefu.com/commands/view/5390/lock-the-hardware-eject-button-of-the-cdrom">View this command to comment, vote or add to favourites
  • <a href="http://feeds2.feedburner.com/commands/by/mdelatorre">View all commands by <a href="http://feeds2.feedburner.com/commands/by/mdelatorre">mdelatorre

<a href="http://www.commandlinefu.com"><img src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/header-logo.jpg" alt="" align="bottom" />

Continue reading

String and Array Creation

2010-04-28 0 min read Learning Linux Perl
\"Perl\"
Image via Wikipedia

<img src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/perl-one-liners.jpg" alt="Perl One Liners" align="bottom" />This is the fourth part of a nine-part article on famous <a class="zem_slink freebase/en/perl" title="Perl" rel="homepage" href="http://www.perl.org/">Perl one-liners. In this part I will create various one-liners for string and array creation. See <a href="http://www.catonmat.net/blog/perl-one-liners-explained-part-one/">part one for introduction of the series.

Famous Perl one-liners is my attempt to create “perl1line.txt” that is similar to “<a href="http://www.catonmat.net/blog/awk-one-liners-explained-part-one/">awk1line.txt” and “<a href="http://www.catonmat.net/blog/sed-one-liners-explained-part-one/">sed1line.txt” that have been so popular among Awk and Sed programmers.

Continue reading
Older posts Newer posts