# Miscellaneous shell command


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

dmesg refresh
```bash
while true;dmesg -c;sleep 5;done dmesg-c;tail -f /var/log/messages
```
<!--more-->
turn off screen:
```bash
xset dpms force standby
```

see user:
```bash
lastlog
cat /etc/passwd
```

samba start/stop/restart:
```bash
sudo service smbd start/stop/restart
```

