search for: hohagh

Displaying 2 results from an estimated 2 matches for "hohagh".

Did you mean: hoag
2008 Jul 15
6
can I host a Ubuntu / Gentoo repository on a CentOS server?
Hi all I was wondering if someone could answer this one for me. How do I host a different Linux OS repository(s) on my CentOS server? -- Kind Regards Rudi Ahlers CEO, SoftDux Web: http://www.SoftDux.com Check out my technical blog, http://blog.softdux.com for Linux or other technical stuff, or visit http://www.WebHostingTalk.co.za for Web Hosting stuff
2011 Aug 26
17
strings issue
Hi everybody, I ve got a problem with strings and the class File in rails Indeed, when i try to do this: File.new("archives/sequences/archives-2011.xml") it works perfectly, however when i do string = "archives/sequences/" + @filename => filename being "archives-2011.xml" File.new(string) it doesn''t work! ruby tells me it cannot find the file does