Posts on Technology

  1. Getting a PI to update when on a network

    Now we have a RV I wanted the pi to copy media files over when it is on the network. I have a share for our DVR where the media files are placed (HD Homerun + Emby) and wanted to copy certain TV shows over automatically when the RV is home and I put it on the network.

  2. iPhone hotspot issues? Getting it to work with windows.

    Had an issue the iPhone hotspot would not work on windows, it would see the network and try to connect, on the phone the hotspot bar at the top would appear and disappear. Simple solution… Go to settings and change the name of your iPhone and remove any single quotes (’) from the name. Go back and turn the hotspot on and enjoy the connection. Well it worked on my computer :)

  3. Getting HP Officejet Pro 8620 scan to network working

    So, tried to do this. Failed… Why? Not because there was an issue with the share or the user/pass combination. It was the SMB process and stack locations in the I/O request packets (IRPs) that are used by Windows.

  4. Networking with MoCA

    I was looking at getting the house wired for Ethernet. I do not have any major requirements at the moment, I do not intend to stream HDMI over the network :). About as bad as we get is streaming from the media centre to an extender (XBox 360) which is around 1.5Mb for a HD stream. I found out about MoCA and did some research, from what I could tell it would meet all my requirements, better still I did not need to get anything re-wried as we have points at every place in the house that I wanted a network outloet. I picked up 2 of them which gave me 4 points, I now have a nice stable network (Wireless N was spotty when streaming from my Media Centre to the XBox 360) which allows me to stream and move my server to a out of the way location in the house. It does not have the same capabilities as a fully wired Cat6 network but for my needs it works a treat!

  5. Making a shortcut to Libraries in Windows 7

    I use AutoHotKey for automation, I needed to make a link to the Libraries in Windows 7 as they hold all my info in one place now. To do this just use the following line.

  6. Setting Max memory usage in SQL Server

    When running SharePoint locally it is a good idea to control the memory usage of SQL. To do this use the SQL query below.

    sql code snippet start