Saturday, January 21, 2012

File system check

To force fsck during next system start just run: sudo touch /forcefsck.

Note that using fastboot option in grub startup options disables fsck entirely.

Turn off Nepomuk and Akonadi in KDE4

If you don't need Nepomuk Semantic Desktop you can turn it off in System Settings > Desktop Search. After that you have to disable akonadi server to get rid of the error notification about problems with connecting to nepomuk.
This you can disable in:
~/.config/akonadi/akonadiserverrc
where you should change StartServer=true to StartServer=false.
Note that this change will disable KDEs KIM services such as KMail.

Tuesday, September 20, 2011

Expect - automate your tasks

Expect is an automation tool which you can use to automatically put text into console, based on the expected output from application (telnet, ftp, ssh, scp...).

Friday, September 16, 2011

Pacman Howto

Pacman is a simple but powerful package manager used in Archlinux. To start using it, you need to know few basic parameters briefly described here.

Tuesday, September 13, 2011

Changing my default distribution...

Recently I tried to install ArchLinux. I've succeed and really got into it. It is minimalistic, rolling-release distribution, which is the right one for me :D
After a day or two of general tweaking my distribution was ready to use. Quickly it became my primary distribution.
My recommendations: if you like to use really customized system and if you like newest versions of software, don't hesitate to try ArchLinux.
I have to mention ArchLinux's great wiki and documentation where you can find almost everything.
For first-time installation I recommend The Beginners Guide. HF :)

Monday, August 29, 2011

How to change to LXDM and Openbox in OpenSuSE

If you like really minimalistic desktop environment you can try LX Desktop Manager and Openbox as your Window Manager. Here you'll find out how to configure all the necessary things.

Friday, August 19, 2011

SSH public key distribution and management

Recently I was working on a script which enables the distribution and management of public SSH keys to remote machines. If you need to distribute lots of keys or to delete lost of keys, this automation tool would be interesting for you.