Home
Losers Wiki
Cancel

logitechmediaserver---ports

to allow access, the following ports need opening; 9000                       ALLOW       1.22.333.44 3483                       ALLOW       1.22.333.44

logitechmediaserver---favourites

the favourites file (favorites.opml) is held in the /var/lib/squeezeboxserver/prefs folder

linux-generally

kill-zombie-procs

(ref: How to kill zombie process You can clean up a zombie process by killing its parent process with the following command: kill -HUP $(ps -A -ostat,ppid | grep -e '[zZ]'| awk '{ print $2 }')

keybase-gpg

gpg keys can be stored in KFS via; keybase pgp push-private KEYHASH they can then be exported into the local machine gpg keychain via; keybase pgp pull-private If you have backed up private gpg...

jobs-stuck-in-queue

check the hostname in the jobqueue table; select * from jobqueue; Some may have the shortened version of the hostname or a different version that which works. check the ones that have a complete...

iredmail

iredmail---set-up-a-blackhole-address

Following the instructions on the top post here didn’t entirely work for me, so this is what did; 1. created a ‘blackhole’ email account with password 2. logged in to blackhole email account and ...

iredmail---forward-mail

For MySQL backend, you can create new record in table “vmail.alias”. for example: mysql> UPDATE alias SET goto='user@external.com,another@external.com' WHERE username='user@your_domain'; To fo...

iredmail---bad-gateway

Centos7 check uWSGI is running. The ini file may have been overwritten by and update to a Centos 6 ini file, with daemonize in it. remove that and restart