Tuesday, 19 August 2014
Thursday, 14 August 2014
If you were going to have a CV online, it could look worse than these...
http://kevin.colyar.net/category/portfolio/
Tuesday, 12 August 2014
mutt. spam.
http://chrisjrob.com/2011/03/23/configuring-mutt-for-spam/
Add:
# Move message(s) to Spam/Verified by pressing "S"
macro index S "unset resolveNset resolve=INBOX/spam/verified" "file as Spam"
macro pager S "=INBOX/Spam/Verified" "file as Spam"
# Move message(s) to Spam/Ham by pressing "H"
macro index H "unset resolveNset resolve=INBOX/spam/ham" "file as Ham"
macro pager H "=INBOX/Spam/Ham" "file as Ham"
# Return to Inbox by pressing "."
macro index . "=INBOX" "Inbox"
To ~/.muttrc
Add:
# Move message(s) to Spam/Verified by pressing "S"
macro index S "
macro pager S "
# Move message(s) to Spam/Ham by pressing "H"
macro index H "
macro pager H "
# Return to Inbox by pressing "."
macro index . "
To ~/.muttrc
Thursday, 10 July 2014
Signing into pop free-online with mutt
c
pop://mail.free-online.net
user: my name, no full stops.
Add to mutt with its fetchmail function. Press, `G' to execute. Add to .muttrc:
set pop_host="pop://username@mail.free-online.net"
pop://mail.free-online.net
user: my name, no full stops.
Add to mutt with its fetchmail function. Press, `G' to execute. Add to .muttrc:
set pop_host="pop://username@mail.free-online.net"
Wednesday, 9 July 2014
cygwin ssh with X forwarding
Also set up cygwin
at home to ssh into work with X forwarding. Use
ssh -XCY work, use the XYC flag for each hop. Did about
an hour at home. To use with cygwin install
openssh, xorg-server, xinit.
at home to ssh into work with X forwarding. Use
ssh -XCY work, use the XYC flag for each hop. Did about
an hour at home. To use with cygwin install
openssh, xorg-server, xinit.
Sunday, 29 June 2014
Saturday, 28 June 2014
openfoam chtmultiregionsimplefoam with ami
http://www.cfd-online.com/Forums/openfoam-solving/86273-non-conformal-coupling-interfaces-chtmultiregionfoam.html
Subscribe to:
Posts (Atom)