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...
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 }'
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...
Current directory name
pwd | sed s///n/g | tail -n 1 | sed s/\ /_/g
««
«
1
2
3
…
75
76
77
…
126
»
»»