…lasciate un’impronta o voi ch’entrate. Ma anche un saluto, un link o uno spritz. Tutto bene accetto siori.
Postato in: pensieri | Lascia un commento »
…lasciate un’impronta o voi ch’entrate. Ma anche un saluto, un link o uno spritz. Tutto bene accetto siori.
Postato in: pensieri | Lascia un commento »
fsck is an utility that looks for bad blocks and errors on your filesystem. It usually runs at specificied number of system startups. If you want to force fsck to run on the next boot, the command is:
# echo y > /forcefsck
Instead, if you want to ever skip fsck on start, then the command is:
# touch /fastboot
Postato in: linux, tips n tricks | Lascia un commento »
Hello, this morning i needed a task to be accomplished: understand what is the dimension of a couple of databases standing on a windows server 2003 with sql server 2005.
Here it is the walkthrough:
- start-> run -> cmd
- sqlcmd
- USE master;
- EXEC sp_spaceused;
- go
and that’s all.
References: http://msdn.microsoft.com/en-us/library/ms188776.aspx
Postato in: software, tips n tricks, windows server 2003 | Lascia un commento »
As you may have noticed developing some facebook application, alert() function doesn’t work.
Here it is a valid substitute:
var dialog = new Dialog(Dialog.DIALOG_POP).showChoice(‘Window title’,'Alert content’,'Yes’,'No’);
I tested it and works like a charm.
Postato in: Uncategorized | Lascia un commento »
Dalla versione 8.10, nessusclient e’ stato sostituito con un pacchetto pro forma per spingere gli utenti ad utilizzare l’ottima alternativa OpenVAS.
Nel caso siate costretti ad utilizzare comunque Nessus, potete installare il server con apt-get. Per quanto riguarda il client invece, va effettuato il download del pacchetto debian della vecchia stable 8.10 da
http://packages.ubuntu.com/hardy/i386/nessusclient/download
Una volta scaricato il pacchetto lo si installa con
dpkg -i nomepacchetto.deb
e si avvia il client con NessusClient
Postato in: tips n tricks, ubuntu | Lascia un commento »
smbmount mi ritornava sempre
Unknown parameter encountered: “character set”
Ignoring unknown parameter “character set”
Usare invece:
mount.cifs //ip_server/nome_condivisione dir_su_linux -o username=user%password,iocharset=utf8,noperm
Postato in: linux, tips n tricks, windows server 2003 | Messo il tag: linux, samba, share, windows | Lascia un commento »
Non è che se cerchi su google “stampare in pdf” non escano risultati. Il problema è diametralmente opposto: ne escono a migliaia e ti devi destreggiare tra tutti gli shareware, trial, software a pagamento, commenti sui forum errati, plugin di firefox che non vanno e sarcazzi vari. La soluzione UNICA (cioè open source
) è GhostScript. Un bel software che si appoggia su quest’ultimo lo si trova su FREE PDF PRINTER. Installi GhostScript Light sempre dalla stessa pagina. Poi installi FREE PDF Printer e ti trovi una bella stampante PDF tra le tue stampanti fisiche. Per usarla: File->stampa e scegli la stampante PDF.
Postato in: software, tips n tricks | Lascia un commento »
Ogni volta che installo i vmware tools su debian o ubuntu manca sempre qualche pacchetto e devo andare a cercare per ricordarmi qual è. A me interessa ricordare solo i pacchetti ma scrivo una guida semplice per chiunque ne avesse bisogno
- Tasto destro sulla macchina virtuale -> Install vmware tools
- Sulla macchina virtuale: mount /media/cdrom
- Copiare il tar.gz da qualche parte e scompattarlo
- apt-get install make build-essential linux-headers-`uname -r`
- eseguire vmware-install.pl
P.S. Il comando apt-get va preceduto da sudo se state eseguendo ubuntu. [10x Carlo via commenti]
Postato in: ubuntu | Messo il tag: debian, vmware | 1 Commento »
D
Postato in: pensieri | Messo il tag: Rebus | Lascia un commento »
1) commentare nel my.conf la direttiva bind-address
2) GRANT ALL PRIVILEGES ON *.* TO ‘root’@'192.168.0.%’ IDENTIFIED BY ‘password’ WITH GRANT OPTION;
3) flush privileges;
Postato in: software, tips n tricks, ubuntu | Lascia un commento »
Come sarebbe stata la pagina di Repubblica se fosse andato male l’esperimento: http://img254.imageshack.us/img254/8372/articoloiz4.jpg
L’ultima domanda prima della fine del mondo: come finisce lost?
Postato in: pensieri, tv | Lascia un commento »