Archive

Posts

Software

Check register for specific key or value from a batch file

Batch files are well known for managing and configuring client computers. Most of the system administrators are creating batch files on a regular basis. Let's create a batch file to check if all the client computers are running a specific program on startup.

Batch Register
Published
Author Dick van der Heiden
Read post
Software

Clear DirectAdmin Message system

DirectAdmin contains a message system which contains information about thing like brute force attacks, overusage, etc. The message system get really full pretty fast and could contain thousands of messages.

DirectAdmin
Published
Author Dick van der Heiden
Read post
Software

Exclude files from incremental backup script

When using the incremental backup script, I noticed some files were backupped which should be backuped. In this case some logs files which I don't have to backup every day. So I...

Backup Bash
Published
Author Dick van der Heiden
Read post
Software

Symlink cheatsheet

A Symbolic Links (also called symlink or softlink), is a special file which references another file or directory. These symlinks are very useful. For example a lot of deployment...

Symlinks
Published
Author Dick van der Heiden
Read post
Software

Configuring virtualhost(s) in Apache

Virtualhosts allow you to host multiple websites on a single webserver. Shared hosting is based on this idea as this allows multiple customers to use a single server. It does require some configuration.

Apache Virtualhosts
Published
Author Dick van der Heiden
Read post
Software

Incremental backup script in bash

The previous backup script is a bit limited as it always creates a full backup. Let' adjust that to create incremental backups.

Backup Bash
Published
Author Dick van der Heiden
Read post
Software

Numerical Permissions

Numerical permissions describe the permissions of the file or folders and is most likely known with FTP or the unix filesystem. This post explains the meaning of those numbers.

Chmod FTP Permissions
Published
Author Dick van der Heiden
Read post
Software

Easy backup script in bash

This easy backup script creates a .tar.gz for a certain folder. The script can be used to backup a full folder once or scheduled.

Backup Bash
Published
Author Dick van der Heiden
Read post