$ tail -f ~/blog | grep #linux
Posts filed under #linux.
2014-08-12 · 2 min read How to partition and format a drive with GNU Parted Four commands in the parted shell are all it takes to repartition and format a drive on Linux: pick the disk from parted -l, create a gpt or msdos label, make one ext4 partition, and quit. # linux · devops · tutorial · cli 2013-09-27 · 1 min read Using unique option prefix pass instead of password is deprecated If MySQL or your cron logs suddenly started printing this warning, the culprit is most likely a shortened option name in your ~/.my.cnf. Here is the one-line fix. # mysql · devops · linux · cli 2013-09-02 · 1 min read Munin: LWP::UserAgent and Cache::Cache Munin shows no MySQL or Nginx data on a fresh Debian install because two Perl libraries are missing. Here are the packages to install and the Nginx status config the plugin expects. # devops · monitoring · perl · linux