10pm.ca – Tidbits for the wandering Googler

linux mint

Useful Easystroke Commands

Cats: linux, linux mint

By PJ on August 5, 2014


Here are some useful easystroke commands (especially for when the built-in ones don’t work). This is really for my own reference.

Handful of Bash Scripts for Window Positioning Using wmctrl

Cats: bash, linux mint

By PJ on February 11, 2014


Centre window (with a bit of randomness, so it doesn’t perfectly overlap) centre-window.sh Two monitor setup. I have a laptop screen (1600×900) left of my main monitor (1920×1280). Change accordingly! move-to-left-monitor.sh move-to-right-monitor.sh

Linux Mint 16 (Saucy): Downgrade PHP 5.5 to 5.4.9 (and Apache too)

Cats: apache, linux, linux mint, php, web development

By PJ on December 5, 2013


After much searching, the solution was found by user marcinello at Super User. Why would someone want to downgrade PHP 5.5 to 5.4.9? Primarily it’s because PHP 5.5 is the first to deprecate the MySQL extension (suggesting either MySQLi or … Continued

Bash Script to Centre The Active Window for Ubuntu/Linux Mint

Cats: bash, command line, keyboard shortcuts, linux, linux mint

By PJ on June 17, 2013


I recently discovered that Linux Mint lets you use the Super/Win key plus left, right, up, down to control the current window size (window left, window right, maximize, unmaximize, respectively!), which is awesome. But I also like my windows centred … Continued

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.

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.

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

Single Instance and Keyboard Shortcuts in Ubuntu/Linux Mint

Cats: keyboard shortcuts, linux mint, web development

By PJ on January 27, 2013


Linux Mint 18 Nemo Update below… Anyone who knows me well enough to know that I love my keyboard shortcuts indeed knows me well. Quickly moving between GUI apps makes development so much quicker and more efficient. Or at least … Continued

  • ← Older posts
  • Newer posts →

Recent Posts

  • Flash Custom Firmware onto Iris
  • GIMP – Save for Web Plugin
  • PHP GD Auto Crop Image – Four Sides w/ Threshold
  • Satellite Crown Land
  • Greasemonkey Discogs Helper Script

Archives

  • May 2022
  • April 2022
  • February 2022
  • August 2021
  • June 2021
  • March 2021
  • October 2020
  • April 2020
  • February 2020
  • January 2020
  • November 2019
  • October 2019
  • September 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

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