Set time on Windows to UTC for Linux/Win Dual-Boot

Tuesday 15 October cello Notiz, Anleitung

Ubuntu maintains the hardware clock (RTC, real time clock) in universal time (UTC) by default while Windows maintains the clock in local time, thus causing time conflicts between Ubuntu and Windows.

    1)go to Start Menu, search for and launch “cmd” as Administrator.

    For 64-bit Windows, use a QWORD value:

    2) Type into cmd: [code]Reg add HKLMSYSTEMCurrentControlSetControlTimeZoneInformation /v RealTimeIsUniversal /t REG_QWORD /d 1[/code]

    3) Disable the “internet update” for the time and reboot.

http://ubuntuhandbook.org/index. … ferences-ubuntu-1604-windows-10/

Tag(s): Windows, Linux, time

GetSimpleCMS auf all-inkl.com

Tuesday 29 July cello Notiz, Anleitung

GetSimpleCMS ist eher ein Webseiten-System als ein Blog, CMS etc
http://get-simple.info

1) Download

2) Upload & Entpacken

3) Installieren/Konfigurieren auf
*.domain.com/admin

3) Userrechte setzen
all Files & Folders to “php-user”

4) Sprache hinzufügen
http://get-simple.info/wiki/languages


Update Owncloud

Thursday 24 July cello Notiz, Anleitung

_

1) Backup database and files

_

2) Set User Rights

Folder “owncloud” and File “.htaccess” to “php-user”

3) Update

Go to Admin(Preferences) in the Interface of your Owncloud-Installation
Klick under “Updater” Update-Page

4) The Update-Page will make a backup

and then update the files
Then klick on “Proceed” to update the database

Owncloud Manual >> Update & Backup
http://doc.owncloud.org/server/6 … n_manual/maintenance/update.html
http://doc.owncloud.org/server/6 … n_manual/maintenance/backup.html


Notes on Android & synced with Owncloud

Thursday 17 July cello Notiz, Anleitung

_

1) Notes on Android

used for the .TXT - notes:
Denkzettel 0.8.0 (2014 Silvio Schurig)
https://play.google.com/store/apps/details?id=com.silli.notizen

2) Syncronise the TXT-Folder over WebDAV

used to sync a folder over WebDAV
Foldersync lite von Tacit Dynamics - 21. April 2014
https://play.google.com/store/ap … dk.tacit.android.foldersync.lite

>> weitere Option: WebDAV File Manager
https://play.google.com/store/ap … ddo.shigadroid.webdavfilemanager



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 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