Saturday, January 5, 2013

Easily Password Protect Your Files/Folders in Ubuntu/Linux Mint


In this tutorial, we will explain for newbies how to easily password protect files or folders in Ubuntu/Linux Mint systems. You don't have to use any third-party software, we will just use the archive manager to compress the file or folder and lock it with a password so that you disallow unauthorized users from copying your contents.

Getting Started

Right click on the file(s) or folder(s) and select Compress:



In the window that will appear, select a compression format (7z, zip, tar, etc.), then click Other Options:



Enter any password of your choice, check on "Encrypt the file list too", then click Create:


You have now compressed and password-protected your file/folder. No user can now extract the archive file unless he/she provides the correct password:


More Advanced Options

If you want to prevent other users from deleting or moving the password-protected archive file you have just created, open the terminal and cd to where it is stored, then run this command:

sudo  chattr +i file-name.ext
To undo this, enter this command:

sudo  chattr -i file-name.ext

Slax 7.0.3


Tomáš Matějíček has announced the release of Slax 7.0.3, an updated release of the project's Slackware-based live CD: "A new version of Slax is available for download. This release adds several new features and fixes a few bugs as well. Probably the most interesting feature is PXE boot support and improved X auto-detection. All modern computers nowadays support PXE, which allows booting an operating system over network interface independently of data storage devices (like hard disks). Slax fully supports PXE booting now. How to do that? One computer will act as a server, so just boot Slax on it from CD or USB and make sure to have the appropriate boot menu option 'Act as PXE server' checked. Slax on the server computer will provide DHCP, TFTP and HTTP services to enable PXE booting for other computers on the network." See the full release announcement for a list of new features and changes. Download (MD5): slax-English-US-7.0.3-x86_64.iso (219MB).

Bodhi Linux 2.2.0


Jeff Hoogland has announced the release of Bodhi Linux 2.2.0, an Ubuntu-based distribution featuring the Enlightenment 0.17 window manager as the default desktop user interface: "The Bodhi team and I are very happy to present to you our 2.2.0 release - the first Bodhi images to feature the stable E17 desktop. This release is exciting for a number of reasons. To start with, we are introducing a few new things with this update release. With this release, we will now be maintaining two 32-bit install discs: one that is PAE enabled by default and one that is not. The kernel without PAE will be an older stable kernel (in this case 3.2) while the PAE enabled kernel will be the latest kernel - for 2.2.0 this means 3.7 kernel. Our 64-bit release also comes with the 3.7 kernel. These discs are also our first released images that are hybrid ISO images." See the release announcement for further details, relevant links and obligatory screenshots. Download: bodhi-2.2.0-64.iso (573MB, MD5).

Snowlinux 4


Lars Torben Kremer has announced the release of Snowlinux 4, a Debian-based distribution with MATE (a desktop environment forked from GNOME 2): "The team is proud to announce the release of Snowlinux 4 'Glacier'. Snowlinux 4 is based upon Debian GNU/Linux 7.0 'Wheezy' and uses Linux kernel 3.5. MATE 1.4 is the default desktop environment and LightDM as the new default login manager that replaces GDM 3. It includes its own greeter for LightDM. Many new features have been introduced, like snowMenu, the Snowlinux menu and snowMount, the Snowlinux mount tool for drives. The Snowlinux metal theme was colored blue and the icon set was updated with the latest Faience icons. Snowlinux now uses Pidgin as the default IM client. This release comes with Firefox 17 and Thunderbird 17, LibreOffice, Rhythmbox and Shotwell." Read the rest of the release announcement which includes a screenshot and upgrade information. Download: snowlinux-4-glacier-amd64.iso (935MB, MD5).

Thursday, January 3, 2013

Ultimate Edition 3.5


A new version of Ultimate Edition, an Ubuntu 12.04 remix with KDE as the default desktop, was announced earlier today: "What is Ultimate Edition 3.5? Ultimate Edition 3.5 was built off Ultimate Edition 3.4 and Ubuntu 12.04 'Precise Pangolin' release. All packages fully updated and upgraded, old kernels purged, new initrd and vmlinuz rebuilt. Ultimate Edition 3.5 is everything Ultimate Edition 3.4 has plus multiple operating environments; KDE being the default. Ultimate Edition 3.5 has a new GTK+ 3 theme and a comprehensive set of software packages. Just to bring you up to date, I have Ultimate Edition 3.6 in local testing based on Ubuntu 12.10 'Quantal Quetzal'. I am currently running Ultimate Edition 3.4 Lite based on Ubuntu 12.04 'Percise Pangolin' with a solo environment of GNOME 2 which is quite responsive." See the release announcement and the brief release notes for more information. Download: ultimate-edition-3.5-x64.iso (3,344MB, MD5).

Wednesday, January 2, 2013

Task Coach 1.3.21 (To-Do List Manager) Fixes Icon Size in Unity - Ubuntu/Linux Mint



Task Coach has just been updated to version 1.3.21 which fixes various bugs. As reminder, Task Coach is a cross-platform to-do list manager written in Python that allows users to organize their tasks and to-do lists in a way that will help them improve their productivity.



With Task Coach, you can have these features:


  • create/edit/delete tasks
  • View tasks as a list/tree
  • Sort tasks by subject/budget/date, etc.
  • Attachments support for tasks, categories, and notes
  • Track time spent on tasks, etc.

There are many features for Task Coach, you can review them in details here. Also, the app is available for some portable devices such as iPhone, iPad, and iPod Touch. Here are some of the bugs that has been fixed in this latest release:



  • Changing the percentage complete would not cause the calendar viewer to refresh.
  • Performance improvement in the edit dialogs
  • Fix icon size in Unity
  • Toolbar icons to show/hide tasks according to status now respect appearance settings, and are overlayed with a red cross. 
  • Fix wording for task statuses
  •  Startup and shutdown performance improvements.
  • Autosave is now on by default.
  • Toolbars are now customizable.


In this tutorial, we will help you install Task Coach via PPA which is available for the following Ubuntu/Linux Mint distributions:

  • Ubuntu 12.10/12.04/11.10
  • Linux Mint 14/13/12
Task Coach Installation

Enter these commands from the terminal:

sudo add-apt-repository ppa:taskcoach-developers/ppa 
sudo apt-get update 
sudo apt-get install  taskcoach

You can start the app via the Unity Dash or from the terminal with this command:

 taskcoach.py

Task Coach Removal

To uninstall the application from your computer, enter these commands:

sudo apt-get remove taskcoach 
sudo add-apt-repository --remove ppa:taskcoach-developers/ppa 
sudo apt-get update