Here is a simple script to backup your Linux/FreeBSD server or your macOS on storage.rcs-rds.ro. I’m not associated with Digi Storage, I just know they have many users who can find this useful. As always, […]
Tag: freebsd
Puppet, FreeBSD & Self-Signed SSL
aws meta-data
This is mostly a reminder for myself that http://169.254.169.254/latest/meta-data/ on a aws ec2 is really cool because you get get all sort of information with it.
newsyslog: don’t rotate empty log files
My idea about not to rotate empty log files on FreeBSD has made it to newsyslog, yay 😀 ! Big thanks for Dan Langille who made this happen!
/var/cache/pkg
On FreeBSD /var/cache/pkg can use up a significant amount of space. The good news is the content of this directory is not required. However it is useful if you want to rollback to an older […]
CFengine
Delete a Single Line From History
Did you ever wanted to remove a single line from your shell history? This is how you can easily do it: use: history -d line number to remove the line, for example history -d 431, […]
A Magic Trick From ZFS
This is a short description about how to recover a single or multiple files from a ZFS snapshot on FreeBSD. The same trick might work on Linux, I haven’t tried, if you did please let […]
How’s YOUR server doin’?
If you are using FreeBSD then you must be familiar with daily run output or daily security run output messages. They can be found in the root user’s mailbox by simply typing mail as root. If you’re […]
The Power Of CTRL+T
Did you know that you can check what a process is doing by pressing CTRL+T? Has it happened to you before that you were waiting for something to be finished that can take a lot […]