Skip to main content

Command Palette

Search for a command to run...

Miscellaneous shell command

Updated
1 min read
Miscellaneous shell command
E

I am a information security professional with interest mainly in defenses/ blue teaming. I enjoy leisure running 🏃‍♂️ and PC games.

Beberapa perintah shell (bash) yang rencananya akan di-update terus.

dmesg refresh

while true;dmesg -c;sleep 5;done dmesg-c;tail -f /var/log/messages

turn off screen:

xset dpms force standby

see user:

lastlog
cat /etc/passwd

samba start/stop/restart:

sudo service smbd start/stop/restart