<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-6659127374596147054</atom:id><lastBuildDate>Thu, 05 Nov 2015 19:00:02 +0000</lastBuildDate><category>How to ...</category><category>ubuntu</category><category>Linux</category><category>Fedora</category><category>boot</category><category>multimedia</category><category>network</category><category>Google</category><category>Communication</category><category>Kernel</category><category>internet</category><category>Database</category><category>Themes</category><category>disc</category><category>laptop</category><category>Memory</category><category>mobile</category><category>sql</category><category>News</category><category>trickz n tipz</category><category>MS</category><category>Programming</category><category>security</category><category>CentOS</category><category>Drivers</category><category>Filesystem</category><category>Fun</category><category>SuSe</category><category>processor</category><category>AppZ</category><category>Blog</category><category>Mail</category><category>Oracle</category><category>TweakZ</category><category>Video editing</category><category>distro</category><category>gaming</category><category>Gnome</category><category>Linux embedded Devices</category><category>Media centre</category><category>Supercomputer</category><category>Video</category><category>orkut</category><category>pendrive</category><category>proxy</category><category>script</category><category>wireless</category><category>Antivirus</category><category>Apache</category><category>Apple</category><category>Documentary</category><category>Download</category><category>Editor</category><category>FOSS</category><category>File management</category><category>Font</category><category>GPS</category><category>Game</category><category>Gossips</category><category>KDE</category><category>Kidz</category><category>Live OS</category><category>Nokia</category><category>PDF</category><category>Perl</category><category>Reviews</category><category>Squid</category><category>Virus</category><category>administration</category><category>codecs</category><category>encryption</category><category>ssh</category><category>zip</category><title>icewalkerz</title><description></description><link>http://icewalkerz.blogspot.com/</link><managingEditor>noreply@blogger.com (Tux)</managingEditor><generator>Blogger</generator><openSearch:totalResults>572</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-1128124259251774167</guid><pubDate>Thu, 13 May 2010 14:38:00 +0000</pubDate><atom:updated>2010-05-13T20:08:13.624+05:30</atom:updated><title>Script to Login to a remote machine with a given password</title><atom:summary type="text">
#!/bin/bash
HOST=&quot;localhost&quot;
USER=&quot;myuname&quot;
PASS=&quot;mypassword&quot;

VAR=$(expect -c &quot;
spawn ssh $USER@$HOST
expect \&quot;password:\&quot;
send \&quot;$PASS\r\&quot;
expect \&quot;\\\\$\&quot;
send \&quot;ls\r\&quot;
expect -re \&quot;$USER.*\&quot;
send \&quot;logout\&quot;
&quot;)

echo &quot;===============&quot;
echo &quot;$VAR&quot;


ref : http://ubuntuforums.org/showthread.php?t=192929</atom:summary><link>http://icewalkerz.blogspot.com/2010/05/script-to-login-to-remote-machine-with.html</link><author>noreply@blogger.com (Tux)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-4617681821043340610</guid><pubDate>Tue, 04 May 2010 14:10:00 +0000</pubDate><atom:updated>2010-05-04T20:39:17.160+05:30</atom:updated><title>How to fix intel video card freezing problem in Ubuntu 10.04</title><atom:summary type="text">If you have an intel video card of i845, i855 and other 8xx chips, most likely you&#39;re going to face a freezing problem when booting your computer as mentioned on here.

This issue was known by ubuntu team and they provided a few solutions for it, but the instructions are not quite easy to understand for new Linux users.

In order to apply any of those changes, you need to boot your computer using</atom:summary><link>http://icewalkerz.blogspot.com/2010/05/how-to-fix-intel-video-card-freezing.html</link><author>noreply@blogger.com (Tux)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-243743619298556405</guid><pubDate>Mon, 03 May 2010 14:05:00 +0000</pubDate><atom:updated>2010-05-03T19:42:15.077+05:30</atom:updated><title>Downgrading GRUB  [ Ubuntu 10.04 ]</title><atom:summary type="text">Open a terminal:

Make backup copies of the main GRUB 2 folders &amp; files. (Optional)

sudo cp /etc/default/grub /etc/default/grub.old
sudo cp -R /etc/grub.d /etc/grub.d.old
sudo cp -R /boot/grub /boot/grub.old

Remove GRUB 2

sudo apt-get purge grub2 grub-pc


The system will be unbootable until another bootloader is installed.
Once the packages are removed, many files will still remain in ‘/boot/</atom:summary><link>http://icewalkerz.blogspot.com/2010/05/reverting-to-grub-legacy-ubuntu.html</link><author>noreply@blogger.com (Tux)</author><thr:total>9</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-8781998633269093983</guid><pubDate>Sun, 02 May 2010 06:33:00 +0000</pubDate><atom:updated>2010-05-02T12:09:21.929+05:30</atom:updated><title>Easter eggs in Firefox !!</title><atom:summary type="text">
Visit these addresses in Firefox 3:
about:mozillaabout:robots
Also some other interesting things to find:
about:configabout:cacheabout:creditsabout:licenseabout:buildconfig


finaly try this too in your firefox&#39;s address bar
chrome://browser/content/browser.xul</atom:summary><link>http://icewalkerz.blogspot.com/2010/05/easter-eggs-in-firefox.html</link><author>noreply@blogger.com (Tux)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-6215568589936041616</guid><pubDate>Sat, 01 May 2010 18:13:00 +0000</pubDate><atom:updated>2010-05-01T23:45:13.998+05:30</atom:updated><title>How to change Ubuntu 10.04 (Lucid) &#39;s Plymouth ( boot splash ) theme</title><atom:summary type="text">You need to first go to synaptic and search for &#39;plymouth&#39;, and then add more themes. or do


sudo apt-get install plymouth-theme-*


after that execute in terminal


sudo update-alternatives --config default.plymouth




select the desired theme !!</atom:summary><link>http://icewalkerz.blogspot.com/2010/05/how-to-change-ubuntu-1004-lucid-s.html</link><author>noreply@blogger.com (Tux)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-1499705960204780</guid><pubDate>Sat, 01 May 2010 14:58:00 +0000</pubDate><atom:updated>2010-05-01T20:38:59.147+05:30</atom:updated><title>Expected features in Fedora 13 Goddard</title><atom:summary type="text">boot.fedoraproject.org

boot.fedoraproject.org (BFO) is one of the unique features in Fedora. This effort by Fedora community hopes to completely remove DVD installations in long term. It allows users to download a single, tiny image and install current and future versions of Fedora without having to download additional images.
This method is similar to Pxeboot, can also be considered as a Fedora</atom:summary><link>http://icewalkerz.blogspot.com/2010/05/expected-features-in-fedora-13-goddard.html</link><author>noreply@blogger.com (Tux)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-6550563763762778</guid><pubDate>Sat, 01 May 2010 01:37:00 +0000</pubDate><atom:updated>2010-05-01T07:07:29.392+05:30</atom:updated><title>How to Install Nvidia Video Drivers In 10.04 Lucid Lynx</title><atom:summary type="text">1. Open your favorite terminal (ie. Applications-&gt;Accessories-&gt;Terminal) and uninstall any and all nvidia components installed.

      $ sudo apt-get purge nvidia*

   2. Next we need to blacklist “nouveau”.  Do so by adding the following into /etc/modprobe.d/blacklist.conf with your favorite text editor.

      $ sudo blacklist nouvea

   3. Install the latest official stable driver from the </atom:summary><link>http://icewalkerz.blogspot.com/2010/05/how-to-install-nvidia-video-drivers-in.html</link><author>noreply@blogger.com (Tux)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-6045878235910224386</guid><pubDate>Fri, 30 Apr 2010 01:53:00 +0000</pubDate><atom:updated>2010-04-30T07:23:00.463+05:30</atom:updated><title>How do I disable the ping response?</title><atom:summary type="text">Usually a ping is used to check if a machine is up and to check the network status.

It is a small network packet sent to the machine. If the machine is up, an answer will be sent. The time needed to get the answer is called ping time or round-trip time.

The ping response from an IP indicates the machine is up.

Unfortunately this can be used to quickly scan an IP-range for reachable hosts.

</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-do-i-disable-ping-response.html</link><author>noreply@blogger.com (Tux)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-4275608670665083723</guid><pubDate>Thu, 29 Apr 2010 01:53:00 +0000</pubDate><atom:updated>2010-04-29T07:23:00.358+05:30</atom:updated><title>How To create RPM from Source</title><atom:summary type="text">This is for the Redhat, SuSE and CentOS user out there. Sometimes when you try to search for rpm packages, the only thing that you find is the source file. You create rpm file using this source file:

1. save the source file(usually in tar.gz or tar.bz2 format)
2. extract the files-&gt; tar -xvzf filename.tar.gz or tar -xvjf filename.tar.bz2
3. open the folder of the extracted file and find .spec </atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-create-rpm-from-source.html</link><author>noreply@blogger.com (Tux)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-4311020137576621835</guid><pubDate>Wed, 28 Apr 2010 01:37:00 +0000</pubDate><atom:updated>2010-04-28T07:07:00.375+05:30</atom:updated><title>How to Force fsck (Filesystem check) on next boot</title><atom:summary type="text">If you want to force fsck on the next boot, just create a file called /forcefsck . If this file is present, then during next boot - the fsck is forced.

# touch /forcefsck

Now reboot the machine and when it comes up, fsck will be forced.

# reboot</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-force-fsck-filesystem-check-on.html</link><author>noreply@blogger.com (Tux)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-7901152376487071531</guid><pubDate>Tue, 27 Apr 2010 02:55:00 +0000</pubDate><atom:updated>2010-05-07T05:32:44.599+05:30</atom:updated><title>HOWTO setup Squid Proxy &amp; DansGuardian Internet Content Filter</title><atom:summary type="text">For Ubuntu
 Installing Apache
$ sudo aptitude install apache2Setting a Static IP Address
Now make sure that you have a static IP address
$ sudo vi /etc/network/interfacesAnd change the following (bold) to match your network
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/howto-setup-squid-proxy-dansguardian.html</link><author>noreply@blogger.com (Tux)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-6089352509651349925</guid><pubDate>Sun, 25 Apr 2010 02:52:00 +0000</pubDate><atom:updated>2010-05-07T05:26:24.259+05:30</atom:updated><title>Browse Internet faster in Linux with Ziproxy</title><atom:summary type="text">Ziproxy is forwarding, non-caching, compressing HTTP proxy server.
Basically it squeezes images by converting them to lower quality JPEGs or JPEG 2000 and compresses (gzip) HTML and other text-like data.
It also provides other features such as: HTML/JS/CSS optimization, preemptive hostname resolution, transparent proxying and more.

Ziproxy is an option when dealing with low-bandwidth cases like:</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/browse-internet-faster-in-linux-with.html</link><author>noreply@blogger.com (Tux)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-7642277434700748006</guid><pubDate>Fri, 23 Apr 2010 02:44:00 +0000</pubDate><atom:updated>2010-04-23T08:14:00.275+05:30</atom:updated><title>Check your unread messages in Gmail, from terminal</title><atom:summary type="text">$ curl -u username --silent &quot;https://mail.google.com/mail/feed/atom&quot; | perl -ne &#39;print &quot;\t&quot; if //; print &quot;$2\n&quot; if /&lt;(title|name)&gt;(.*)&lt;\/\1&gt;/;&#39;


replace username with your gmail username.

This command will promt for your password, enter it and view your unread in your gmail account .</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/check-your-unread-messages-in-gmail.html</link><author>noreply@blogger.com (Tux)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-3096523636559282406</guid><pubDate>Thu, 22 Apr 2010 02:28:00 +0000</pubDate><atom:updated>2010-04-22T08:05:58.716+05:30</atom:updated><title>How to make a terminal remember sudo passowrd for ever</title><atom:summary type="text">when you type sudo command for the first time in a terminal it will ask you the sudo password.
This password will be remembered by that terminal for 15 minutes by default.

If you want that terminal to remember your password for ever during its life time follow these steps.

1. Type at terminal



sudo visudo


2. Edit as shown below

Change

Defaults env_reset

to

Defaults env_reset,</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-make-terminal-remember-sudo.html</link><author>noreply@blogger.com (Tux)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-2635238248525469839</guid><pubDate>Tue, 20 Apr 2010 06:22:00 +0000</pubDate><atom:updated>2010-04-21T15:02:30.186+05:30</atom:updated><title>Change your xsplash Boot Screen with your desktop change in ubuntu 9.10 Karmic Koala</title><atom:summary type="text">
Ubuntu has gained new splash screen software called xsplash, and is introduced in ubuntu 9.10 karmic Koala. Here a simple nice script for changing your xsplash screen with respect to your desktop wallpaper. Every time you change the desktop wallpaper, it will automaticaly change the xsplash screen.

Download this Script from here

1. Download and extract the file wallpaper_daemon.py
(use command</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/change-your-xsplash-boot-screen-with.html</link><author>noreply@blogger.com (Tux)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_MYwQlV-zazA/SvenCCrbSuI/AAAAAAAAAjc/vupJrTrI-Gg/s72-c/xspash.png" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-2810624727120768691</guid><pubDate>Sun, 18 Apr 2010 06:20:00 +0000</pubDate><atom:updated>2010-04-18T11:50:00.434+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>UNP a Universal File Unpacking Utility for Ubuntu / Debian</title><atom:summary type="text">Unp is a small perl script which makes extraction of any archive files in easy way. It support several compressors and archiver programs, chooses the right one(s) automatically and extracts one or more files using a single command. It supports rar, zip, tar.gz, deb, tar.gz2, rpm etc..

How to Install unp in ubuntu / Debian

$ sudo apt-get install unp

Usage Method 1 (unpack all archives in a </atom:summary><link>http://icewalkerz.blogspot.com/2010/04/unp-universal-file-unpacking-utility.html</link><author>noreply@blogger.com (Tux)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-2192626753635926774</guid><pubDate>Sat, 17 Apr 2010 06:18:00 +0000</pubDate><atom:updated>2010-04-23T21:38:37.398+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to ...</category><title>How to Change Sudo Password Remembering Time in Ubuntu</title><atom:summary type="text">When You use &#39;sudo&#39; command it will ask for password in First time and will remember password for 15 minutes. It is a security hole for sensitive systems.

You can change sudo Password Remembering Time in Ubuntu .


Open a terminal and type

 

$ sudo visudo


In Ubuntu, visudo uses nano text editor, and what it does is edit the / etc / sudoers.tmp


Check for the line as shown below



Defaults</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-change-sudo-password-remembering.html</link><author>noreply@blogger.com (Tux)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-7144649486338605553</guid><pubDate>Fri, 16 Apr 2010 06:17:00 +0000</pubDate><atom:updated>2010-04-16T11:47:00.827+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to ...</category><title>How to Hide Secret Data in image and audio files Ubuntu / Debian: Steghide</title><atom:summary type="text">
steganography is the technique used for hiding various data in different type of image and audio files with out changing the basic characteristics of file. Steghide is a utility for steganography. The color- respectivly sample-frequencies are not changed thus making the embedding resistant against first-order statistical tests. 

Features include:
* Compression of embedded data
* Encryption of </atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-hide-secret-data-in-image-and.html</link><author>noreply@blogger.com (Tux)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_MYwQlV-zazA/Syj_uyJl8jI/AAAAAAAAAlg/VmWwt-LqwvE/s72-c/steghide.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-4377963171164243840</guid><pubDate>Thu, 15 Apr 2010 06:15:00 +0000</pubDate><atom:updated>2010-04-15T11:45:00.571+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to ...</category><title>Howto Convert Ext3 filesystem to Ext4 Filesystem without Reinstalling OS in Ubuntu</title><atom:summary type="text">You can convert your existing Ext3 filesystem to Ext4 with an easy procedure.

Things to remember

Unmount the filesystem before convert
Filesystem must be non-root
This way you can improve the performance, storage limits and features of your existing filesystem without reformatting and/or reinstalling your OS and softwares.

First, unmount the partition: umount /dev/sda2 (change sda2 with your </atom:summary><link>http://icewalkerz.blogspot.com/2010/04/howto-convert-ext3-filesystem-to-ext4.html</link><author>noreply@blogger.com (Tux)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-4771062605902415876</guid><pubDate>Wed, 14 Apr 2010 06:12:00 +0000</pubDate><atom:updated>2010-04-14T11:42:00.062+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to ...</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>How to Install GNOME 3 (GNOME-Shell) in ubuntu 9.10 Karmic Koala</title><atom:summary type="text">GNOME (GNU Network Object Model Environment) is a desktop environment created for the operating system GNU / Linux Desktop Environment is recognized as the official GNU project. With the announcement of version 3.0 was introduced GNOME-Shell, which integrates various functions into a &#39;single window.  The desktop area is divided into several parts depending on the activities and workspaces is </atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-install-gnome-3-gnome-shell-in.html</link><author>noreply@blogger.com (Tux)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_MYwQlV-zazA/S0q_hjgVXSI/AAAAAAAAAnY/N1J6KoP-p-o/s72-c/gnome3.png" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-2514201512383127998</guid><pubDate>Tue, 13 Apr 2010 06:08:00 +0000</pubDate><atom:updated>2010-04-13T11:38:00.635+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to ...</category><title>How to Recover / Hack / Reset Windows NT / 2000 / XP / Vista Password Using Ubuntu Live CD</title><atom:summary type="text">You can easily hack Windows Password with Ubuntu. You may need to reset an admin password in windows (NT/2000/XT/Vista) for many reasons, such as you have  forgotten it or you  need to repair and don&#39;t have access to the admin password. You can Easily Reset Windows password with Ubuntu.

Requirements 

A little knowledge in Command Line , An Ubuntu Live CD. And a Wonderful package called chntpw.
</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-recover-hack-reset-windows-nt.html</link><author>noreply@blogger.com (Tux)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-2788556116380145303</guid><pubDate>Mon, 12 Apr 2010 06:06:00 +0000</pubDate><atom:updated>2010-04-12T11:36:00.805+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to ...</category><title>How to build debian package from source</title><atom:summary type="text">1. Edit your /etc/apt/sources.list file with an entry 
&quot;deb-src http://host/debian distribution section1 section2 section3&quot; like this.

2. apt-get update

3. apt-get source 

This will download three files: a .orig.tar.gz, a .dsc and a .diff.gz. In the case of packages made specifically for Debian, the last of these is not downloaded and the first usually won&#39;t have &quot;orig&quot; in the name. 

The .dsc</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-build-debian-package-from-source.html</link><author>noreply@blogger.com (Tux)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-7490269000985229371</guid><pubDate>Sun, 11 Apr 2010 15:20:00 +0000</pubDate><atom:updated>2010-04-11T20:50:18.640+05:30</atom:updated><title>How To Create And Configure Multiple Virtual Network Interfaces In Ubuntu</title><atom:summary type="text">Create And Configure Multiple Virtual Network Interfaces In Ubuntu Linux with ease.



Configuring Virtual Networks:
Let&#39;s start, go to Applications, Accessories, Terminal and type:

$ sudo gedit /etc/network/interfaces 


Duplicating the eth0 interface create virtual network cards and IP addresses. And adding a unique number starting from 1 to 9.



auto eth0:x allows that the network interface </atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-create-and-configure-multiple.html</link><author>noreply@blogger.com (Tux)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_hJYkL4prW2M/S784LsOvX1I/AAAAAAAAAY0/kXK1ebaA64c/s72-c/vsettings.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-5770558407512681671</guid><pubDate>Sun, 11 Apr 2010 06:04:00 +0000</pubDate><atom:updated>2010-04-11T18:25:50.599+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to ...</category><title>How to Control the CPU Usage of a Process in Ubuntu / Debian Linux with cpulimit</title><atom:summary type="text">CPULIMIT is a very good utility, this can be utilized for limiting the cpu usage of a process.  Limits are expressed in percentage, not in cpu time. This  does not act on the nice value or other scheduling priority , but on the real cpu usage. System administrators can effectively use this for avoiding there headace. The % limit from 0-100 for single processor 0-200 for dual processor.
How to </atom:summary><link>http://icewalkerz.blogspot.com/2010/04/how-to-control-cpu-usage-of-process-in.html</link><author>noreply@blogger.com (Tux)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6659127374596147054.post-7528324603681414045</guid><pubDate>Fri, 09 Apr 2010 06:00:00 +0000</pubDate><atom:updated>2010-04-11T18:30:28.348+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>8085 Microprocessor Simulator for Ubuntu / Debian /Fedora Linux:GNUSim8085</title><atom:summary type="text">
GNUSim8085 is a graphical simulator, assembler, debugger  for Intel 8085 microprocessor.It is very helpful for Engineering and Polytechnic students with Microprocessor as a subject.
It is available in Ubuntu and Debian repository

$sudo apt-get install gnusim8085

Fedora

$ yum install gnusim8085</atom:summary><link>http://icewalkerz.blogspot.com/2010/04/8085-microprocessor-simulator-for.html</link><author>noreply@blogger.com (Tux)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_MYwQlV-zazA/S41O45FNBXI/AAAAAAAAAr0/gqW3_PYPTNk/s72-c/GNUSim8085.png" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>