Find and grep are two basic tools installed in all unix and unix-like systems. Every unix users or system administrator use frequently this two usefull and power tools. Here the links at two basic tutorial:
Posts Tagged “Linux”
Jun
04
2008
Hard reset of hard drive.Posted by: seba in Computer, Hacking, Hardware, Linux, OpenSource, tags: Hardware, LinuxTo erase definitively all the data stored in an hard disk (floppy, pen drive, etc) the simple formatting is not enough, in fact is possible, with specified software, recover the "lost datas": this because the formatting or the process of deleting file don’t erase the file, but the link to hard disk sector where the effective file is stored, until this sector don’t be overwrite by another file. Usually to way clean totally an hard drive is to write the drive with the pattern 0×00; in linux is possible to use the programm dd, an the command is:
dd read in input the content of the device /dev/zero and write it in the destination device (/dev/hdax); the program read and write 4096 bytes at at time. The MAC ADDREES (Media Access Controll Address) is the quasi-unique identifier attached to all networks adapter, for more info about MAC ADDRESS see here. Thus the Mac Address is the hardware address of a network adapter and associated with IP address in a LAN it identify a specific computer. As IP address, in linux is possible to change the MAC Address as follow:
Apr
22
2008
My dotemacs filePosted by: seba in Emacs, OpenSource, Programming, tags: Emacs, Linux, OpenSource, ProgrammingWhat is emacs: EMACS IS THE EDITOR. Screnshoot of emacs editing perl program:
Apr
06
2008
Install webmin in debian !Posted by: seba in Debian, Linux, OpenSource, tags: Debian, Linuxwebmin is web-based interface to manage unix system from web browser. Debian don’t have a webmin package in his official repository. To install webmin : download the deb package from webmin homepage, and install with the command:
OR add the webmin repository in the sources.list of your debian:
and then install the package:
Then connect at webmin with your browser at: https://127.0.0.1:10000 and login as root. Here some screenshots: |




Entries (RSS)