Skip to content

The Geek Worker

Random Computer Issues And Things That Fixed Them For Me

  • About this Website
  • Helpful Links

    How to Convert FAT drives to NTFS

    November 7, 2013 by geekworker

    Turns out you can convert FAT filesystems into NTFS (but not NTFS to FAT). How? Microsoft has a guide online.

    Posted in ArticleTagged FAT, FAT32, NTFS, WindowsLeave a comment

    Subversion: Insufficient NODES rows Error

    October 29, 2013 by geekworker

    Trying to upgrade an svn repository, I got the the error: vn: E155016: Insufficient NODES rows for followed by the path to a file. This can be solved by deleting a certain file type: Find them: find . -name dir-prop-revert To delete them: find . -name dir-prop-revert -exec rm {} ; If you’d like to […]

    Posted in ArticleTagged subversion, svn6 Comments

    How to use TESS to search for US Trademarks

    October 5, 2013 by geekworker

    Ever wondered who owns a trademark, or if something you want to use is trademarked? Well finding out is a REALLY simple process, as I demonstrate here using World of Warcraft as a sample (hey, I am a geek after all). URL: TESS

    Posted in ArticleTagged tess, trademarks, USPTOLeave a comment

    iPhone not recognized by iTunes – Can’t Sync

    September 16, 2013 by geekworker

    For a while now I’ve had the issue that, sometimes, my iPhone would not be recognized by iTunes and wouldn’t sync. Sometimes there  was an error message; sometimes not. Most recently, I would just get the Windows’ sound you get when you connect a USB device twice in a row. The iPhone then charged, but […]

    Posted in ArticleTagged Apple, iOS, iPad, iPhone, iTunes, USB, Windows8 Comments

    Show Hidden Devices in Windows Device Manager

    July 19, 2013 by geekworker

    If you ever need to display hidden devices in your devide manager, run the following from a Command Line window, or create a short script (show_hidden_devices.cmd) with the following content: set devmgr_show_nonpresent_devices=1start devmgmt.msc

    Posted in ArticleTagged Device Manager, Microsoft, WindowsLeave a comment

    Negative Time Values In Excel

    June 11, 2013 by geekworker

    I was trying to set up a simple time sheet in Excel. I know that ready-made ones exist, but it’s more fun and educating to make your own, right? And I came across a nasty problem: Excel doesn’t like to display negative time: Turns out there’s a simple solution for this: Enable the 1904 dating […]

    Posted in ArticleTagged Excel, MS Office, Time FormattingLeave a comment

    WordPress Error “please fill the required fields (name, email).”

    April 7, 2013 by geekworker

    I have been having a problem with one of my WordPress blogs that had me stumped: Whenever I would comment on it, being logged in as my WordPress user, I would get the error message: “please fill the required fields (name, email).” This started happening out of nowhere, without any connection to an update as […]

    Posted in ArticleTagged Jetpack, Wordpress1 Comment

    Summing up times in Excel

    February 20, 2013 by geekworker

    It’s the small things, sometimes – something I never needed to do in my old jobs is calculating with time. One very simple task is to just add up a set of times – Excel will “wrap around” at 24h: There’s a simple solutions for this problem. Just surround your hours with square brackets when […]

    Posted in ArticleTagged Excel, MS Office1 Comment

    WordPress Image Scaling Incorrect

    October 11, 2012 by geekworker

    I just noticed that WordPress is not resizing images correctly: It would appear correct in the blog itself, but the IMG SRC tag would link to the original, unscaled image: This meant that the image was downloaded at the maximum size and scaled on the client side. I never really noticed this because modern PC’s […]

    Posted in ArticleTagged WordpressLeave a comment

    NFS: “bad superblock”

    August 20, 2012 by geekworker

    If you’re getting a “bad superblock” error message when attempting to mount an NFS volume, make sure that you have portmapper installed and running.

    Posted in ArticleTagged Linux, NFS, PortmapperLeave a comment

Posts pagination

Previous 1 … 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.