So I found this which said:
- \list or \l
- list all databases
- \dt
- list all tables in the current database
So I found this which said:
Just followed this tutorial on how to create a basic C++ app that talks to a PostgreSQL database…
See here:
Press Alt+F2 and run dconf-editor. Then org -> gnome -> desktop -> background and check show desktop icons. For more information see here…
Use the following commands:
# lscpu
And:
dmidecode -t cache
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
Found this article: How to install or upgrade VirtualBox on Ubuntu or Debian…
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.
Reading about network sockets…