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 …

  5. RHEL 6 Finally Arrives

    Posted on in Software

    Red Hat Linux (RHEL) LogoRed Hat finally announced the release of Red Hat Enterprise Linux (RHEL) 6 yesterday. RHEL 5 was released in early 2007, making the wait for RHEL 6 the longest since Red Hat rebranded their Linux-based operating system with the RHEL moniker in 2003.

    RHEL 6 boasts tons of new features …

  6. MySQL + SELinux: Can't change dir (Errcode: 13)

    Posted on in System Administration

    Powered By MySQLIf you're using a non-standard MySQL data directory on your Red Hat Enterprise Linux (RHEL) server, you may have seen an error like /usr/libexec/mysqld: Can't change dir to '/mysql_data/' (Errcode: 13). The key to fixing this problem is to ensure the new MySQL data directory has the proper …

  7. NTP and Your Xen-based Linux VM

    Posted on in System Administration

    As every system administrator is aware, keeping precise time on your servers can be critical. For example, if you use QueueMetrics for your Asterisk-based call center and the QM and MySQL servers are running with different times, users will notice confusing behavior as calls seem to arrive in the future …

  8. Configuring Syslog for Your Cisco Routers and Switches

    Posted on in System Administration

    Configuring your syslog server to accept logging output from your Cisco routers and switches requires a few basic steps. We'll assume that you are using a new server and haven't made any previous changes to the syslog configuration. I use <acronym title="Red Hat Enterprise Linux">RHEL</acronym> 5 most …

Slaptijack's Koding Kraken