10pm.ca – Tidbits for the wandering Googler

Monthly Archives: April 2013

Bash Helper Scripts for Mounting and Unmounting SSH/SFTP drives

Cats: command line, linux, linux mint

By PJ on April 24, 2013


These are the helper scripts I use to set up SSH mountpoints.

Remount the Android filesystem as read-write (rw) to edit the hosts file for localhost mobile development

Cats: android, linux, mobile, web development

By PJ on April 23, 2013


You will need superuser permissions for this one! Grab a SSH server from Google Play. I use SSHDroid on my tablet and phone. If you need to make changes to the system files (like, for instance, if you need to … Continued

Using a USB flash drive as RAM in Linux Mint/Ubuntu

Cats: linux mint

By PJ on April 22, 2013


Alright, so it’s not exactly RAM, but rather swap space. Simply put, when the OS runs out of physical RAM it uses the ‘swap space’, which is like RAM but on a hard drive. And because it’s on a hard … Continued

How to bind Ctrl-Alt-w as a custom keyboard shortcut in Linux Mint 14 Cinnamon

Cats: keyboard shortcuts, linux mint

By PJ on April 17, 2013


Linux Mint 14 Cinnamon wouldn’t let me bind Ctrl-Alt-w as a custom keyboard shortcut. It kept opening up the search in the settings window. Here’s how I got around it.

Location of the “brightness” file on Samsung Series 9 (NP900X3B/C) in Ubuntu/Linux Mint

Cats: command line, linux mint, series 9

By PJ on April 15, 2013


If you need to change the brightness of the screen on your Samsung Series 9 in Ubuntu/Linux Mint, you can find it here.

RSync with a non-standard port

Cats: command line, linux, web development

By PJ on April 12, 2013


If you’re using rsync through SSH and you need to use a different (non-standard) port, then use the -e. The -e switch lets you use any remote shell you like (including ssh) and use whatever parameters you like. For example, … Continued

Working with WordPress locally or on a development server

Cats: web development, wordpress

By PJ on April 8, 2013


Quick tip for those who develop in a local, or development, LAMP/XAMPP test environment. Working on WordPress can be a stinger, because of its tendency to use absolute URLs. Having tried a bunch of super quick fixes (mostly rewrites and … Continued

Show Full Path in Netbeans’ Titlebar

Cats: netbeans, web development

By PJ on April 8, 2013


Hate not knowing which project you’re working on in Netbeans? Plugins to the rescue! Search in Netbeans or download show-path-in-title.

Location of Nautilus-mounted network shares under Linux Mint

Cats: command line, linux, linux mint

By PJ on April 2, 2013


More for my reference than anything… When you mount a network share using Nautilus under Linux Mint, the location of the mounts sit here: ~/.gvfs/ For example: ~/.gvfs/SomeShare on Server1 UPDATE: On Linux Mint 14 Cinnamon, the (Nemo) shares are … Continued

Some Useful Git Commands

Cats: git, web development

By PJ on April 2, 2013


List of useful GIT commands, used largely for our own reference. But hopefully it’ll help out some wandering Googler.

Recent Posts

  • SpeedCrunch “Plugin”: Currency Converter
  • OctoPi/OctoPrint Change Webcam Resolution
  • Polono PL60 Label Printer on Ubuntu/Linux Mint
  • Flash Custom Firmware onto Iris v7
  • GIMP – Save for Web Plugin

Archives

  • April 2024
  • August 2023
  • July 2023
  • May 2022
  • April 2022
  • February 2022
  • August 2021
  • June 2021
  • March 2021
  • October 2020
  • April 2020
  • February 2020
  • October 2019
  • April 2019
  • March 2019
  • September 2018
  • August 2018
  • June 2018
  • May 2018
  • March 2018
  • January 2018
  • December 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • September 2016
  • August 2016
  • January 2016
  • July 2015
  • March 2015
  • February 2015
  • October 2014
  • August 2014
  • February 2014
  • December 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012

Categories

© 2025 10pm.ca – Tidbits for the wandering Googler