I just published I Dived into the Dark Web in 2025: Shocking Secrets, Scams, and Surprises That’ll Haunt Your… medium.com/p/i-dived-in... #CyberSecurity #100DaysOfCyberSecurity #HackerNews #hackers #CyberSecurityAwareness #DevOpsSecurity #Development #Python #linuxtechtips #dev
The 10 Most Beautiful Linux Distributions of 2024-2025: A Visual Showcase techlife.blog/posts/beauti... #Linux #Ubuntu #Debian #linuxtechtips
This evening looks like was a productive @clcoding.bsky.social #Python coding #pythontkinter #pythonlearningjourney #pythoncode #linuxtechtips
🐧Εάν δεν μπορείτε να κάνετε αναβάθμιση στα Windows 11 ή αν θέλετε να απαγκιστρωθείτε από το λειτουργικό σύστημα της Microsoft, εγκαταστήστε το Linux. #Linux #linuxguides #linuxbasics #linuxtechtips
TIP: Calculate the number of days since a given date (e.g. 30 June 2025) on a Linux system: echo $(( ( $(date +%s) - $(date -d "2025-06-30" +%s) ) / 86400 )) #ZikTIPS
💡Calculate the number of days since a given date (e.g. 30 June 2025) on a Linux system:
echo $(( ( $(date +%s) - $(date -d "2025-06-30" +%s) ) / 86400 ))
@opensuse.org @fedora.fosstodon.org.ap.brid.gy @debian.bsky.social
#ZikTIPS #Linuxtips #LinuxTechTips #Linux #FOSS #Opensource
Did you know? By executing this simple command and observing its effects, you can determine if your machine is infected with the CMK #Linux #rootkit:
# kill -9 -1
If your machine reboots, you have not been infected. If it does not, you have. #LinuxTechTips 🤪
cyberjournal.cecyf.fr/index.php/cy...
Linux terminal output showing Fedora and Red Hat security advisories, including package names, types, severity, and issue dates.
💡Use the following command line to list of security advisories on a Fedora and RedHat based Linux systems #ZikTIPs #LinuxTips #LinuxTechTips #Linux #Opensource
@fedora.fosstodon.org.ap.brid.gy
sudo dnf advisory list
A screenshot showing this Linux tip on how to Record audio from a microphone on a Linux system using gstreamer
💡Record audio from a microphone on a Linux system using gstreamer @fedora.fosstodon.org.ap.brid.gy @opensuse.org
gst-launch-1.0 alsasrc ! audioconvert ! lamemp3enc ! filesink location=recorded.mp3
#ZikTIPs #pipewire #pulseaudio #techtips #Linuxtips #LinuxTechTips #Linux #Opensource
Image displaying text of above Linux tip
💡To create a file with a specific access & modification timestamp in #Linux
touch -t [FILE] e.g. March 10 2025 9AM
touch -t 202503100900 mytalk.txt
To verify: stat -c %x%y mytalk.txt
@fedora.fosstodon.org.ap.brid.gy @opensuse.bsky.social
#ZikTIPs #Linuxtips #LinuxTechTips #Linux #Opensource