Your conversation with IM are secure ?
Posted by: seba in Internet, Security, tags: SecuritySee this article to know how many secure are your conversation with your preferred program of instant messaging. The following table resume the article:
|
Jun
16
2008
Your conversation with IM are secure ?Posted by: seba in Internet, Security, tags: SecuritySee this article to know how many secure are your conversation with your preferred program of instant messaging. The following table resume the article:
Jun
16
2008
Speed test between the latest browsers.Posted by: seba in Browser, Firefox, Internet Explorer, Opera, Safari, tags: BrowserLifehacker do a simple and "unscentific" speed test between most user browsers: Internet Explorer 7.0.6, Safari 3.1.1, Opera 9.5 and Mozilla Firefox 3 RC3; the system for the test is a Windows Vista (32 bit) machine with an Intel core duo2GHz) processor and 2 GB of RAM. On the whole the best browser is Opera 9.5: it is the faster at startup-time and in javascript test and second in multi-tab load time, CSS test, and memory usage with 8 tabs open. Firefox 3 RC3 win the test of memory use, this is a real improvement compared with the previous version of firefox. See the test.
This version introduces some interesting innovations: 1) Quick find: now is possible to search a web page, already visited, simply writing in the addrress bar the content of the page. 2) With opera link is possible to save in the web our bookmarks and preferences. 3) Dragonfly: is a tool for web developer like firebug in firefox.
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. |