Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
warut92 authored Sep 2, 2023
1 parent db2c29c commit fc7f996
Showing 1 changed file with 37 additions and 12 deletions.
49 changes: 37 additions & 12 deletions mysetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ img {
width: 200px
}
</style>
# ลินุกซ์แจกจ่ายจาก Ubuntu

# ระบบ

## การติดตั้งระบบปฏิบัติการลินุกซ์แจกจ่าย **[Xubuntu](https://xubuntu.org/)**
* การติดตั้ง Linux ที่สามารถบูตได้ทางแฟรชไดรฟ์ผ่านทาง Terminal
* `df` หาที่อยู่ของแฟรชไดรฟ์
* ยกเลิกการเชื่อมต่อของแฟรชไดรฟ์ `sudo umount /ที่/อยู่`
* ติดตั้งผ่านคำสั่ง `sudo dd bs=4M if=/ที่อยู่/ของ/ไฟล์ISO of=/ที่อยู่ของ/แฟรชไดรฟ์ status=progress oflag=sync` เสร็จ! [ที่มา](https://vitux.com/how-to-create-a-bootable-usb-stick-from-the-ubuntu-terminal/)
* การตั้งค่าแบบแบ่งพาร์ติชันเอง
* โฟลเดอร์ในไดร์ฟไม่สามารถลบ เปลี่ยนชื่อ ย้าย > เนื่องมาจาก dual boot ปิด Windows ไม่สมบูรณ์
* โฟลเดอร์ในไดร์ฟไม่สามารถลบ เปลี่ยนชื่อ ย้าย >> เนื่องมาจาก dual boot ปิด Windows ไม่สมบูรณ์


## ติดตั้งโปรแกรม
Expand All @@ -21,58 +22,75 @@ img {

sudo dpkg -i *.deb
---

### [VMware Workstation](https://en.wikipedia.org/wiki/VMware_Workstation) โปรแกรมจำลองเครื่องเสมือนจริง
- ดาว์นโหลดไฟล์ `.bondle` จากเว็บไซต์ [vmware](https://www.vmware.com/asean/products/workstation-player/workstation-player-evaluation.html) เปิด terminal `sudo apt-get update` และ `sudo apt install gcc build-essential` ไปที่ไฟล์ที่ดาว์โหลด `chmod +x filename.bundle` ติดตั้งด้วย `sudo ./filename.bundle`

---
### แตกไฟล์

### โปรแกรมแตกไฟล์
- .rar โปรแกรม [unrar](https://linuxhint.com/extract_rar_files_ubuntu/)

- .zip

unzip {file name}

- .tar

tar -xf {file name}

---

### ติตตั้ง wine ด้วย termianl
sudo apt install wine64
_ใช้ติดตั้ง LINE ได้ผล_

ใช้ติดตั้ง LINE ได้ผล

---

### ติดตั้ง gnome-disk-utility

sudo apt-get update -y

และ

sudo apt-get install -y gnome-disk-utility

---

### terminal ตรวจสอบความร้อนแบต+การทำงานของพัดลม

sensors

---

### เปลี่ยน DNS Server
cd /etc

sudo nano resolv.conf
---

### โปรแกรม [screenkey](https://www.thregr.org/~wavexx/software/screenkey/)

![](https://www.thregr.org/~wavexx/software/screenkey/screenkey.gif)
--

---

### การติดตั้งแป้นพิมพ์ Manoonchai

wget https://github.com/hiohlan/kiimo/raw/main/output/Manoonchai/Manoonchai_xkb --output-document=Manoonchai_xkb

และ

sudo cp ./Manoonchai_xkb /usr/share/X11/xkb/symbols/

และ

setxkbmap -layout 'us,Manoonchai_xkb' -option 'grp:win_space_toggle'

คุณสามารถเปลี่ยน option ได้จาก [List of all setxkbmap configuration options (including models/layout/etc)](https://gist.github.com/jatcwang/ae3b7019f219b8cdc6798329108c9aee)

ไฟล์ variant ส่วนหนึ่งของ keyboard ภาษาไทยที่มีอยู่เดิม >> [my-k-layout](https://github.com/warut92/myklayout)

---

### [DWM](https://dwm.suckless.org/)
* dwm status bar แบบง่าย [dwm-bar](https://github.com/joestandring/dwm-bar)

---
### โปรแกรม 2 หน้าจอ
การตั้งค่า 2 หน้าจอใช้ `randr` จัดการแบบ
หรือผ่านทาง termianl `xrandr`
Expand All @@ -89,6 +107,13 @@ _ใช้ติดตั้ง LINE ได้ผล_
`sudo apt-get remove gimp` (ไม่ลบไฟล์คอนฟิกูเรชัน)
* ลบโปรแกรมแล้วที่ไม่ได้ใช้แล้ว (เพกเกจเกี่ยวเนื่อง) `sudo apt-get autoremove`

---

### เปลี่ยน DNS Server
cd /etc

sudo nano resolv.conf

---
## เทอร์มินอลเบื้องต้น
* [chmod](https://poundxi.com/%E0%B8%AD%E0%B8%98%E0%B8%B4%E0%B8%9A%E0%B8%B2%E0%B8%A2%E0%B8%84%E0%B8%B3%E0%B8%AA%E0%B8%B1%E0%B9%88%E0%B8%87-chmod-%E0%B8%9A%E0%B8%99-linux/)

0 comments on commit fc7f996

Please sign in to comment.