My `gitcron’ script

As I’m now using git for version control of my latex documents that I am writing I have automated the committing to git. This is the script that I’m using, called gitcron -

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16 ...
more ...


Git and my github

Date Tags git / github

I’ve long been interested in git, which is described as - ‘Git is a popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel’. It scales very nicely for home use ...

more ...

Fluxbox - part 3

Date Series Part 1 of Fluxbox Tags fluxbox / git

In my usermenu in Part 2 you’ll see that I have these two lines in the Quit submenu.

      [exec] (Reboot) {gksudo /sbin/reboot}
      [exec] (Shutdown) {gksudo /sbin/shutdown -h now}

which are quite special ones. This requires the following two lines to be put into /etc/sudoers very near ...

more ...