The one and only Manzonia site.The one and only Manzonia site.Linux, Ubuntu, Computers and weird things.
Articles:
1, 2
Articles
A list of guides and tutorials on Ubuntu
2007-06-16 12:38:00 ubuntuguide.orgMythbuntukubuntu.orgn# (ubuntu tips and tricks)xubuntu.orgubuntugeek.comubuntuhom eserver.orgonlyubuntu.blogspot.comubuntuf orums.org More About: Tutorials , Ubuntu , Guides , List , Tori
What does "09F911029D74E35BD84156C5635688C0" mean?
2007-05-04 18:45:00 Does anyone know what is "09F911029D74E35BD84156C5635688C0&qu ot;?;)
When you say "point of view" (pics)
2007-05-04 06:24:00 Some really interesting photos More About: Images , View , When , Point
Get your preferred linux livecd here!
2007-04-26 09:06:00 Here you can find a really huge list of livecds with links for downloads!Happy burning! More About: Linux , Live , Here , Ferr , Refer
Use Social Media Arbitrage to Drive Traffic with StumbleUpon
2007-04-23 00:01:00 This is a really interesting article explaining some tactics to apply with social bookmarks services to get traffic on your site even when you don't have firt class posts to publish. So let's try the game and we'll verify if it's true or not. More About: Social , Media , Traffic , Drive , Others
Get 9 linux distribution on a CD ROM
2007-04-18 12:44:00 Hi, I found a multi distro liveCD.It's MultidistroThis project will allow you to test 9 linux mini distribution and could'be also useful as a rescue CD.The mini distro you will find there are:Slax, GeexBOX, DamnSmallLinux , INSERT, R.I.P., Mpentoo, Olive, Grafpup, Limp and a memory tester.Why not give it a try? ;) More About: Distribution , Tribu , Linux distribution
ophcrack LiveCD download (windows password cracker)
2007-04-17 16:40:00 The ophcrack Live CD contains a full linux system (SLAX), ophcrack for linux and rainbow tables for alphanumerical passwords.The liveCD cracks passwords automatically, no installation necessary, no admin password necessary (as long as you can boot from CD).Release 1.1.4 cracks Wind ows Vista SAM More About: Download , Word
A USB pen bootable rescue system
2007-04-17 16:11:00 A Usb pen bootable rescue system. More About: System , Computer , Tabl , Table , Rescue
The ultimate boot cd ( huge rescue tools collection in a livecd )
2007-04-17 15:53:00 The Ultimate Boot CD is a free downloadable livecd with a huge paraphernalia of tools to rescue and manage your computer.Administering partitions, rescuing unbootable systems... All that can be accomplished by this fantastic tool.Try it and it will became part of your most precious tools. More About: Tools , Computer , Tool , Live , Mate
A lot of php scripts!
2007-04-17 03:02:00 Here you'll find a lot of php scripts to play with. More About: Computer , Scripts , Script
Sky maps .org
2007-04-17 02:52:00 How many times you found yourself nose up staring at the sky and struggling to know the name of that particular constellation or star?Here you can find a detailed map of the sky! More About: General , Maps
A Huge list of freeware apps and software.
2007-04-17 02:21:00 Mohawke's Best of the Best Free and Open Source Software Collection More About: Computer , War , Freeware
Happy 64th birthday LSD!
2007-04-17 02:18:00 Here the link More About: Events , Happy , Birthday , Birth
How many links from yahoo.
2007-04-15 01:49:00 document.write(""); Link s to Site More About: Yahoo , How Many , Yahoo!
.htaccess generator
2007-04-14 23:48:00 .htaccess Gene ra tor Tool © Dev Mechanic™ UsernameUser NameAuthentication AreaName of the protected areaPasswordPasswordPathLocation of the username/password fileEnter Captcha To ContinueTo prevent spamming, please enter in the numbers and letters in the box below More About: Access
Dominate the art of account creation. Useless Account
2007-04-12 22:40:00 Wow! I spent some hours training on this site in the art of accounts creation and now I feel better!www.uselessaccount.com More About: Useless , Creation , Less , Count , Domina
How to enable DMA for CD/ROM
2007-04-11 13:43:00 Let' say that the path of the CD/ROM DVD device is /dev/cdrom.We have to type this commands: sudo hdparm -d1 /dev/cdrom sudo cp /etc/hdparm.conf /etc/hdparm.conf_backup (Just to be cautious ) kdesu kate /etc/hdparm.conf (I'm currently using kubuntu) Add lines below at the end of the file: /dev/cdrom { dma = on } Save the file. More About: How To
How to use tar command in linux.
2007-04-10 19:56:00 Tar is a powerful command.Its uses are:Create a .tar archiveex. tar -cvf tarfile.tar source_dirExtract files from a .tar archiveex. tar -xvf tarfile.tarList content of a .tar archiveex. tar -tf tarfile.tarTar can also compress the generated .tar file with gzip and bzip2:Create a tar file compressed with gzipex. tar -cvzf tarfile.tar.gz source_dirCreate a tar file compressed with bzip2ex. tar -cvjf tarfile.tar.bz2 source_dirExtract files from a .tar.gz archiveex. tar -xvzf tarfile.tar.gzExtract files from a .tar.bz2 archiveex. tar -xvjf tarfile.tar.bz2List the content of a .tar.gz archiveex. tar -tvzf tarfile.tar.gzList the content of a .tar.bz2 archiveex. tar -tvjf tarfile.tar.bz2This is only a simple howto about this command, if you need information on more complex uses of tar try with man tar :)TarTar More About: Linux , How To , Comm , Command
How much is your blog worth? (in dollars)
2007-04-10 00:00:00 My blog is worth $564.54.How much is your blog worth? If you too want a value of your blog go Here More About: Dollar , Blog , Your , Worth , Much
Get a graphic of your placement evolution in technorati.
2007-04-09 23:07:00 Hi this is a graphic of my position evolution on technorati.If you want to have one for you, just use:<img src=http://www.dapper.net/dapplications/B logPlot/http://your_site>Just change the "your_site" part of the line above to your blog url and the job is done.Happy statistics! :) More About: Evolution , Techno , Tech , Men , Your
Let's say to Dell we want linux shipped with their hardware
2007-04-09 22:14:00 After falling on this page i chosen to support Jono campaign to let Dell know how much we want from them to sell their hardware with linux inside.Go vote! More About: Hardware , Linux , With , War
A simple explanation of linux proc directory.
2007-04-09 21:29:00 Here some info I found about the /proc filesystem.Hope will be of help to you.The /proc filesystem is a virtual fs that the kernel creates in memory.It provides infos about the system.Below some of the more important files will be explained.(For a better and complete explanation use 'man proc')/proc/cpuinfo Infos about the processor (type, make, model and performance)/proc/devices A list of device drivers configured in the current kernel./proc/dma A list of DMA channels used at the moment./proc/filesystems The list of filesystems configured in the kernel./proc/ioports Is the list of I/O ports used at the moment./proc/kmsg Outputs messages by the kernel./proc/ksyms The symbol table for the kernel./proc/loadavg Shows the load average of the system./proc/meminfo Information about memory usage./proc/modules The list of kernel modules loaded at the moment./proc/net Infos about network protocols./proc/stat Various statistics about the system./proc/uptime The time the system has ... More About: Linux , Simp , Direct , Directory , Nation
Start your blog with Simple PHP Blog engine
2007-04-09 15:45:00 Simple php blogHi, has been quite a while from when I started this blog.As you can see I'm using SimplePhp Blog It's a really useful blog engine with a simple admin interface.Your data is stored in flat text files and the simple design of is structure allow an easy customization.I'm really happy with this smart tool and, if you're searching for a blog engine, this is a must see!Ah! For sure. Don't take my blog as an example of what you can get from Simple PHP Blog. I'm not really good in creating web sites! ;) More About: With , Simp
Boot disks for everyone!
2007-04-08 23:17:00 Here another site where you'll find boot disks images.Link Reddit Stumbleupon More About: Disk , Ever , Everyone , Boot
How to speed up Firefox.
2007-04-08 22:27:00 In this link you'll find 4 tips that will help your browser to speed up. Reddit Stumbleupon More About: How To , Firefox , Fire , Speed , Speed up
How to use windows drivers with ndiswrapper.
2007-04-07 10:11:00 How to use windows drivers with ndiswrapper.If you need to use a windows driver with ndiswrapper for your net device on linux, these are the steps required to do the job.These instructions work as is in Ubuntu, in other flavors of linux just use "su -" and type all commands without "sudo".For this to work you'll have to get the windows driver for your device in a folder accessible from linux.Then:sudo ndiswrapper -i /path-to-driver/drivername.infsudo depmod -asudo modprobe ndiswrappersudo gedit /etc/modulesadd ndiswrapper at the endsudo gedit /etc/network/interfacesiface eth1 inet dhcpwireless-essid XXXXXXXXXXXwireless-key XXXXXXXXauto eth1That's all! Reddit Stumbleupon More About: Windows , Drivers , How To , Drive , Wind
The book of kernel customizing.
2007-04-05 21:20:00 This link will get you to the free downloadable version of O'Reilly book:Linux kernel in a nutshell Reddit Stumbleupon More About: Book , E Book , Custom , Kernel
Do you need an API search engine?
2007-04-01 15:12:00 This is a really good tool for web programming!Amazing from the start, when you digit the first letters of what you're searching, you'll see a smart ajax helper that suggests you the most probable entries you're searching for. Reddit Stumbleupon More About: Search , Search Engine , Engine , Need
Do you remember when computers where like these?
More articles from this author:2007-03-30 00:55:00 In my perpetual navigation on the net I found out this little gem.It's a really funny site about old (when not archaic) computers.So, if like me, you're interested in this old object of desire; well! Go here and give a look!Igor. Reddit More About: Computers , Computer , Comp , When , Here 1, 2 |



