| bio | website | http://- |
|---|---|---|
| location | Oxford, United Kingdom | |
| age | 38 | |
| visits | member for | 2 years, 6 months |
| seen | 2 days ago | |
| stats | profile views | 237 |
Small Clanger is alarmed. He sees the musical helicopter breaking up and losing its notes. Tiny Clanger gesticulates and hoots. The iron chicken on its star sees her and flaps over and collects her, scoops her up and carries her back to its star. The Clangers are even more alarmed. They wonder what will become of her. Tiny Clanger is very pleased. She greets the chicken as an old friend and gives it the jewel. They drink tea and chat interstellar small-talk. The chicken goes below and fetches her a small iron hat, with aerial and earpiece. It is their personal radio communicator.
|
May 21 |
awarded | Constituent |
|
May 14 |
comment |
Migrating Subversion Server to Another Good point. If you're using SSL and CNAMEs the host key will have changed. |
|
May 13 |
awarded | Caucus |
|
May 13 |
answered | Migrating Subversion Server to Another |
|
May 8 |
answered | Archiving Exchange 2007 Emails |
|
May 7 |
comment |
Was there a change in subversion externals property between 1.4 and 1.7? All the changes are tracked here: svn.apache.org/repos/asf/subversion/trunk/CHANGES |
|
Apr 27 |
answered | Forward http to https expect one folder results in mod_rewrite error 310 |
|
Apr 27 |
comment |
Can FTP bandwidth usage result in dropped SSH connection? Add it in to your original post. If you can be selective just the area around where connection drops. Look for a packet marked FIN or RST on port 21. |
|
Apr 27 |
comment |
Can FTP bandwidth usage result in dropped SSH connection? It's not bandwidth. Run tshark -w capture.pcap port 21 or port 22 & before you run the FTP, then log back in after the failure and run tshark -r capture.pcap to play back the actual traffic on those ports. Might give you some clue as to what's happening. |
|
Apr 26 |
answered | Strange HTTP logs |
|
Apr 26 |
awarded | linux |
|
Apr 25 |
comment |
Can I tail an http resource? No. Theoretically, you could hack something together using byte offsets and curl or wget, but it'd be horrible. What are you trying to achieve? Perhaps there's a better way, |
|
Apr 25 |
comment |
Routing setup for OpenVPN server on Amazon EC2 Can you set verb 5 on a client and add in the connection logs to your original post, along with the route print or route -n output of the client when it's connected? |
|
Apr 25 |
answered | Traceroute, ICMP, UDP and TCP |
|
Apr 25 |
comment |
Grep first number value from quota -u This one is preferable as it specifies the desired mount point. |
|
Apr 25 |
comment |
Can I use IPs assigned to virtual network interfaces in a bash script? (Please accept the answer if it works out for you) |
|
Apr 25 |
revised |
Can I use IPs assigned to virtual network interfaces in a bash script? Added ip method. |
|
Apr 25 |
answered | Can I use IPs assigned to virtual network interfaces in a bash script? |
|
Apr 25 |
comment |
ssh: allow all users for one IP, and restrict to one user for public IP Bah, I was half way through a convoluted answer about authorized_keys and from=. This is much better. |
|
Apr 24 |
comment |
Performing an rsync before initial rdiff-backup I haven't used rdiff-backup, only rsync istelf, so I can't comment directly on that, but my guess is that it's trying to maintain consistency of the destination. Either all of the backup succeeds or none of it does. Likely the new files are written to temporary folders and only copied in to place locally once the sync completes successfully. |