This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Announcements":[ | |
{ | |
"ID":"3", | |
"Title":"Title", | |
"Text":"Text", | |
"Link":"https://", | |
"minVersion":0, | |
"maxVersion":2029, | |
"Expires":"1970-01-01T00:00:00Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- You can change the parent around to whatever you normally use --> | |
<style name="DebugColors" parent="Theme.AppCompat"> | |
<!-- System colors --> | |
<item name="android:windowBackground">@color/__debugWindowBackground</item> | |
<item name="android:colorPressedHighlight">#FF4400</item> | |
<item name="android:colorLongPressedHighlight">#FF0044</item> | |
<item name="android:colorFocusedHighlight">#44FF00</item> | |
<item name="android:colorActivatedHighlight">#00FF44</item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Reminder":"https://workspaceupdates.googleblog.com/2024/06/improved-syncing-experience-between-google-calendar-and-3p-calendars.html", | |
"Notices":[ | |
{ | |
"Provider":"", | |
"Date":"", | |
"Text":[ | |
"🇬🇧 ", | |
"", | |
"🇩🇪 ", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p class="box" style="padding: 6px; color: red; width: fit-content;"> | |
November 12: there are currently problems with the Gmail email (IMAP) server, | |
causing errors like '<em>Connection refused</em>', '<em>Connection reset</em>', '<em>Connection dropped</em>', '<em>Connection timeout</em>', etc. | |
Google is probably busy fixing this, so please try again later. | |
See for example <a href="https://news.ycombinator.com/item?id=29197479">here</a>. | |
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auth_username_format = %n | |
imap_idle_notify_interval = 29 mins | |
lda_mailbox_autocreate = yes | |
mail_location = maildir:~/mail | |
mail_plugins = " fts fts_lucene" | |
plugin { | |
fts = lucene | |
fts_autoindex = yes | |
fts_lucene = whitespace_chars=@. | |
imapsieve_mailbox1_before = file:/etc/mail/imapsieve/report-spam.sieve |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pki example.com key "/etc/letsencrypt/live/example.com/privkey.pem" | |
pki example.com certificate "/etc/letsencrypt/live/example.com/fullchain.pem" | |
listen on lo mask-source | |
listen on 1.2.3.4 port 25 tls pki example.com auth-optional hostname example.com | |
listen on 1.2.3.4 port 465 smtps pki example.com auth hostname example.com mask-source | |
listen on 1.2.3.4 port 587 tls-require pki example.com auth hostname example.com mask-source | |
table aliases file:/etc/mail/aliases | |
table domains file:/etc/mail/domains |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Simple OGP embed | |
Plugin URI: https://www.faircode.eu/ | |
Description: Simple OGP embed | |
Version: 0.1 | |
Author: Marcel Bokhorst | |
Author URI: https://www.faircode.eu/ | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Google Photos embed handler | |
Plugin URI: https://www.faircode.eu/ | |
Description: Google photos embed handler | |
Version: 0.1 | |
Author: Marcel Bokhorst | |
Author URI: https://www.faircode.eu/ | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import csv | |
#Database: http://opencellid.org/ | |
#OsmAnd Map Creator: http://wiki.openstreetmap.org/wiki/OsmAndMapCreator (-Xmx1792M) | |
print "<?xml version='1.0' encoding='UTF-8'?>" | |
print "<osm version='0.5' generator='M66B'>" | |
#0 1 2 3 4 5 6 7 8 9 10 11 12 13 | |
#radio,mcc,net,area,cell,unit,lon,lat,range,samples,changeable,created,updated,averageSignal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install cifs-utils --no-install-recommends | |
sudo mkdir -p /media/share | |
sudo nano /etc/mysmbpass | |
username=somebody | |
password=secret | |
sudo nano /etc/fstab |
NewerOlder