Home New Trending Search
About Privacy Terms
#
#linuxtechtips
Posts tagged #linuxtechtips on Bluesky
Preview
I Dived into the Dark Web in 2025: Shocking Secrets, Scams, and Surprises That’ll Haunt Your… What happens when a tech enthusiast fires up Tor, hops on a secure VPS, and wanders the shadowy corners of the internet? Spoiler: It’s not…

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

0 0 0 0
Preview
The 10 Most Beautiful Linux Distributions of 2024-2025: A Visual Showcase Discover the most visually stunning Linux distributions that combine aesthetic excellence with powerful functionality. From minimalist elegance to futuristic maximalism, find your perfect desktop expe...

The 10 Most Beautiful Linux Distributions of 2024-2025: A Visual Showcase techlife.blog/posts/beauti... #Linux #Ubuntu #Debian #linuxtechtips

0 0 0 0

This evening looks like was a productive @clcoding.bsky.social #Python coding #pythontkinter #pythonlearningjourney #pythoncode #linuxtechtips

1 0 0 0
Preview
Δεν σας αρέσουν τα Windows 11; Αυτή είναι η καλύτερη στιγμή για να μεταβείτε στο Linux Εάν δεν μπορείτε να κάνετε αναβάθμιση στα Windows 11 ή αν θέλετε να απαγκιστρωθείτε από το λειτουργικό σύστημα της Microsoft, εγκαταστήστε το Linux. Δείτε πώς μπορείτε να μεταβείτε σε ένα λειτουργικό ...

🐧Εάν δεν μπορείτε να κάνετε αναβάθμιση στα Windows 11 ή αν θέλετε να απαγκιστρωθείτε από το λειτουργικό σύστημα της Microsoft, εγκαταστήστε το Linux. #Linux #linuxguides #linuxbasics #linuxtechtips

0 0 0 0
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

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

2 1 0 0
View of CMK Rootkit. Identifying the ”magic packet” requirements via pattern recognition | The Journal on Cybercrime and Digital Investigations

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...

0 0 0 0
Linux terminal output showing Fedora and Red Hat security advisories, including package names, types, severity, and issue dates.

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

2 0 0 0
A screenshot showing this Linux tip on how to Record audio from a microphone on a Linux system using gstreamer

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

1 0 1 0
Image displaying text of above Linux tip

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

4 1 0 0