Menu

  • Home
  • Archives
  • Tags
  • RSS
December 23, 2014

status update

Since the FreeBSD experiment didn't work out1, I picked a different one: "plain old" Debian2! (should be acronymized to POD).

I read an old piece of evangelism3 which gave me the idea to version-control /etc, though I have sinced found etckeeper to do the same4


$ sudo apt-get install etckeeper

 

# Modify VCS to `git` (not necessary on Debian, AFAICS)

$ sudo vi /etc/etckeeper/etckeeper.conf

 

$ cd /etc

$ sudo git log

# Should show "...blah blah blah ... Initial Commit"

# On Ubuntu, might need to explicitly run `sudo git commit -a -m 'Initial commit`

 

# Fully integrated with APT

$ sudo git log

# will show something like "... committing changes in /etc after apt run ..."

Other than that, not much else. Busy with a new baby daughter (!)5, trying to read less "news and blogs"6, pretending to read a book on NLP7, and having a "brand new linux box" experience with a VM in Google Cloud.

Have a happy new year, everyone.

  1. http://agam.github.io/blog/2014/12/14/trying-out-freebsd-and-failing-at-it/↩
  2. https://www.debian.org/↩
  3. https://wiki.debian.org/WhyDebian↩
  4. https://gist.github.com/agam/2cda8597966f49a04e07↩
  5. https://plus.google.com/108609219349604504501/posts/1CVG1iFTtXe↩
  6. http://www.theguardian.com/media/2013/apr/12/news-is-bad-rolf-dobelli↩
  7. http://nlp.stanford.edu/fsnlp/↩

Tags: old-post

« google cloud sharing projects dailyprogrammer stacking sticks »

Copyright © 2020 Agam Brahma

Powered by Cryogen