Archive of 'HOWTOs'

TrueCrypt Tutorial: Truly Portable Data Encryption

[ Wednesday, 23 May 2007, lipiec ]

TrueCrypt is free software that encrypts data “on-the-fly”. You can create an encrypted hard drive, a separate partition or a directory with TrueCrypt. It doesn’t encrypt simply the content of files but their names and the names of the directories as well. Moreover there is no way to check the size of the encrypted volume. TrueCrypt is available for Windows and Linux.

Encrypted home partition in Linux with DM_Crypt

[ Wednesday, 2 May 2007, lipiec ]

Have you ever wondered what would have happened if all the important data have been stolen from your mobile PC? For example the information about a confidential project you have been working on for the last 2 years in your company … A horrifying vision, isn’t it? If you don’t want it come true, please consider encrypting your home drive. Here is how to do this in Linux.

Linux File System and Disks — All You Need To Know

[ Friday, 20 April 2007, michuk ]

The HOWTO describes the differences between the Linux and Windows filesystems (where are my Program Files??) and explains the reasons for mounting/umounting disks and devices. How to mount a Windows partition? How to mount a pendrive (USB stick)? If you need answers for these questions, feel free to proceed :)

Xgl/Compiz in Mandriva 2007 Free

[ Friday, 2 February 2007, metatron ]

Xgl is a hardware accelerated X-server created by Novell. Thanks to the abilities of modern graphics cards, it uses 3d-rendering, which opens up w whole new bunch of possibilities for modern computer desktops. I will be demonstrating Xgl with Compiz window manager basing on my Mandriva 2007 Free (32–bit version) Linux distribution.

Lintrack: Linux for Internet Service Providers

[ Thursday, 2 November 2006, pjf ]

Lintrack is a new GNU/Linux distribution for routers, firewalls, network access servers and more. It features new approaches to several areas such as system configuration and integration. I would like to introduce you to the project and provide step-by-step instructions for configuring Lintrack as a simple OSPF backbone router and a PPPoE network access server.

CLI tricks: Creating image thumbnails

[ Thursday, 26 October 2006, michuk ]

If you publish content on the web you need to create thumbnails of published images every now and then. GIMP is useful for that, but why use such a heavy tool for such a simple task? This article explains how to create the thumbnails effectively using CLI-based ImageMagick.

Manage Your Documents with Subversion

[ Saturday, 2 September 2006, michuk ]

Version control systems are commonly used by programmers. They allow for easy team work and version management. However their benefits can easily be exploited by regular users as well. Learn how to take advantage of Subversion at home to improve control over your own set of documents.

SSH Tunnels: Bypass (Almost) Any Firewall

[ Saturday, 19 August 2006, pazkooda ]

The goal of this article is to present a few effective methods to revamp the way you work in a restricted corporation-like network. In order to achieve it we’re going to use SSH tunnelling to bypass the firewall rules applied by your system administrator.