Selasa, 27 Mei 2014

Tema Mac OS X untuk Ubuntu 14.04/13.10/13.04/12.10/12.04

Tidak bisa dipungkiri tampilan desktop OS X memang indah. Walaupun bukan komputer Apple kita masih bisa menikmati keindahannya di desktop Ubuntu dengan menginstal temanya.






Untuk font pada gambar diatas menggunakan AppleGaramond.ttf, huruf kecil tapi jelas dan enak dilihat.
Unduh Mac fonts

Via PPA :
kredit : noobslab.com

Ubuntu 14.04
instal tema, ikon dan kursor.
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mac-ithemes-v3
sudo apt-get install mac-icons-v3

instal MBuntu splash/plymouth
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mbuntu-bscreen-v3
instal MBuntu Login Screen
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mbuntu-lightdm-v3
instal Docky
sudo add-apt-repository ppa:docky-core/ppa
sudo apt-get update
sudo apt-get install docky
Tema mac untuk docky

Ganti ikon Ubuntu dengan Apple
wget -O launcher_bfb.png http://drive.noobslab.com/data/Mac-14.04/launcher-logo/apple/launcher_bfb.png
sudo mv launcher_bfb.png /usr/share/unity/icons/

Mengubah scroll-bar ke normal
gsettings set com.canonical.desktop.interface scrollbar-mode normal



Ubuntu 13.10
mengganti logo dash home dengan logo apple
wget -O launcher_bfb.png http://goo.gl/7AIQCA
sudo mv launcher_bfb.png /usr/share/unity/icons/
 instal tema, ikon, dan cursor OS X
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mac-icons-v2-noobslab
sudo apt-get install mac-ithemes-v2-noobslab
Instal Docky
sudo add-apt-repository ppa:docky-core/ppa
sudo apt-get update
sudo apt-get install docky 
Instal Mbuntu Plymouth
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mbuntu-bscreen-v2


Ubuntu 13.04
mengganti logo dash home menjadi logo apple
wget -O apple-logo.zip http://goo.gl/NZyKc
sudo unzip apple-logo.zip -d /usr/share/unity/6/ && rm apple-logo.zip
instal tema dan ikon OS X
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mac-icons-noobslab
sudo apt-get install mac-ithemes-noobslab
instal OS X cursor
wget -O mac-cursors.zip http://goo.gl/xh52J
sudo unzip mac-cursors.zip -d /usr/share/icons/ && rm mac-cursors.zip
cd /usr/share/icons/mac-cursors
sudo chmod +x install-mac-cursors.sh uninstall-mac-cursors.sh
./install-mac-cursors.sh
Ubuntu 12.10
mengganti logo dash home dengan logo apple
wget -O apple-logo.zip http://goo.gl/NZyKc
sudo unzip apple-logo.zip -d /usr/share/unity/6/



instal tema dan ikon
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mac-os-x-icons
sudo apt-get install mac-os-x-theme
instal tema cursor
wget -O mac-cursors.zip http://goo.gl/eYtho
sudo unzip mac-cursors.zip -d /usr/share/icons/; rm mac-cursors.zip
cd /usr/share/icons/mac-cursors
sudo chmod +x install-mac-cursors.sh uninstall-mac-cursors.sh
./install-mac-cursors.sh
Ubuntu 12.04
mengganti ikon dash home dengan logo apple


wget -O apple-logo.zip http://goo.gl/NZyKc
sudo unzip apple-logo.zip -d /usr/share/unity/5/

Instal tema dan ikon OS X
sudo add-apt-repository ppa:noobslab/themes
sudo apt-get update
sudo apt-get install mac-os-lion-icons-v2
sudo apt-get install mac-os-lion-theme-v2

Setelah semua terinstal, gunakan unity tweak tool untuk mengganti tema. Cara instal unity tweak tool, buka terminal ketik perintah berikut sudo apt-get install unity-tweak-tool

8 komentar:

  1. cara menghapusnya gan
    Balas

  2. Sebelum hspus ganti tema dg yg lain. Klo installx tdk dr ppa hapus dari nautilus $ sudo nautilus. File tema ada di /usr/share/themes. File ikon ada di /usr/share/icons

    Klo installx dr ppa $ sudo apt-get remove namapakettema

    Hapus sumber ppa : $ sudo add-apt-repository --remove ppa:SUMBERPPA
    Balas

Install Samba (Ubuntu 14.04 LTS: File Sharing With Samba)

1. Install Samba and the graphical configuration tool:

Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, paste the command below and hit run:

sudo apt-get install samba samba-common system-config-samba python-glade2 gksu
 
2. Open Unity Dash, search for and open the samba configuration tool:

samba graphical configuration tool

3. When the tool opens, go to Preferences -> Server Settings.
Under Basic tab:
  • Workgroup. Same to your Windows Workgroup name (case-sensitive). In Windows 7, right-click Computer icon and go to Properties, there you’ll see Windows Workgroup name.
  • Description.This is the name of your computer as seen by Windows Users.
As it is not advisable to allow ‘Guests’ there should be no reason to change the ‘security’ settings tab unless you wish to do so.




Samba Server Settings


Finally click the OK button to save it.

(Optional) 4. Create a special user for network file sharing
Go to System Settings -> User Accounts -> Click unlock -> Click + (plus) icon -> Choose Standard account and type in names.

add-user

Remember to set a password to enable the new account.
5. Next go to Preferences -> Samba Users. Click Add User:
  • Unix Username: Select a user on this Ubuntu machine. You’ll access the shares from Windows machine with this user privilege. You can create a special user for file sharing by step 4
  • Windows Username: When accessing from Windows machine, you’ll be asked to type this username and the password below.
  • Samba password: When accessing from Windows machine, you’ll be asked to type the username above and this password.
  • Confirm Samba password.
Samba User Settings

Finally, restart Samba service and done!

sudo restart smbd && sudo restart nmbd
 
To share a folder, click the green + (plus) button in Samba Server Configuration tool and you can then easily set the directory, name, read/write permissions and access users.
Tips: If you set the Unix Username to current login user in step 5, you can easily share a folder by “Local Network Share” option in its context menu.