Linux Uppercase to Lowercase

by Vince
in Blog
Hits: 2778

We migrated a web site from Windows to Linux and immediately upon viewing the site, we realized the majority of the images were broken.

In the world of Windows, filename.JPG equals the same as filename.jpg but in the world of Linux, these are not the same.

In the images folder, the filenames were listed in the uppercase form but in the HTML, the files were referenced using the lowercase form.

Read more

Joomla "Home" on Frontpage

by Vince
in Blog
Hits: 2508

Among the many skills we possess, we manage a number of content management systems (CMS).  Our preferred CMS is Joomla and it seems there's always something I end up hunting down.  On a recent project, "Home" appeared on the frontpage of a client's site.  Initially, I thought it was a breadcrumb but after a little digging around, I discovered the source:

Read more

Manually Run Linux Updates

by Vince
in Blog
Hits: 2404

I've been playing on an Ubuntu machine recently which was not set to automatically update.  The following commands will acquire the updates and install them.  First run:

sudo apt-get update

You will be prompted for an elevated account password which will then be followed by a list of sites, sources and packages scrolling up your screen.  At the end, you should see "Reading package lists... Done" at which point, run the following:

Read more