ferzip.com

Ti serve un programmatore sistemista freelance…contattami!

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…)

share save 120 16 vmware workstation 8 and kernel 3.x   patch

Fix Java-plugin on firefox – linux

Run this command:

update-alternatives –install /usr/lib/mozilla/plugins/mozilla-javaplugin.so mozilla-javaplugin.so /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so

With sun-java6-plugin installed, run “sudo update-alternatives –config mozilla-javaplugin.so”, and select the alternative

share save 120 16 Fix Java plugin on firefox   linux

How to Building and Installing a Custom Kernel version 3

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…)

share save 120 16 How to Building and Installing a Custom Kernel version 3

How to find open proxy

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…)

share save 120 16 How to find open proxy

Simple Network Scanner for UBUNTU

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

(continua…)

share save 120 16 Simple Network Scanner for UBUNTU

Usare periferiche USB con QEMU

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

lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 413c:3016 Dell Computer Corp. Optical 5-Button Wheel Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 0781:5151 SanDisk Corp. Cruzer Micro Flash Drive
Bus 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

share save 120 16 Usare periferiche USB con QEMU

Password protecting a folder/site with Nginx

You can protect site or parts of it with username and password with buil-in module ( HttpAuthBasicModule )
(continua…)

share save 120 16 Password protecting a folder/site with Nginx

Notifiche sul desktop da remoto

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.

(continua…)

share save 120 16 Notifiche sul desktop da remoto

Come installare Firefox 4 in ubuntu

Per installare firefox 4 beta in ubuntu è molto semplice e richiede solo pochi passaggi

Schermata About Mozilla Firefox 198x300 Come installare Firefox 4 in ubuntu

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

.

share save 120 16 Come installare Firefox 4 in ubuntu

Ebox 1.4 samba share e mac OS problemi di scritture

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

share save 120 16 Ebox 1.4 samba share e mac OS problemi di scritture