0% found this document useful (0 votes)
214 views2 pages

After Install ArchCraft

This document provides instructions for configuring an Arch Linux system after installation. It includes steps to update packages and the boot configuration, mount additional storage, configure aliases and desktop settings, restore WiFi credentials, install additional software like LibreOffice and fonts, set up VPN and printing, customize the lockscreen, and reinstall the oh-my-zsh configuration. Completing these steps helps to finalize the system configuration and install some common utilities.

Uploaded by

muslaine
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
214 views2 pages

After Install ArchCraft

This document provides instructions for configuring an Arch Linux system after installation. It includes steps to update packages and the boot configuration, mount additional storage, configure aliases and desktop settings, restore WiFi credentials, install additional software like LibreOffice and fonts, set up VPN and printing, customize the lockscreen, and reinstall the oh-my-zsh configuration. Completing these steps helps to finalize the system configuration and install some common utilities.

Uploaded by

muslaine
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

Update : sudo pacman -Syyu


2. Rubah Boot Countdown
- sudo nano /etc/default/grub
- GRUB_TIMEOUT=1 => defaultnya 10
- update grub = sudo update-grub
3. Mount HDD with fstab
- Cek ID Partisi dg sudo blkid & df
- sudo nano /etc/fstab
- Formatnya: UUID=xxx /mount/point/partisi ext4 defaults,noatime,x-gvfs-
show,x-gvfs-name=DATA 0 0
4. Update alias di .zshrc atau .bashrc
- Copas custom alias
- ketik: source ~/.zshrc atau source ~/.bashrc
5. Update .config/Openbox/rc.xml
- Copas custom rc.xml
- ketik: openbox --reconfigure
6. Restore Wifi data & Password
- Matikan Network : sudo systemctl stop NetworkManager.service
- Copas wifi data : sudo cp system-connections/* /etc/NetworkManager/system-
connections/
- Hidupkan Network : sudo systemctl start NetworkManager.service
7. Geany line_wrapping=true
- ketik: nano .config/geany/geany.conf
8. Copas custom template (klik kanan new document) ke ~/Templates
9. Install & Configure libreoffice-still
- Format Lokal Angka
Tools > Option > Language settings > Language >
Locale setting : Indonesian
Default currency : IDR
Decimal separator key : centang same as locale setting
- Ubah ukuran inchi menjadi cm / mm
Writer => Tools > option > LibreOffice Writer > General > setting >
measurement unit
Calc => Tools > option > LibreOffice Calc > General > Metrics >
measurement unit
10. Install ttf-ms-fonts
- install : yay -S ttf-ms-fonts
11. Copas TTF pilihan ke /usr/share/fonts/TTF
- ketik: sudo cp selected\ TTF/* /usr/share/fonts/TTF/

12. Fix MSfont rendering


- ketik: sudo nano /etc/fonts/fonts.conf
- Tambahkan Kode:
<!-- Render MS Fonts -->
<match target="font" >
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
- update font cache: fc-cache -vf
13. Install seahorse utk mengingat password
14. Mount & Pin Folder otomax
- setelah pin coba logout & login lagi apakah share lgsg bs diakses?
- kalo msh minta password, ketik: sudo pacman-key --populate
- Restart, setelah coba akses share folder lagi
- login & logout lg lalu cek apakah sdh otomatis bs akses
15. Printer | manage printing | http://localhost:631/
- pacman -S system-config-printer python-pysmbc samba
- sudo nano /etc/samba/smb.conf
lalu copas text confignya
- Enable Samba : sudo systemctl enable samba.service
- Tambahkan printer
- Add > Network Printer > Find Network Printer
- Host: 172.16.101.5 > Search
- Credential
user: spbna4
pass: 456123
- Choose Driver
Epson > L120
- Printer properties > Policies > enabled
- Tambahan jika diperlukan
- install: avahi (agar otomatis detek network service server)
- enable smb & nmb
sudo systemctl status smb nmb
sudo systemctl enable smb nmb
16. Add VPN - Pilih VPN PPTP
17. Fix VPN manually
Fix VPN di archcraft
sudo su
cd /etc/NetworkManager/system-connections
ls lalu edit koneksi VPN
rubah:
password-flags=0

Tambahkan dibawah [vpn]:


[vpn-secrets]
password=YourPassword

Restart koneksi:
systemctl restart NetworkManager
18. Install Apps
19. Update Lockscreen
- betterlockscreen -u
/run/media/malik/a526d2ac-0375-411d-b295-c32b7297c72e/Wallpapers/DT
Wallpapers/0062.jpg
20. Fix oh-my-zsh di terminal
- Rename ~/.oh-my-zsh ke nama lain
- Install ulang oh-my-zsh
sh -c "$(curl -fsSL
https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sumber: https://ohmyz.sh/
- Edit ~/.zshrc yg baru lalu tambahkan alias yg biasa digunakan

You might also like