Linux – Monitor Disk I/O on Terminal

Monitoring Disk I/O on Linux systems is one of the most common task to follow when analyzing the current performance status of a system and trying troubleshoot/optimize an existing environment, when talking about storage and volumes. Read More …

Excel – Allow Certain Users to Edit Cells Range

Excel offers you an ability to assign user-level permissions to different areas on a protected spreadsheet. You can specify which users (usually local or Active Directory ones) can edit a particular range while the spreadsheet is protected. Read More …

Nginx – Configuring Reverse Proxy

A reverse proxy is an in-the-middle proxy service which takes a client request, passes it on to one or more servers, and subsequently delivers the server’s response to the client: basically the communication will be only between the proxy and the client, there will be no direct traffic between these two endpoints. Read More …