Monthly Archives: February 2015

How to Use TeamViewer

TeamViewer is a simple and fast solution for remote control, desktop sharing and file transfer that works behind any firewall and NAT proxy. It’s a software for any situation that combines various applications in one cost-effective solution. It is easy to use. Here is the instruction to tell you how to use TeamViewer forhome and work.

1. Download and install TeamViewer from here:

http://www.filepuma.com/download/teamviewer_10.0.38843-8177/

2. Open TeamViewer on the remote machine. Write down the number labeled ID and the the password .

1

3. Start TeamViewer on the local machine. Keep the “Remote Support” button selected and enter the ID from the remote machine. Click the “Connect to partner” button and enter the password for the remote computer when prompted.

2

4. Use the remote machine by interacting in the newly opened view.

How to Change a Postgres User Password

PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. Changing a PostgreSQL user password is accomplished using the “postgres” command prompt. Here is the instruction to tell you how to change a Postgres User Password.
3

1. Click “Start” and enter “cmd” in the search bar, click “Enter” to open the command prompt window.

1

2. Enter the command “psql -h <server address> -U <username>”. Replace “<server address>” with the network or IP address of the PostgreSQL server and “<username>” with the name of your Super User account.

2

3. Change the password of the PostgreSQL user. Type “ALTER USER <username> WITH PASSWORD ‘<password>’ “. Now you’ve successfully change the password.

How to Insert a Video Into Microsoft Word

Microsoft Word is a great program which features great insertion features. Users could insert  streaming video, and then readers can watch from within your document without having to leave Word. Here is the instruction to tell you how to import a video into Word by having access to the video’s embed code.

1

1. Click on the “Insert” tab, and select the “Online Video” button.

2. Search the video web like YouTube to find the video you want to insert, or just insert your own video’s embed code.

3. Select the video from the search results and click “Insert”. Wait for a moment to establish a connection with your streaming site and verify your embed code. When complete, the video will automatically be embedded in the Word document.

4. Click on the “Layout Options” of the embedded video to configure text wrapping.