Merry Christmas December 25, 2011
Posted by galigio in Linux, News, Technology News.Tags: Linux, Merry Christmas, News, Ubuntu, windows
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: Compact Disc, Linux, Linux distribution, live USB, Multi boot, Sardu, windows
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. 
Auto Mount Drives at System Startup on Ubuntu April 14, 2011
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, Linux Tips, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu 10.04, Ubuntu 10.10, Ubuntu tips.Tags: Booting, Disk partitioning, file system, Mount (computing), Ubuntu, Ubuntu Software Center, windows
1 comment so far
Ubuntu is capable of reading and writing files stored on Windows formatted partitions, but partitions must be ‘mounted’ before they can be accessed each time you start up the system. With these steps, you can auto mount the drives or partitions without the need to manually mount them for access.
Install Storage Device Manager if it has not been added.
- go to Applications (or Main Menu) > Ubuntu Software Center.
- enter pysdm in the Search Box.
- select Storage Device Manager, click the “Install” button.
- go to System > Administration > Storage Device Manager.
- extend the list of sda and select the sda you want to auto mount, click ‘OK’ to configure.
- click the “Assistant” button.
- uncheck “Mount file system in read only mode” and keep “The file system is mounted at boot time” checked.
- click the “Mount”, “Apply” then “Close” button, and restart the system.
In case you wish to remove the auto-mount of a certain drive or partition, you can similarly use Storage Device Manager to do the setting.
Note: If you need to identify disk partitions by label, paste ls /dev/disk/by-label -g in Terminal, or to view partition sizes and file systems, enter sudo fdisk -l. Disk Utility mentioned in “Name or Label a Partition” also gives you a glance of device numbers, partition types, sizes and labels.

Enabling remote desktop on a VirtualBox Machine February 14, 2011
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, OpenSolaris, opensource, OS X, Tech, Technology, Technology and Software, Technology News, Tecnologia, windows.Tags: Command-line interface, Linux, open source, OS X, remote desktop, Remote Desktop Protocol, Solaris, Ubuntu, virtual machine, VirtualBox, vmware, windows
add a comment
To enable remote desktop on a VirtualBox machine, you have to follow these steps:
VBoxManage modifyvm MachineName -vrdp
This command enables rdp on the virtual machine
VBoxManage startvm MachineName -type vrdp
It starts virtual machine, listening for rdp request on port 3389 (default port)
rdesktop-vrdp localhost
Connects virtual machine with rdp (You can use rdesktop too).
If you want to change rdp port, use this command:
VBoxManage modifyvm MachineName -vrdpport
Also, enabling authentication for rdp is possible:
VBoxManage modifyvm MachineName -vrdpauthtype null | external | guest
VBoxManage is the command line interface of the VirtualBox.
You can make these settings with GUI: Settings -> Remote Display -> Enable VRDP Server
If you want to use your virtual machine with vrdp only, you can use this command simply:
VBoxHeadless -startvm MachineName
Note: RDP server is not included in Open Source Edition of the VirtualBox. If you want to use this feature, you have to use closed-source edition.

Remote Control your Ubuntu December 27, 2010
Posted by galigio in Computers & Internet, Technology and Software, windows, Linux, GNU/Linux, Linux & OpenSource, Technology News, remote control, Technology, Tech, Tecnologia, Privacy.Tags: windows, Gnome, remote desktop, Virtual Network Computing, Remote control, VNC
1 comment so far
Managing the Remote Desktop on Ubuntu is quite easy. You can allow users to access your desktop with VNC Viewer utility that is included in Ubuntu pack and can be downloaded for free also in Windows PCs. The Remote Desktop feature is very useful but follow, at least, one important safety tip: when your desktop remote control is enabled, the only defense against attacks is your firewall and it must be properly installed and configured correctly. In any case, do not forget that Remote Desktop still represents a first level security risk.
To tune up the Remote Desktop just follow these simple steps:
- go to System > Preference > Remote Desktop on the Gnome top menu:

- check the first two check boxes for remote to be enabled.
- if you want to connect your PC through the web and a “Your desktop is only reachable over the local network” notice appears, please do not forget to forward Port 5900 to the IP you see a line below in the menu
- in the Security section, when selecting the “You must confirm each access to this machine” check box, you will be needed to be at the computer to allow the other person to access your desktop. If you are trying to remote access one of your own computer, you would want to uncheck this box
- do not forget that the password check box should always be checked and you should enter a real secure password You will be prompted for this password when you try to log on
- for a better safety be sure that an icon will be displayed on the Ubuntu upper bar when someone is connected
Rediscover Prism by Mozilla (Ubuntu, MAC and Windows tips) November 11, 2010
Posted by galigio in Computers & Internet, Firefox, Firefox add-ons, Firefox Extensions, Free Software Magazine, Freeware, freeware blog, Freeware Reviews, freeware tip, freeware tips, GNU/Linux, Linux, Linux & OpenSource, Mac, Mac OS X, Noticias, Noticias sobre Linux, Software, software for Linux, Software News, software newspaper, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu 10.04, Ubuntu Documentation, Ubuntu tips, windows.Tags: add-ons, apple, Dialog box, Linux, Mac, Mozilla, Mozilla Firefox, Mozilla Prism, Synaptics, Ubuntu, Uniform Resource Locator, windows
add a comment
In 2007, when Prism was launched, there were some enthusiastic reviews about this application. Then the widget era began and Prism popularity decreased. Anyway, Prism is still a powerful application for all that people who desire to run their more often used web application saving RAM and CPU resources. Prism, based on XULRunner, is multi platform, easy to use and very flexible. To use it on Ubuntu you can launch the Terminal and type:
sudo apt-get install prism
or using the Synaptics Package Manager (System —> Administration —> Synaptics Package Manager). Then go to Applications —> Internet —> Prism and a small windows appears. Now, fill in all the required information: the web application URL, the name you prefer, settings and do not forget to click on the Desktop shortcut option. At this point you will find a new rough icon on your Desktop with the name you chose. The first time you use it, with the right mouse button click on it and go to Properties —> Permissions and Allow executing file as program. If you want to change the icon you have to click on it (with the right mouse button), go to Properties —> Basic and choose your favorite icon clicking the icon on the upper left corner. If all are steps are annoying for you, it is possible to use Prism as add-on for Firefox. In this case, on Firefox, go to Tools —> Add-ons —> Get Add-ons and type Prism on the search bar. You will install Prism as a simple add-on for Firefox. Now, you can automatically generate a Prism application just clicking on Tools —> Convert Website to Application when you are in the web application page.
On Windows or MAC we suggest to download the standalone package directly from the official web page or install Prism as Firefox add-on following the same steps we described for Ubuntu. If you use the Prism standalone package you have to decompress it in your favorite location. For Windows users: when you set up a new Prism application, try the tray menu option but do not forget to click on the Desktop shortcut or you will not be able to find again the application after you close it.
In my experience, Prism is really useful with all the Google web applications, with Zoho services and Pandora. Try and enjoy it!




Hoy os quiero hablar de un aplicación disponible en 3 diferentes formatos. se llama 



















