Tag: Linux
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
Firefox 42 + Java Runtime plugin disabled – FIX
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
Python3 – PyMySQL installation
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
NetBeans for Python – Setup
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
Terminator – keybinding shortcut reference
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
1Password Anywhere (via Dropbox online)
Access to 1Password – without having the application installed. 1: Enable syncing over dropbox (saving master file location within dropbox) 2: Login to dropbox via browser, navigate to the 1password.html … Read More
Arch Linux – MacBookPro Retina – Digital Audio LED
source: http://nocodenolife.com/blog/2015/03/12/running-arch-linux-on-a-macbook-pro-retina-mid-2014/ MacBookPro Retina has the digital out on by default – resulting in a red LED that is on from the headphones/line out/D.out port (MBP 13 2014 – left … Read More
rEFInd (FIX!) – OSX 10.11 El Capitan issues
sources: rEFInd website Writeup by Matt Janik Writeup by Dallin Hitchcock Installing rEFInd & Theming – see previous post. Working betweek ArchLinux and OSX – I use rEFInd at boot. … Read More
Gnome3.16 – fix missing input methods – regenerate locale
Source: http://forum.antergos.com/topic/2346/unable-to-add-keyboard-layout/8 Dealing with lost input sources from the “Region & Language” Settings screen – ended up finding the above referenced conversation. In short: PREPARE THE LOCALES: Uncomment the locales … Read More
Firefox – HiDPI monitor scale adjustment (e.g. MacBookPro Retina or other)
No need to a plugin to adjust scaling for HiDPI screens. New Tab (CTRL+T) goto the following URL about:config search using the search bar for “pixel” adjust the Preference Name: … Read More
GIMP on Gnome3 – Theming Dark
Theming GIMP to match Gnome3 on a Dark Desktop GIMP is great for many things. However, when using a clean install on Gnome3 with a Dark Theme for the DE … Read More