Articles tagged with linux

  1. Introduction to DRBD

    Posted on in system_administration

    DRBD, which stands for Distributed Replicated Block Device, is a software-based, shared-nothing, replicated storage solution for mirroring the content of block devices (such as hard disks, partitions, logical volumes, etc.) between servers. It is often used to build high-availability (HA) clusters and is integrated into the Linux kernel, making it …

  2. Algorithms For TCP Congestion Control

    Posted on in system_administration

    Note: Although this is a continuation of the TCP Performance Tuning article series, it's also valuable as a standalone reference.

    This list includes a mix of both well-established and newer algorithms, reflecting the ongoing advancements in TCP congestion control research and deployment. Algorithms like CUBIC and BBR are particularly notable …

  3. Why Isn't tmpreaper Working?

    Posted on in System Administration

    If you have a directory that you want to keep clean, tmpreaper is a great way to remove files based on how old they are. The other day, I had a directory that looked like this:

    x@x:~/dump$ ls -l
    -rw-r--r-- 1 x x 212268169 Mar 15 01:02 …
  4. Ubuntu: Installing VMware Tools in 10.04 LTS

    Posted on in System Administration

    Ubuntu Circle of Friends Logo (Orange on White)Although this process is well documented on the Ubuntu community site, I decided to take notes of the exact steps that I took so that I wouldn't have to fumble through that long document next time. I'm installing the tools in a clean install of Ubuntu 10.04.2 LTS …

Slaptijack's Koding Kraken