Mailinglisten erstellen - at all-inkl.com

Thursday 22 May cello Notiz, Anleitung

Im kasserver.com einloggen

1)Mailingliste erstellen

Einträge in config-Datei:

reply_to            =
subject_prefix      =
restrict_post       = 

In restrict_post entweder

a) leer für offene Listen
b) “mailinglist”-lames-at für Diskussions-Listen
c) “mailinglist”-lames-at.extra für redaktionelle Listen

2) kurze Mailadresse erstellen

> !! mit Weiterleitung auf Mailingliste

_

Links:

subscribe, unsubscribe
http://www.slac.stanford.edu/com … t/majordomo/majordomo-basic.html
list-owner definieren haben wir auch noch vergessen..
http://www.escape.de/~outback/majordomo/




Owncloud Tweaks — Cronjobs, etc

Thursday 8 May cello Digital

Cronjob im kasserver.com anlegen
>> (https) ssl-account.com/cloud.celbase.net/cloud/cron.php
alle 15 Minuten

chown cron.php > www-data

>>> Links:

Tweaks from Owncloud-Forum
http://forum.owncloud.org/viewtopic.php?f=8&t=10692
Infos from Owncloud-Docu
doc.owncloud.org/server/5.0/admi … nfiguration/background_jobs.html

Tag(s): Owncloud, Cronjob

Owncloud with SSL — at all-inkl.com

Wednesday 7 May cello Notiz, Anleitung

1) Make a new Account

2) Link Domain/Subdomain to Account/Folder

3) activate SSL –> https://ssl-account.com/domain.com

4) upload Owncloud as zip or bz2
and unzip

5) set all Files/Folders to “php-user”

set chown to php-user(www-data)
set chmod

6) Install with database

7) den Ordner Owncloud & die Datei .htaccess

6) Magic Quotes deaktivieren

im .htaccess im Bereich
“<IfModule mod_php5.c>”

php_flag magic_quotes_gpc off

>>> Links:

Owncloud-Install at Owncloud-Docu
http://doc.owncloud.org/server/5 … llation/installation_source.html
Owncloud-5-mit-SSL-Proxy-von-all-inkl — Schritt für Schritt
http://www.sportlegen.de/Ownclou … -Proxy-von-all-inkl,25498_0.html
Update auf ownCloud 6.0.1 bei all-inkl.com — htaccess & config.php
http://der-bo.de/update-auf-owncloud-6-0-1-bei-inkl-com/

ownCloud bei all-inkl — htaccess rewriterule
http://klein-gedruckt.de/2013/01/owncloud-bei-all-inkl/

Tag(s): install, Owncloud, ssl

tmux - Basics

Monday 5 May cello Notiz, Anleitung, unfertig

tmux is a Console/Terminal-Desktop

Standard Tastenbefehl zuerst eintippen:

Strg + b

dann zum Bsp für vertikalen Fenster-Split

%

tmux new -s “session-name”

tmux new-window -n ’server’ ‘ls’

Links:

Great Tutorial for tmux
http://lukaszwrobel.pl/blog/tmux … al-split-terminal-windows-easily

Tag(s): tmux, Tutorial