Tag Archives: Uncategorized

Get Processor Attributes in AIX 5.3 (Type, Count and Clock Speed)

prtconf | grep -i proc

Posted in Uncategorized | Tagged | Leave a comment

How to search the contents of a list of jar/tar files

If you have a directory, for example /home/mhewedy/libs/jars/, this directory contains many jar/tar files, and you want to search the contents of these jar/tar files . use this command : cd /home/mhewedy/libs/jars/for jar in *.jar; do echo “— $jar —” … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to run a script in startup

I needed this feature to run a “read-only” mount for windows file system on startup (because I always hibernate Windows, so Ubuntu can’t mount it “read-write” by default on startup) 1- Write the script in a file and save it … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

How to search for a file using the "find" command (not case sensitive)

find . -name “*” | grep -i

Posted in Uncategorized | Tagged | Leave a comment

Latest Screenshot From My Ubuntu IBM Desktop

Posted in Uncategorized | Tagged | Leave a comment