Skip to main content

Home/ Linux/ Contents contributed and discussions participated by David Corking

Contents contributed and discussions participated by David Corking

David Corking

Make .vagrant tree host-specific · Issue #3362 · mitchellh/vagrant - 4 views

  • I keep my local repos in a Dropbox folder so I can switch between my desktop and laptop seamlessly and still have the current state of everything be synced, including changes that haven't been committed yet.
  • 1. vagrant halt to shutdown machines 2. added "export VAGRANT_DOTFILE_PATH=.vagrant-laptop" to ~/.bashrc 3. open new terminals to inherit the new env var 4. move .vagrant to .vagrant-laptop 5. vagrant up -- it works! 6. change "/.vagrant" to "/.vagrant*" in my .gitignore
David Corking

Reconnecting your SSH agent to a detached GNU screen session | tolaris.com - 3 views

  •  
    This is almost perfect!  For me, on Debian 7.1, Remi's code needed a small tweak. I put backticks around `whoam`i It allows me to use git push/pull after I have disconnected and reconnected to a screen session. SSH_AUTH_SOCK=$(find /tmp/ssh-* -user `whoami` -name agent\* -printf '%T@ %p\n' 2>/dev/null | sort -k 1nr | sed 's/^[^ ]* //' | head -n 1)
David Corking

Rsync To Dropbox / Jungle Disk « Blog | lesterchan.net - 7 views

  • --log-file=
    • David Corking
       
      Might be useful to get into the habit of using logs for later troubleshooting.
  • –size-only Modifies rsync’s “quick check” algorithm for finding files that need to be transferred, changing it from the default of transferring files with either a changed size or a changed last-modified time to just looking for files that have changed in size
    • David Corking
       
      Sounds like webdav clocks gets sufficiently out of sync with the local machine to cause trouble with rsync. I wonder if it leads to unnecessary download of entire files. Does this mean that unison won't work on webdav drives?
  •  
    Nice tips for doing small backups with rsync
David Corking

Changing Debian's sensible-editor « Shell Person - 0 views

  • Debian also maintains symlinks for sensible-browser and sensible-pager. You can change those easily as well: sudo update-alternatives --config x-www-browser
    • David Corking
       
      This command worked for me in Xubuntu 10.4.
David Corking

BBC NEWS | Technology | Tweeting mouse trap and window | June 2009 - 0 views

  •  
    'The house that tweets' This 2 minute video interview with Andy Stanford-Clark is much more entertaining than the YouTube interview I bookmarked earlier. Lots of action shots of home telemetry, Andy's Java midlet on his phone, and what I think is a GNOME desktop showing his home's web interface.
David Corking

Asus, The Fair Weather Friend | popey.com blog - 0 views

  • Linux was good enough for you at the launch of your Eee PC models two years ago, and it’s even better now. How quickly you changed your allegiance when the hardware caught up with the requirements of Windows.
David Corking

FreshPorts -- lang/etoile-languagekit - 0 views

  • used by SmalltalkKit, implementing Etoile's Pragmatic Smalltalk, a Smalltalk JIT compiler which generates code binary-compatible with Objective-C, allowing classes to be written in a mixture of Smalltalk and Objective-C.
    • David Corking
       
      So, Etoile is more than just a window manager, it is a compiler project with an alternative to the NeXT/Apple model of software development.
David Corking

Michael Lauer - Freelancer / Back from Switzerland - 0 views

  • And no, Android is not it.
  •  
    We will soon come up with a comprehensive table of FSO-compliance levels to indicate what level of support the FSO middleware expectes from the kernel.
1 - 8 of 8
Showing 20 items per page