6 Sep 2012
pfsense
29 Aug 2012
verificar os ficheiros maiores que 10 MB:
find / -type f -size +10M
du -k -d 1 / | sort -nr
importante: http://doc.pfsense.org/index.php/Remount_embedded_filesystem_as_read-wr…
docsis
29 Aug 2012
partilhar um scanner no windows
27 Aug 2012
script para remover os profiles dos utilizadores
27 Aug 2012
CONST LocalDocumentsFolder = "C:\Documents and Settings\"
SET objFSO = CREATEOBJECT("Scripting.FileSystemObject")
SET objFolder = objFSO.GetFolder(localdocumentsfolder)ON ERROR RESUME NEXT
FOR EACH fldr in objFolder.SubFolders
IF NOT isexception(fldr.name) THEN
objFSO.DeleteFolder fldr.path, TRUE
END IF
NEXT
bullet m2hp
26 Aug 2012
card family support pfsense
26 Aug 2012
controladores pen drive windows 98
25 Aug 2012
slow windows shares
25 Aug 2012