Weblog Archives
You are currently browsing the archives for the System tag.
Published on September 10th, 2006 by George Notaras - Comments : 0
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 [...]
Published on September 5th, 2006 by George Notaras - Comments : 0
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 [...]
Published on May 6th, 2006 by George Notaras - Comments : 0
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 [...]
Published on April 8th, 2006 by George Notaras - Comments : 2
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, [...]
Published on January 6th, 2006 by George Notaras - Comments : 10
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.
Published on January 2nd, 2006 by George Notaras - Comments : 0
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 [...]
Published on December 11th, 2005 by George Notaras - Comments : 0
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 [...]
Published on November 6th, 2005 by George Notaras - Comments : 13
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.
Published on November 5th, 2005 by George Notaras - Comments : 2
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 [...]
Published on October 14th, 2005 by George Notaras - Comments : 0
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.