In vim, to search for next ‘>’ use: f>
To delete until next ‘”‘ use: df”
To delete an *ML attribute, e.g. use: df”.
In vim, to search for next ‘>’ use: f>
To delete until next ‘”‘ use: df”
To delete an *ML attribute, e.g. use: df”.
If this happens:
$ man g++ No manual entry for g++ See 'man 7 undocumented' for help when manual pages are not available.
Fix with:
# apt-get install gcc-doc
Reading about ARM assembler in Raspberry Pi…
Reading about x86 calling conventions…
Reading about Category Theory… one day I will understand it!
Found this article: How to install or upgrade VirtualBox on Ubuntu or Debian…
Here’s the home page for Guide to Assembly Language Programming In Linux… includes a zip file with assembler source code for examples.
Followed HOWTO: Use Shared Folders…
Today I learned about extensions.greasemonkey.fileIsGreaseable… a way to get Greasemonkey to process file-system documents… for scripts to work with file:// paths, you need to open about:config and set extensions.greasemonkey.fileIsGreaseable to true.