I got used network card for my old computer, it’s enough to do more experiment with ‘real network adapter’ thats way I need to uninstall/remove my loopback adapter. My frist thought about removing microsoft loopback adapter is from control panel till I realize it’s behaves like real network adapter. To remove it off course via […]
Set ip alias in FreeBSD
FreeBSD support ip aliasing, unlimited ip can assigned to one interface From command line : kongja# ifconfig -a em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=b<RXCSUM,TXCSUM,VLAN_MTU> inet 192.168.1.5 netmask 0xffffff00 broadcast 192.168.1.255 inet 172.88.1.15 netmask 0xffff0000 broadcast 172.88.255.255 ether 00:0e:0c:4e:21:d2 media: Ethernet autoselect (1000baseTX <full-duplex>) status: active fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 […]
/etc/rc.local and pure-ftp
pure-ftp already run in port 21 and other instance needed to make different server call existing one controlled by /etc/rc.conf and I don’t know howto configure another one after searching google I found clue about rc.local by default rc.local not exist, I have to create one : kongja# ee /etc/rc.local put this lines : #!/bin/sh […]
Configure FTP server in windows for quick class task
simple case for deployment filezilla ftp server
Installing your favorite mysql version in FreeBSD
which server mysql version you want? is it 4.0, 4.1, 5.0 or 5.1 you control your rules