Welcome to Sysadmins of the North

The latest in tech, science, personal growth, business and travel curated for you daily.

Keys

Generate pseudorandom passwords with OpenSSL

2015-11-17

OpenSSL comes in handy when you need to generate passwords or random strings. For example for system accounts and services. In this short post I'll give you a quick example on how to generate random passwords with OpenSSL in Linux (Bash), Windows and PHP.

How to block BaiduSpider bot User-Agent?

2015-08-08

The Baidu spider (BaiduSpider user agent) can be a real pain to block, especially since it does not respect a robots.txt as it should. This post shows you how to block Baidu Spider bot, using IIS URL Rewrite Module based on its User-Agent string.

blue elephant plush toy on black laptop computer -- Photo by Ben Griffiths

Optimize PHP’s OPcache configuration

2015-07-01

Optimize PHP's OPcache configuration and make OPcache perform even better. After configuring and optimizing PHP's realpath_cache_size, the OPcache cache mechanism is the next step to fine-tune. With just a few tweaks you tune OPcache to perform much better

My WordPress web.config

2015-06-22

Do you host your WordPress website on Windows Server IIS? And are you having trouble with your web.config? Here is mine :)

PuTTY Reconfiguration screen to tunnel RDP over ssh

Tunnel RDP through SSH & PuTTY

2015-04-28

Have you ever been in a situation where you needed to perform remote administration on a Windows Server, and the RDP port 3389 is blocked on a firewall? You can tunnel RDP over SSH with PuTTY

PowerShell Get-FsrmQuota and Set-FsrmQuota

2015-04-07

To get and set File Server Resource Manager NTFS quota you now have to use PowerShell FileServerResourceManager cmdlets. It's pretty easy to get directory information with Get-FsrmQuota and change dirquota.exe using Set-FsrmQuota.

Bash logo

Turn off swap

2015-03-25

Learn how to turn off swap in Bash, because when a swap partition is enabled Linux starts swapping, which may degrade (MySQL) system performance

How to Deploy Software through WDS, automated as a FirstLogonCommand

Software deployment through WDS

2015-03-04

Here is how to install software packages during a Windows Deployment Services (WDS) deployment, without Microsoft Deployment Workbench (available in the Microsoft Deployment Toolkit, or MDT).

Monit monitoring on Ubuntu 14.04 VM on Hyper-V

2015-02-15

In this post you’ll learn about setting up a Monit monitoring service for your websites and services. Monit is a free and open source service monitoring application which can perform various event-based actions. Monit can send email notifications, restart a service or application, or take other responsive actions. We set Monit up on a Ubuntu 14.04 VM, built on Hyper-V. And we use Monit to monitor several websites, and send out notifications on downtime.

Disable WordPress comments (how-to)

2015-01-02

With thousands spam reactions, disabling (and removing) WordPress comments is often the only way to go. Here is how to disable WordPress comments in both the WordPress Dashboard interface and in your MySQL / MariaDB database.

Analyze Component Store size with DISM in PowerShell

Disk Cleanup in Windows Server

2014-12-22

Over time, as your Windows Server runs longer, more and more disk space is eaten. Simply gone! Investigating the disk usage leaves you clueless; there are no large log files, crash dumps, or there is no software to be removed. Where did that space go?

Share via
Copy link