#linuxtechtips
"security.pam.services.doas = {
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
October 21, 2025 at 7:25 PM
🐧Εάν δεν μπορείτε να κάνετε αναβάθμιση στα 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
💡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
September 4, 2025 at 11:08 AM
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...
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
💡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
May 17, 2025 at 10:09 AM
💡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
March 4, 2025 at 9:09 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
February 3, 2025 at 1:48 PM
LinuxTechTips
September 15, 2023 at 4:58 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.
February 27, 2025 at 9:44 PM