Reinventing the Charleroi Reddit Community
A Personal Journey Towards Community & Value Creation
Search for a command to run...
A Personal Journey Towards Community & Value Creation
A very simple implementation in Python 3 using the random module
Incorporating EPUB Reading Functionality into Your Web Project
Utilizing Python's urllib3 and system arguments to create a streamlined HTML file downloader
A handy python 3 script to batch convert those images
find and grep, a handy one-liner
#!/bin/bash # List all usernames on the system usernames=$(cat /etc/passwd | cut -d: -f1) # For each user, print their username and crontab (if any) for user in $usernames; do echo "Checking crontab for user: $user" crontab -u $user -l ...
This will cat all files on the current dir
Un exemple verbeux de log-format verbeux, puis une version simplifiée