Pinning a site to the taskbar in IE9 is an useful feature, but may also be an annoying thing when everybody in your family tries to pin their favorite websites to the taskbar. To keep your Windows taskbar organized, you may want to disable this feature.
Windows Live Photo Gallery is great for organizing and sharing your photos to many popular services, such as Windows Skydrive, Flickr or Facebook. While sharing photos is fun, many users may not know that such informations like location, tags, captions are embeded by WLP and can be easily extracted. It is not a good idea to share those informations on the web, especially when your photo albums are in public mode. Here is how to tell WLP to remove all informations before uploading the photos.
Using tunnels with SSH is a powerful method to access services on systems behind a firewall or that are otherwise inaccessible. In this example, a VNC client on your local computer will connect to a remote VNC server (vncserv.tech-recipes.com:0) using port forwarding with an SSH connection to another remote host (sshd.tech-recipes.com).
Using ldpamodify to manipulate a directory server from the command line enables rapid changes (quicker than loading a GUI in some cases) and allows commands to be scripted for automation.
Outlook allows the user to add holidays from multiple countries into the calendar.
The mysql command provides a text-based interface into the MySQL database server. Once connected, SQL commands can be issued to the server to make queries, create or alter databases or tables, or many other operations.
How do I tell what version of MySQL server that I am running?
SQL command used to create to create a db.
Use the ‘show databases’ command to display the list of dbs on the server.
A single instance of MySQL can hold many separate databases. It is important to specify the database to which subsequent commands will be issued.
The SQL command ‘describe’ allows you to view the column structure of a MySQL table. It provides a listing of the columns of a table, the type of each column, and additional information on each column.
To remove a table from a MySQL database, and remove all of its data, use the following SQL command.
1...364365366...502Page 365 of 502 error: Content is protected !!