GIMP on OS-X – Theming Dark
Theming GIMP on OS-X ORIGINAL POST FOR GNOME3 GIMP theming is VERY easy. Themes (Dark and other can be downloaded from: GIMP Theme Project Copy the downloaded theme files into the GIMP … Read More
Theming GIMP on OS-X ORIGINAL POST FOR GNOME3 GIMP theming is VERY easy. Themes (Dark and other can be downloaded from: GIMP Theme Project Copy the downloaded theme files into the GIMP … Read More
Firefox 42 automatically disables Java plugin extension / add-on. Solution from Oracle: dom.ipc.plugins.java.enabled https://java.com/en/download/help/firefox_java.xml Firefox 42 crashes when trying to run the Java plug-in NOTE: The workaround applies to Firefox … Read More
pyMySQL github: https://github.com/PyMySQL/PyMySQL click: [download ZIP] unzip 123cd ~/Downloads/PyMySQL-master sudo apt-get install python3-setuptools sudo python3 setup.py install !! All Done !! 12python3 import pymysql If no errors come up then … Read More
Insert / Search / use for navigation or action capture: non-printable characters “\r” or char(13) – new line character $code = 32 #down arrow $code = 29 #up arrow $code … Read More
1: Use HP USB Disk Format Tool (XP in Virtual Box works great) 2: Make sure you have downloaded Win98 boot files 3: Point to Win98 boot files during USB … Read More
Installation of python plugin requires NetBeans IDE 8.0.2!! 1: Download and install NetBeans IDE Choose the flavour you need – I used “HTML5 & PHP” 2: Download the Python Plugin … Read More
My favourite keys: Splitting window: ctrl-shift-E :: vErtical split ctrl-shift-O :: hOrizontal split Navigating window panes: alt-arrow (L,R,Up,Down) :: move between panes ctrl-tab :: focus to next pane ctrl-shift-X :: … Read More