$ strace /bin/dfbasically what I have found is that one of the mapped resources took ~10 seconds to timeout changed IP from the last time I mounted it and so umounting and remounting fixed it
blog degli effetti collaterali: cose che accadono quando
un ragno radioattivo ti morde, quando rimani esposto
ai raggi cosmici, o, come nel mio caso, quando
al posto della materia grigia il PadrEterno ti ha donato
un'allegra e variegata macedonia ;-P
btw: si ringrazia di cuore Max Schiavetta per SuperZip (qui a fianco)
Cerca qui le cose strambe
2019-02-26
if df starts lagging
in case you df command starts lagging for 10~20 seconds you can use strace as per this article
2018-10-12
rumore di fondo con cuffie wireless DECT in ubuntu
se vi capita di sentire un forte rumore di fondo quando usate delle cuffie DECT con ubuntu...
potrebbe essere che dovete abbassare il volume del device che e` al 100% (mentre il generale non e` sopra il 20/30%)
nel caso potete seguire la procedura come spiegata meglio qui
potrebbe essere che dovete abbassare il volume del device che e` al 100% (mentre il generale non e` sopra il 20/30%)
nel caso potete seguire la procedura come spiegata meglio qui
- lanciate il comando in ascii graph
alsamixer
- passate al device in questione
- abbassate il volume
- uscite
- per registrare il cambiamento lanciate
sudo alsactl store
non ho ancora verificato che al reboot successivo la modifica sia stata mantenuta... ma l'articolo che ho trovato e` di 4 mesi
fa quindi mi auguro che abbiano gia` rilasciato la patch relativa :-)
2018-10-08
provide automatic keyboard and mouse input in X
Do you need programmatically schedule some keyboard and mouse input in linux?
Look no further
xdotool is the solution :-)
the installation is as easy as typing
sudo apt-get install xdotool
and assuming you need to do a (left) click on the mouse but only 10 seconds after you left your desk:
sleep 10 ; xdotool click 1
Bonus
obviously it also work if you have to send the commands in a RDP session :-)
Look no further
xdotool is the solution :-)
the installation is as easy as typing
sudo apt-get install xdotool
and assuming you need to do a (left) click on the mouse but only 10 seconds after you left your desk:
sleep 10 ; xdotool click 1
Bonus
obviously it also work if you have to send the commands in a RDP session :-)
Subscribe to:
Posts (Atom)