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…)
1) installare il plug-in http://www.readynas.com/?p=4203
2) accedere via ssh come root
3) modificare
vi /etc/network/interfaces
=============================== esempio =================
# This file is auto-generated. Do not modify!
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet static
address 10.3.6.4
netmask 255.255.0.0
gateway 10.3.0.1
auto bond0:1
iface bond0:1 inet static
address 172.30.8.2
netmask 255.255.0.0
gateway 10.3.0.1
auto eth0
iface eth0 inet static
address 10.3.6.4
netmask 255.255.0.0
gateway 10.3.0.1
auto eth1
iface eth1 inet static
address 10.3.6.5
netmask 255.255.0.0
gateway 10.3.0.1
============================================================
4) riavviare il network
/etc/init.d/networking restart
5) bloccare il file in sola lettura
chattr +i /etc/network/interfaces
6) editare il file
/etc/rc2.d/S01readynas_startup
aggiungendo come ultima riga
/etc/init.d/networking restart
NB con questa modifica non sarà più possibile modificare le impostazione di rete da interfaccia web
ma bisogna accedere via ssh e dare
chattr -i /etc/network/interfaces
poi sarà di nuovo modificabile
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
Questi easter eggs per alcuni sono già noti ma per molti sono dei trucchi nuovi per ubuntu / debian
Quando si installa firefox in ambiente di microsoft terminal server si ha la necessità impostare gli stessi parametri per tutti gli utenti e di renderlo più snello e performante, per farlo è molto semplice si fa solo con un file.
Non tutti sanno ma facebook da qualche tempo permette di scaricare tutti i dati, post , stati, TUTTE LE FOTO i video, insomma tutto quello che è pubblicato su facebook in un unico file compresso, per farlo è molto semplice:
(continua…)
Spesso ci ha la necessità di cambiare spesso l’indirizzo ip di windows da fisso a dhcp o viceversa, in particolare con windows 7 ( seven ) o di XP, i metodi possono essere diversi, o via impostazioni della scheda di rete, o con utility che non permettono di esportare i profili di rete , o con dei semplici e condivisibili file bat.
(continua…)