Ubuntu

บทความและคู่มือเกี่ยวกับ Ubuntu

ติดตั้ง Nginx Proxy Manager บน ubuntu 24.04

ขั้นตอนการติดตั้ง Nginx Proxy Manager บน ubuntu 24.04 ขั้นตอนที่ 1: ติดตั้ง Docker และ Docker Compose (หากยังไม่มี) เปิด Terminal บนเครื่อง Ubuntu แล้วรันคำสั่งเหล่านี้ทีละบรรทัดครับ: sudo apt upd

เปลี่ยน Hostname บน ubuntu

เปลี่ยน Hostname บน ubuntu ตรวจสอบข้อมูลเดิม hostnamectl เปลี่ยนชื่อ hostnamectl set-hostname ชื่อHostname ตรวจสอบซ้ำ สามารถใช้งานได้ทันที hostnamectl

ลบข้อความต้อนรับ คอนเข้า SSH

sudo truncate -s 0 /etc/motd

Ubuntu 24.04 LTS E: Package 'libaio1' has no installation candidate

apt-get install libaio1 Reading package lists... Done Building dependency tree... Done Reading state information... Done Package libaio1 is not available, but is referred to by another package. This m

install VMware Tools on Ubuntu

sudo apt-get install open-vm-tools-desktop หรือ sudo apt-get install open-vm-tools sudo reboot

Ubuntu 24.04 ตั้งค่า Timezone เป็น Asia/Bangkok

ตรวจสอบ Timezone ปัจจุบัน timedatectl 📌 ระบบจะแสดงผลประมาณนี้: > 🔹 ถ้ายังเป็น UTC ต้องเปลี่ยนเป็น Asi

วิธีการเปลี่ยนพอร์ต SSH ใน Ubuntu

1. sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak 2. sudo nano /etc/ssh/sshd_config 3.แก้ไข #Port 22 เป็นพอร์ตที่ต้องการเช่น Port 2222 4.ตั้งค่าไฟวอล sudo ufw allow

Plesk ติดตั้ง PHP 5.6 บน Ubuntu 20, 22 และ 24

ติดตั้ง PHP 5.6 บน Ubuntu 20, 22 และ 24 ควรติดตั้ง PHP from OS vendor ใน ui Add and Remove Product Components ก่อน 1.ติดตั้ง software-properties-common แพ็กเกจสำหรับจัดการที่เก็บข้อมูล: apt-ge

แก้ปัญหา Ignoring file 'plesk.list.ai_back' in directory

N: Ignoring file 'plesk.list.ai_back' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension rm /etc/apt/sources.list.d/plesk.list.ai_back ที่มา : https://talk.plesk.c

remove gnome desktop

If GUI is troubling you, login through CUI(Ctrl+Alt+F1) Check if "ppa-purge" package is installed or not. Run dpkg -l | grep ppa-purge If it returns the value, "ppa-purge" is installed. If not

Delete terminal history in Linux

You can clear your bash history like this: cat /dev/null > ~/.bash_history && history -c && exit cat /dev/null > ~/.bash_history erases the content of the ~/.bash_history file.

Cinnamon 3.0 Is Released, Here’s How To Install it On Ubuntu

Cinnamon 3.0 has been released and chances are you’re itching to upgrade to it! Well, first hold your horses. This latest stable release of the popular GNOME-fork brings a modest set of improvements t