0% found this document useful (0 votes)
402 views3 pages

Remastering Ubuntu 18

Download as txt, pdf, or txt
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 3

Remastering Ubuntu 18.04.

2 like Mac-OS

Persiapan :
- Pinguy Builder (Download : https://sourceforge.net/projects/pinguy-
os/files/ISO_Builder/pinguybuilder_5.1-7_all.deb/download)
- Mac Wallpaper (Download : http://drive.noobslab.com/data/Mac/MacBuntu-
Wallpapers.zip)
- Plymouth (Download : https://www.gnome-look.org/browse/cat/108/)
- Icons (https://www.gnome-look.org/browse/cat/132/)

Update System:
-sudo apt-get update

Menambahkan Backgrounds ke System


-sudo cp MacBuntu-Wallpapers /usr/share/backgrounds

1. Install Gnome Tweak Tool

-apt-get install gnome-tweak-tool

2. Install Gnome Shell Extensions

-sudo apt install gnome-shell-extensions


-sudo apt install chrome-gnome-shell

3. Install Dconf
-sudo apt-install dconf-editor

4. Kustomisasi Tema dan Icon


-sudo add-apt-repository ppa:noobslab/macbuntu
-sudo apt-get update
-sudo apt-get install macbuntu-os-icons-v1804
-sudo apt-get install macbuntu-os-ithemes-v1804

jika tema dan icon download di gnome-look , ekstark file ke


- theme : /usr/share/themes/
- icons : /usr/share/icons/

5. Setting Dash To Dock


- Settings > Dock > Enable Auto-Hide, Icon size = 28, Position = Bottom

6. Enable Dash To Dock


- Dconf-editor > org > gnome > shell > extensions > dash-to-dock > Extend-Height =
false/mati

7. Setting Theme and Icons


- Tweaks > Apperance
Themes:
Applications : MacBuntu-OS
Cursor : Mac-cursor
Icons : MacBuntu-OSX
Background
Image : mbuntu-3.jpg
Lock Screen
Image : mbuntu-4.jpg

8. Install Plymouth

-cd [Your-Plymouth-Dir]
-cp neon-plymouth /usr/share/plymouth/themes/

-sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth


default.plymouth /usr/share/plymouth/themes/neon-plymouth/neon-plymouth.plymouth
100

-sudo update-alternatives --config default.plymouth

-sudo update-initramfs -u

9. Change Grub Background

-cp /usr/share/backgrounds/mbuntu-14.png /boot/grub


-update-grub

10. Ubah Login Screen Background

-sudo gedit /usr/share/gnome-shell/theme/ubuntu.css


-#lockDialogGroup {
background: #2c001e url(file:///[fileLocation/filename.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

Contoh :
-#lockDialogGroup {
background: #2c001e url(file:///usr/share/backgrounds/mbuntu-8.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;

11. Install Applications needed


Contoh:
- Multimedia : GIMP , Inkscape , Audacity , KDenLive , Blender
- Networking : VirtualBox, GNS3, Wireshark
- Programming : Sublime, Atom, Lazarus, MySQL, GCC

12. Ubah Nama Distro

-nano /etc/issue
-nano /etc/issue.net
-nano /etc/lsb-release

Ubah kata "ubuntu" dengan nama distro

13. Ubah Logo Ubuntu di Details About


- Rename nama logo ke ubuntu-logo-icon.png
- Copy logo ke /usr/share/icons/hicolor/256x256/apps/ubuntu-logo-icon.png

14. Ubah Keterangan Versi Ubuntu di Detalis About


- sudo nano /usr/lib/os-release
dibawah "PRETTY_NAME"

NAME="Ubuntu"
VERSION="18.04 (Bionic Beaver"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04"
VERSION_ID="18.04"

Ganti "Ubuntu" dengan nama distro

15. Install Pinguy Builder

- sudo dpkg -i pinguybuilder_5.1-7_all.deb


- sudo apt-get install -f

16. Packing ISO


- Pinguy Builder
Action
- Select Boot Menu Picture
- Select User Setting
- Select Plymouth
Setting
Username : [yourdistro]
cd-label : [YourDistro]
Filename : [yourdistro].iso
- Action > Dist

You might also like