User contributions for Andreas
From Andreida
16 February 2016
- 11:3511:35, 16 February 2016 diff hist +10,853 N Installing MediaWiki on Debian Created page with "= new instructions = == Install wiki and prepare files == * Install mediawiki (this will install apache, php, mysql as needed) apt-get install mediawiki php-apc php5-gd ph..."
- 11:3411:34, 16 February 2016 diff hist +538 N Install mumble server Created page with "Install the server apt-get install mumble-server Configure the server: (remember the password you give here) dpkg-reconfigure mumble-server Set a server password in /etc/m..." current
- 11:3411:34, 16 February 2016 diff hist +240 N Icedove, attachment list empty, can't open attachment Created page with "If you can't open incoming attachments with your icedove and get only the option to save it, try this: * install assogiate * add a new type ** example .xls files: *** Name: ..." current
- 11:3411:34, 16 February 2016 diff hist +232 N Firehol throws messages about loadable kernel modules Created page with "'''NOT VERIFIED:''' If Firehol throws messages about loadable kernel modules when you start it, just add "FIREHOL_LOAD_KERNEL_MODULES=0" (without quotes) at the beginning of ..." current
- 11:3311:33, 16 February 2016 diff hist +210 N Firehol Fehlermeldung von get-iana: Failed to find reserved IPs Created page with "Solution: correct the get-iana script <pre> cd /usr/src wget http://firehol.sf.net/firehol.tar.gz tar xzvf firehol.tar.gz cd firehol cp get-iana.sh /usr/sbin/get-iana ..." current
- 11:3311:33, 16 February 2016 diff hist +38 N Firehol not starting when the system boots Created page with "Set it to start /etc/default/firehol" current
- 11:3311:33, 16 February 2016 diff hist +230 N Firehol, custom services Created page with "So you create custom services: server_myService_ports="tcp/5000" client_myService_ports="default" So you use it server myService accept And if you need more than on..." current
- 11:3311:33, 16 February 2016 diff hist +982 N Firehol logging into custom log file instead of /var/log/messages Created page with "In /etc/firehol/firehol.conf add FIREHOL_LOG_PREFIX="firehol: " Now all messages get this prefix and can get recognized. Now tell rsyslog to log all messages from firehol..." current
- 11:3211:32, 16 February 2016 diff hist +282 N Firehol Created page with "* Firehol logging into custom log file instead of /var/log/messages * Firehol, custom services * firehol not starting when the system boots * [[Firehol Fehlermeldu..."
- 11:3211:32, 16 February 2016 diff hist +1,680 N Encrypt a file using gpg Created page with "<User-ID> is always just enough to find the key in the key ring. == Encryption / Decryption == Create a key gpg --gen-key Encrypt the file gpg --recipient '<User-ID>' -..." current
- 11:3111:31, 16 February 2016 diff hist +149 N Imapsync, migrate mail from one server/account to another server/account Created page with "If you want to transfer your mails from one account to another (different servers and different mail systems are ok here), then you can use imapsync." current
- 11:3111:31, 16 February 2016 diff hist +109 N Exim4, remove messages from queue Created page with "show messages exim4 -bp remove messages, add the ids from the first command exim4 -Mrm <id1> <id2> <id3>..." current
- 11:3111:31, 16 February 2016 diff hist +426 N Exim4, TLS error on connection Created page with "Do not forget to set the ptr to your domain. Check it with nslookup <ip>. == exim error: TLS error on connection from HOST [IP] (gnutls_handshake): A record packet with ille..." current
- 11:3111:31, 16 February 2016 diff hist +228 N Exim4, adding smtp auth user Created page with "[http://www.debian-administration.org/article/280/HowTo_Setup_Basic_SMTP_AUTH_in_Exim4 Original exim docu] User htpasswd to change /etc/exim4/passwd Do not create system use..." current
- 11:3011:30, 16 February 2016 diff hist +3,796 N Web-Client SquirrelMail Created page with "[http://www.squirrelmail.org/index.php SquirrelMail-Home] ==Install== apt-get install squirrelmail php-gettext php-xml-parser aspell spellutils cd /etc/squirrelmail ./conf..." current
- 11:3011:30, 16 February 2016 diff hist +223 Debian, E-Mail server No edit summary
- 11:2911:29, 16 February 2016 diff hist +239 N Debian, start something at system start Created page with "* create the starter script in /etc/init.d * activate ** rcconf (easy with interface) *** install rcconf *** activate the script via rcconf ** update-rc.d (command line - che..." current
- 11:2911:29, 16 February 2016 diff hist +263 N Debian, entries for the sources.list, apt-get Created page with " deb http://ftp.de.debian.org/debian/ stable main contrib non-free deb-src http://ftp.de.debian.org/debian/ stable main contrib non-free deb http://security.debian.org/ stab..."
- 11:2911:29, 16 February 2016 diff hist +140 N Debian, alternatives, change defaults for editor or browser Created page with "for example for the default editor: update-alternatives --config editor your java version: update-alternatives --config java and so on." current
- 11:2811:28, 16 February 2016 diff hist +359 N Debian, Citrix client Created page with "* install libs apt-get install libxp6 libice6 libsm6 libxaw7 libxmu6 libxpm4 libxt6 * get the citrix client from http://www.citrix.com/downloads/citrix-receiver/linux.html..." current
- 11:2811:28, 16 February 2016 diff hist +45 N Debian Proxy on command line Created page with "export http_proxy=http://proxy.server.de:8080" current
- 11:2811:28, 16 February 2016 diff hist +11 N Clear the history Created page with " history -c" current
- 11:2711:27, 16 February 2016 diff hist +248 N Bulk rename files on a linux system Created page with "Attention, not working on each linux system. Use rename which uses the perl syntax, remove the -n to really do the renaming.<br/> The following example would (without the -n)..." current
- 11:2711:27, 16 February 2016 diff hist +281 N Apache 2, quickly protect directory with password Created page with "* Create file with encrypted password htpasswd -c /etc/apache2/.passwd yourname * Create file ".htaccess" in folder to protected (subfolders are protected too) <pre> AuthUse..."
- 11:2611:26, 16 February 2016 diff hist +657 N Virtual Name Based Hosts on Apache 2 Created page with "Always check the apache configuration with: apache2ctl -S In ports.conf: NameVirtualHost *:80 NameVirtualHost <your_ip>:443 Listen 80 <IfModule mod_ssl.c> # S..." current
- 11:2611:26, 16 February 2016 diff hist +505 N Default Virtual Host on Apache 2 Created page with " <VirtualHost *:80> ServerName www.<your-domain> ServerAlias <your-domain> #ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Di..." current
- 11:2611:26, 16 February 2016 diff hist +137 N Apache 2 Created page with "* Default Virtual Host on Apache 2 * Virtual Name Based Hosts on Apache 2 * Apache 2, quickly protect directory with password" current
- 11:2511:25, 16 February 2016 diff hist +272 N Add non-free firmware drivers Created page with "if you get for example the message: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169 /etc/apt/sources.list add deb http://ftp.uk.debian.org/de..." current
- 11:2311:23, 16 February 2016 diff hist +285 N 32 bit apps on 64 bit debian Created page with "Install 32 bit libs: apt-get install ia32-libs Now you have the directory: /emul/ia32-linux This supports * console * X * Gtk This does not support * KDE * Qt * ... Ge..." current
- 11:2311:23, 16 February 2016 diff hist +217 N .bashrc Created page with "<pre> # colors for ls alias ls='ls --color=auto' # colors for grep alias grep='grep --color=auto' # date/time for history export HISTTIMEFORMAT='%F %T ' # complete many thi..." current
- 11:2211:22, 16 February 2016 diff hist +943 Debian No edit summary
- 11:2011:20, 16 February 2016 diff hist +392 N Unable to open the chart datafile /var/lib/bugzilla3/data/mining/-All-. Created page with "Error message Unable to open the chart datafile /var/lib/bugzilla3/data/mining/-All-. www-data needs to be able to write to the 'mining' and 'duplicates' directories. The ..." current
- 11:2011:20, 16 February 2016 diff hist +262 N Show result of the daily bugzilla cron job only in the error case Created page with "If you get daily the mail test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) then you may want to edit /etc/cron.daily/bugzilla3 and uncomment with ..." current
- 11:2011:20, 16 February 2016 diff hist +236 N Change in Bugzilla the background color of the titles Created page with "Search in /usr/share/bugzilla3/web/skins/standard/global.css for →titles (begin): #titles { width: 100%; background-color: #CBF374; color: #..." current
- 11:1911:19, 16 February 2016 diff hist +540 N Bugzilla shows "internal error" after checksetup Created page with "After executing checksetup sometimes bugzilla is not available anymore but shows The server encountered an internal error or misconfiguration and was unable to complete your..." current
- 11:1911:19, 16 February 2016 diff hist +264 N Bugzilla Created page with "* Bugzilla shows "internal error" after checksetup * Change in Bugzilla the background color of the titles * [[Show result of the daily bugzilla cron job only in the e..." current
- 10:5810:58, 16 February 2016 diff hist +1,971 Main Page No edit summary
15 February 2016
- 01:0201:02, 15 February 2016 diff hist +78 Installation of Exim4, DoveCot, SquirrelMails →set some receivers to external mail accounts
- 00:5500:55, 15 February 2016 diff hist +180 Installation of Exim4, DoveCot, SquirrelMails →disable ipv6
12 February 2016
- 09:3409:34, 12 February 2016 diff hist +294 N Debian, ssh Created page with "== ssh errors == === error: X11 forwarding request failed on channel 0 === if you find in the server log: error: Failed to allocate internet-domain X11 display socket. then y..."
- 09:3209:32, 12 February 2016 diff hist +18 Debian No edit summary
11 February 2016
- 21:3721:37, 11 February 2016 diff hist +3 Installation of Exim4, DoveCot, SquirrelMails →disable ipv6
- 21:3621:36, 11 February 2016 diff hist +416 Installation of Exim4, DoveCot, SquirrelMails →virtual users
- 21:3421:34, 11 February 2016 diff hist +37 Installation of Exim4, DoveCot, SquirrelMails →disable ipv6
- 21:3421:34, 11 February 2016 diff hist +182 Installation of Exim4, DoveCot, SquirrelMails →disable ipv6
- 20:4520:45, 11 February 2016 diff hist +84 Installation of Exim4, DoveCot, SquirrelMails →Exim 4
1 February 2016
- 08:5308:53, 1 February 2016 diff hist +148 N Debian, create self signed SSL certificate Created page with "* install openssl apt-get install openssl * create the key openssl req -new -x509 -days 20000 -nodes -out YourContext.pem -keyout YourContext.key" current
- 08:4508:45, 1 February 2016 diff hist +4 Debian No edit summary
- 08:4508:45, 1 February 2016 diff hist +47 Debian No edit summary
- 08:4208:42, 1 February 2016 diff hist +184 Installation of Exim4, DoveCot, SquirrelMails →folders below inbox