Author Archives: AR

raid-check on RHEL/CentOS/Fedora

While attending a gig at a club, I get a message from one of our database servers, stating /etc/cron.weekly/99-raid-check: WARNING: mismatch_cnt is not 0 on /dev/md0

Posted in Articles | Tagged , , , , |

Very simple image gallery

If you have the need for an image gallery without anything fancy, for example just to share a couple game screenshots like I do, here’s a small gallery script.

Posted in Articles | Tagged , , |

Create rpm files

In this tutorial I describe how you create an rpm binary of your package for easy distribution with yum repositories, or for direct installation using `rpm`. You can find the howto here (Opens in a new tab).

Posted in Articles | Tagged , , , , |

Create apt repository

This howto explains how you set up an apt repository for Debian or Debian-based distributions, such as Ubuntu (any variant), Mint, etc. It can be found here (Opens in a new tab)

Posted in Articles | Tagged , , , |

Create yum repository

Here I go through setting up a yum repository for distributions such as RHEL, CentOS, Fedora. Perfect to use with your created rpm binaries! The tutorial can be found here (Opens in a new tab)

Posted in Articles | Tagged , , , , |