― absolutego (ex machina), Monday, 4 April 2005 04:35 (twenty years ago)
― Autumn Almanac (Autumn Almanac), Monday, 4 April 2005 04:44 (twenty years ago)
rsync is a file transfer program for Unix systems. rsync uses the "rsync algorithm" which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.
Some features of rsync include
* can update whole directory trees and filesystems * optionally preserves symbolic links, hard links, file ownership, permissions, devices and times * requires no special privileges to install * internal pipelining reduces latency for multiple files * can use rsh, ssh or direct sockets as the transport * supports anonymous rsync which is ideal for mirroring
― absolutego (ex machina), Monday, 4 April 2005 05:05 (twenty years ago)
I love rsync
― Catsupppppppppppppp dude 茄蕃, Monday, 21 May 2007 03:37 (eighteen years ago)
Plays havoc with resource forks, unless you have the Apple version at both ends. Goddam macs.
― stet, Monday, 21 May 2007 03:38 (eighteen years ago)
what still uses resource forks?
― Catsupppppppppppppp dude 茄蕃, Monday, 21 May 2007 04:39 (eighteen years ago)
finicky eaters and those trained in charm school?
― s.clover, Monday, 21 May 2007 07:41 (eighteen years ago)
Not really so much a unix doonja, but NetBeans absolutely rocks the Java IDE world way over Eclits.
― libcrypt, Wednesday, 16 July 2008 20:46 (seventeen years ago)
I couldn't live without ClusterSSH at work, it allows you to type commands to multiple servers at once, very handy if you want to restart jboss on ten boxes! Plus it looks really cool.
http://sourceforge.net/apps/mediawiki/clusterssh
― TastySounds, Wednesday, 3 February 2010 15:34 (sixteen years ago)
vim in diff mode:
vim -d
a decent diff tool (2, 3, or 4 way) which allows editing of all the files.
― koogs, Wednesday, 3 February 2010 15:53 (sixteen years ago)
ack is amazing http://betterthangrep.com/
improve prose: http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/
rubber: wrapper to run tex and friends exactly as many times as needed to get output right
still rocking mercurial but network effects meant i had to install git : (
― caek, Saturday, 21 August 2010 12:53 (fifteen years ago)
http://danielchoi.com/software/vmail.html
― caek, Thursday, 16 December 2010 11:14 (fifteen years ago)
Good lord, even I've moved on from vim now.
― I mean Emma Watson Premier League fit (Autumn Almanac), Thursday, 16 December 2010 11:18 (fifteen years ago)
^^^ this post brought to you by the year 2006
― caek, Thursday, 16 December 2010 11:32 (fifteen years ago)
vim? vi over here tbh #solarisuser
― cherry blossom, Thursday, 16 December 2010 11:52 (fifteen years ago)
this has simplified things https://github.com/technicalpickles/homesick
― caek, Thursday, 23 June 2011 21:40 (fourteen years ago)
also http://mxcl.github.com/homebrew/ is >> macports and fink
― caek, Thursday, 23 June 2011 21:41 (fourteen years ago)
FAO gbx
http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118
― caek, Wednesday, 24 August 2011 13:53 (fourteen years ago)
yesssssssss
― remembrance of schwings past (gbx), Wednesday, 24 August 2011 16:28 (fourteen years ago)
got this email
Things you need to have in addition to this:SconsFFTW headers & libraries(Things needed by imfit/makeimage/etc., but not by profilefit:cfitsiogsl (GNU Scientific Library) )You may need to edit the SConstruct file to change the defined paths, e.g.include_path and lib_path (these need to point to wherever you have FFTW headersand libraries installed; currently, they point to "/usr/local/include" and "/usr/local/lib")
(Things needed by imfit/makeimage/etc., but not by profilefit:cfitsiogsl (GNU Scientific Library) )
You may need to edit the SConstruct file to change the defined paths, e.g.include_path and lib_path (these need to point to wherever you have FFTW headersand libraries installed; currently, they point to "/usr/local/include" and "/usr/local/lib")
before homebrew my heart would have sunk. with hombrew it took 90 seconds, and like 80 of those seconds were waiting for fftw to compile.
― caek, Sunday, 28 August 2011 16:16 (fourteen years ago)
why is screen not on my goddamn work server
I have about 8 ssh windows open currently (some as me, some SUed to the db user, some tailing various logs, etc) and it is a pain to lose them all every time Windows or the network falls over
what kind of n*x sysadmin are you if you've never kicked off a long, important script, lost the connection and had the job killed, and gone "fuck, should've done it in screen"
― the ascent of nyan (a passing spacecadet), Sunday, 28 August 2011 19:26 (fourteen years ago)
fwiw it has basically zero dependencies if you have GCC on that machine
― caek, Sunday, 28 August 2011 19:48 (fourteen years ago)
dudes. pandoc
― remembrance of schwings past (gbx), Sunday, 4 September 2011 17:57 (fourteen years ago)
https://www.youtube.com/watch?v=zsQbgaYNd6I
― caek, Monday, 5 September 2011 13:08 (fourteen years ago)
still using mutt but now also rocking:
+https://github.com/nicolas33/offlineimap+http://notmuchmail.org/+https://github.com/lefcha/imapfilter
feeling swag.
― caek, Saturday, 29 October 2011 07:26 (fourteen years ago)
http://kennethreitz.com/xcode-gcc-and-homebrew.html
― caek, Wednesday, 22 February 2012 15:52 (fourteen years ago)
http://mit.edu/~georgiou/www/vi/
― caek, Friday, 22 June 2012 19:47 (thirteen years ago)
leet bashrc tip
# Type a few characters before pressing up to search for commands that begin # with that string: http://stackoverflow.com/questions/1030182/bind '"\e[A": history-search-backward'bind '"\e[B": history-search-forward'
― caek, Tuesday, 4 December 2012 19:07 (thirteen years ago)
VIM CONFIG UPDATE
get seek! it's great! https://github.com/goldfeld/vim-seek
i am still getting the hang of https://github.com/Lokaltog/vim-easymotion, but i think it's a keeper.
supertab still rules.
snipmate has been replaced with ultisnips
indentconsistencycop because i write python with someone who apparently uses notepad.exe
manage bundles with https://github.com/gmarik/vundle
i am thinking about installing http://valloric.github.com/YouCompleteMe/
― caek, Wednesday, 6 February 2013 16:39 (thirteen years ago)
― caek, Thursday, June 23, 2011 10:40 PM (1 year ago) Bookmark Flag Post Permalink
this really complicated things and was total overkill
― caek, Wednesday, 6 February 2013 16:40 (thirteen years ago)
https://github.com/clvv/fasd
― caek, Saturday, 21 June 2014 06:25 (eleven years ago)
v def conf => vim /some/awkward/path/to/type/default.conf j abc => cd /hell/of/a/awkward/path/to/get/to/abcdef m movie => mplayer /whatever/whatever/whatever/awesome_movie.mp4 o eng paper => xdg-open /you/dont/remember/where/english_paper.pdf vim `f rc lo` => vim /etc/rc.local
haha
drawn to this but find yr previous post in this thread powerful + haunting
― difficult listening hour, Saturday, 21 June 2014 06:51 (eleven years ago)
lol
― caek, Saturday, 21 June 2014 06:53 (eleven years ago)
i actually still use homesick, i don't know why i was so down on it then
― caek, Saturday, 21 June 2014 06:57 (eleven years ago)
oh right the ruby deps are a pain
should look at https://github.com/andsens/homeshick
― caek, Saturday, 21 June 2014 06:59 (eleven years ago)
https://github.com/sdegutis/choose
― 𝔠𝔞𝔢𝔨 (caek), Thursday, 10 December 2015 19:02 (ten years ago)
This is great - thanks for sharing.
― BlackIronPrison, Thursday, 10 December 2015 19:38 (ten years ago)
https://github.com/cortesi/devd
been loving this on my current project. no fuss live reloading plus the reverse proxy makes my local tomcat, node server, and page all work together painlessly
― ﷽ (diamonddave85), Tuesday, 5 January 2016 21:41 (ten years ago)
fzf + ripgrep http://blog.owen.cymru/fzf-ripgrep-navigate-with-bash-faster-than-ever-before/https://github.com/defunkt/gist
also docker fucking suuuuuuuuuks
― 𝔠𝔞𝔢𝔨 (caek), Tuesday, 14 March 2017 13:20 (eight years ago)
taught someone about entr(1) today. it's a good program, you should use it, it's good. imo— elsie d. soundsystem (@mountain_ghosts) June 18, 2020
― 𝔠𝔞𝔢𝔨 (caek), Thursday, 18 June 2020 21:57 (five years ago)
i like docker now btw