Fork me on GitHub
  1. I will stop spamming you!

    The spammers who try to flood my inbox must be getting desperate - they're offering to stop if I pay them!

    From: "Admin" <admin@secureserver.eu>
    Subject: I will stop spaming you
    
    I'm sick of sending spam...
    
    If you send me $10 USD worth of XMR / Monero I will remove …

    Read more...


  2. Blurple!?? Really?

    The other day I came across a new English word. This is not a new thing for me - it happens on a annoyingly regular basis. But it made me stop and take notice: BLURPLE !?? Why hadn't i ever heard that before?

    OK - so it sounds some combination between blue and …

    Read more...


  3. Recovering From A Fork Bomb

    The scenario: Your server is not working right: You cannot start new processes! Simple commands like "ls" fail:

    yourname@yourserver:~$ ls
    -bash: fork: retry: Resource temporarily unavailable
    

    This is a symptom of the kernel reaching the maximum number of processes. On most systems, this is 32768 processes, and on 64-bit …

    Read more...


  4. Files Hidden By Mount Points

    The wolderful flexibility of being able to mount file systems at any point in the file system comes at a small cost: You can end up hiding files - usually by mistake.

    For example, imaging having the following file systems:

    • / - the root file system. A small(ish) partition, usually only a …

    Read more...


  5. When Sorting Fails

    When investigating disk usage issues on a very full disk, the investigation may actually be hampered by the lack of disk space. For example:

    du -x -m / | sort -nr | head -25
    

    can fail if you have a lot of directories and your disk is completely full: sort will only process …

    Read more...


  6. My Disk Space Doesn't Add Up!

    Sometimes your disk usage does not add up - for example:

    karl@someserver:~$ df -h /
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/sda1        52G   49G  243M 100% /
    

    So what gives? 49Gb + 248Mb is definitely less than 52Gb !! This is a sizeable discrepancy of at least 1.5 …

    Read more...


« Page 3 / 4 »