| bio | website | twitter.com/#!/hzguo |
|---|---|---|
| location | Melbourne, Australia | |
| age | 19 | |
| visits | member for | 10 months |
| seen | May 15 at 4:17 | |
| stats | profile views | 6 |
|
May 7 |
awarded | Teacher |
|
May 1 |
comment |
What is the BSD equivalent of Linux `netstat -lptun`? this is exactly what i was looking for... thanks heaps |
|
May 1 |
accepted | What is the BSD equivalent of Linux `netstat -lptun`? |
|
Apr 29 |
revised |
What is the BSD equivalent of Linux `netstat -lptun`? added 1 characters in body; edited tags |
|
Apr 29 |
comment |
How to find out why available disk space is decreasing every day? the command does not give a desired output (it only gives count of blocks of /), however you pointed me to the right direction. I will write a simple script to du directories 2 levels down from / and read the report every day. |
|
Apr 28 |
accepted | How to find out why available disk space is decreasing every day? |
|
Apr 28 |
asked | How to find out why available disk space is decreasing every day? |
|
Apr 26 |
comment |
What is the BSD equivalent of Linux `netstat -lptun`? Thank you, but BSD netstat is different from GNU netstat. |
|
Apr 26 |
asked | What is the BSD equivalent of Linux `netstat -lptun`? |
|
Mar 27 |
awarded | Popular Question |
|
Mar 27 |
comment |
Can WIndows 8 boot by BIOS? I see, so the laptop did not boot because Windows 8 was pre-installed when UEFI was enabled. Thank you. |
|
Mar 27 |
accepted | Can WIndows 8 boot by BIOS? |
|
Mar 26 |
asked | Can WIndows 8 boot by BIOS? |
|
Mar 26 |
awarded | Popular Question |
|
Feb 24 |
asked | VMware workstation 8 guest auto-fit no longer works for Solaris 10 U11 |
|
Feb 21 |
comment |
Why cannot `ftp` program read a file in /tmp directory? thanks, that makes lot of sense |
|
Feb 21 |
accepted | Why cannot `ftp` program read a file in /tmp directory? |
|
Feb 21 |
revised |
Why cannot `ftp` program read a file in /tmp directory? added 74 characters in body |
|
Feb 20 |
asked | Why cannot `ftp` program read a file in /tmp directory? |
|
Feb 13 |
comment |
PPTP daemon client cannot download full web pages Thank you very much David. My issue has been resolved. I used a slightly different iptables rule though: iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu |