Seán McNamara
Software engineering & other rabbit holes
Index
Library
Projects
About
Contact
☰
◐
⌕
Search
/
How To
How To · 13
Everything tagged How To.
Filters ▾
All
53
Posts
53
Notes
0
Finds
0
13 items
Post
Productivity
My Opinionated MacBook Setup
Everything I change on a fresh machine, in three parts: the settings anyone benefits from, the next level up, and the bits that only matter if you write code.
10 Aug 2026
15 min
Post
Systems
Gitlab CI - Commit & Push in a Job
Recently I needed to make a GitLab CI job where when a merge to master occurs, it runs a bash script, commits the files & pushes them back to master. I needed this to build a change log out…
26 Jul 2022
2 min
Post
Programming
GPG signed commits in PHPStorm on CentOS 7
Having the functionality of automatically being prompted to sign your commits while still using PHPStorms Git GUI means you’ll never forget to sign commits again. To start with, the version…
23 Jan 2019
1 min
Post
Systems
Free SSL Certificates with LetsEncrypt and Ajenti-v
This is a quick post on how to use LetsEncrypt SSL certificates on your Ajenti-v setup . Ajenti-v will probably be supporting this natively at some point, there is an open issue on their…
21 Mar 2016
2 min
Post
Programming
Apache Localhost Rendering Slowly?
Is your localhost taking longer than expected to load? A possible quick fix is to edit your httpd.conf file and set 'ServerName' to 127.0.0.1:80 . This can make the difference between…
3 Nov 2014
1 min
Post
Programming
Populating a Form with a dropdown (jQuery)
I thought I’d share this, maybe it’ll help somebody else. Basically this will take the value of the drop down (select) and show() that many input fields. Javascript $(document).ready…
5 Feb 2012
1 min
Post
Systems
Control Your Windows PC with an Xbox Controller
Today I’m going to walk you through setting up an xbox controller to work on your computer and control the mouse / keyboard. First your going to need an Xbox Controller that works on Windows…
25 Jan 2012
1 min
Post
Programming
CSS Code for Wrapping Long URLs and Text
Ran into a problem last night where a long email was messing up a design in smaller screen resolutions. Perfect fix down below: pre { white-space: pre; /* CSS 2.0 */ white-space: pre-wrap; /…
4 Oct 2011
1 min
Post
Programming
WordPress – Shortcode in PHP files
So in WordPress with plugins etc. you end up using shortcode in posts to keep things simple, an example would be if you want to display a gallery you would just use: [galleries id="1"] Howe…
11 Sep 2011
1 min
Post
Systems
Installing PEAR in WAMP
So this evening I went about attempting to install PEAR on my WAMP installation, this should be as simple as opening up a command window navigating to C:/wamp/bin/php/*phpversion* and…
27 Dec 2010
1 min
Post
Systems
Saving Your Windows PC From Virus Infections with Linux
Often you get a friend or other times a client who has gotten themselves locked out of their system by a virus. I’m talking about the seriously nasty virus’s out there that will just corrupt…
30 Oct 2010
1 min
Post
Systems
Earcandy in Ubuntu Jaunty
EarCandy is a volume manager for PulseAudio that fades applications in and out based on your current activity. Meaning it can do handy things like muting your music playing when you decide…
28 Sep 2009
1 min
‹ Previous
Page 1 of 2
Next ›