Weblog Archives

You are currently browsing the archives for the System tag.

How to recover lost files

Linux.com has published an intersting article about recovering data after wiping the hard drive. The author describes a successful attempt to recover his lost photographs and videos by using two GPL tools, TestDisk and PhotoRec. It’s good to know that there are free tools out there that can actually do this job right. I hope [...]

LDAP HOWTO

After having a look at the upcoming stories over at digg.com‘s Unix/Linux section, I noticed a reference to an LDAP HOWTO. This article goes in depth describing the LDAP protocol. I didn’t have the time to read it thoroughly, but this is a must read. The author writes: LDAP is a complex subject. This Guide [...]

Troubleshooting with strace

Another great write-up by Ravi, in which he explains the usage of strace by resolving a common issue with Totem not being able to play encrypted DVDs. Ravi writes in his article: Many times I have come across seemingly hopeless situations where a program when compiled and installed in GNU/Linux just fails to run. In [...]

Filesystem Backup Again

Some months ago, I had written a guide about using PartImage to take snapshots of linux partitions either locally or remotely. Some readers had recommended some other tools, as you can see in the comments on that page, since the development of PartImage seems to have stopped (it still works ok for me though). Anyway, [...]

Partition images with Partimage and Partimaged

This is a guide to create or restore images of your partitions using the great open source tool Partimage. It provides information on how to do this locally or across the network, by setting up a Partimaged Server. I guess this info is non distribution specific, since we will work from a Rescue environment.

GRUB repair plus installation to floppy

Repairing the GRUB installation is a very usual task for many Linux users. There are many excellent articles on this topic on the net. This small article intends to be a summary of them and to serve as a small reference for those who do not care about the details. Some links to external relative [...]

Local YUM Repository

Sometimes, especially when you create your own RPMs, it is extremely useful to keep them in a local YUM repository. The advantage of this is that, when you install a package, YUM automatically resolves any dependencies, not only by downloading the necessary packages from the other repositories you might have in you list, but also [...]

User management from the command line

This is a short article about the most common practices in user and group management from the command line. The information is specific to Fedora Core and Red Hat based distros, but would do for any distribution probably with slight differences in the command options.

Assign Virtual IPs to your NIC

Can a network card have multiple IPs assigned to it? The answer is absolutely yes! Some times, for example when you run several servers on a machine or when you need IP-based Apache virtualhosts, it is useful to bind a server or a virtualhost on its own IP address. I am not going to get [...]

A real-time log viewer

It’s very useful, when testing things, to have syslog messages appear in real-time on the screen. This way there is no need to check /var/log/messages all the time.