How to show hidden files in Finder OS X 10.9?

sho-hidden files
Open your termnial then type  to show hidden files:

defaults write com.apple.finder AppleShowAllFiles TRUE

Open your termnial then type  to hidden files:

defaults write com.apple.finder AppleShowAllFiles FALSE

I am not using any Apps,  I am using 10.9.2 and it is working flawlessly without the need to reboot.

System Uptime di OS Mac X, Linux & Windows

Apa itu system uptime? secara singkat artinya sudah berapa lama komputer anda menyala. Lalu bagaimana cara untuk mengetahui tersebut?

Mac dan linux :

Buka terimal anda dan ketikan uptime

Screen Shot 2014-05-11 at 12.04.41 PM

uptime-linux

Windows

Bisa dengan menekan tiga tombol bersamaan (Ctrl + Shift + Esc)

taskmanager-uptime

Tombol fn keyboard tidak bisa kembali

laptop-notebook-keyboardPernah mengalami tombolnya fn nya seperti nyala terus atau hidup trus.

Hasil cari2 dan baca di “Mbah Google” dan baca blog post orang2 yang pernah mengalmi hal serupa, cara menggulangai sangat mudah, cara mengatasinya hanya dengan menekan kombinasi tombol keyboard di laptop anda:

  • Tekan fn+F11+num lock
  • Tekan shift+ctrl+num lock

dan akhirnya keyboard laptop normal kembali.

 

Enable settings Display are disable by the system administrator

Pernah anda mengalami, seting display disable oleh kontrol panel,masalah tersebut bisa diselesaikan dengan cara edit registry

berikut setep2 yang perlu dilakukan

Start | Run | Type: gpedit.msc | OK |
Navigate to >>>
User Configuration\Administrative Templates\Control Panel\
Prohibit access to the Control Panel
[[Disables all Control Panel programs.]]

This is what gets set by the policy above.

Dari menu start masuk RUN ketikan regedit muncul registry editor,
Registry: HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System NoDispCPL

Gantilah value dari 1 menjadi 0, sekrang lihat display nya sudah bisa di setting lagi

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\
Policies\Explorer
Value Name: NoControlPanel
Data Type: REG_DWORD
Value Data: 0 or 1
0 = disable restriction
1 = enable restriction

Install apache mysql php dan phpmyadmin di ubuntu

Pastikan ubuntu anda terkoneksi ke internet, Langkah-langkah install web Apache, PHP dan server database MySQL langkah-langkahnya sebagai berikut:

Instalasi web server Apache
# apt-get install apache2

Instalasi database server MySQL
# apt-get install mysql-server

Instalasi php untuk web server Apache
# apt-get install php5

Instalasi MySQL untuk Apache
# apt-get install libapache-mod-acct-mysql
# apt-get install php5-mysql

Instalasi phpMyadmin

# apt-get install phpmyadmin

ubuntu siap untuk coba2 script php ada.