Posted in 2012/01/31 ¬ 23:42h.Imi
I’m writing a script that’s run a single virtual machine. This time it has basic knowledge: start|stop|restart|status. I don’t want to install a whole kvm based hypervisor for I virtual-machine so any feature of the virtualization is come from me And from qemu-kvm of course.
This techniqe is headless so will we connect to the virtual-pc [...]
Read the rest of this entry »
Posted in 2012/01/30 ¬ 17:01h.Imi
To set advanced networking on a linux system is a very usual problem. It’s can be set with config options realtime but setting up the system it’s required to use configfiles @ /etc/sysconfig/network-scripts
Today I have been doing an virtual enviroment and I configured a non-volatile bridge:
#yum install brdige-utils
With runtime command it’s very short
brctl addbr vnet0
brctl [...]
Read the rest of this entry »
Posted in 2012/01/24 ¬ 23:05h.Imi
I found a new router OS on HUP. Funny because the forum thread as something about pfsense and people recommend another firewall. It based on linux and have several good package to build a hibrid system. ( I think it’s extremly unrecommended mixing firewall and file sharing options, but at home enviroment … ) [...]
Read the rest of this entry »
Posted in 2012/01/12 ¬ 12:32h.Imi
There is a little hack to access chrooted user to custom directory. I tried to use symlink but I get 550 error code. Vsftpd to secure and of course I want cheat.
I find alternative solution after google a bit:
mount –bind old_dir new_dir
With this option I mounted the directory to user home with modified privileges [...]
Read the rest of this entry »
Posted in 2011/09/28 ¬ 16:06h.Imi
A három évvel ezelőtti scriptjeimet böngészem, mivel most adódott úgy, hogy frissítenem, bővítenem kell az eszköz tudását. Hát meglepődtem, hogy mit hoztam össze, az nem kérdés. A bővítés gyorsabban ment, több eszközt és egyszerűbb megoldástokat is alkalmaztam. Maga az üzenetfogadás és annak formázása készen is van. Holnap tudom integrálni a monitoringrendszerbe és lehet, hogy egy [...]
Read the rest of this entry »
Posted in 2011/04/29 ¬ 09:32h.Imi
Mert ugye egy újszülöttnek minden vicc új.
/usr/bin/mysqladmin -u root password ‘new-password’
/usr/bin/mysqladmin -u root -h hostname password ‘new-password’
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
cd /usr [...]
Read the rest of this entry »
Posted in 2011/01/26 ¬ 00:06h.Imi
Itt blogolok, ahelyett ,hogy aludnék… . Főképp, hogy kb 5-kor kelek már.
Lenne mit vinni most is. De holnap már nem megyek oda, ahova eddig hetente jártam. Két hétben állapodtunk meg. Egyelőre nincs gond. Érzékenyebbnek mindenképp érzékenyebb vagyok. Talán jobban mutatom kifele, hogy mi van bent. De ennek fejtegetésébe nem megyek most itt nyilvánosan bele. Bizonyos [...]
Read the rest of this entry »
Posted in 2011/01/24 ¬ 18:49h.Imi
Airmon-ng:
airmon-ng wlan0 start
airodump-ng mon0 ( monitor interface )
Cisco AP cli:
show dot11 bssid ( ki is vagy te?! )
show dot11 assotiations ( innen lehet tudni, hogy a kliens az adott ap-n van-e
Read the rest of this entry »
Posted in 2010/05/11 ¬ 07:40h.Imi
Ugyanígy elérhető lett az Oracle ( pfuj ) VirtualBox virtualizációs környezet repóból a 10.04-es ubuntu-ra.
Read the rest of this entry »
Posted in 2010/05/11 ¬ 07:37h.Imi
Kellemes meglepetés ért a napokban. Bevált szokás, hogy a konfigurálandó eszközt teamviewer, soros konzol és putty segítségével teszik elérhetővé. Teamviewer pedig nem volt a gépen, mióta feltettem az új ubuntu-t! El is kezdtem a telepítési folyamatot az eddig megszokottak szerint:
#aptitude install wine
Ebből a sorból látszik, hogy bizony bizony, itt a windows világot kell használni, másra [...]
Read the rest of this entry »