Friday, May 30, 2014

Setting Unifi AP และ Software Unifi Controller ตอนที่ 2 (สร้าง SSID)

  • Setting Unifi AP และ Software Unifi Controller ตอนที่ 1
  • ตอนที่ 2 จะเป็นการตั้งค่า หลังจากเราติดตั้ง software management แล้ว
  • Access Point แบบองค์กร จะมีจำนวน device ap กี่ตัวก็ชั่ง แต่การตั้งชื่อ SSID จะใช้เป็นชื่อเดียวกันทั้งตึก เพราะจะทำให้ ดูเหมือนว่า องค์กรนั้น มี Wireless ตัวเดียว แต่สัญญาณ ครอบคลุมตึกเลย
  • ส่วน Unifi นั้น การจัดการจะเป็นแบบ ชื่ิอเดียวอยู่แล้ว ครับพี่น้อง
Method
  • คลิก Launcher Unifi Access Point เพื่อจะรัน Software Management 
  • จะได้หน้าต่างประมาณนี้ คลิกที่ Launch a Browser to Manage Wireless Network 
  • มันจะเตือนเรื่อง Certificate นิดหน่อย เราก็ Process continue ต่อได้เลย จากนั้นใส่ Username , Password
  • คลิกที่ Settings ซึ่งเมนูมันจะอยู่ช่วงล่างๆ ดังภาพ จากนั้นคลิก Wireless Networks
  • คลิกที่ปุ่ม Create เพื่อจะสร้าง SSID หรือ Guest SSID แล้วแต่เรา เพราะ Unifi มันเป็นแบบ 1 ตัวสามารถสร้างได้มากกว่า 1 SSID อยู่แล้ว
  • ตั้งชื่อ SSID ให้เรียบร้อยคลิก Enabled ด้วย เลือก Security Mode ถ้าเราเปิดให้ใครก็ได้ใช้ SSID นี้ ก็เลือกเป็น Open 
  • หรือเราต้องการตั้งรหัสแบบ WEP หรือ WPA ก็เลือกเอา (แต่เราชอบ แบบ Open นะ เพราะมันทำ Voucher ได้ ถ้าเรา Enable Guest Policy และเราต้องไปตั้งค่า Guest Control ด้วย)
  • สุดท้ายคลิก Create จากนั้นเราก็จะพบรายการชื่อ SSID ใน ลิสเรียบร้อย จบตอน 2 เพียงเท่านี้ก่อนครับ

At least one service or driver failed during system startup. Use Event Viewwer to examine the event log for details.

At least one service or driver failed during system startup. Use Event Viewwer to examine the event log for details.
  • ประเด็นคือ เอา Harddisk ที่มี Windows Server 2003 R2 ในนั้น ไปใส่ในอีกเครื่องหนึ่ง และใช้ Server นี้ เป็น OS หลักของเครื่องใหม่
  • พอรันระบบขึ้น หน้า Login มันขึ้น Message box หว่า ตลอดเลย
  • เท่าที่สังเกตใน event ก็ยัง งงๆ

Wednesday, May 28, 2014

Turn off 2-Step Verification GMail

Turn off 2-Step Verification

Did your email client or applications stop working when you turned on 2-Step Verification? Don't fret -- you can get applications and devices that need access to your Google Account working again in minutes using application-specific passwords.

Turning off 2-Step Verification

  1. Visit the Using 2-Step Verification page under your Google Account settings. Sign in with your username, password, and verification code if prompted.
  2. Click Turn off 2-Step Verification.
  3. A pop-up window will appear to confirm that you want to turn off 2-Step Verification. Click OK.

Revoking and destroying passwords and codes to protect your account

If you used application-specific passwords to authorize applications to access your Google Account, we recommend you go back to using passwords -- rather than application-specific passwords -- to access these applications. That way, you can revoke your application-specific passwords so nobody else can use them:
  1. Visit the Authorizing applications & sites page under your Google Account settings.
  2. Click Revoke for any application or device whose code you want to revoke.
  3. For each application that you revoked an application-specific password, you'll need to reauthorize the application by entering your username and password, as you did before you turned on 2-Step Verification. You might not be prompted for this information the next time you use the application as some applications will take longer to recognized that an application-specific password has been revoked.
In addition, remember to destroy all backup codes that you had been using to verify this account.
ที่มา - https://support.google.com/accounts/answer/1064203?hl=en
Solved
  • ให้เราไปที่ https://www.google.com/accounts/SMSAuthConfig (ไม่ว่าเราจะ On หรือ Off 2-step verify ใช้ลิ้งเดียวกันนี้นะ)
  • ล๊อกอินเข้าสู่ระบบ เราจะได้ดังภาพประมาณนี้ นะ
  • จะเห็นได้ว่า สถานะปัจจุบัน เป็น On อยู่ ให้เราคลิกที่ปุ่ม Turn off ได้เลย จะมีหน้าต่างยืนยันขึ้นมาดังภาพ
  • เพียงเท่านี้เราก็จะยกเลิก ระบบ 2-Step verify ของ GMail เราแล้วครับพี่น้อง

Friday, May 16, 2014

GroupBox HTML Code

ที่มา - http://www.siamfocus.com/content/groupbox.htm

GroupBox GroupBox หากใช้ใน WindowsForm จะสามารถช่วยในการจัดกลุ่มของแต่ละ Control ได้ครับ แต่หากนำมาใช้บน Web ก็จะเห็นเป็นกรอบแล้วมีตัวหนังสืออยู่บนเส้นด้านบนครับ ลองนำไปใช้ดูครับ

<fieldset> 
<legend>Title</legend> 
&lt;!--เนื้อหา--&gt; 
Detail 
&lt;!--เนื้อหา--&gt; 
</fieldset>

HTML Encode - http://www.web2generators.com/html/entities

Popular Posts