Posts

Showing posts with the label close

Solution Ubuntu 11 10 minimize maximize and close button to right

Solution Ubuntu 11 10 minimize maximize and close button to right following command should do the job. gconftool-2 --set /apps/metacity/general/button_layout  --type string "menu:minimize,maximize,close" logout and login thats it. - Mihir Patel download file now

Solution Ubuntu 10 04 minimize maximize and close button to right

Image
Solution Ubuntu 10 04 minimize maximize and close button to right One of the more controversial changes in the Ubuntu 10.04 is the Mac OS-inspired change to have window buttons on the left side. We�ll show you how to move the buttons back to the right. Before While the change may or may not persist through to the April 29 release of Ubuntu 10.04, in the beta version the maximize, minimize, and close buttons appear in the top left of a window. How to move the window buttons The window button locations are dictated by a configuration file. We�ll use the graphical program gconf-editor to change this configuration file. Press Alt+F2 to bring up the Run Application dialog box, enter �gconf-editor� in the text field, and click on Run. The Configuration Editor should pop up. The key that we want to edit is in apps/metacity/general. Click on the + button next to the �apps� folder, then beside �metacity� in the list of folders expanded for apps, and then click on the �general� folder. The butto...

Solusi untuk mengatasi aplikasi sosmed game yang force close sendiri keluar sendiri

Solusi untuk mengatasi aplikasi sosmed game yang force close sendiri keluar sendiri Untuk aplikasi Sosmed Ada 3 tips yang bisa kalian lakukan: 1. Matikan Internet Anda / Matikan Notifikasi Pop-Up dari aplikasi Sosmed kalian Mungkin bisa saja game tersebut keluar/exit dengan sendirinya karena ada notifikasi masuk entah itu LINE, WeChat, Whatsapp, dan lain-lain. Jadi bila anda bermain game, usahakan internet anda mati atau mematikan notifikasi pop-up jika kalian masih ingin mendapatkan pesan dari teman. Mematikan koneksi internet juga berfungsi untuk menghemat baterai Android anda. 2. Matikan fitur Background Mode Ini solusi untuk point pertama. Bila kamu gak mau mematikan internet dikarenakan sebuah alasan tertentu  coba  matikan Background Mode & Sync nya. Gunanya supaya fitur real-time notification anda OFF. 3. Jangan  Install  Aplikasi Berlebihan Jangan kebanyakan install aplikasi yang menguras ram karena tanpa kalian sadari banyak aplikasi yang berjalan di ba...

Steps to create open and close an Oracle Wallet using Oracle Wallet Manager

Image
Steps to create open and close an Oracle Wallet using Oracle Wallet Manager Its possible to create the Oracle Wallet using the owm gui utility or from sqlplus with a new set of key management statements (ADMINISTER KEY MANAGEMENT). Lets see first in this post how to proceed using the owm gui utility. Using the Oracle Wallet Manager its possible to create standard wallets (PKCS #12, Public-Key Cryptography Standards) on file system or wallets (PKCS #11) used in conjunction of hardware security modules (HSM), tokens or smart cards. From the command line type: [oracle@vsi08devpom ~]$ owm & The following screenshot appears: To create a new wallet from the Wallet menu select New . If the Oracle software detects you dont have a default directory for the wallet it will ask you to create one: you can always choose a custom directory. The default path of the wallet directory is: $ORACLE_HOME/owm/wallets/user_name (/app/oracle/product/12.1.0/dbhome_1/owm/wallets/oracle in my case).   ...