Développeur en transition vers les réseaux 🌐 ! Passionné d'IT, je diversifie mes compétences pour devenir technicien réseau. Polyvalence et curiosité au service de la tech 💪 #Réseaux#TechnicienRéseau#ITFR#EmploiFR#Polyvalence
⚡️For Linux
1.lsblk – View all disks and partitions clearly.
2.df -h – Check disk usage in human-readable format.
3.du -sh * | sort -h – Find which folders use most space.
https://t.co/daRnXYLMjV / htop – Monitor running processes and system load.
5.journalctl -xe – View detailed system logs for debugging.
6.chmod +x https://t.co/eaAAmPcVPA – Make any script executable.
7.scp user@server:/path/file . – Copy files securely between systems.
8.tar -czvf backup.tar.gz folder/ – Compress folders easily.
9.grep -rin “keyword” / – Search for text inside files quickly.
10.systemctl status – Check service status instantly.
Quick Linux tip 🐧 😎
So many people are either unaware of it or rarely use it.
In Linux, you can easily find your default gateway IP address using the ping command by running:
$ ping _gateway
🚨 New EDR-Freeze Tool That Puts EDRs and Antivirus Into A Coma State
Read more: https://t.co/3wTjAnR8tu
A new proof-of-concept tool named EDR-Freeze has been developed, capable of placing Endpoint Detection and Response (EDR) and antivirus solutions into a suspended “coma” state.
The technique leverages a built-in Windows function, offering a stealthier alternative to the increasingly popular Bring Your Own Vulnerable Driver (BYOVD) attacks used by threat actors to disable security software.
Unlike BYOVD methods, which require introducing a vulnerable driver onto a target system, EDR-Freeze exploits legitimate components of the Windows operating system.
#cybersecuritynews
🦈 Wireshark Useful Filters – Quick Guide for Network Pros 🌐
Wireshark is the go-to tool for packet analysis 📡. With the right filters, you can cut through the noise and find exactly what matters 🔎