📅 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
🚨 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
Interest | Match | Feed
⏱️ 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
Need a quick history recall? Use: history | tail
Start typing—press it again to cycle!
#LinuxTricks #CLI #Linux #OpenSource
Need a quick history recall? Use: history | tail
Start typing—press it again to cycle!
#LinuxTricks #CLI #Linux #OpenSource
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
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
🎛️ 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
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
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
Interest | Match | Feed
🗺️ 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
Interest | Match | Feed
Interest | Match | Feed
Interest | Match | Feed
Interest | Match | Feed
Interest | Match | Feed
Interest | Match | Feed
Interest | Match | Feed
Interest | Match | Feed
Interest | Match | Feed
Interest | Match | Feed
Interest | Match | Feed
🔒 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
Interest | Match | Feed
🧹 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
📆 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