Skip to content

The Geek Worker

Random Computer Issues And Things That Fixed Them For Me

  • About this Website
  • Helpful Links

    Adding Blog as a Menu Item in WordPress

    April 30, 2014 by geekworker

    On my personal blog, I set the main page to a static page. However, I also wanted a menu item to the blog posts. There was nothing in the Menu editor, but the solution is quite easy if you know how. Create and publish an empty page. I called mine “Blog”. In (Dashboard) -> Settings […]

    Posted in ArticleTagged WordpressLeave a comment

    Apache: How To Redirect http to https

    April 17, 2014 by geekworker

    If you want to direct traffic from your http so that it gets encrypted, this is really easy to do in Apache: Step one: Set up your https vhost: <IfModule mod_ssl.c><VirtualHost 10.1.1.1:443>DocumentRoot /var/www# other server options go here as needed# – logging for exampleSSLEngine onSSLCertificateFile /etc/ssl/certs/example.certSSLCertificateKeyFile /etc/ssl/private/example.key# Add other SSL specific options as needed</pre></VirtualHost></IfModule> Step […]

    Posted in ArticleTagged Apache, SSL3 Comments

    Could not perform immediate configuration on ‘python-minimal’

    April 9, 2014 by geekworker

    When I tried to update my Debian box, I got the following ominous error: E: Could not perform immediate configuration on ‘python-minimal’.Please see man 5 apt.conf under APT::Immediate-Configure for details. (2) It turns out that the fix is fairly simple. The following worked for me: apt-get install -o APT::Immediate-Configure=false -f apt python-minimal

    Posted in ArticleTagged Debian, Linux, Python1 Comment

    Creating New Outlook .PST Files in Office 2010

    April 1, 2014 by geekworker

    Back in the good old days, I am pretty sure, all the PST related stuff was in the normal file menu. Not anymore. I wanted to create a new PST file and I had to look quite a while before I found it – Microsoft has it hidden quite well: It’s in the Home ribbon, […]

    Posted in ArticleTagged MS Office, Outlook, WindowsLeave a comment

    WordPress: Images not displaying, Redirects not working

    February 25, 2014 by geekworker

    Moved my WordPress installation to a new server. I kept all paths etc intact, copied my VirtualHost and permissions were good, so I was at first surprised when my images didn’t show and redirects didn’t work. The cause was quickly found, however; it seems my old install had different default settings hidden somewhere in the […]

    Posted in ArticleTagged Apache, Redirects, WordpressLeave a comment

    OpenVPN Connect doesn’t work at all on iPad Air / new iPad Mini

    December 9, 2013 by geekworker

    Yeah this had me puzzled for a while. Basically, I configured the OpenVPN client correctly (I thought so anyway). When I attempted to connect to my server, both the in-App log window and the log of my server remained empty: From what I could tell, OpenVPN didn’t even try! Well, it turns out that as […]

    Posted in ArticleTagged iOS, iPad, iPhone, openvpn, VPN1 Comment

    Subversion: Dealing with Umlaute

    November 22, 2013 by geekworker

    I had a very annoying problem with my subversion today: A file had an ‘ö’ in it. I checked it in on Windows without noticing it, and when I checked the file out on my Mac it immediately caused a conflict: A    Life/Jeppe Family History/Old &amp; Junk/jeppe neuC Life/Jeppe Family History/Old &amp; Junk/Die Köter, auch […]

    Posted in ArticleTagged subversion, svn, UmlautLeave a comment

    Apache: ssl_error_rx_record_too_long Error

    November 20, 2013 by geekworker

    Got the error ssl_error_rx_record_too_long  in Apache. Was confused at first, but then realized I had not configured SSL properly – Firefox was attempting to parse http as https. So I set out to configure SSL and lo and behold, this solved the issue.

    Posted in ArticleTagged Apache, SSLLeave a comment

    How to Set Up a TFTP Server

    November 19, 2013 by geekworker

    Analog devices has a great and quite thorough “How To” on Setting Up a TFTP Server.

    Posted in ArticleTagged FTP, Linux, tftp, tftpdLeave a comment

    ASUS P5QD Turbo Mainboard Not Recognizing USB Keyboard During Boot

    November 11, 2013 by geekworker

    Today I re-installed my old PC for my sister. First obstacle? I obviously had changed the boot order to put the CD Rom Drive after the harddrive, making booting from my Windows install DVD hard, to say the least. I couldn’t change it because, for some reason, the BIOS refused to recognize my USB keyboard. […]

    Posted in ArticleTagged ASUS, Asus A5QD Turbo, BIOS, Keyboard, POST, USBLeave a comment

Posts pagination

Previous 1 … 3 4 5 6 7 8 Next

Recent Posts

  • Inkscape: “Document Properties” Window Not Showing Up
  • Synology Drive Client does not connect on Apple MacOS
  • “The iTunes Store is temporarily unavailable. Please try again later” when trying to subscribe to Podcast
  • “Access Denied” Errors with TortoiseSVN on Samba
  • Keyboard and Mouse Microstutters with a Dell Latitude Notebook

Recent Comments

  1. Bart on Gigabyte OSD_Sidekick: “Please check if your USB cable is connected”
  2. Jason on Sony Vegas and Sony Movie Studio: No Audio Tracks In mp4 video filefound
  3. DaReclama on OpenVPN: IP packet with unknown IP version seen
  4. vilva on Excel Formula to get Number of Days in a Month
  5. Michael (Micky) Avidan on Excel Formula to get Number of Days in a Month

© 2026 The Geek Worker. Proudly powered by WordPress.