vmware workstation 8 and kernel 3.x – patch
The new vmware workstation have a problem whit ( vmnic ) network interface and kernel 3.x version this patch fix it
(continua…)
Ti serve un programmatore sistemista freelance…contattami!
The new vmware workstation have a problem whit ( vmnic ) network interface and kernel 3.x version this patch fix it
(continua…)
In some cases you might want to compile your own kernel that suits your needs better than the standard kernel that comes with your distribution. I will describe how to do this on a Debian like machine , ( ubuntu family) in only 10 easy step!
(continua…)
I wrote a simple shell script to find a open proxy, basicaly it analize the log of webserver , extract the source ip client and try if on this ip have a proxy( only some standard port 80,8080,3128).This script don’t have “memory” if in log find more than one istance of ip, retry the check every time.
Only the ip who running an open proxy is strored in a file call “result.log”, to run this script yun need only curl.
(continua…)
I have just write this simple network scanner, It working in VERY simple methot, it han’t any input parameter only output.
At first is check my IP, and execute an arping comand for all 254 ip of the subnet
Sto facendo usando QEMU dal mio sistema Debian quando ho la necessita di attaccare una dispositivo USB all mia macchina virtuale, molto semplicemente passo il parametro “-usb” a qemu:
Prima identifico con il comando lsusb la periferica
lsusbBus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 004 Device 002: ID 413c:3016 Dell Computer Corp. Optical 5-Button Wheel MouseBus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 001 Device 004: ID 0781:5151 SanDisk Corp. Cruzer Micro Flash DriveBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
e poi semplicemente passo i dati a qemu con i parametri necessari
sudo qemu /tmp/xp.img -std-vga -m 1024 -usb -usbdevice host:0781:5151
Per avere il pieno supporto all’usb bisogno avere l’accesso come root
You can protect site or parts of it with username and password with buil-in module ( HttpAuthBasicModule )
(continua…)
Spesso quando si gestiscono diverse macchine linux è necessario inviare una notifica al desktop degli utenti per avvisarli che l’amministratore di sistema ha iniziato / finito qualche operazione che richiede l’attenzione del utente, l’ideale è via ssh a tutto il parco macchine.
Per installare firefox 4 beta in ubuntu è molto semplice e richiede solo pochi passaggi

1) Scaricare i files da qua http://www.mozilla.com/en-US/products/download.html?product=firefox-4.0b10&os=linux&lang=en-US
2) Decomprimere il file appena scaricato e copiare la directory che si formera nella propria Cartella home. Che sarà quindi /home/[nome utente]/firefox
3) Assicurarsi di aver chiuso tutti i firefox aperti.
4) Entrare nella cartella firefox e fare doppio click sul file che si chiama firefox alla domanda Eseguire «firefox» o mostrare il suo contenuto? premere Esegui.
FINE
.
Con la versione 1.4 di ebox si hanno dei problemi di scrittura da parte dei client MAC sulle cartelle condivise attraverso samba.
Per risolvere bisogna aggiungere il parametro:
unix extensions = no
al file /etc/samba/smb.com in accordo allle direttive CIFS http://samba.org/samba/CIFS_POSIX_extensions.html
Per rendere definitive per sempre le modifiche editare il file
/usr/share/ebox/stubs/samba/smb.conf.mas all’interno della sezione [GLOBAL]
link al bug: http://trac.ebox-platform.com/ticket/1982