07Jul 10 Linux Commands you’ve never used
It takes years maybe decades to master the commands available to you at the Linux shell prompt. Here are 10 that you will have never heard of or used. They are in no particular order. My favorite is mkfifo.
pgrep, instead of:
# ps -ef | egrep ‘^root ‘ | awk ‘{print $2}’
1
2
3
4
5
20
21
38
39
…
You can do this:
# pgrep [...]
07Jul Windows Software equivalents for Linux
Windows Software
Linux Equivalent/Alternative
3D Studio Max
K-3D (http://www.k-3d.org/)
Wings 3D (http://www.wings3d.com/)
Art of Illusion (http://www.artofillusion.org/)
Blender (http://www.blender.org/)
ACDSee
GTKSee (http://gtksee.berlios.de/)
gthumb (http://gthumb.sf.net/)
KuickShow (http://kuickshow.sourceforge.net/)
ShowImg (http://www.jalix.org/projects/showimg/)
Gwenview (http://gwenview.sourceforge.net/)
GQview (http://gqview.sourceforge.net/)
Eye of GNOME (http://www.gnome.org/projects/eog/)
Adobe Acrobat Reader
okular (http://kpdf.kde.org/okular/)
Xpdf (http://www.foolabs.com/xpdf/)
Evince (http://www.gnome.org/projects/evince/)
ePDFView (http://trac.emma-soft.com/epdfview/)
KPDF (http://kpdf.kde.org/)
Adobe Audition
Audacity (http://audacity.sourceforge.net/)
Adobe Illustrator
Skencil (http://www.skencil.org/)
Inkscape (http://www.inkscape.org/)
Karbon14 (http://www.koffice.org/karbon/)
Xara Xtreme for Linux (http://www.xaraxtreme.org/)
Adobe PageMaker
Scribus (http://www.scribus.net/)
Adobe PhotoAlbum
F-Spot (http://f-spot.org/Main_Page)
KPhotoAlbum (http://www.kphotoalbum.org/)
digiKam (http://www.digikam.org/)
Adobe Photoshop
CinePaint (http://www.cinepaint.org/)
Gimpshop (http://www.gimpshop.com/download.shtml)
Krita (http://www.koffice.org/krita/)
GIMP (http://www.gimp.org/)
Adobe Premier
PiTiVi (http://www.pitivi.org/wiki/Main_Page)
LiVES (http://lives.sourceforge.net/)
Kino (http://www.kinodv.org/)
Cinelerra (http://cvs.cinelerra.org/)
kdenlive (http://kdenlive.sourceforge.net/)
Jahshaka [...]

















