I think that is a common question for every Linux user soon or later in their career of desktop or server administrator “Why Linux uses all my Ram while not doing much ?”. To this one today I’ve add another question that I’m sure is common for many Linux system administrator “Why the command free
show swap used and I’ve so much free Ram ?”, so from my study of today on SwapCached i present to you some useful, or at least i hope so, information on the management of memory in a Linux system.
I think that every user that has some skill know that a simple rm
of a file or deleting it via any file manager is not enough to really remove it from your hard disk.
In Linux there are some tools that can offer you way more secure to really delete your files: DBAN if you need to erase completely a hard disk o partition or if you just have to delete some files you can use Shred
or Wipe
Continue reading »
A lot of people use cloud storage systems like Dropbox, Spideroak or Ubuntu One, these software allow you to store your files on a remote server (on the clouds) and be able to access them on all your devices: computers with Linux,mac or Windows and also from tablets and smarthphones.
But it wouldn’t better to manage yourself your own storage system ?
This could be really useful for small and large company to setup their own storage with their security policy and permission systems, or also for people that want to have the full control on their files.
So today we’ll take a look at owncloud, this is a software suite that provides a location-independent storage area for data (cloud storage). The project was launched in January 2010 from KDE developer Frank Karlitschek to create a free alternative to commercial cloud providers.
The project is based on PHP and a SQLite, MySQL or PostgreSQL database, so ownCloud can run on all platforms that meet these requirements.
The software is releasead with AGPLv3 license.
Continue reading »
I’ve discovered this Indie game thanks to Humble Indie Bundle Number 5, buying it I’ve got this one as Bonus game, and I must say that it’s been a great, and positive surprise.
Lone Survivor is a psychological survival adventure, with art, design, and music by the one-man studio, Superflat Games. The surgical-mask wearing protagonist has survived a disaster and must now face the world’s twisted creatures, as well as the potential unraveling of his own mind.
Continue reading »
I’m a Xubuntu user, and so i was a bit disappointed that for some days my Xubuntu 12.04 missed the 4.10 release of XFCE.
Luckily there is an easy way to install this version of XFCE on Ubuntu, there is an PPA that can bring the new feature of XFCE in your Ubuntu in few minutes.
Just open a terminal and give these commands:
sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10 sudo apt-get update sudo apt-get dist-upgrade |
Once everything is done you’ll have to log out and login again, congratulations you now have XFCE 4.10.
Let’s see what are the features of this new release.
Continue reading »