ctrl+super+Q – quit
ctrl+super+W – hide/show main window
ctrl+super+R – start recording
ctrl+super+F – finish recording
ctrl+super+P – pause recording
30 września 2015
kazam shortcuts
29 września 2015
firefox adding a site to the exception site list
Adding a site to the Exception Site List
End-users can access the Exception Site List from the Java control panel.
- Use your browser to access the RIA that you normally use.
- Copy the URL from the address bar.
Only choose directory paths ending in a / and not a filename.- Right: https://www.example.com/someApplication/
- Wrong: https://www.example.com/someApplication/filename.html
- Open the Java control panel.
- Windows/Mac – Open your system control panel or System Preferences and choose Java.
- Linux/Solaris – Run the jcontrol command.
- Choose the Security tab.
- Click the “Manage Site List” button near the bottom.
https://blogs.oracle.com/java-platform-group/entry/upcoming_exception_site_list_in
10 września 2015
How to set the JDK for Android Studio?
I can’t compile a default new project for Android 2.1 because(?) the JDK used by Android Studio is JDK 1.7 but it should be JDK 1.6.
To change it I go to File -> Project Structure and try to find the JDK 1.6 location.
http://askubuntu.com/questions/467870/how-to-set-the-jdk-for-android-studio
3 września 2015
Oracle BI – import metadata connection failed – windows
1. Edit registry under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\<Oracle_Home> to make sure NLS_LANG key is set to a valid characterset for the Oracle Client used as the DSN.
2. Please edit the file %OBIEE_Client_Home%\\oraclebi\orahome\bifoundation\server\bin\bi_init.bat to set %ORACLE_HOME%\bin as first entry in the PATH.
3. Please add TNS_ADMIN entry to the bi_init.bat file to point to your Oracle client tnsnames.ora home directory path (in case exists) or to your OBIEE tnsadmin %OBIEE_Client_Home%\Oracle_BI1\network\admin.
e.g.
set TNS_ADMIN=C:\oracle\product\11.2.0\client_1\network\admin
OR
set TNS_ADMIN=C:\Oracle\OracleBIEE11g\Oracle_BI1\network\admin
https://community.oracle.com/thread/2267972
2 września 2015
force fsck at root filesystem
sudo touch /forcefsck
Then reboot.
or
shutdown -rF now (F - force fsck at boot time)
http://superuser.com/questions/401217/how-to-check-root-partition-with-fsck