| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years |
| seen | May 13 at 17:41 | |
| stats | profile views | 66 |
|
Apr 15 |
comment |
share an iscsi target thru samba It's called a NAS Gateway and you can find many expensive such devices available from major vendors. |
|
Apr 10 |
comment |
caching proxy server for windows 8 Run Squid on Linux in a VM on Windows. |
|
Apr 10 |
comment |
Ways to Prevent Automatic Shutdown by an IT Admin Disconnect the network cable :-) |
|
Feb 6 |
comment |
Why my Apache Server Load is very high? Maybe it is busy processing requests? Some analysis of the access and error logs would be prudent. |
|
Feb 6 |
comment |
Mysql killing the CPU with gettimeofday At a stretch the host clock changed backwards and the select function is widely spinning until the clock has reached the same timestamp. Verify the system time and at least manually resync to a reliable source before starting. |
|
Feb 1 |
comment |
A way around a device that does not support IPv6? Move the iLO network to a separate private segment and use NAT and PAT on a firewall to open up on the IPv6 network. |
|
Feb 1 |
comment |
Need to know how IPv6 was disabled Some combination of net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1 presumably. |
|
Feb 1 |
comment |
Enable alternative FTP port on Windows Server 2008 R2 Force a passive data channel instead? |
|
Jan 31 |
comment |
Why does /proc/cpuinfo show contradicting processor speeds? Possible duplicate: serverfault.com/q/330349/42385 |
|
Jan 31 |
comment |
Why does /proc/cpuinfo show contradicting processor speeds? The "cpu MHz" is the effective clock rate of the core's time stamp counter, in current generation processors this is independent of the CPU running speed in order to permit reasonable time calculations. The great question is why they are not all the same on the shown host. |
|
Jan 30 |
comment |
Squid takes 2 minutes to cache a small pdf The squid blog confirms incomplete implementation of "Happy Eyeballs" in version 3.2 |
|
Jan 14 |
comment |
Where to get FW/BIOS for Sun Fire X4150 Firmware needs an Oracle support contract. |
|
Jan 14 |
comment |
Local computers can't discover computers connected via VPN - windows server 2008 r2 Set the WINS server as part of the PPTP VPN connection. |
|
Nov 26 |
comment |
Can these IPv4 and IPv6 firewall rules be hardened any further? Of note: RH0 processing is disabled in Linux 2.6.20.9 but other systems behind your firewall which receive routed packets may still be affected. |
|
Nov 20 |
comment |
CentOS : How to improve NFS listing performance NFSv4 adds extensive client caching capability which can alleviate the burden of subsequent runs. |
|
Oct 24 |
comment |
Sudoers file permissions Not a programming question. |
|
Oct 18 |
comment |
Losing connectivity with DNS Why enable IPv6 with no AAAA records? |
|
Oct 8 |
comment |
How do you get permanent IP for your DNS server? There are some more significant issues to address such as only having one server on one network, that's not a very reliable service to offer clients. |
|
Sep 11 |
comment |
Reboot VPS by reaching memory limit No virtual memory and no caching? It's a bit odd to defeat what Linux sets out to do by utilising all available memory. |
|
Aug 28 |
comment |
Do you run antivirus in mail server? @HopelessN00b that's what a firewall is for, limit the source IP to the mail server. |