Saturday, July 12, 2025
Home Blog Page 365

IE9: Disable pinning sites to the taskbar

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 2011: Remove personal informations from photos before sharing

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.

Connect VNC client through a Putty SSH tunnel

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).

Delete an LDAP object using ldapmodify

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 Mac 2011: Adding Holidays to your Calendar

Outlook allows the user to add holidays from multiple countries into the calendar.

Connect to a MySQL server using the mysql command

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.

Determine the version of MySQL server

How do I tell what version of MySQL server that I am running?

Create a MySQL database

SQL command used to create to create a db.

Display a list of databases on a MySQL server

Use the ‘show databases’ command to display the list of dbs on the server.

Select a MySQL database to use

A single instance of MySQL can hold many separate databases. It is important to specify the database to which subsequent commands will be issued.

Describe the column structure of a MySQL table

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.

Drop or delete a table in MySQL

To remove a table from a MySQL database, and remove all of its data, use the following SQL command.

Stay Connected

16,985FansLike
2,458FollowersFollow
61,453SubscribersSubscribe

Latest Articles

Latest Reviews

Latest Comments

error: Content is protected !!