Category Archives: miscellaneous

Kodi: Youtube plugin not working anymore

Hi,

due to some API changes at youtube the Kodi Youtube Plugins up to Version 5.1.17 from bromix does not work anymore:

  • Setup wizard craches at language,locals settings
  • Youtube search ends with error message “Bad request”

Continue reading Kodi: Youtube plugin not working anymore

Atom Editor: Configure proxy settings

Hi,

if you use the new Atom Editor from Github and want to use the integrated installer for packages and themes behind a proxy server you have to configure the .apmrc file.

Continue reading Atom Editor: Configure proxy settings

Git: Clone a project over a http proxy

Hi,

like subversion it is also possible to anonymously checkout the latest version of a project over a http proxy server.

Define the proxy server
Continue reading Git: Clone a project over a http proxy

Subversion: Check out a project over http proxy server

Hi,

short post today. It is possible to anonymously checkout the latest version of a project over a http and a http proxy server. The only requierment is that the SVN respository must be available via http.

To define a proxy server open /etc/subversion/servers, locate the [global] section and add/edit the following properties:
Continue reading Subversion: Check out a project over http proxy server

Firefox: Enable logging

Hi,

in some cases it may be necessary to log the http traffic of your browser. For example

  • Web developing
  • Or for forensic purposes when you want in detail logged which site you are visiting or from which site you are moved to other sites…

Mozilla Firefox  has the ability to do that. This behaviour is controled by 2 environtment varibales
Continue reading Firefox: Enable logging