|
W32 and AIX
2007aug26: (find-es "w32")
(find-es "w32" "2008jan18")
(still quite messy, but the rest of this page is older.)
|
In the first project that I worked on while I was at DBA in 2005/2006 I had to use a w32 box to
connect to several AIX machines. This page collects some notes about
how I'm handling that.
Basic things
- CVS Emacs:
- A better DOS-ish shell: 4NT
- my 4start.btm (at ~/4NT/)
- my 4???.btm (at the same dir as 4NT.exe)
- ssh/telnet: putty (mainly
"plink -telnet", actually)
- 7-zip,
UnxUtils, and
UnxUpdates
- I've heard good things about the Lab Rat Tollkit.
- Lua:
- Lua binaries for w32,
- LuaSocket binaries for w32,
- Installation instructions and e-scripts
- FTP:
- many of 4NT's internal commands accept "ftp://..." filenames,
- NcFTP's has command-line utilites that are only slightly annoying,
- but I ended up writing this, in Lua:
- Why:
Extras
|