jump to navigation

Merry Christmas December 25, 2011

Posted by galigio in Linux, News, Technology News.
Tags: , , , ,
add a comment

Multiboot CD /DVD and USB Builder: Sardu December 20, 2011

Posted by galigio in Computers & Internet, Freeware, GNU/Linux, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia, windows.
Tags: , , , , , ,
1 comment so far

The last generation of external 3.0 usb disks allows us to create fast multi-boot drive that can be used for different purpose. Commonly we use these “special” drives as recovery tools when something goes wrong in our computers or when we would dig, in a deeper way, a particular desktop.

The best software to create multi-boot disks or ISO have been developed for Windows and the only exception is a French, multi-step solution named LiveUSB Multi-Boot.

Today we focus our attention on Sardu a multi-language Italian project developed for Windows machines. After you have downloaded it you can unzip and save the folder in your favorite location. The sardu.exe file will run the program and you can start to decide if you prefer to create a multi-boot ISO or a multi-boot usb key.

The menus are complex but in a couple of minutes you will be able to properly navigate them and select the software and ISO you’d like to have in your CD or USB key. You can also decide to manually add a specific ISO which is not directly supported.

The CD-DVD burner is included in Sardu consequently you can create your bootable CD-DVD in just few clicks.

In the everyday world, Sardu is also useful to test computers when you want to quickly install a Linux distribution and you are not sure about the best one to choice.

Moreover, Sardu is plenty of extra freeware which can help you to recover the GRUB, partitions, lost files and passwords.

Unfortunately Wine is not able to run Sardu in a correct way and when we tested it on Ubuntu we were able to use just few basic features. AddThis

Gmail Plasmoid – Kubuntu 11.04 by gotbletu December 4, 2011

Posted by galigio in Computers & Internet, GNU/Linux, kde, Kubuntu, kubuntu KDE, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia.
Tags: , , , , , , , , , , , , ,
add a comment

AddThis

Best Gmail Notifier For Ubuntu Linux by Videoorchard December 2, 2011

Posted by galigio in Computers & Internet, Gnome, Gnome applets, Gnome tips, GNU/Linux, Google, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia.
Tags: , , , , , , , , , , , ,
1 comment so far

AddThis

Searching a Gmail notifier for Ubuntu 10.04… an unpredictable Odyssey! November 30, 2011

Posted by galigio in Computers & Internet, Firefox, Firefox add-ons, Firefox Extensions, Gnome, Gnome applets, Gnome tips, GNU/Linux, Google, Linux, Linux & OpenSource, Linux Tips, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu 10.04, Ubuntu tips.
Tags: , , , , , , , , , , , ,
2 comments

Finding a versatile Gmail notifier for my laptop seemed to be not so difficult and, after a first quick search, I selected a bunch of software I believed interesting. But when I tested them I was not satisfied by they behaviour especially because they didn’t have many of the features I wanted.

First of all I started installing the Gmail software I found in the Screenlets repositories on my Ubuntu but it was not able to update itself. Probably the firewall denied to the screenlet to communicate externally. I didn’t want to spend much time (sic) on the research of a Gmail notifier so I decided do uninstall it.

My second option was Popper and reading the program description I believed tha t was really the right one but.. after the configuration I was not impressed by the final flexibility and interaction this software offers. Just to know, for a quick configuration you need Popper configurator that is in the

The next step was represented by KCheckGmail that is for KDE and runs properly also on Gnome but, in this case, the program is not updated with the last Gmail configuration parameters and so it is nice but useless..

Then I tried with Gmail Notify. The configuration is quick and easy but it offers poor results. I mean that you have just the subject of new emails and no possibility to visualize them with a simple mouse click if you haven’t previously done the login of your Gmail account using the browser.

Finally I installed cGmail through the Ubuntu Software Center and I found what I was looking for: a simple program which let me know about new emails and let me open them with a click. The graphic interface is basic but after a couple of hours wasted on searching an effective solution I was satisfied!

Last but not least, if you don’t want to install a Gmail notifier directly on your Ubuntu, consider to install the add-on Gmail Watcher  on Firefox.

Please, if you have better solution and you want to share them with us, don’t hesitate to comment this post. Thank you! AddThis

Reinstalling and Fixing Grub 2 by NixiePixel November 17, 2011

Posted by galigio in boot, boot manager, boot problem, boot up, Computers & Internet, GNU/Linux, GRUB, Linux, Linux & OpenSource, Linux Tips, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu tips.
Tags: , , , , , , , ,
1 comment so far

AddThis

Recovering the GRUB 2 Boot Loader by cgermany77 November 15, 2011

Posted by galigio in Computers & Internet, GNU/Linux, GRUB, Linux, Linux & OpenSource, linux boot, Linux Tips, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu tips.
Tags: , , , , , , , ,
1 comment so far

AddThis

How to manage the GRUB and purge old Kernel versions on the start-up menu November 14, 2011

Posted by galigio in boot, boot manager, boot problem, boot up, Computers & Internet, GNU/Linux, GRUB, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu 10.04, Ubuntu command line, Ubuntu tips.
Tags: , , , , , , , ,
1 comment so far

After a kernel update, you find the start-up menu populated with extra lines related to all the old kernel versions plus the current one. To manage the start-up manager and safely remove old kernels you have to manually operate on it.
First of all you have to double-check what is the current kernel version.
Open a Terminal and type:
uname -r
The result will be something similar to: 2.6.32-35-generic
Then you will go to the boot directory through the command:
cd /boot ls vmlinuz*
The next step will be to obtain more information about old kernel you have on our PC:
ls vmlinuz*
Now in the Terminal you have results similar to these:
vmlinuz-2.6.32-21-generic  vmlinuz-2.6.32-25-generic  vmlinuz-2.6.32-35-generic
vmlinuz-2.6.32-24-generic  vmlinuz-2.6.32-26-generic
As last step you have to remove all the old version of the kernel using this command:
sudo apt-get remove linux-image-X.X.XX-XX-generic
where “x” is the obsolete kernel version you want to purge. In my specific case the proper command line I used was:
sudo apt-get remove linux-image-2.6.32-21-generic linux-image-2.6.32-24-generic linux-image-2.6.32-25-generic linux-image-2.6.32-26-generic
Last but not least go to System –> Administration –> StartUp Manager (available for installation on Synaptics or on Ubuntu Software Center) and select your OS choice in the Default Operating System menu. That’s all! AddThis

Configurar Iptables con Firestarter en ubuntu by josealeguinea November 8, 2011

Posted by galigio in Computers & Internet, Technology and Software, Linux, GNU/Linux, Linux & OpenSource, Technology News, Technology, Firewall for Ubuntu, Firestarter, Tech, Tecnologia.
Tags: , , , , , , , , ,
add a comment

AddThis

Video – Fix .ICEauthority by danny6465 November 1, 2011

Posted by galigio in Computers & Internet, Technology and Software, Linux, GNU/Linux, Linux & OpenSource, Technology News, Ubuntu, boot, boot problem, solve boot, solve boot problem, Technology, boot up, Ubuntu tips, Tech, Tecnologia, repair, Ubuntu 10.04.
Tags: , , , , , , ,
add a comment

AddThis

Follow

Get every new post delivered to your Inbox.

Join 1,360 other followers