Category: Ubuntu

เทคนิคและวิธีใช้โปรแกรมปฏิบัติการแบบเปิด Ubuntu

0

Configuring the Boot Menu in Ubuntu

ติดตั้งโปรแกรม start up manager เพื่อใช้สำหรับจัดการ Boot ใน Ubuntu #aptitude install startupmanager จากนั้นเข้าสู่โปรแกรม System > Administration > StartUp-Manager แก้ไข boo

ubuntu 18.04 failed to connect to some HTTPS sites

วิธีการแก้ไข ทำการ disable ipv6 nano /etc/sysctl.conf เพิ่มข้อความไว้ท้ายสุดดังนี้ net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 ตรวจสอบการทำงาน cat /proc/sys/net/ipv6/conf/all/disable_ipv6 หากออกมาเป็น 0 ให้ทำการพิมพ์คำสัง $ sudo sysctl -p...

Nginx Let’s Encrypt on Ubunto 18.04

Step 1 Install Certbot add the rpository Install Cerbot’s Nginx package Step 2 Confirming Nginx’s Configuration Step 3 Allow HTTPS Through the Firewall Step 4  Obtaining...