Tag: cookbook

  • How to export Webflow code using simple Linux commands

    This article covers how to export Webflow code using simple Linux commands. Webflow is a great platform however most of its functionality is centered around editing and designing and less around hosting. Once a site has been designed and is receiving less frequent updates, moving out to your own web server can be a cost […]

  • Best mechanical keyboards for Sysads

    This post provides a curated list of the best mechanical keyboards for Sysads and other people that need to type fast and accurately. Typing experience, features, design and affordability have been taken into account. Dustsilver K84 The K84 is a compact and colourful high quality mechanical keyboard that won’t break your wallet. It’s a 75% […]

  • Simple logging with rotation and custom format in Python

    Sometimes I find myself having to write a short Python script with proper logging capabilities. This code snippet demonstrates how to do use Python’s official logging module using very few lines but still with all these features in: basicConfig log rotation formating The following lines are interesting: ‘/path/to/log/file.log’ -> lets you specify where the log […]

  • Revoking MySQL Permissions

    Usage: Example: See Also Granting MySQL Permissions Show Permission MySQL Commands

  • How to install MySQL Server on Debian Linux

    While installing MySQL Server it is always good to keep in mind that the logs and data folders will potentially have a big size. By default MySQL keeps them in the root mount point (i.e. ‘/’). That may cause your database server system disk to get full, which is never a good idea. This article […]