The child = Abdullah Abu Zarqa.
#gaza #zionistcrimes #gazagenocide
The child = Abdullah Abu Zarqa.
#gaza #zionistcrimes #gazagenocide
#gaza #gaza_genocide
#gaza #gaza_genocide
Your user account is your system’s gate. Use a long passphrase or a strong random password.
Generate one: openssl rand -base64 20
Change it: passwd
Stay secure, stay curious.
More tips: linuxtechmore.gumroad.com/l/infosec-ti...
#Linux #Privacy
Your user account is your system’s gate. Use a long passphrase or a strong random password.
Generate one: openssl rand -base64 20
Change it: passwd
Stay secure, stay curious.
More tips: linuxtechmore.gumroad.com/l/infosec-ti...
#Linux #Privacy
Critical security starts with updates.
Debian: sudo apt update && sudo apt upgrade
Fedora: sudo dnf upgrade
Arch: sudo pacman -Syu
Stay secure, stay curious.
linuxtechmore.gumroad.com/l/infosec-ti...
#Linux #OpenSource #Security #Infosec #Privacy
Critical security starts with updates.
Debian: sudo apt update && sudo apt upgrade
Fedora: sudo dnf upgrade
Arch: sudo pacman -Syu
Stay secure, stay curious.
linuxtechmore.gumroad.com/l/infosec-ti...
#Linux #OpenSource #Security #Infosec #Privacy
My first #Linux #security ebook 🚀 #Infosec Tips Every Linux User Should Know is here. Interactive HTML + PDF (CC BY 4.0).
Free for Superuser members, PWYW on Gumroad: linuxtechmore.gumroad.com/l/infosec-ti...
Stay curious. Stay secure.
#LTMInfosec
My first #Linux #security ebook 🚀 #Infosec Tips Every Linux User Should Know is here. Interactive HTML + PDF (CC BY 4.0).
Free for Superuser members, PWYW on Gumroad: linuxtechmore.gumroad.com/l/infosec-ti...
Stay curious. Stay secure.
#LTMInfosec
🛑 Kill a process by name
Instead of looking for PIDs manually, kill by name:
pkill firefox
Or kill all matching processes forcefully:
pkill -9 firefox
Clean, quick, and efficient process management.
#Linux #SysAdmin #CLI #OpenSource
🛑 Kill a process by name
Instead of looking for PIDs manually, kill by name:
pkill firefox
Or kill all matching processes forcefully:
pkill -9 firefox
Clean, quick, and efficient process management.
#Linux #SysAdmin #CLI #OpenSource
#Opensource projects power 96% of all software yet scrape by for survival, while people pour over $100 billion every year into influencers shaking their backsides or spreading filth online. Imagine if even 1% of that support went to #FOSS —how much better the internet could be.
#Opensource projects power 96% of all software yet scrape by for survival, while people pour over $100 billion every year into influencers shaking their backsides or spreading filth online. Imagine if even 1% of that support went to #FOSS —how much better the internet could be.
www.linuxtechmore.com/dasharo-firm...
#Linux #Coreboot #OpenSource #LinuxLaptop #FirmwareUpdate
www.linuxtechmore.com/dasharo-firm...
#Linux #Coreboot #OpenSource #LinuxLaptop #FirmwareUpdate
🔋 Check battery status from the terminal
For laptops, see battery % and status:
upower -i $(upower -e | grep BAT)
Gives detailed info on charge level, capacity, and health without a GUI.
#Linux #LinuxLaptop #CLI #OpenSource
🔋 Check battery status from the terminal
For laptops, see battery % and status:
upower -i $(upower -e | grep BAT)
Gives detailed info on charge level, capacity, and health without a GUI.
#Linux #LinuxLaptop #CLI #OpenSource
📅 View your system’s last reboot history
last reboot
A quick way to see when your system was rebooted and confirm uptime patterns.
#Linux #SysAdmin #CLI #OpenSource
📅 View your system’s last reboot history
last reboot
A quick way to see when your system was rebooted and confirm uptime patterns.
#Linux #SysAdmin #CLI #OpenSource
Two #Sudo privilege escalation flaws that opened your #Linux system to hackers have been patched. Learn how to protect and audit your system.
www.linuxtechmore.com/two-critical...
#Cybersecurity #InfoSec #Vulnerability
Two #Sudo privilege escalation flaws that opened your #Linux system to hackers have been patched. Learn how to protect and audit your system.
www.linuxtechmore.com/two-critical...
#Cybersecurity #InfoSec #Vulnerability
🚨 Audit recent sudo use for suspicious activity
Check recent sudo activity: sudo journalctl _COMM=sudo
Look for unusual users or unfamiliar commands that may indicate suspicious elevated sessions.
#Linux #Security #Privacy #OpenSource
🚨 Audit recent sudo use for suspicious activity
Check recent sudo activity: sudo journalctl _COMM=sudo
Look for unusual users or unfamiliar commands that may indicate suspicious elevated sessions.
#Linux #Security #Privacy #OpenSource
LTM Monthly Roundup #25.01: Sudo Flaws, Nitrux Hyprland, Disqus Alternative, Network Monitoring, Clipboard on Ubuntu, Coreboot Laptop & More!
www.linuxtechmore.com/ltm-monthly-...
#Linux #FOSS #Cybersecurity #WordPress #OpenSource
LTM Monthly Roundup #25.01: Sudo Flaws, Nitrux Hyprland, Disqus Alternative, Network Monitoring, Clipboard on Ubuntu, Coreboot Laptop & More!
www.linuxtechmore.com/ltm-monthly-...
#Linux #FOSS #Cybersecurity #WordPress #OpenSource
No more unofficial repos! Easily and safely install #TUXEDO software on #Fedora with the official TUXEDO COMPUTERS repository for drivers and Control Center.
www.linuxtechmore.com/how-to-insta...
#TUXEDOControlCenter #OpenSource #Linux
No more unofficial repos! Easily and safely install #TUXEDO software on #Fedora with the official TUXEDO COMPUTERS repository for drivers and Control Center.
www.linuxtechmore.com/how-to-insta...
#TUXEDOControlCenter #OpenSource #Linux
🧹 Clean up package cache and free space
On Debian/Ubuntu:
sudo apt clean
On Fedora:
sudo dnf clean all
On Arch:
sudo pacman -Sc
Keep your system lean by clearing outdated cache files.
#Linux #CLI #SysAdmin #OpenSource
🧹 Clean up package cache and free space
On Debian/Ubuntu:
sudo apt clean
On Fedora:
sudo dnf clean all
On Arch:
sudo pacman -Sc
Keep your system lean by clearing outdated cache files.
#Linux #CLI #SysAdmin #OpenSource
No clipboard history on Ubuntu 24.04? Learn how to easily enable it with GPaste and make it work the way you need, with this step-by-step tutorial.
www.linuxtechmore.com/how-to-enabl...
#Ubuntu #Gnome #Linux #OpenSource #Tutorial
No clipboard history on Ubuntu 24.04? Learn how to easily enable it with GPaste and make it work the way you need, with this step-by-step tutorial.
www.linuxtechmore.com/how-to-enabl...
#Ubuntu #Gnome #Linux #OpenSource #Tutorial
🎛️ Display hardware info (CPU, RAM, etc.)
inxi -F
A powerful, human-readable system overview.
📦 Install it with:
Debian/Ubuntu: sudo apt install inxi
Fedora: sudo dnf install inxi
Arch: sudo pacman -S inxi
#Linux #SystemInfo #CLI #OpenSource
🎛️ Display hardware info (CPU, RAM, etc.)
inxi -F
A powerful, human-readable system overview.
📦 Install it with:
Debian/Ubuntu: sudo apt install inxi
Fedora: sudo dnf install inxi
Arch: sudo pacman -S inxi
#Linux #SystemInfo #CLI #OpenSource
#Linux #OpenSource
#Linux #OpenSource
⏱️ Show how long your system has been running
uptime -p
🛌 Maybe it's time to let your system catch some Zzzs
#Linux #OpenSource #CLI #Terminal
⏱️ Show how long your system has been running
uptime -p
🛌 Maybe it's time to let your system catch some Zzzs
#Linux #OpenSource #CLI #Terminal
After struggling with WordPress comments & #Disqus, I found #wpDiscuz! Discover why this open-source alternative was my choice for better engagement & privacy.
www.linuxtechmore.com/why-i-ditche...
#OpenSource #Privacy #WordPress
After struggling with WordPress comments & #Disqus, I found #wpDiscuz! Discover why this open-source alternative was my choice for better engagement & privacy.
www.linuxtechmore.com/why-i-ditche...
#OpenSource #Privacy #WordPress
🌐 Test DNS resolution from terminal:
dig linuxtechmore.com
Great for troubleshooting domain issues.
#Linux #Networking #OpenSource #CommandLine
🌐 Test DNS resolution from terminal:
dig linuxtechmore.com
Great for troubleshooting domain issues.
#Linux #Networking #OpenSource #CommandLine
📆 Display calendar in terminal:
cal 2025
Quickly view monthly or yearly calendars without leaving the terminal.
#Linux #CLI #Productivity #OpenSource
📆 Display calendar in terminal:
cal 2025
Quickly view monthly or yearly calendars without leaving the terminal.
#Linux #CLI #Productivity #OpenSource
As KDE Plasma LTS ends, Nitrux embraces Hyprland and drops NX Desktop. Discover what’s changing—and why Nitrux Hyprland is worth the excitement.
www.linuxtechmore.com/nitrux-hyprl...
#Nitrux #Hyprland #Linux #OpenSource
As KDE Plasma LTS ends, Nitrux embraces Hyprland and drops NX Desktop. Discover what’s changing—and why Nitrux Hyprland is worth the excitement.
www.linuxtechmore.com/nitrux-hyprl...
#Nitrux #Hyprland #Linux #OpenSource
🔒 List active listening ports from terminal:
sudo lsof -i -P -n | grep LISTEN
Great for checking open ports and running services.
#Linux #OpenSource #CyberSecurity #Networking
🔒 List active listening ports from terminal:
sudo lsof -i -P -n | grep LISTEN
Great for checking open ports and running services.
#Linux #OpenSource #CyberSecurity #Networking
🗺️ Check your public IP From terminal (with more detail):
curl -s ipinfo.io
Useful for remote access or VPN checks.
#LinuxNetworking #Privacy #Linux #OpenSource
🗺️ Check your public IP From terminal (with more detail):
curl -s ipinfo.io
Useful for remote access or VPN checks.
#LinuxNetworking #Privacy #Linux #OpenSource