Quickly get backup drive attached on OVH.
OVH offer a backup service that can be connected via CIFS, FTP and NFS. Getting it connected via NFS is fast on Linux. These instructions […]
OVH offer a backup service that can be connected via CIFS, FTP and NFS. Getting it connected via NFS is fast on Linux. These instructions […]
Doing each line individually is a pain. Here is a handy shortcut. Start with the usual apt install php8.x- Then include each module name separate […]
In the file /usr/share/applications/thunderbird.desktop Add the following line after the StartupNotify line StartupWMClass=thunderbird-esr
You can use sender_bcc_maps and recipient_bcc_maps to selectively BCC both incoming and outgoing emails. sender_bcc_maps = hash:/etc/postfix/archive_domain recipient_bcc_maps = hash:/etc/postfix/archive_domain In /etc/postfix/archive_domain Add one entry […]
It seems that this is caused by Codeigniter 3 changing an internal function. I am not going to chase down the specific commit where this […]
I have a calendar component I wrote in live wire. When you click on the dates it worked really fast on my local system but […]
To allow you to create dynamic on the fly dev hosts. This is part of a bigger post coming soon.. The end goal is to […]
For reference to create an RSA key. ssh-keygen -t rsa -b 4096 -C “your_email@example.com”
Unlike a firewall port forward which does a whole server, this tip only works on a virtual host by virtual host bases. When you change […]
When adding fail2ban to a server with a lot of sites and enabling all jails the client got this error during the enabling process. Half […]
Copyright © 2024 | WordPress Theme by MH Themes