| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | 2 days ago | |
| stats | profile views | 127 |
|
Feb 20 |
comment |
Mac OSX IPTables equivavlent well, it seems none of them have ability to update TOS byte |
|
Feb 18 |
comment |
Choosing between meaningful and meaningless hostnames I'll just leave it here: RFC 1178 |
|
Jan 31 |
comment |
Host key verification failed [rsync: connection unexpectedly closed] What means "fails"? Can you show exact output in that case? |
|
Jan 18 |
comment |
Is there any way to query Apache server for a list of virtual hosts? That's internal state of the server and should not be accessible from outside. However you can write module that will export this information |
|
Jan 17 |
awarded | Yearling |
|
Sep 27 |
awarded | Nice Answer |
|
Sep 20 |
awarded | Announcer |
|
Jun 8 |
awarded | Caucus |
|
Jun 6 |
comment |
Apache httpd permissions And reloaded httpd ? |
|
Jun 6 |
answered | Apache httpd permissions |
|
Jan 17 |
awarded | Yearling |
|
Dec 20 |
awarded | Tumbleweed |
|
Dec 9 |
asked | What SFPs can be used with Dell MD36x0f storage? |
|
Dec 9 |
answered | Can any iSCSI NAS appliance replicate / clone a LUN to an external drive? |
|
Nov 21 |
comment |
Using two network interfaces for FreeBSD VM Why do you need such configuration without failover? Within lagg(4) you still may disable particular interfaces with ifconfig $ifname down. And responses sent via copper Ethernet will reach client connected to wi-fi and vice versa. As far as I see, the only case when such configuration is suitable is when you have actually 2 separate networks with same addresses, but this is generally bad idea. |
|
Nov 17 |
awarded | Citizen Patrol |
|
Nov 17 |
answered | How should I setup DNS when all I have is a VPS with a static IP? |
|
Nov 12 |
awarded | Tenacious |
|
Nov 2 |
answered | Create custom host file |
|
Oct 24 |
comment |
Freebsd: invalid ipv4 address # ifconfig em0 inet IP.Fail.over netmask 255.255.255.255 broadcast IP.Fail.over
# route add -net Your.Server.IP.254/32 IP.Fail.over
# route add default Your.Server.IP.254
ifconfig_* variables just contains parameters passed to ifconfig, route_* - to route add |