Sunday, September 27, 2015

Multiple instances of TeXstudio

To have multiple instances of TeXstudio in Windows, right click TeXstudio->Properties. Go to Target, and add --start-always. Make sure there is a space between the filepath and the --start-always

Source: http://tex.stackexchange.com/questions/123660/start-texstudio-portable-in-multiple-instances

Wednesday, July 29, 2015

Rainmeter Perth Weather

Rainmeter skin which displays the current forecast for the day, and also shows the current temperature for Perth, WA. Information is taken from the Bureau of Meteorology website. Theme is the same as illustro.
https://mega.nz/#!aBZ10aRA!D-ByNBxyFMszdxmbpi6hfDc9NC7FKAL7LCkS4Jdk83g

Wednesday, July 22, 2015

Doing stuff in Ubuntu

The following works for Ubuntu 14.04.2 LTS

In the terminal:

- Checking the ubuntu version:
lsb_release -d

- Installing programs:
sudo apt-get install program-name

- Looking for a certain type of file within the current directory, e.g. .pdf files:
find -name "*.pdf"

- Increase the screen idle dim timeout for Ubuntu 14.04:
gsettings set org.gnome.desktop.session idle-delay number-of-seconds

- Opening files in the current directory:
xdg-open file-name


 Other:

- To create desktop shortcut, go to /usr/share/applications.
Select the icon and press Ctrl+c to copy it. Go to the desktop and press Ctlr+v.
Note that drag and drop won't work.

Wednesday, July 15, 2015

Modifying Google Chrome

- To mute audio in tabs, type into the address bar: chrome://flags/#enable-tab-audio-muting. Enable it and restart chrome. Next time you want to disable audio from a tab, click the speaker icon on the tab.
- To remove name badge from the top right corner, type into the address bar: chrome://flags. Go to 'Enable new avatar menu', disable it, and restart chrome
- To remove name badge from the top right corner, follow the instructions as provided here: http://techdows.com/2015/06/chrome-44-disable-user-menu.html

Source:
http://betanews.com/2014/09/30/you-can-now-mute-audio-in-chrome-with-a-single-click/
http://www.addictivetips.com/web/remove-your-name-badge-from-the-top-right-corner-of-chrome/

Sunday, June 28, 2015

Sonata Pathétique

Ludwig Van Beethoven - Piano Sonata No. 8 in C minor, Op. 13, 1st Movement 
https://mega.co.nz/#!HMYnQY6J!ltskieagfg40y699vre30jAGvnirXRfp_6FlQ5_ZU0c

Ludwig Van Beethoven - Piano Sonata No. 8 in C minor, Op. 13, 2nd Movement
https://mega.co.nz/#!KUgkVbbC!YawporVMJ9j7SPIw9qcHjfkKyn-PpWlSdFU8UFu4QDI

Ludwig Van Beethoven - Piano Sonata No. 8 in C minor, Op. 13, 3rd Movement
https://mega.co.nz/#!PF4BADgA!lhUT75Am1vYJcWTODW03sdxI3K1ADdyScbhIieY1Vgs

All three movements played by Glenn Gould.

Monday, June 15, 2015

Advantages of rooting an Android device

- Get rid of ads, e.g. by using AdFree. This has successfully blocked ads within free apps.
- Get rid of pre-installed bloatware, e.g. by using Titanium Backup.
- Permanently request desktop site on Chrome, e.g. using Chrome User Agent  (this may not actually require a rooted device.).
- Add additional apps that can support multi-window for multi-window compatible devices, e.g. by using MultiWindow Apps Manager.
- Add useful apps that require root, e.g. f.lux, or Root Explorer

Disabling camera shutter sound in Google Camera

This only works if your android has been rooted.

A Google search suggests renaming the camera_click.ogg file, however this did not work for me. The file I had to rename was called Shutter.ogg

1. Use ES File Explorer to navigate to system/media/audio/ui
2. Rename the Shutter.ogg file to disable shutter sound.


April 2017 update: camera shutter sound can now be disabled via settings.

Wednesday, June 10, 2015

Changing colour of visited hyperlink in Microsoft Word 2010

Issue: You want the colour of a hyperlink to stay the default blue colour, but after clicking a link in Word, the colour changes to a purple-like colour.

Solution: http://answers.microsoft.com/en-us/office/forum/office_2010-word/hyperlinks-purple-and-microsoft-word-2010/93cb5832-dafc-4634-89a3-82358acf9b6a

Go to Page Layout, Colors, Create New Theme Colors. Change the colour of 'Followed Hyperlink' to the same colour as 'Hyperlink'.