Knowledgebase
Search:     Advanced search
Browse by category:

Showing: 1-10 of 42    »»
Articles
 
document How do I list users on Linux
I don't know of any specific (command line) command to list Linux users. But this will list users from /etc/passwd cat /etc/passwd | cut...
rating 06 Mar, 2008 Views: 408
document How do I find a text string using awk?
  grep will find a specific string of text in a file, but awk gives you the ability to isolate a particular column of text. For...
rating 06 Mar, 2008 Views: 544
document How do I install a .src.rpm file?
I have installed a .src.rpm file, but cannot seem to run it. A src.rpm archive is the source code for a program, and needs to be compiled before...
rating 06 Mar, 2008 Views: 634
document How do I perform a recursive find?
find -name '*.c' | xargs ls "$1" -  will give a directory listing of all files that end in .c
rating 06 Mar, 2008 Views: 435
document RPM repositories
  RPM Find RPM Forge rpm.livna.org
rating 24 Mar, 2008 Views: 448
document Error linux/config.h
The new FC6 kernel source/tree no longer has a linux/config.h file in it, so you can do one of  two things. Either comment the line in the code...
rating 06 Mar, 2008 Views: 578
document chmod parameters explained
  chmod u+ = assign user permissions chmod g+ = assign group permissions chmod a+ = assign all permissions Some examples: Command: ...
rating 06 Mar, 2008 Views: 2062
document Handy one line SED command howto
------------------------------------------------------------------------- HANDY ONE-LINERS FOR SED (Unix stream...
rating 06 Mar, 2008 Views: 532
document How to debug Postfix
Postfix DEBUGGING 1.) If things are acting strangely here is a simple and quick first step that could save you a lot of time.   * TO...
rating 06 Mar, 2008 Views: 6750
document How can I forward ports on my Linux firewall?
ipmasqadm (port forwarding) ipmasqadm portfw -f ipmasqadm portfw -a -P tcp -L x.x.x.x 21 -R y.y.y.y 21 -p 100 Where x.x.x.x is...
rating 06 Mar, 2008 Views: 442



RSS