From PEM to PFX: openssl pkcs12 -export -out your_pfx_certificate.pfx -inkey your_private.key -in your_pem_certificate.crt -certfile CA-bundle.crt Nattakon MingkaewMore Posts
- Home
- »
PSU Wifi Manual
PSU Wifi Manual To connect to the WiFi system in the area with PSU WiFi signal (802.1x), users must enter the Username and Password of the PSU Passport to log. read more…
ขั้นตอนการขอใช้งาน บัญชี ZOOM PSU
1. login เข้าใช้งานได้ที่ https://vcs.psu.ac.th 2. เลือกวันที่ต้องการใช้งาน 3. ระบุรายละเอียดการจอง (กรณีให้ระบบสร้าง Meeting ID กรุณาจองล่างหน้า 1วันทำการ) 4. เมื่อทำจองเสร็จสิ้น ผู้ใช้สามารถดูสถานะการจองได้ดังรูป และจะได้รับ บัญชีผู้ใช้ ZOOM ชั่วคราวและ Metting ID ผ่านระบบ email ของมหาวิทยาลัย Nattakon MingkaewMore Posts
config switch alcatel #กันลืม
***ใช้แก้ไขเมื่อ save config ไม่ได้ save running -> working: write memory save working -> certified: copy working certified [flash-synchro] save running even in certified mode: configuration snapshot all <file>. Then move the file to. read more…
Enable HTTP Strict Transport Security
enable mod_headers#sudo a2enmod headersin config file <VirtualHost *:443> …… Header always set Strict-Transport-Security “max-age=31536000; includeSubdomains;” …… </VirtualHost> Nattakon MingkaewMore Posts
SSL Enabling Forward Secrecy #กันลืม
SSLProtocol all -SSLv2 -SSLv3 SSLHonorCipherOrder on For SSLCipherSuite, use one of the following configurations: Configure with RC4 Use this configuration if you have a preference for GCM (Galois Counter Mode) suites (these suites. read more…
fix can’t delete network interface vmwavr #กันลืม
****ทดสอบใช้งานกับ Windows Server 2000 and 2003 แล้ว แก้ไขได้ you may need to add the parameter to Windows and set its value: Right-click the My Computer desktop icon and choose Properties. Click the Advanced tab and. read more…
ยืดอายุแบตเตอรี่โน้ตบุ๊ค พร้อม Calibrate Battery ให้ใช้ได้นานที่สุด
มีคำถามมากมายเกี่ยวกับแบตเตอรี่ ไม่ว่าจะเป็นการชาร์จ, แบตเสื่อม ประหยัดแบต โน๊ตบุ๊คและอีกมากมาย เนื่องด้วยในบรรดาอุปกรณ์ภายในโน๊ตบุ๊คของเราส่วนมาก สิ่งที่จะมีปัญหาอันดันแรก นั้นก็คือแบตเตอรี่ ซึ่งหากใช้งานไม่ถูกต้อง ซื้อมาเพียงไม่กี่เดือนแบตก็เสื่อมแล้วครับผม ทำให้เป็นปัญหาเวลาใช้นอกสถานที่เป็นอย่างมาก โดยเฉพาะโน๊ตบุ๊คที่เป็นอัลตร้าบุ๊คที่เน้นการพกพาเพราะถ้าใช้แล้วแบตหมดเร็วก็ไม่รู้จะซื้อมาพกพาทำไม อิอิ ถ้ามันมีพาวเวอร์แบงค์ให้ชาร์จก็คงดี ฮาๆ เอาหละครับ เพื่อไม่เป็นการเสียเวลาเรามาดูความเข้าใจผิดๆ เพื่อให้เราเข้าใจถูกเกี่ยวกับแบตเตอรี่โน๊ตบุ๊คกันเลยดีกว่าครับ 1 ปล่อยให้แบตเตอรี่หมดก่อนแล้วค่อยชาร์จ เรื่องความร้อนนั้นเป็นของคู่กับโน้ตบุ๊คด้วยเลยก็ว่าได้ ส่วนสำหรับแบตเตอรี่นั้นหากได้รับความร้อนนานๆ อายุก็จะสั้นลงแน่นอน แต่เอ๊ะ!! แล้วจะให้ทำยังไงหละในเมื่อการชาร์จทุกเครื่องมันก็ร้อนนิหน่า ถูกไหม? แต่ผมมีวิธีแนะนำครับผม นั้นก็คือ อย่าปล่อยให้แบตเตอรี่อยู่ต่ำกว่าประมาณ 20%. read more…
How to Connect eduroam WiFi for Android
1.At the home page, navigate to Settings. 2.Navigate to Connections > WiFi Choose SSID eduroam 3.Choose PEAP from the EAP method drop-down menu. Choose MSCHAPV2 from the Phase 2 authentication drop-down menu. Choose Don’t validate from the CA certificate. read more…
Fix CISCO not load startup config #กันลืม
check configuration register#show ver“Configuration register is 0x142 (will be 0x102 at next reload)” in config mode #no system ignore startupconfig switch all#config-register 0x102#end then #copy startup-config running-config #write mem#reload . read more…
ProxyPass Apache #กันลืม
#enable modules a2enmod proxy proxy_http #add virtualhost<VirtualHost name.test.com:80><Location />ProxyPass http://localhost:8000/AllowOverride AllOrder allow,denyAllow from all</Location></VirtualHost> Nattakon MingkaewMore Posts
redirect http to https | www to non-www
#ส่วนตัว กันลืม***หมายเหตุ ต้องสร้าง virtualhost ทั้ง 2 example.com และ www.example.comRewriteEngine On #Redirect to non-WWW RewriteCond %{HTTP_HOST} ^www.example.com$ RewriteRule ^(.*) https://example.com/$1 [QSA,L,R=301] #if the request is not secure RewriteCond %{HTTPS} off #redirect. read more…