Finite State Machine Simulator
This is a coursework for CS262 at Udacity. A Python simple implementation of finite state machine.
pigz + pv: Multithread tar.gz File Uncompress/Compress with Status Bar
Dependencies Run the command To compress a directory To uncompress a file with progress bar References https://serverfault.com/questions/270814/fastest-way-to-extract-tar-gz/885842#885842
Remove MySQL Binary Logs for Space
References https://logs.paulooi.com/how-to-remove-mysql-binary-log.php
Deploy Docker Images Offline
Get the Docker Image There are several ways you can get a docker image. For example, you can get an image from Docker Hub, $ […]
Running Snap on in LXD Unprivileged Containers
Taking Ubuntu 18.04 container as an example After this, you should be able to run snap services safely.
Size of C++ Data Types – Built-in, Structure and Union
Built-in Data Types Test Program Output: Struct Note that there are paddings if a bigger data type is right before one with smaller size. Test […]
Scroll Down a YouTube Webpage with Selenium Chromedriver – Python Web Crawler
self._scroll_pause_time is a member variable defined elsewhere. References