Setup File server on ubuntu 14.04 ( Samba ) Samba [1] is a free software used to enable file and print services on unix-like systems. It runs on most unix variants, such as Linux, AIX, Solaris... Ubuntu mrt. 5, 2021 0 1942 Tech Blog
Setup NFS server on ubuntu 14.04 NFS [1] ( Network file systems ) is used to share files with other computers over the network. It is mainly used for centralized home folders. This ... Ubuntu mrt. 5, 2021 0 2043 Tech Blog
A Mailserver on Ubuntu 14.04: Postfix, Dovecot, MySQL This long post contains a recipe for building a reasonably secure Ubuntu 14.04 mail server in Amazon Web Services, using Postfix, Dovecot, and MySQL,... Ubuntu mrt. 5, 2021 0 2120 Tech Blog
Automated WordPress installation with Ansible In the second article [1] of the Ansible and WordPress series, we discussed the basic Ansible project structure and setting up WP-CLI and PHP. Today... Ansible Nginx mrt. 5, 2021 0 2513 Tech Blog
Ansible and WordPress: roles and playbooks Since writing the article on why you should use Ansible for managing your WordPress deploys on VPS servers [1] , I’ve added some basic configuration... Ansible Nginx Ubuntu Wordpress mrt. 5, 2021 0 2534 Tech Blog
Automated server configuration with Ansible In this series of articles, we’ll be automating server ( VPS ) configuration with the help of Ansible [1] , an open source IT automation platform. I... Ansible Nginx Ubuntu mrt. 5, 2021 0 2393 Tech Blog
Securing your WordPress site running on Nginx Nginx [1] is a modern and fast web server software. If you are not familiar with Nginx, you might be familiar with the Apache HTTP [2] web server so... Nginx Wordpress mrt. 5, 2021 0 2521 Tech Blog
How to rewrite rules for WP-security in Nginx? I have a WordPress website on a VPS running nginx. I have installed the WP Security plugin to improve the security of my site. After changing all th... Nginx mrt. 5, 2021 0 2378 Tech Blog
How To Use Nmap to Scan for Open Ports on your VPS Introduction* Networking is an expansive and overwhelming topic for many budding system administrators. There are various layers, protocols, and int... Ubuntu mrt. 5, 2021 0 3187 Tech Blog
Deleting lots of keys in Redis, fast Here’s a snippet that has helped me whenever I’ve wanted to delete a large number of keys in Redis [1] . This snippet can be run from a bash (or equ... mrt. 5, 2021 0 2249 Tech Blog
Install nginx naxsi mod_pagespeed and spdy on Debian/Ubuntu This is guide to installing and configuring Nginx to serve static files. Which is to say, this is how to install and set up Nginx to serve static fil... Nginx Ubuntu mrt. 5, 2021 0 2973 Tech Blog
Compression Formats for Linux A few weeks ago we decided to look for alternative compression formats that we can use as a replacement for gzip [1] . We take several backups of ou... Ubuntu mrt. 5, 2021 0 2178 Tech Blog