| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 7 months |
| seen | Jan 3 '12 at 2:48 | |
| stats | profile views | 9 |
I love programming in any language
"Many developers have a mental block about their own fallibility" - Steve Townsend, Oct 4 2010
|
Sep 23 |
comment |
%d in a Filename in Bash This is great, thanks for the explanation! |
|
Sep 12 |
comment |
How do I set up an sftp user to login with a password to an EC2 ubuntu server? This didn't work for me on Ubuntu EC2, not sure what the extra step that I'm missing is, port 22 is open |
|
Sep 9 |
comment |
ubuntu apache: httpd.conf or apache2.conf? I don't have a file called apapche2.conf |
|
Jun 24 |
comment |
PHP DL Function I also use the Google Analytics PHP SDK that uses the OAuth helper libraries and there is a conflict between these two libraries causing both of them to not work. I have tried renaming the OAuth helper library class-names (thinking it was a name conflict), but to no avail. I have also tried to get the Analytics code to use the extension but it simply doesn't work (fails to find the right classes). I have a question for this on stack overflow: bit.ly/kPu4Yv and have just reverted to using dl due to not finding an alternative, it works, I'm just worried that it was off by default :) |
|
May 20 |
comment |
SED replace across multiple lines Thanks for the sed example! |
|
May 20 |
comment |
SED replace across multiple lines Thanks for the response! |
|
May 20 |
comment |
SED replace across multiple lines Thank you for your help, looks like it's a pain, I decided to use a workaround |
|
May 17 |
comment |
Sed in Bash Difficult pattern @Iain - added it to my question, cheers! |
|
May 16 |
comment |
Sed in Bash Difficult pattern I changed it a little bit, but this helped me a lot, thanks! |
|
May 16 |
comment |
Sed in Bash Difficult pattern Actually, thats the only line that begins with 'common.loader' |
|
May 16 |
comment |
Permission Denied when using Sed @embobo - When you say "some versions of sed" if I put this inside a bash script can I be fairly confident that it will run on "Most versions" of Linux? Ubuntu is probably the most important for this test case |
|
May 12 |
comment |
Permission Denied when using Sed well not quite all wrong, my initial command works fine, then I just have to move it back :) |
|
May 12 |
comment |
Permission Denied when using Sed Oh wow, thanks! I didn't know that :) |
|
May 12 |
comment |
Hiding Directory Browsing in Linux Excellent, thank you! Not sure why that was set, perhaps it was due to a codeigniter installation, everything seems to be working without though |
|
Apr 25 |
comment |
Running a JAR from a bash script in a cronjob Yep it works, I'm afraid I'll have to accept hmontoliu's answer since it was a bit quicker +1 tho cheers! |
|
Apr 25 |
comment |
Running a JAR from a bash script in a cronjob Thank you for the response, I will try this, do you think I could try full path for the jar file too? |
|
Mar 28 |
comment |
Web Server Running Low in Memory Excellent thank you for clearing that up :) |
|
Mar 28 |
comment |
How many site visitors can my server handle? This isn't really helpful at all, can no one estimate theoretically what these specs could handle? |
|
Mar 10 |
comment |
Cronjob not Running Thank you for the information! Good to know in the future |
|
Mar 10 |
comment |
Cronjob not Running Excellent thanks :) |