Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Wake On Lan (WOL)
- ma a estar a ubuntu, si no es pot instal·lar amb:<code bash>sudo apt-get install wakeonlan ethtool</code> La configuració és: <code bash>sudo ethtool -s eth0 wol g</code> Es pot comprovar la configuració, la sortida serà similar a:<co
- Linux ls
- ción, pero quieres ver la fecha de último acceso <code bash>ls -lu --time=ctime</code> * %%--time=atime%% : updated when the file is read * %%--time=birt... ile or its metadata (owner, permissions) change <code>-u - with -lt: sort by, and show, access time; ... - otherwise: sort by access time, newest first </code> <code>Valid arguments are: - ‘atime’, ‘access’
- Chrome Remote Desktop
- per executar a la teva màquina remota (per SSH):<code bash>DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="<TOKEN>" --redirect-url="https://remotedesktop.google.com/_/oauthredirect" --name=$(hostname)</code> ===== help ===== * [[https://support.google.c... [[https://support.google.com/chrome/answer/1649523?hl=en]] * <code>net {start|stop} chromoting</code>
- lsusb
- = lsusb listar path de dispositivos: <code bash> #!/bin/bash for sysdevpath in $(find /sys/bus/usb/devi... echo "$lsusb - /dev/$devname" ) done </code> /via: [[https://askubuntu.com/questions/1069457/
- linux utils
- snaps * ''du -h /var/lib/snapd/snaps'' * <code bash>#!/bin/bash # Removes old revisions of snaps... move "$snapname" --revision="$revision" done</code> * clean thumbnails * ''du -sh ~/.cache/thu