-
Recent Posts
Recent Comments
- John Rowlands on VP2E offcentre-fed fullwave inverted-V antenna
- Rich - KF9F on VP2E offcentre-fed fullwave inverted-V antenna
- Dr Don Sanders on VP2E offcentre-fed fullwave inverted-V antenna
- dave on VK5JST Antenna Analyser
- dave on VK5JST Antenna Analyser
Categories
Meta
Category Archives: Linux
Gnome-shell (3) – custom keyboard shortcut disabled – FIX
Using the Keyboard Settings App with Ubuntu 12.04 and gnome-shell as the desktop, the custom keyboard shortcuts seems tohave a bug. You can define a command but not the keystroke(s). This isn’t a bug as much as poor UI design: you … Continue reading
Posted in General, Linux
Leave a comment
Converting _svn directories to .svn
I’ve been using TortoiseSVN on and to avoid grief with various Microsoft programs had been using the _svn hack (instead of .svn). I’ve now moved all main development to LinuxMint/Ubuntu and want to using standard svn commands which means I … Continue reading
Posted in Linux, Software
Leave a comment
Fixing software update error: NOPUBKEY 8771ADB0816950D8
Trying to do and software update on LinuxMint 11-Kaya (and the same will probably happen with Ubuntu 11.10) gives this error/warning: “W: GPG error: http://ppa.launchpad.net natty Release: The following signatures couldn’t be verified because the public key is not available: … Continue reading
Posted in General, Linux
Leave a comment
How to know/find out/see my ssh host key
Finding the host key fingerprint is useful for sorting out the SSH message about the host fingerprint message not matching the stored values and warning about man-in-the-middle attacks. Here’s how to find the fingerprint from the public keys: ssh-keygen -l … Continue reading
Posted in Linux
Leave a comment
How to know/find out/see my ssh host key
How to know/find out/see my ssh host key. This is useful when sorting out the SSH warning about a host-key being different from the stored value and warning about man-in-the-middle attacks. To get the fingerprint from the public key, use … Continue reading
Posted in General, Linux
Leave a comment
No Title
Starting files directly from the command line in Ubuntu e.g. PDFs, HTML … Add this: # Open files and folders directly from the command line # e.g. gnome-open README.PDF # which with this alias becomes: g README.PDF # This also … Continue reading
Posted in Linux
Leave a comment
Wake on LAN mini HOWTO: Tools
Wake on LAN mini HOWTO: Tools or use the Linux command etherwake -b mac-no-of-lan-interface-on-computer
Posted in Linux, Software
Leave a comment
Mounting a Windows Share from Linux
I’m putting this here as I regularly forget the syntax and wading through the man page for mount isn’t the most transparent. Well it’s probably ok but with the millions of options: The following is all on one line: mount … Continue reading
Posted in Linux
Leave a comment