User Tools

Site Tools


gnulinux:stuff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
gnulinux:stuff [2015/05/26 13:10] – [Pair Firefox29 with Owncloud mozilla_sync] redoxgnulinux:stuff [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-# Stuff 
  
-## Pair Firefox29 with Owncloud mozilla_sync 
- 
-* Go to your Owncloud installation `https://myowncloud/remote.php/mozilla_sync` and accept the SSL Certificate 
-* Open `about:config` 
-* Create: `services.sync.username <string>` The value should be a hash not the username itself. (You only need the hash if the sync was setup with a pre FF29, if you start from scratch the string doesn't matter) 
-* Restart Firefox 
-* Go to: Preferences -> Sync -> Setup Firefox sync (you should see the old UI now) 
-  * 'I Have an Account' 
-  * 'I don't have the device with me' 
-  * 'Account' - again use the hash NOT the actual username! 
-  * 'Password' - ... 
-  * 'Server' - https://myowncloud/remote.php/mozilla_sync/ 
-  * 'Recovery Key' - Get the right key from an older browser, you can find it in the sync settings 
- 
-To generate the hash: 
-<code python>import hashlib,import base64 
-print base64.b32encode(hashlib.sha1("user@server.tld").digest()).lower()</code> 
- 
-Source: https://gist.github.com/mariussturm/061b9f4861ef1292aa60 
- 
-# Add AwesomeWM to LightDM session list 
- 
-Looks like [[https://bugs.launchpad.net/ubuntu/+source/awesome/+bug/1094811|it's a bug]], but can easily be fixed. Edit __/usr/share/xsessions/awesome.desktop__ and change `NoDisplay=` from _true_ to _false_. 
/home/share/www/redox.ws/wiki/data/attic/gnulinux/stuff.1432645830.txt.gz · Last modified: 2023/11/24 21:55 (external edit)