Almost all modern shell allows you to search command history if enabled by user. Use history command to display the history list with line numbers. Lines listed with with a * have been modified by user.
Shell history search command
Type history at a shell prompt:
$ history
Output:
Sample output:
6 du -c
7 du -ch
8 ls [01-15]*-2008
9 [...]
Read Full Post »
There are total 4 steps involved for hard disk upgrade and installation procedure:
Step #1 : Partition the new disk using fdisk command
Following command will list all detected hard disks:
# fdisk -l | grep ‘^Disk’
Output:
Disk /dev/sda: 251.0 GB, 251000193024 bytes
Disk /dev/sdb: 251.0 GB, 251000193024 bytes
A device name refers to the entire hard disk.
To partition the disk [...]
Read Full Post »
Posted in eclipse, linux, php, pragyan, technical stuff, tagged css, easyeclipse, eclipse, ide, Javascript, linux, perl, php, plugins in eclipse, python, svn on December 9, 2007 | No Comments »
hmmm…eclipse is an amazing ide and there are thousands of well documented plugins available on internet to make the development process much more simpler for developers.
Well it just helps to make your task easy, simple and fast. A few things which can be done using these plugins for eclipse are HTML,XML and XHTML documents validation; [...]
Read Full Post »
Posted in linux, technical stuff on November 12, 2007 | No Comments »
it was yesterday only wen we used to play around on fedora’s latest version…Fedora 7…i remember wen it was released…there was lot of fuzz..over the exclusion of the core…i started working on linux system’s quite late…the first one was a fedora6 i guess….and now 2-3 days back…there it is…Fedora 8..!
well…improved graphics, improved development environment, more [...]
Read Full Post »