search for: 438f

Displaying 2 results from an estimated 2 matches for "438f".

Did you mean: 438
2017 Aug 09
1
Newbie Questions
...c055c36/attachment-0001.html> ------------------------------ Message: 2 Date: Wed, 09 Aug 2017 18:21:50 +1200 From: Jake <jake at jakebriggs.com> To: Icecast streaming server user discussions <icecast at xiph.org> Subject: Re: [Icecast] Newbie Question Message-ID: <1098CE68-01E2-438F-87AB-2C52B122CE1C at jakebriggs.com> Content-Type: text/plain; charset="utf-8" Well first I guess Google :P Run 'uname -a' and that might give you a hint if the kernel isn't custom. Also you could try the following: 'cat /etc/*version' 'cat /etc/debian_vers...
2013 May 10
2
capistrano and scm_username and github
In the capistrano wiki, it contains this line: set :scm_username, “foo”. If you access your source repository with a different user name than you are logged into your local machine with, Capistrano needs to know. Actually the way I access my repository through my app is through ssh keys. The only user name I have with github is the one I use to log into github to view my repositories. So