Read Gmail messages on other email clients using POP

You can open your messages from Gmail in other mail clients that support POP, like Microsoft Outlook.

Step 1: Make sure POP is the best way to read your emails

IMAP and POP are both ways to read your Gmail messages in other email clients.

IMAP can be used across multiple devices. Emails are synced in real time.

POP can only be used for a single computer. Emails aren’t synced in real time. Instead, they’re downloaded and you decide how often you want to download new emails.

Continue reading

วิธีตามหามือถือหาย สำหรับมือถือ หรือ แท็บเล็ต Android

android-device-manager-01ใครที่ใช้สมาร์ทโฟน บางท่านก็กลัว หรือไม่ก็เคยทำมือถือหายไปแล้ว หรือไม่ก็ถูกขโมยไป จะตามหามือถือที่หายไปได้อย่างไร ? ซึ่งใครใช้ iPhone ก็จะรู้ว่ามีแอพ Find My iPhone  ไว้สำหรับตามหามือถือหายไปได้ แต่ถ้าสมาร์ทโฟน Android ซึ่งมีผู้ใช้จำนวนมากหลายขนาดหลายไซด์ หลายยี่ห้อ จะใช้แอพอะไรในการค้นหา ซึ่งวันนี้จะมาดูการใช้แอพและเว็บไซต์ในการตามหามือถือ Android ที่หายไปกัน

Continue reading

How To Install Linux, Apache, MySQL, PHP (LAMP)

About LAMP

LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to install the rest.

Set Up

The steps in this tutorial require the user to have root privileges on your VPS. You can see how to set that up in the Initial Server Setup in steps 3 and 4.

Step 1: Install Apache

Apache is a free open source software which runs over 50% of the world’s web servers.

To install apache, open terminal and type in these commands:

sudo apt-get update
sudo apt-get install apache2

Continue reading

วิธีปิดการทำงาน SMB How to Disable SMB on Windows Machines to prevent WannaCry Ransomware

In light to the recent cyber attack of ransomware which goes by the name “WannaCry” has affected more over 99 countries. This attack is believed to use the exploit tool called “ETERNALBLUE” which was leaked from the NSA, by the hacker group called ShadowBrokers. This tool exploits the vulnerability in the SMB service of the machine to spread and propagate. This document will provide you with the steps that a reader can take to disable the SMB service. By disabling the service the propagation of the virus will stop from spreading.

Please note: Before proceeding further it is strongly advised to take a backup of the machine because you will in some case might require to change the Windows Registry. If the steps are not carefully followed it might even crash the machine.

For Windows 10/8/7

Windows 10 users can disable the SMB feature by following these simple steps:

1. Click on the Search option and search for “Windows Features” and you will see the result as “Turn Windows Feature on and off.”
2. Upon clicking the option, the following screen will be prompted

3.Now untick the ransom1box and click on “Ok”.

Continue reading

Restore or reset Surface Windows

If you’re having trouble with your Surface Pro model, Surface 3, or Surface Book, you may be able to restore or reset it to solve the problem.

Applies to

Surface Studio, Surface Book, Surface Book with Performance Base, Surface Pro 4, Surface Pro 3, Surface 3, Surface Pro 2, Surface Pro.
Continue reading

HowTo: Linux Show List Of Network Cards

  1. lspci command : List all PCI devices.
  2. lshw command : List all hardware.
  3. dmidecode command : List all hardware data from BIOS.
  4. ifconfig command : Outdated network config utility.
  5. ip command : Recommended new network config utility.

lspci command

Type the following command:
# lspci | egrep -i --color 'network|ethernet'

lshw command

Continue reading