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
Happy Easter! April 8, 2012
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Technology, Tecnologia.Tags: Easter, Happy Easter, Linux, Tux
add a comment
Video – Firefox Addon TrackMeNot by LinuxWindowsMacHilfe March 16, 2012
Posted by galigio in add-on, add-ons, Computers & Internet, Firefox, Firefox add-ons, Firefox Extensions, Linux, Privacy, Tech, Technology, Technology and Software, Technology News, Tecnologia, tutorial.Tags: add-on, Firefox, Linux, Mozilla, Privacy, TrackMeNot
add a comment
Video – AnonimoX Firefox cuida tu privacidad en internet Ubuntu, Windows etc. by Pedrote2222 March 7, 2012
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, Privacy, Proxy, security, Seguridad, Tech, Technology, Technology and Software, Technology News, Tecnologia.Tags: add-on, anonymoX, Firefox, Firefox add-ons, Firefox Extensions, free proxies, free proxy addresses, internet, Internet Protocol, Privacy, security, stealth, Technology, tor, USA
add a comment
Use the anonymoX add-on for Firefox to visit website protected by IP selection March 5, 2012
Posted by galigio in Computers & Internet, Firefox, Firefox add-ons, Firefox Extensions, GNU/Linux, Linux, Linux & OpenSource, Privacy, Proxy, Tech, Technology, Technology and Software, Technology News, Tecnologia.Tags: add-on, anonymoX, Firefox, Firefox add-ons, Firefox Extensions, free proxies, free proxy addresses, internet, Internet Protocol, Privacy, security, stealth, Technology, tor, USA
1 comment so far
What about listening to Pandora or other USA IP-based online music services if you are not into the USA? There are many add-on for Firefox which can help you to use the right proxy for appearing in different places in the world but, in my experience, you can have some difficulties when you try to use them.
In fact the IPs of free proxies change frequently and sometimes you are obliged to spend a lot of time searching for the right IP of free proxies. Other times the free proxy addresses are so overcrowded that you have to wait many seconds before you can visualize webpages.
One exception is anonymoX, a simple add-on for Firefox which always works properly and assure a good connection speed. AnonymoX has two different service levels, the free basic service has fewer features but it really works properly and it’s fast.
W
ith the free level you can choose your favourite IP exit country between USA, UK and NL. You can also decide if you prefer to stealth your web surfing using anonymoX features or the classic TOR servers. Moreover, you can change your fictional ID every times you want also while you are surfing the web.
During all our tests anonymoX was able to assure us a good surfing privacy, in particular we successfully tried to change browser id and we really appreciated the possibility of visiting .onion websites through the Tor option. Recommended!!! 
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!!! 
How to repair a bad screen resolution on the IOMEGA Screenplay Pro HD February 12, 2012
Posted by galigio in Computers & Internet, hacking, Hardinfo, hardware, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia, tools, tutorial.Tags: Display resolution, hardware, Screenplay, ScreenPlay Pro HD, tip, tutorial
add a comment
This is the situation: you have a IOMEGA Screenplay Pro and while you where trying to find a better output resolution for your monitor you accidentally (or not) selected the HD option and now you are not able to visualize anything.
In few words this is the easiest problem you can afford but also one of the worst because you are not able to visualize the menu and so you cannot revert the right monitor resolution.
I visited many websites but unfortunately I didn’t find any forum or post about this topic. In any case I like to focus your attention on this ScreenPlay Pro HD wiki which is a real mine of information and tips about this specific hardware.
So I tried to “play” with the Screen Play Pro HD remote but I was not able to find a solution without visualizing anything on the monitor.
At the end, when I was thinking to reset the Screenplay and loosing all the data contained, I tried to use an old solution I used different times with other stuff: I pressed the power button for more than 10 seconds while I was switching on the device.
Something happened because the monitor showed me the Screenplay boot up window for a couple of seconds. At this point I pressed the NTSC/PAL button and the Screenplay Pro HD menu was visualized on my monitor again. 





















