The 10 Most Beautiful Linux Distributions of 2024-2025: A Visual Showcase techlife.blog/posts/beauti... #Linux #Ubuntu #Debian #linuxtechtips
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...
techlife.blog
November 5, 2025 at 8:51 PM
The 10 Most Beautiful Linux Distributions of 2024-2025: A Visual Showcase techlife.blog/posts/beauti... #Linux #Ubuntu #Debian #linuxtechtips
"security.pam.services.doas = {
u2fAuth = true;
}"
In your configuration file will ensure that doas uses u2f authentication... I'm dumb :neocat_cry_loud:
u2fAuth = true;
}"
In your configuration file will ensure that doas uses u2f authentication... I'm dumb :neocat_cry_loud:
October 28, 2025 at 3:27 PM
"security.pam.services.doas = {
u2fAuth = true;
}"
In your configuration file will ensure that doas uses u2f authentication... I'm dumb :neocat_cry_loud:
u2fAuth = true;
}"
In your configuration file will ensure that doas uses u2f authentication... I'm dumb :neocat_cry_loud:
This evening looks like was a productive @clcoding.bsky.social #Python coding #pythontkinter #pythonlearningjourney #pythoncode #linuxtechtips
October 21, 2025 at 7:25 PM
This evening looks like was a productive @clcoding.bsky.social #Python coding #pythontkinter #pythonlearningjourney #pythoncode #linuxtechtips
🐧Εάν δεν μπορείτε να κάνετε αναβάθμιση στα Windows 11 ή αν θέλετε να απαγκιστρωθείτε από το λειτουργικό σύστημα της Microsoft, εγκαταστήστε το Linux. #Linux #linuxguides #linuxbasics #linuxtechtips
Δεν σας αρέσουν τα Windows 11; Αυτή είναι η καλύτερη στιγμή για να μεταβείτε στο Linux
Εάν δεν μπορείτε να κάνετε αναβάθμιση στα Windows 11 ή αν θέλετε να απαγκιστρωθείτε από το λειτουργικό σύστημα της Microsoft, εγκαταστήστε το Linux. Δείτε πώς μπορείτε να μεταβείτε σε ένα λειτουργικό ...
gr.pcmag.com
October 17, 2025 at 2:11 PM
🐧Εάν δεν μπορείτε να κάνετε αναβάθμιση στα Windows 11 ή αν θέλετε να απαγκιστρωθείτε από το λειτουργικό σύστημα της Microsoft, εγκαταστήστε το Linux. #Linux #linuxguides #linuxbasics #linuxtechtips
💡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
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
September 4, 2025 at 11:08 AM
💡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
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...
# 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...
View of CMK Rootkit. Identifying the ”magic packet” requirements via pattern recognition
| The Journal on Cybercrime and Digital Investigations
cyberjournal.cecyf.fr
June 18, 2025 at 8:14 PM
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...
# 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...
💡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
@fedora.fosstodon.org.ap.brid.gy
sudo dnf advisory list
May 17, 2025 at 10:09 AM
💡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
@fedora.fosstodon.org.ap.brid.gy
sudo dnf advisory list
💡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
gst-launch-1.0 alsasrc ! audioconvert ! lamemp3enc ! filesink location=recorded.mp3
#ZikTIPs #pipewire #pulseaudio #techtips #Linuxtips #LinuxTechTips #Linux #Opensource
March 4, 2025 at 9:09 PM
💡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
gst-launch-1.0 alsasrc ! audioconvert ! lamemp3enc ! filesink location=recorded.mp3
#ZikTIPs #pipewire #pulseaudio #techtips #Linuxtips #LinuxTechTips #Linux #Opensource
💡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
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
February 3, 2025 at 1:48 PM
💡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
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
Looks like ol' LinuxTechTips got himself in a pickle of some sort. I choose not to investigate any further into the matter due to the high likelyhood that it involves internet nerd shit that only a piss trash idiot dog fucking piss jug collector would care about.
February 27, 2025 at 9:44 PM
Looks like ol' LinuxTechTips got himself in a pickle of some sort. I choose not to investigate any further into the matter due to the high likelyhood that it involves internet nerd shit that only a piss trash idiot dog fucking piss jug collector would care about.