sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts tagged gentoo

This is a guide useful for anyone using Plex Media Server on Gentoo and seeking to encrypt/secure their connections with TLS for the Plex Web UI. The instructions can be easily adapted to other distros and should work with minor modifications. I have written these notes using media-tv/plex-media-server-1.5.5 and app-crypt/certbot-apache-0.13.0. You’ll need root in order […]

Definitely follow these instructions on configuring udev on your system: https://wiki.cyanogenmod.org/w/UDEV On a Gentoo system also ensure you have emerged: dev-util/android-tools Even if you do all the steps and still do not get an Authorisation Request when plugging your phone over USB and your adb devices is empty, then you probably have to do the […]

I’ve been using Gentoo for many years now and although hardware has failed me several times, with anything from the motherboard to the hard drives going bad, I have managed to keep the same software and transplant it on new hardware with minimal effort each time. Some of my Gentoo servers have been updating and […]

[ATTENTION: These instructions are a personal reminder and you may follow them at your own risk!! I cannot be held responsible if you lose your data or your system becomes inaccessible.] Sometimes it is not possible to physically access a linux server and go into single user mode to perform the conversion of a root […]

When trying to start Buildbot’s master 0.8.6 I encountered this “exceptions.ImportError: cannot import name NoResource” error. The full transcript from the buildbot’s log is shown below: 2012-10-20 21:06:15+0300 [-] 2012-10-20 21:06:15+0300 [-] Unhandled Error Traceback (most recent call last): File “/usr/lib64/python2.7/site-packages/twisted/internet/defer.py”, line 551, in _runCallbacks current.result = callback(current.result, *args, **kw) File “/usr/lib64/python2.7/site-packages/twisted/internet/defer.py”, line 916, in […]