Differences between revisions 2 and 3
Revision 2 as of 2002-04-06 12:50:15
Size: 1624
Editor: inktomi3-not
Comment: Add java plugin tip
Revision 3 as of 2002-04-06 12:50:32
Size: 1625
Editor: inktomi3-not
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
=== java plugin in mozilla/galeon under Linux=== === java plugin in mozilla/galeon under Linux ===

Random Linux Tips

ps

ps aux|grep ap\\ache

will show just the apache processes and not grep itself because:

  1. Your shell removes one \ and passes grep ap\ache
  2. ps lists the grep as grep ap\ache
  3. grep reads \a as a since a isn't special and looks for "apache" but doesn't pick up the line that has "grep ap\ache" in it since that doesn't match.


info pages

Given the tendancy to provide crap manpages and better info pages, you might want to try pinfo instead of just the plain info program to view them. pinfo can view manpages as well and has lynx like keys. It highlights links to other manpages/info pages and is a lot easier to use than info.


uz/lz

uz and lz are really useful for allowing you to get on with your life and just view archives while they remember how to do it for bzipped archives, gzipped archives, rpms, debs, arc, arj, rar, lha and more (providing you have the relevant utilities installed).

See http://hjb-net.de/download/lz_e.html to get them.

java plugin in mozilla/galeon under Linux

There are two methods of doing this: i) Install the whole of Java (from Sun or Blackdown) and then soft link /usr/lib/mozilla/plugins/javaplugin.so to /usr/lib/j2sdk1.3/jre/plugin/i386/netscape4/javaplugin.so (or equivalent). ii) Run mozilla/galeon as root, visit java.sun.com and say "OK" when it asks if you want to install plugin, select the Linux plugin and it should work. (I haven't tested this way, but I've heard it works)



CategoryComputingTips

TheEarthWiki: LinuxCompTips (last edited 2008-02-19 15:39:26 by localhost)