RSSAmplifier

Blog

Admin… by accident!

You may have chosen to be an admin. I didn't!

adminbyaccident.comRSS feed ↗10 posts

Latest posts

How to install Redis for WordPress on FreeBSD

I happen to self-host a few WordPress sites on FreeBSD. And as much as one can configure OP-Cache to improve PHP’s performance, object cache is a must for many WordPress sites. This how to install Redis for WordPress on FreeBSD will explain how to install an object cache (Redis) for WordPress (via plugin) on this [ ] The post How to install Redis for WordPress on FreeBSD appeared first on Admin...…

How to compile cloudflared in FreeBSD 13/14

I happen to self-host my websites using Cloudflare’s services (article 1, article 2). Since the FreeBSD port seems to be delaying its releases and Cloudflare’s policy on maintaining versions only considers 1 year old code, in an act of prevention I have learnt, and I am publishing, how to compile cloudflared in FreeBSD. Note: At [ ] The post How to compile cloudflared in FreeBSD 13/14 appeared…

How to configure FreeBSD to use a webcam (version 12 and 13)

Introduction. Unlike many Linux distributions the FreeBSD operating system comes quite crude out of the box. What others will interpret as a disadvantage, with some knowledge on the system, others see the power to serve. Anyone willing to have a nice FreeBSD desktop experience with little effort, there are a couple of BSD-based distributions, like [ ] The post How to configure FreeBSD to use a…

Symbolic and Hard Links in UNIX and Linux

Symbolic and Hard Links are useful ways to reference to information on a disk, both found in UNIX and Linux systems. While they seem similar in the surface they are quite different in how they work and it what can be achieved when using them. If you find the articles in Adminbyaccident.com useful to you, [ ] The post Symbolic and Hard Links in UNIX and Linux appeared first on Admin... by accident!…

How to import iocage jails to Bastille on FreeBSD 13

Being a fan and heavy user of FreeBSD jails, I’ve been using iocage for years now. However, iocage is not the only tool capable of making abstractions on top of the jail infrastructure in FreeBSD to make it easier to manage in a not just easier way, but quicker, centralized manner. Bastille is the other [ ] The post How to import iocage jails to Bastille on FreeBSD 13 appeared first on Admin... by…

How to load and unload kernel modules in Linux

Kernel modules permit enabling hardware features on a given system. For example, if we need to read from a particular filesystem from a hard drive, we need to load a particular kernel module. Or use a specific network card, a sound card or sound device, a video display, etc. This is mostly done automatically in [ ] The post How to load and unload kernel modules in Linux appeared first on Admin...…

How to use find in GNU/Linux and FreeBSD

How to use find is a very basic, but important, UNIX lesson. Find is a very useful command which can help us not just finding a particular file, but for examples files or directories matching certain criteria such as: size, permissions, type. The basic mode of operation for find is the following: find path criteria [ ] The post How to use find in GNU/Linux and FreeBSD appeared first on Admin... by…

How to install Mate on FreeBSD 12/13

In this how to install Mate on FreeBSD I’m not going to repeat the same guides you can read elsewhere. If you desire to use FreeBSD as a daily driver desktop, I do encourage you to read and follow the guides from this other guy. The guide you are currently reading can be considered the [ ] The post How to install Mate on FreeBSD 12/13 appeared first on Admin... by accident! .

How to install Nessus 10 on FreeBSD 12

Nessus is a professional vulnerability scanner from the reputable cybersecurity company Tenable. I have already written about it in the past but installing it on a GNU/Linux distro. This very article will guide anyone to install Nessus 10 on FreeBSD, since Tenable is releasing binaries for FreeBSD 11 and 12 as of the time of [ ] The post How to install Nessus 10 on FreeBSD 12 appeared first on…

How to enable TLS traffic from the origin server on Cloudflare Argo Tunnel

As it can be read in the last post, setting up a Cloudflare Argo Tunnel to serve web content from home or corporate network without poking holes to it, is quite easy to achieve. In this article I’ll show you how to enable TLS traffic from the origin server on Cloudflare Argo Tunnel. Obviously, you [ ] The post How to enable TLS traffic from the origin server on Cloudflare Argo Tunnel appeared…