-
Archives
- September 2020
- May 2020
- April 2020
- November 2019
- June 2019
- March 2019
- January 2019
- September 2018
- August 2018
- February 2018
- November 2017
- October 2017
- July 2017
- February 2017
- December 2016
- November 2016
- August 2016
- April 2016
- January 2016
- October 2015
- September 2015
- January 2015
- October 2014
- July 2014
- March 2014
- December 2013
- September 2013
- August 2013
- July 2013
- May 2013
- March 2013
- February 2013
- September 2012
- August 2012
- July 2012
- May 2012
- February 2012
- November 2011
- October 2011
- August 2011
- July 2011
- May 2011
- January 2011
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- May 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
-
Meta
Author Archives: ken_fallon
I am trying to mount a cifs share aka smaba/smb/windows share, from a Debian server so I can access log files when needed. To do this automatically I create two mounts, one which is read only and is automatically mounted … Continue reading
Posted in General
Leave a comment
Adding SQLite as a datasource to SQLeo
An audio version of this post is available on Hacker Public Radio. I have been looking for a tool that will graphically and programmatically track identifiers as they pass through systems. I could have done this in Inkscape after following … Continue reading
not a dynamic executable
I sometimes have issues running a 32bit program under Linux X64. When you run ldd it reports that it’s not a dynamic executable # ldd /usr/bin/snx not a dynamic executable However if you run file, you do see that it … Continue reading
I was installing Oracle VirtualBox 5.0 as per http://www.if-not-true-then-false.com/2010/install-virtualbox-with-yum-on-fedora-centos-red-hat-rhel/. I ran into the following issue. Stopping VirtualBox kernel modules [ OK ] Uninstalling old VirtualBox DKMS kernel modulesError! There are no instances of module: vboxhost 5.0.4 located in the DKMS … Continue reading
Posted in General
Leave a comment
CheckPoint SNX install instructions for major Linux distributions
I decided to do a round up of how to install the software needed on GNU/Linux to enable access through a CheckPoint firewall. My focus was on distributions whose ISO downloads supported UEFI boot, and hard disk encryption out of … Continue reading
Posted in General, snx
21 Comments
Stopping mplayer from displaying Album Art on Music or Podcasts
I use mplayer as my media player of choice. If it discovers embedded album art in the media files, it will display them as a popup window. To prevent this from happening you can use the switch -vo null which will tell it … Continue reading
Posted in General
2 Comments
Unable to access SharePoint in Firefox but it is possible in Chrome
Thanks to the the-edmeister for giving a solution to this issue https://support.mozilla.org/en-US/questions/1007248 That type of message might be related to Insecure NTLM (pre-NTLMv2) authentication being disabled in Firefox 30. Type about:config in the URL bar and hit Enter. Accept the … Continue reading
Posted in General
Leave a comment
Can’t locate CPAN.pm in @INC
Had a strange one while installing my new work laptop. I was migrating from one system to another, so I did a clean install of Fedora 21 and copied my data over. After that I could no longer open cpan, … Continue reading
Posted in General
Leave a comment
Windows Remote Desktop on GNU/Linux
This is the accompanying shownotes for a Hacker Public Radio podcast episode. I wrote a bash script to connect to various different windows servers from my GNU/Linux desktops. I had a few different requirements: I should be able to call … Continue reading
Scripts based on your network location
I recorded an episode of HPR about a script that I wrote to make my life a little easier. The show is hpr1654 :: Using AS numbers to identify where you are on the Internet if you want to listen … Continue reading
Posted in General, Podcasts
Leave a comment