OwnCloud – Maintenance Mode after upgrade
Stuck in maintenance mode after upgrade? Typical login screen displays: This ownCloud instance is currently in maintenance mode, which may take a while. This page will refresh itself when the … Read More
Stuck in maintenance mode after upgrade? Typical login screen displays: This ownCloud instance is currently in maintenance mode, which may take a while. This page will refresh itself when the … Read More
OSX – right-click “Compress…” is great.. but if you need a simple zip password for the file, Terminal is your tool. 1zip -er archive.zip /path/to/directory/ You will be prompted to … Read More
If a crash occurs while running Pacman, the database can be corrupted. Simplest fix – remove the old files, and have pacman recreate at next run: cd /var/lib/pacman/sync rm -R … 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