Vue normale

Reçu avant avant-hierMorgangeek - Liens

filesystems - df in linux not showing correct free space after file removal - Server Fault

14 décembre 2016 à 18:09
find which process is using a deleted file
lsof +L1

ok this is cool but even if you deleted the file, the process still owns a handler to this file, and in some situations we don't want to kill the process. Here's a workaround using deletion of the file handler :
go to the process folder
cd /proc/PID/fd

ls -l |grep deleted
take note of the file handler ID. e.g here below the file handler is 1.
l-wx------ 1 hudson devel 64 Feb  7 11:48 1 -> /crucible/data/current/var/log/fisheye.out (deleted)

reclaim the space
> 1
(Permalink)

Activating Inbox by Gmail without the app : windowsphone

9 mai 2015 à 17:16
Comment activer Google Inbox si on n'a ni Android ni iOS.
1) Aller sur http://www.google.com/inbox
2) Demander une invitation et récupérez le token reçu par email (un peu caché ou grisé vers le bas du mail)
3) Copiez/collez l'URL suivante dans votre browser https://mail.google.com/mail/btinvites/mobile?token=VOTRE_TOKEN
4) Votre compte a été activé (vous avez reçu un email de confirmation et l'adresse au point 1) devrait vous amener à la page de connexion Google Inbox)
(Permalink)
❌