summaryrefslogtreecommitdiff
path: root/content/toolbox
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-02-09 20:41:38 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-02-09 20:41:38 +0100
commit8ceb5a0e726a755ac319f974833906aeac7b45d3 (patch)
tree5016ff31544dd94e977dd06ea2c9e3dc5f8cc956 /content/toolbox
parent67a395a58f3897642a6a76b3bd92f2bf77d259e9 (diff)
downloadwww-andreasbaumann-cc-8ceb5a0e726a755ac319f974833906aeac7b45d3.tar.gz
www-andreasbaumann-cc-8ceb5a0e726a755ac319f974833906aeac7b45d3.tar.bz2
some catgories
Diffstat (limited to 'content/toolbox')
-rw-r--r--content/toolbox/_index.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/content/toolbox/_index.md b/content/toolbox/_index.md
index 77c616a..e69d467 100644
--- a/content/toolbox/_index.md
+++ b/content/toolbox/_index.md
@@ -23,16 +23,19 @@ Some things I found to be useful for daily programming.
## Database Modelling
-* [dbmodel](http://oxygene.sk/lukas/projects/dbmodel/): a very neat
+* [dbmodel](http://oxygene.sk/projects/dbmodel/): a very neat
database modeller with PDF and image export.
## Infrastructure
* [openSUSE Build Service](https://build.opensuse.org/): for building
release packages in the cloud.
+* [Travi CI](http://travis-ci.org/): for continuous integration on Mac OSX.
* Using [libvirtd](http://libvirt.org) now instead of VirtualBox
(sorry, Oracle). Main reason: it's still a little bit un-ready round
the edges but hey, it's really open source. :-)
+* [LXC](https://linuxcontainers.org): lightweight and surely nicer to
+ use than Docker (IMHO). Still a little bit alpha quality though.
* [unison](https://www.cis.upenn.edu/~bcpierce/unison/): file
synchronizer, I'm using it since years to sync my home directory
between three or four machines, sort of a very easy backup.
@@ -63,6 +66,8 @@ Some things I found to be useful for daily programming.
viewer can possibly get.
* [MuPDF](http://www.mupdf.com/): an equally fast PDF/XPS viewer.
* [Trojitá](https://en.wikipedia.org/wiki/Trojit%C3%A1): a simplistic
- and really fast mail reader (using this one if not using 'mutt').
+ and really fast mail reader for IMAP accounts. For long-term archiving
+ of email I'm using a combination of [OfflineIMAP](http://www.offlineimap.org)
+ and good old [Mutt](http://mutt.org).
* [Seamonkey](http://www.seamonkey-project.org/): back to old SeaMonkey,
fast, no clue what they did to Firefox to make it so slow.