How to install and manage Screenlets on Ubuntu May 2, 2012
Posted by galigio in 3D Browser, Computers & Internet, GNU/Linux, graphics, Linux, Linux & OpenSource, open source, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu 10.04, Ubuntu 10.10, Ubuntu tips.Tags: Compiz, Linux, screenlets, screenlets.org, Ubuntu, Ubuntu Software Center, utilities
add a comment
Screenlets are small applications to represent things such as sticky notes, clocks, calendars around on your Ubuntu desktop. You can launch a pre-installed screenlet from Screenlet Manager, or install a new one into the Manager for launching it. Here are the steps for installing and launching a screenlet, for example, WaterMark System Information.
- Install Screenlets Manager if it has not been added.
- Go to Applications (or Main Menu) > Ubuntu Software Center.
- Enter screenlets in the Search Box.
- Select Screenlets, click the “Install” button.
- Download the screenlet e.g. “WaterMark System Information” to a folder.
- Go to Applications (or Main Menu) > Accessories > Screenlets.
- Click Install, select Install Screenlet and click OK.
- Browse to the folder, select the file downloaded and click “Open” to install the screenlet into the Screenlets Manager.
- Select the screenlet “WaterMark” and click “Launch/Add”. (Tips: you can add more than one WaterMark screenlet and set it to display other system information.)
More screenlets are available for installation from screenlets.org. 
Video – Linux Wifi Mac address spoofing by peruzfinest08 April 28, 2012
Posted by galigio in Computers & Internet, GNU/Linux, hacking, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia, tools, tutorial.Tags: hack, Linux, Mac, MAC address, Privacy, Software, spooging, Technology, Ubuntu
add a comment
How to permanently remove files in Ubuntu/linux and make them unrecoverable by NickMcDTV February 29, 2012
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, Privacy, security, Security package for Ubuntu, Seguridad, Tech, Technology, Technology and Software, Technology News, Tecnologia, tutorial, Ubuntu.Tags: arbitrary data, delete, erase, forensic, Linux, n times, permanently delete, Privacy, random bytes, security, Shred, Trash, Ubuntu, usb, USB flash drive, usb keys
add a comment
How to shred (permanently delete) files from your Hard Disks on Ubuntu Linux February 28, 2012
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, Privacy, security, Security package for Ubuntu, Seguridad, Tech, Technology, Technology and Software, Technology News, Tecnologia, tools, tutorial, Ubuntu.Tags: arbitrary data, delete, erase, forensic, Linux, n times, permanently delete, Privacy, random bytes, security, Shred, Trash, Ubuntu, usb, USB flash drive, usb keys
add a comment
In our last post we examined the possibility to recover deleted data from USB keys and disks. Today we want to focus your attention on the proper way to destroy sensitive data from your disks.
On Ubuntu you have the possibility to move any file to the Trash but, as we demonstrate in our last post, anyone has the possibility to recover them using a simple, basic GUI, program called PhotoRec.
If you want to be reasonably sure that none will be able to recover a file you decided to permanently delete you have to use the Shred command. Shred is native in Ubuntu Kernel and literally delete your files overwriting them repeatedly with arbitrary data. After you delete a file with Shred you can be sufficiently sure that recovering procedures will not succeed.
As usual we must warn you that technology is rapidly evolving and what could be considered sure today, tomorrow will be out of date! So, if you think you need to preserve your privacy in the best way, don’t forget to change the hard disks regularly and mechanically destroy your old ones. Sincerely we hope our readers haven’t this kind of need.
To start using Shred on Ubuntu you have to open a Terminal and type:
sudo shred –help
In this way you will visualize the grammar and all the possible options offered by this program.
The correct grammar to use Shred is:
shred [OPTIONS] FILE
or, if you want to shred a entire partition:
shred [OPTIONS] /dev/[HDA9]
The possible options are:
-f, –force change permissions to allow writing if necessary
-n, –iterations=N overwrite N times instead of the default (3)
–random-source=FILE get random bytes from FILE
-s, –size=N shred this many bytes (suffixes like K, M, G accepted)
-u, –remove truncate and remove file after overwriting
-v, –verbose show progress
-x, –exact do not round file sizes up to the next full block;
this is the default for non-regular files
-z, –zero add a final overwrite with zeros to hide shredding
–help display this help and exit
–version output version information and exit
In our experience, to operate in the fastest way, we decided to add Shred on the Nautilus Menu and have the command ready with a simple right click on the mouse.
For this reason you have to open a Terminal and type:
sudo apt-get install nautilus-actions
Then you launch the program following this path: System->Preference->Nautilus Actions Configuration.
Last, you have to configure Shred filling e.g. the following parameters:
Label: Shred
Tooltip: Shred utility to securely erase files
Icon: gtk-dialog-warning
Path: shred
Parameters: -f -u -v -z %M
Filenames: *
Mimetypes: */*
Appears if selection contains: Both
Be sure to check the box “Appears if selection has multiple files or folders“
To finish your configuration, do not forget to open again a Terminal and type:
nautilus -q
nautilus
Recovering deleted files from USB disks on Ubuntu February 25, 2012
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, linux problem, Linux Tips, News, Tech, Technology, Technology and Software, Technology News, Tecnologia, tools, tutorial, Ubuntu, Ubuntu tips.Tags: deleted files, fatal mistake, PhotoRec, Rcovering, recover, Synaptic Package Manager, Ubuntu, usb, USB flash drive, usb keys
5 comments
Everyday we use USB keys to transfer data without transmitting them through the t. The USB keys and portable disks are small, light and their data capacity allow us to move in privacy huge files. This idyll sometimes is broken by a fatal mistake: we unintentionally delete an important file. Normally, if we are smart we recover the erased file in the Trash but in other situations when we realize the mistake we had made is too late.
In this circumstances is very import to stop to use our USB key or portable disk till we are able to use a good software for data recovering. On Ubuntu you have a wise number of dedicated software that can do this job for you, the most powerful run on Terminal as testdisk, foremost, and scalpel but you can also use a “minimal GUI” software as PhotoRec.
PhotoRec is very intuitive to use and it is able to recover many data formats from jpeg to db. After you install it using Synaptic Package Manager or the Software Center you can launch it in Terminal with:
sudo photorec
Immediately a GUI Terminal interface appears and you have just to follow the instruct ions you visualize on your monitor.
Using the arrows and the Enter keys you have to:
1 – Choose the USB device from where you want to recover the data
2 – Select the partition table (usually Intel)
3 – Specify the partition table
4 – Select the right filesystem where the data were stored
5 – Decide if you want to try the data recovering from all the free space
6 – select the directory where you want to store the recovered data. IMPORTANT: do not store the recovered data on the same USB key you are scanning for recovering
7 – Wait till PhotoRec finishes the recover operations.
PhotoRec is fast and, during our tests, we were able to recover almost the 100% of data. Not bad!!! 
Video – [HowTo] Upgrade Firefox to the latest version on Ubuntu by bitspired.com January 19, 2012
Posted by galigio in Computers & Internet, Firefox, GNU/Linux, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia, tutorial, Ubuntu.Tags: Firefox, Linux, Mozilla, tutorial, Ubuntu, update, upgrade
add a comment
How to update Firefox to the 9.01 version on Ubuntu January 18, 2012
Posted by galigio in Computers & Internet, Firefox, GNU/Linux, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia, tutorial, Ubuntu, Ubuntu 10.04.Tags: Browsers, Firefox, Linux, Mozilla, Mozilla Firefox, Ubuntu, update, upgrade
add a comment
If you use Ubuntu 10.04 or any other Linux distribution which doesn’t automatically upgrade your Firefox to the latest version you can force it.
First of all you have to launch Terminal and add the right PPA to the repository:
sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
Then you need to update and upgrade the OS using:
sudo apt-get update sudo apt-get upgrade
If you are installing Firefox for the first time the right commands are:
sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa sudo apt-get updatesudo apt-get install firefox firefox-gnome-support firefox-locale-en
As usual on Linux, it is not necessary to reboot the computer and you can start immediately to use your updated Firefox. 
How ro repair Ubuntu 10.04 LTS if the Update Manager and Synaptics don’t work January 16, 2012
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, Linux Tips, Tech, Technology, Technology and Software, Technology News, Tecnologia, tutorial, Ubuntu 10.04.Tags: Advanced Packaging Tool, Linux, Sudo, synaptic, Synaptic Package Manager, Ubuntu, update manager
1 comment so far
After I installed some new software I wasn’t able to update Ubuntu 10.04 LTS. The Update Manager was not able to check for updates and when I tried to use the Synaptic Package Manager I hadn’t better results. A reboot was not the right solution and I tested different ways to solve my problem saving the Ubuntu installation in my computer.
Searching on internet I discovered that there are few possible solution to avoid this problem and, in case you have the same bug on your computer, I decided to sum-up the most powerful after I successfully tried them.
First of all you can try to force the update process through the Terminal typing:
sudo apt-get update sudo apt-get upgrade
If this doesn’t work you will try with this next step:
sudo rm var/lib/dpkg/lock sudo dpkg --configure -a
Then launch again the Update Manager to verify if you succeed and if nothing happened solve the matter typing:
sudo rm /var/lib/apt/lists/* -vf sudo apt-get update
and try again to launch the Update Manager.
In my case this was enough to restore all the Update Manager features and solve the problem. If you have extra problems about this bug or if you want to suggest alternative solutions, please, don’t hesitate to comment this post. 
Time to clean-up! Ubuntu – Linux suggestions. January 4, 2012
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, security, Seguridad, Software News, system tools, system utility, Tech, Technology, Technology and Software, Technology News, Tecnologia, tools, tutorial.Tags: Advanced Packaging Tool, autoremove, Linux, Personal Package Archive, script, Ubuntu, update, upgrade
1 comment so far
Christmas time is ending and today we really don’t know how many relatives used out computer for “just few minutes” or “to quickly (sic) check the emails”. In few words, our Linux PC could have been overstuffed with unwanted temporary files and we haven’t had time to update it. So, it’s time to clean-up!!
First of all I suggest to use BleachBit because, for my experience, it’s the most powerful software to clean temporary files, log files and unwanted traces on your computer. BleachBit is easy to use and, as we described in previous post, very effective.
Then we have to check if our system is really updated so we can use the usual ways as Synaptics Package Manager or quickly run a some simple commands through Terminal to update, upgrade and remove old packages or Kernel.
For this purpose I collected three simple commands and chained them in a single line:
sudo apt-get update && sudo apt-get upgrade && sudo apt-get autoremove
In this way you will be sure that you can start again to work on your Ubuntu as before the Christmas time! 
Merry Christmas December 25, 2011
Posted by galigio in Linux, News, Technology News.Tags: Linux, Merry Christmas, News, Ubuntu, windows
add a comment





















