Posts about DevOps
Everything technical, usually related to Linux, Docker, servers, SSH and the command line.
- How to change docker root data directory and why would you want to do that (hint: to optimize space)
- How to configure an Ubuntu Linux server to allow SSH sessions only with a key and disable password-based
- How to use a Telegram Bot with a private channel (or how to post a message to a private channel)
- (Quick-note) How to fix Virtualbox 7 screen turning black when on fullscreen (or above a specific screen size) on Windows 11
- How to install Poedit pro and activate its license on openSuse Tumbleweed
- How to install snapd on openSuse Tumbleweed
- How to configure and use a reiner SCT card reader with a german ID in Linux Mint
- How to auto restart command/ process in Linux after specific run time or duration (quick-note)
- Navigating the Python Development Ecosystem: The Essential Tools and Techniques - An opinionated guide
- (Quick-note) SSH Keys Permissions
- How to deal with dates, dates with timezones and dates with particular formats with python and pandas (code snippets for different use cases)
- How to set up fingerprint authentication on openSuse Tumbleweed and KDE Plasma
- How to add a table of contents (TOC) to a markdown post or page to nikola ssg
- How to find all processes with a specific string in their name and kill them all (in linux command line using ps, grep and awk)
- How to back up your Mac config and apps from Terminal (using brew, conda, pip and mackup)
- How to remove a network with active endpoints in Docker
- How to copy files to remote server through SSH Tunnel using ngrok and rsync (quick-note)
- Fixed: When using Jupyter on WSL2 on Windows 11 I get "Kernel won't start", and throws "Permissions assignment failed for secure file" error
- How to download Google Takeout files (150GB+) with wget (on a remote server)
- How to install Proxmox VE 6.4 in an old HPE MicroServer G8 on SATA 5 (ODD) using iLo and boot from the microSD card in 2021
- How to batch print multiple PDFs from multiple (sub)folders in linux (command line, find, xargs and lpr)
- How to import several folders with files into WordPress Media Library using wp-cli
- How to manage several SSH Config files on Mac and Linux (quick-note)
- How to use multiple SSH keys on a Mac with Github or Gitlab
- How to find files using Regex (Regular Expressions) in GNU/Linux and MacOs command line and do something.
- How to access Jupyter Notebooks running in your local server with ngrok (and an intro to GNU Screen)
- Back to Windows 7 & 10 Home (for some tasks): chocolatey (package manager) and cmder (terminal emulator)
- How to create a SSH Tunnel with ngrok on Ubuntu Server (aka ssh access to your local server in local network with dynamic ip)
- How to prepare Ubuntu for Data Science: Torus, Cookiecutter and Docker in Ubuntu Server LTS 18.04
- Python package to get venues from Foursquare API into Pandas DataFrame (archived)