Recently I have programmed Python scripts – config.py and pokec_get_stats.py, which I can use to […]
Category: Scripting
Unlocking Pokec Photo Album with Python
I recently programmed Python scripts – config.py, passwords.py and pokec.py, which can be used to […]
How To Send Message to Multiple Friends on Facebook
I recently programmed Python scripts that send a predefined message to all my Facebook friends. […]
Collect hashes from remote computers
I was recently asked to create a script that should calculate the hash values of […]
Docker Installation on VyOS
Docker really makes it easier to create, deploy, and run applications by using containers, and […]
Cloning Remote Linux Machines
I would like to share the second version (1.1) of the Bash script backup_images-1.1.sh which […]
Downloading YouTube Videos From Links Saved In Google Chrome Bookmarks
The Bash script youtube-bookmarks-mp3.sh is using Python youtube-dl script along with ffmpeg in order to […]
Bash Script for Converting Video To MP3 Audio
I like listening to video training on my smartphone while walking to work. To save […]