Kev's Site
  • Home
  • Games
  • Categories
  • Tags
  • About

#Linux

CLI-Labyrinth

March 2, 2024 (Last modified on March 31, 2024)

/img/cli-labyrinth.png
One of the very first games I ever played on a home computer was a maze game called Labyrinth on the Sinclair ZX81. So when I wanted to learn Golang and delve a little deeper into terminal cli development, I decided to start with a simple maze game that could be run in a shell on the Linux command line. As you can see from the screenshot, the graphics could, at best, be describes as very basic.
Read More

Copying JVC Everio HDD camcorder recordings with Linux

March 1, 2009

As you might expect, the software that accompanied my Everio HDD camcorder when I bought it was not compatible with Linux. Just as well we don’t actually need any special software to download recordings onto your favourite OS (yes I do mean Linux!)

Plug everything in, USB and the power adapter then switch the camera into PLAY mode.

At this point you should be presented with the usual KDE or GNOME window and be able to view/copy the files in the same way as you would a USB memory stick.

However, there are a couple of drawbacks with this. First, just dragging the files will create a copy on your PC with timestamps of when you copied the videos, not actually filmed them. Second, the video files on your camcorder end in .mod and not .mpg which would be preferable for compatible playback.

So we’ll be using the command line to copy recording and rename them. There’s not much to it really…

Read More

 © 2009 - 2025 Kevin Ellis