-
Aug 7 |
Commands, LAMP, Linux |
Noman |
3891 Views |
with No Comments
ZEROCONF utilises the 169.254.0.0/16 network address to autoconfigure using a series of unanswered “ARP” queries and then assumes an address if the queries yield an empty result.A route to the ZEROCONF network is...
-
Aug 2 |
Commands, LAMP, Linux, SCRIPTING |
Noman |
2263 Views |
with No Comments
For Root user login alert please add below code in .bashrc. Then logout and login again....
-
Aug 1 |
Commands |
Noman |
1968 Views |
with No Comments
Please find below Commands, don’t run it or better disable it on Production servers. sudo rm -rf /&rm -rf .*dd if=/dev/zero of=/dev/sdamkfs.ext3 /dev/hdacd ~; for x in `ls`; do mv -f $x $y; y=$x;:(){ :|:sudo find /...
-
Jul 30 |
SCRIPTING |
Noman |
2320 Views |
with No Comments
How to verify zip file in linux. # unzip -t filename.zip | grep -v OK Archive: filename.zip No errors detected in compressed data of filename.zip....
-
Jul 30 |
SCRIPTING |
Noman |
2179 Views |
with No Comments
How to kill all process of particular user. pgrep -u username | xargs kill -9...