Wiki
Persistent computer-related notes that are still under development.
Index of pages
- Development
- Development Books – the most influential books about software development I’ve read
- Unit Testing Toolbox (for Java) – collection of links to libraries, tools, concepts
- Performance Testing for Webapps Notes
- Ops: Monitoring
- Tools & OS
- Ubuntu@ThinkPad – My experiences from running Ubuntu on Lenovo ThinkPad
- Eclipse notes and tricks
- Vagrant notes and troubleshooting
Tiny notes
Linux
Lock user account
Disable: usermod –expiredate 1 <login>
Re-enable: usermod –expiredate 2099-01-01 <login>
Tools
See the tools page for Git, Vim etc. notes

