Pario TechnoBlob
About Posts

Posts

Start Window Manager (WM) in runlevel 3 To run the Windows Manager (Desktop Environment) of your choice the following have to be in the users home directory .xinitrc file. XFCE4 exec startxfce4 Gnome exec...
Aug 16, 2007 11:19AM
List directory files with a certain datestamp List the names of files in the current directory dated May 16. ls -l | awk '{if($6=="May" && $7=="16") print $NF }'
Aug 15, 2007 10:24AM
Verifying DNS mappings An improperly configured DNS setup can be really annoying. You want to make sure that your mappings work both ways: Each hostname should resolve to an address, and that...
Aug 15, 2007 9:06AM
Current directory name pwd | sed s///n/g | tail -n 1 | sed s/\ /_/g
Aug 15, 2007 7:49AM
«« « 1 2 3  …  75 76 77  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom