Linux-Tech&More 🇵🇸

@linuxtechmore@linuxrocks.online
321 Followers
2 Following
307 Posts

A blog dedicated to #Linux and #opensource systems, delivering the latest news, insightful reviews, helpful tutorials, and in-depth coverage of hardware.

Free Palestine 🇵🇸.

Websitehttps://www.linuxtechmore.com
Xhttps://x.com/linuxtechmore
Youtubehttps://www.youtube.com/linuxtechmore
Githubhttps://github.com/linuxtechmore

Ditching Disqus: Why I Chose wpDiscuz for My Linux Blog

After migrating my website from Blogger, I initially tried using WordPress’s native comment system, but I simply couldn’t stick with it—it lacks features and offers a limited experience. I considered Disqus’s paid plan, but after reviewing how it handles user data, I decided to seriously look for open source alternatives. That’s what led me to wpDiscuz.

https://www.linuxtechmore.com/why-i-ditched-disqus-for-wpdiscuz

#OpenSource #Privacy #Disqus #wpDiscuz #WordPress

#LTMLinuxTips - Day 8

🌐 Test DNS resolution from terminal:

dig example.com

Great for troubleshooting domain issues.

#Linux #Networking #OpenSource #CommandLine

#LTMLinuxTips - Day 7

📆 Display calendar in terminal:

cal 2025

Quickly view monthly or yearly calendars without leaving the terminal.

#Linux #CLI #Productivity #OpenSource

Nitrux Hyprland Is Happening, Thanks to Plasma LTS’s End

As KDE Plasma LTS ends, Nitrux embraces Hyprland and drops NX Desktop. Discover what’s changing—and why Nitrux Hyprland is worth the excitement.

https://www.linuxtechmore.com/nitrux-hyprland-is-happening

#Nitrux #Hyprland #Linux #OpenSource

Nitrux Hyprland Is Happening, Thanks to Plasma LTS’s End

As KDE Plasma LTS ends, Nitrux embraces Hyprland and drops NX Desktop. Discover what’s changing—and why Nitrux Hyprland is worth the excitement.

Linux-Tech&More

#LTMLinuxTips - Day 6

🔒 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

#LTMLinuxTips - Day 5

🗺️ Check your public IP From terminal (with more detail):

curl -s https://ipinfo.io

Useful for remote access or VPN checks.

#LinuxNetworking #Privacy #Linux #OpenSource

#LTMLinuxTips

Need a quick history recall? Use: history | tail

Start typing—press it again to cycle!

#LinuxTricks #CLI #Linux #OpenSource

All AMD, No Intel: TUXEDO InfinityBook Pro 14 Gen10 Unveiled

TUXEDO Computers unveils the InfinityBook Pro 14 Gen10 — an elegant Linux laptop featuring AMD Ryzen AI 300, a brighter 3K display, and advanced local AI power.

Linux-Tech&More

🐧 #LTMLinuxTips

Forget to use sudo? Don't retype everything: sudo !!

It reruns your last command as root. Saved me more times than I can count!

#LinuxTips #LinuxTricks #CLI #OpenSource #Linux

🐧 #LTMLinuxTips

Want to quickly find out what distro you're using?

Run: cat /etc/os-release

This gives you detailed info like distro name, version, and more.

#Linux #LinuxTips #OpenSource #CommandLine #LinuxTricks

×

🐧 #LTMLinuxTips

Want to quickly find out what distro you're using?

Run: cat /etc/os-release

This gives you detailed info like distro name, version, and more.

#Linux #LinuxTips #OpenSource #CommandLine #LinuxTricks