commit a4cb35ed455876a06e4f00185a146c0812c05df9
parent b11185acfee425bc9e5a2cc3c8a10cdd2f3a78d7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 31 Jul 2019 17:32:34 +0200
Minor changes, add scripts to launch emulators
Diffstat:
6 files changed, 25 insertions(+), 6 deletions(-)
diff --git a/.config/mimeapps.list b/.config/mimeapps.list
@@ -14,3 +14,15 @@ application/html=surf-usercreated-1.desktop;
 x-scheme-handler/magnet=torrent.desktop;
 application/x-bittorrent=torrent.desktop;
 application/x-netcdf=ncview-usercreated-1.desktop;
+x-scheme-handler/rdp=org.remmina.Remmina.desktop
+x-scheme-handler/spice=org.remmina.Remmina.desktop
+x-scheme-handler/vnc=org.remmina.Remmina.desktop
+x-scheme-handler/remmina=org.remmina.Remmina.desktop
+application/x-remmina=org.remmina.Remmina.desktop
+
+[Added Associations]
+x-scheme-handler/rdp=org.remmina.Remmina.desktop;
+x-scheme-handler/spice=org.remmina.Remmina.desktop;
+x-scheme-handler/vnc=org.remmina.Remmina.desktop;
+x-scheme-handler/remmina=org.remmina.Remmina.desktop;
+application/x-remmina=org.remmina.Remmina.desktop;
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
@@ -26,6 +26,8 @@ http://geo.au.dk/rss.xml?element=203201 research "~research: geo.au.dk: Nyheder"
 http://geo.au.dk/rss.xml?element=203202 research "~research: geo.au.dk: Arrangementer"
 http://www.nature.com/nature/current_issue/rss/ research "~research: Nature"
 http://feeds.nature.com/ncomms/rss/current research "~research: Nature Communications"
+http://feeds.nature.com/ngeo/rss/current research "~research: Nature Geoscience"
+http://feeds.nature.com/ngeo/rss/current?format=xml research "~research: Nature Geoscience2"
 http://www.journals.elsevier.com/computers-and-geosciences/rss/ research "~research: Computers and Geosciences"
 https://www.cambridge.org/core/rss/product/id/FE8284B2577ADBCD299821FDE4E752F1 research "~research: Journal of Glaciology: Latest"
 http://rss.sciencedirect.com/publication/science/0012821X research "~research: Earth and Planetary Science Letters"
@@ -76,7 +78,6 @@ https://www.reddit.com/r/vim.rss reddit tech "~reddit: r/vim"
 https://www.reddit.com/r/suckless.rss reddit tech "~reddit: r/suckless"
 https://www.reddit.com/r/unixporn.rss reddit tech "~reddit: r/unixporn"
 https://www.reddit.com/r/analog.rss reddit tech "~reddit: r/analog"
-https://www.reddit.com/r/gwern.rss reddit tech "~reddit: r/gwern"
 
 https://gitlab.com/muttmua/mutt/commits/master?format=atom tech git "~git: Mutt Master commits"
 # https://gitlab.com/admesg.atom tech git "~git: admesg"
diff --git a/.local/bin/backup b/.local/bin/backup
@@ -22,7 +22,6 @@ die() {
 	exit 1
 }
 
-
 backup_home_etc() {
 	rsync -ravzhe ssh --delete /etc/ "$1"/etc/
 	rsync -ravzhe ssh --delete --progress \
diff --git a/.local/bin/emulate-dos b/.local/bin/emulate-dos
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo "Type 'cd windows' and 'win' to start Windows 3.11"
+dosbox /home/ad/.local/lib/dos
diff --git a/.local/bin/emulate-mac b/.local/bin/emulate-mac
@@ -0,0 +1,4 @@
+#!/bin/sh
+minivmac --rom /home/ad/.local/lib/installers/macos-system-6/vmac.rom \
+	/home/ad/.local/lib/installers/macos-system-6/disk/disk{1,2}.dsk \
+	"$@" # mount up to three additional disks here
diff --git a/.ssh/config b/.ssh/config
@@ -9,10 +9,10 @@ Host home
     User ad
     Port 12344
 
-Host ad-server
-    Hostname 192.168.0.57
-    User ad
-    Port 12344
+#Host ad-server
+#    Hostname 192.168.0.57
+#    User ad
+#    Port 12344
 
 Host ad-server-wifi
     Hostname 192.168.0.45