Search found 1242 matches

by ^rooker
Mon Mar 26, 2018 4:40 pm
Forum: Knowledge Base
Topic: Virtualbox: "Nonexistent host networking interface" (Import)
Replies: 0
Views: 2889

Virtualbox: "Nonexistent host networking interface" (Import)

[PROBLEM] I've tried to "import" an already existing Virtualbox VM-client to a new setup: Copy the VM-client folder as-is from old setup to the folder where your VBox VM-clients reside. Add the machine: "Machine > Add" Then selected the ".vbox" file. Worked like a char...
by ^rooker
Sun Mar 04, 2018 10:35 pm
Forum: Brainstorming & Smalltalk
Topic: I thought Disney ruined my life, but it was Star Trek...
Replies: 0
Views: 5372

I thought Disney ruined my life, but it was Star Trek...

Star Trek is based on things like: high standards /helping others / believing in good Free Software / Open Hardware Interoperable systems Repairable hardware Adjustable software No patents Beyond any commercial mindset "a few courageous people can make a difference" (Enterprise S02E19) It'...
by ^rooker
Mon Feb 19, 2018 12:51 am
Forum: Knowledge Base
Topic: mount sshfs error: "read: Connection reset by peer"
Replies: 1
Views: 4566

Re: mount sshfs error: "read: Connection reset by peer"

Just ran into a related error message:
fusermount: user has no write access to mountpoint /mnt/xxx
The message pretty much includes the solution ;)
by ^rooker
Fri Feb 16, 2018 11:53 pm
Forum: Knowledge Base
Topic: Linux USBHID driver: Quirks parameter options
Replies: 0
Views: 3143

Linux USBHID driver: Quirks parameter options

I couldn't really find any documentation about the "quirks parameter" of the "usbhid" Linux kernel driver module :( However, I've located the related file in the sourcecode where the valid options (and their hex-values) are listed: They're located in " include/linux/hid.h &q...
by ^rooker
Wed Dec 27, 2017 7:24 pm
Forum: Knowledge Base
Topic: Device default passwords
Replies: 7
Views: 16046

Volumio (Raspberry Pi)

Volumio 2.x:

Code: Select all

Username: volumio
Password: volumio
by ^rooker
Wed Dec 27, 2017 2:05 am
Forum: HowTo's
Topic: Debian/Ubuntu: Enable disable startup scripts (init.d)
Replies: 0
Views: 3271

Debian/Ubuntu: Enable disable startup scripts (init.d)

I'm pretty sure I've written this down already in the past, but I can't find it - and I always forget which commands provide a "GUI" (text-based ;)) for viewing/enabling/disabling which startup-scripts (from /etc/init.d) are started/stopped in which runlevel. This information applies more ...
by ^rooker
Sun Dec 24, 2017 1:25 am
Forum: Knowledge Base
Topic: Burp: "Could not find ssl_cert x No such file or directory"
Replies: 0
Views: 3782

Burp: "Could not find ssl_cert x No such file or directory"

[PROBLEM] Setting up a new Burp backup server/client scenario. I ran into the following error when I tried to connect a client to get a list (or any other 'burp action'): $ burp -a l "Could not find ssl_cert /etc/burp/ssl_cert-client.pem: No such file or directory" Although client connect...
by ^rooker
Sat Dec 23, 2017 7:56 pm
Forum: Knowledge Base
Topic: "Can't set locale; make sure $LC_* and $LANG are correct!"
Replies: 1
Views: 3929

"Can't set locale; make sure $LC_* and $LANG are correct!"

[PROBLEM] On Debian Jessie (8.6), whenever I want to install any new package (using "apt-get"), I get the following warning about my locale settings obviously being quirky. :? Can't set locale; make sure $LC_* and $LANG are correct! perl: warning: Setting locale failed. perl: warning: Ple...
by ^rooker
Thu Dec 07, 2017 1:00 pm
Forum: Knowledge Base
Topic: Xubuntu >12.04: lock screen turns audio/music off
Replies: 0
Views: 2914

Xubuntu >12.04: lock screen turns audio/music off

[PROBLEM] It's a known thing, but sadly the change to "light locker" since Xubuntu 14.04 causes audio/music playback to be turned off when the session is locked :( It's (partially) on purpose, but... *sigh* The page about "Screen locking on Xubuntu 14.04" (xubuntu.org) lists 3 wo...
by ^rooker
Tue Oct 31, 2017 6:34 pm
Forum: Knowledge Base
Topic: Avahi & CUPS: Printers showing without .service file?
Replies: 0
Views: 3112

Avahi & CUPS: Printers showing without .service file?

[PROBLEM] Avahi is a nice, but strange animal: If it works it's convenient - but if you want to tell it what to announce and where, things get a bit "undocumented"... I've got a CUPS printing server running on Raspbian 8 (Jessie), and there are no ".service" files in /etc/avahi/...
by ^rooker
Tue Oct 31, 2017 6:06 pm
Forum: Knowledge Base
Topic: Suspend: Disable wakeup on mouse-move (Linux)
Replies: 1
Views: 29190

acpi/wakeup: Enable / disable permanently

Here's an option for disabling USB devices permanently from waking up (resuming) from suspend: (Xubuntu 16.04.3) Add the following lines to " /etc/rc.local ": echo "USBE" > /proc/acpi/wakeup echo "EUSB" > /proc/acpi/wakeup Thanks to a blog article by Thomas Monaco for t...
by ^rooker
Tue Oct 31, 2017 2:23 am
Forum: Knowledge Base
Topic: Synaptic: Can't drop priviledges for downloading as file
Replies: 0
Views: 2797

Synaptic: Can't drop priviledges for downloading as file

[PROBLEM] Synaptic on Xubuntu 16.04.3: Trying to install/upgrade some packages, I got the following error message: W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_cl' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) [SOLUTION] Seems it's just...
by ^rooker
Mon Oct 30, 2017 8:14 pm
Forum: Knowledge Base
Topic: XFCE & Docky: Shadow line in the middle of screen
Replies: 0
Views: 2809

XFCE & Docky: Shadow line in the middle of screen

[PROBLEM] I'm using Docky on XFCE4. After doing some updates and changing configurations, I suddenly had a weird visible "line" at the bottom part of my screen. Seemed like a graphical glitch, but windows would snap to it, so it was somewhat "real" :? [SOLUTION] In XFCE's settin...
by ^rooker
Sun Oct 29, 2017 1:00 am
Forum: HowTo's
Topic: Pandoc: Markdown to PDF
Replies: 0
Views: 3027

Pandoc: Markdown to PDF

The command is this: pandoc -so output.pdf input.md Where you replace "output.pdf" and "input.md" with your destination and source file respectively. In order to generate PDF documents from Markdown (.md) files, you need the following packages installed: (This list should work fo...
by ^rooker
Fri Oct 27, 2017 5:34 pm
Forum: HowTo's
Topic: Xubuntu suspend by commandline / keyboard shortcut
Replies: 1
Views: 5932

Xubuntu suspend by commandline / keyboard shortcut

This HowTo explains how to be able to suspend a (X)ubuntu machine using a keyboard shortcut. (That's super convenient. I loooove it! :D ) This method was tested on Xubuntu 12.04 and 16.04, but should work on all GNU/Linux distros that offer a shell-command for suspend. You need to configure your use...