Skip to content

Wild Wild Wolf

Developer. Because Superhero is not an official job title.

  • GitHub
  • LinkedIn
  • Link

Menu

Pitfalls When Upgrading Ubuntu Xenial to Bionic

Pitfalls When Upgrading Ubuntu Xenial to Bionic

The article describes a few pitfalls I encountered when trying to upgrade from Ubuntu 16.04.5 (LTS) to Ubuntu 18.04.1 (LTS) and possible solutions.

wwa August 26, 2018 Server Administration No Comments Read more

Sometimes I Hate systemd

Sometimes I Hate systemd

After upgrading from the latest Ubuntu 16.04 LTS to Ubuntu 18.04.1 LTS, the server refused to reboot. I had to use IPMI to connect to the otherwise unresponsive server and forcibly reboot it. I probably should have used sync; reboot

wwa August 25, 2018October 31, 2025 Server Administration No Comments Read more

CentOS 7: How to Change SSH Port

CentOS 7: How to Change SSH Port

Many times my colleagues have asked me how to change SSH port on CentOS 7, because the way they did it themselves resulted in failures of OpenSSH to start. This happened because of SELinux, and the post explains how to overcome the issue without turning SELinux off.

wwa July 30, 2018October 31, 2025 Server Administration 1 Comment Read more

How to Integrate rkhunter with yum

How to Integrate rkhunter with yum

One of the features of rkhunter in CentOS that I miss is the ability to update rkhunter‘s property database automatically after yum is run (just like in Debian). This post explains how to implement this feature.

wwa July 6, 2018July 7, 2018 Server Administration No Comments Read more

How to Integrate monit with yum

How to Integrate monit with yum

Monit is an utility for managing and monitoring processes, programs, files, directories and filesystems on a Unix system. It is often used to restart daemons on failures and abnormal situation, and sometimes to detect changes into critical files and / or daemon binaries. This article explains how to make `yum` package manager play nice with `monit`.

wwa June 9, 2018June 9, 2018 Server Administration No Comments Read more

Bootstrap Alpine Linux LXD Container with Ansible

Bootstrap Alpine Linux LXD Container with Ansible

A recipe to bootstrap an Alpine Linux based LXD container with Ansible.

wwa May 31, 2018October 31, 2025 Server Administration No Comments Read more

How to Log Successful SSH Login Attempts

How to Log Successful SSH Login Attempts

Sometimes it can be useful to get notified when someone logs into the system via SSH. This article shows several possible solutions how to configure those notifications.

wwa May 30, 2018October 31, 2025 Server Administration No Comments Read more

CentOS, wp-cli, and rkhunter

CentOS, wp-cli, and rkhunter

This story was told by my colleague. She had a CentOS 7 server with a bunch of WordPress installations, and she needed to update them all. She obviously did not want to do that manually and preferred to use wp-cli.

wwa May 30, 2018May 30, 2018 Server Administration No Comments Read more

How Slow Are C++ Exceptions?

How Slow Are C++ Exceptions?

In Systematic Error Handling in C++ Andrei Alexandrescu claims that C++ exceptions are very slow. And though I have no doubts because I know the internals of exception handling, it is interesting to see some proofs yourself by benchmarking how fast or slow exceptions are.

wwa May 22, 2018May 22, 2018 Uncategorized No Comments Read more

How to Get the Source of an Uncaught Exception in C++

How to Get the Source of an Uncaught Exception in C++

Sometimes, unexpected things happen. Your program throws an unexpected exception, which is caught by the framework, which loudly complains but provides no hints as to where this happened. You need to find the source of the exception, and this article will explain one of the possible ways to do that.

wwa May 20, 2018October 31, 2025 Uncategorized 4 Comments Read more
  • « Previous
  • Next »

Recent Posts

  • Write-up: Injectics
  • Write-up: Whats Your Name?
  • Write-up: Biblioteca
  • Write-up: Hammer
  • Write-up: Extract

Recent Comments

  • Andrey on How to Sign Tags in GitHub Codespaces
  • wwa on Using DevContainer CLI to Build Multi-Platform Images with Embedded Features
  • Raphael on Using DevContainer CLI to Build Multi-Platform Images with Embedded Features
  • wwa on How to Get the Source of an Uncaught Exception in C++
  • Tom Deblauwe on How to Get the Source of an Uncaught Exception in C++

Archives

  • November 2025
  • October 2025
  • December 2024
  • February 2024
  • February 2023
  • December 2022
  • September 2022
  • June 2022
  • January 2022
  • December 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • May 2021
  • January 2021
  • December 2020
  • July 2020
  • June 2020
  • May 2020
  • February 2020
  • December 2019
  • November 2019
  • October 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • March 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018

Categories

  • DevOps
  • NodeJS
  • Random Thoughts
  • Server Administration
  • TryHackMe
  • Uncategorized
  • WordPress
Copyright © 2025 Wild Wild Wolf. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.