↓
 

A Pipe and a Keyboard

A sort of Linux scrapbook

  • Home
  • About
  • Software
  • List of posts

Post navigation

<< 1 2 … 8 9 10 11 12 13 14 … 42 43 >>

WordPress stuck in Maintenance Mode

A Pipe and a Keyboard Posted on January 11, 2013 by RichardJanuary 11, 2013

Last night I did a routine update of a plugin on this site.

During the update I accidently clicked on a link (finger twitch combined with a very sensitive mouse!) which interrupted the process.

The site then got stuck in maintenance mode and I could neither view the site nor could I get into the Admin area.  To all intents and purposes the site was dead in the water.

The fix is very simple – just FTP into the site and delete a file .maintenance from the site root.

To be on the safe side, I then manually uploaded the latest version of the plugin I had been updating, just in case it had become corrupted during the process.

Sorted.

Posted in Tech stuff | Leave a reply

Resetting an Iomega iConnect to default settings.

A Pipe and a Keyboard Posted on December 31, 2012 by RichardMay 9, 2016

I recently tried some hacking of my Iomega iConnect.

The exercise was interesting but not very fruitful!

I presume that was the cause as the box died on me and transformed itself into a dead black box that was too light to even work as a doorstop.  Time to rebuild!

My first action was to download the Imager from the Iomega site.

Next, format a flash drive as FAT32.  Unzip the downloaded image file and copy the eight files onto the flash drive.

Now comes the fun part!

Disconnect all USB devices from the iConnect, and plug the flash drive into the rear USB port.

Holding down the little reset button on the back panel (I used a jeweller’s screwdriver), reset the power to the unit.,  The front indicator will burn blue for a short while and then turn red.  You can now release the reset button.  After a while all the front LEDS will burn solid blue.  At that point, remove the flash drive and repower the device.

The iConnect is now restored back to its factory settings which poses a problem – how do you access it?  It has reverted to a default IP address which will not be on your home network or home PC, therefore, even if you knew the address you still cannot access the device!

My solution –

First, to be on the safe side, I downloaded the Iomega Storage Manager and installed it (they do give a Linux version but it complains about missing libraries so I used the Windows version).  Select your OS here and then select the Iomega Storage Manager link under “Download Software & Drivers”.

Now connect your iConnect directly to your PC using a network cable.  If you have a wireless connection to your network, disable that.

You now need to change your PC’s network setting to the IP address 169.254.1.2, and a subnet mask of 255.255.0.0.  The Storage Manager should now indicate that it has found the iConnect.  In my case, each time the iConnect has an IP address of 169.254.1.211, but that may vary.

Now point your browser at the discovered IP address and you should have access to the iConnect.

Set the device’s IP to one on your own network and repower it.

At this point, you will need to reset your PC’s IP address to its normal values (or just enable wireless if applicable), disconnect the iConnect from your PC and connect it to the network.  You should now be able to access it from a browser using the IP address you allocated it.

Happy hunting!

Posted in Tech stuff | Tagged Linux | 17 Replies

Wireless scanner not visible in Mint

A Pipe and a Keyboard Posted on December 21, 2012 by RichardDecember 21, 2012

A problem that crops up fairly regularly after a reinstall or upgrade of Mint is that I can’t access my scanner.

I have an HP Officejet J4680 multi-function device which operates via wireless.  Recently, after upgrading to Mint 14, the problem arose again.  I could print but Mint couldn’t see the scanner.

After a bit of research I discovered the simple solution which I am putting up here to remind myself for the next time.

Instead of the route Menu –> Preferences –> Printers, (which will add the printer but that’s all) it is preferable to use the Terminal command –

system-config-printer

This will pull up a different (and slightly more advanced) dialog section.  Once the device is added via this path, both printing and scanning work perfectly.

Posted in Linux, Tech stuff | Leave a reply

Firefox Nightly – tabs on top

A Pipe and a Keyboard Posted on November 28, 2012 by RichardNovember 28, 2012

My browser of choice is Firefox Nightly which is currently V20.0a1.

I like to see the development process where the developers play around with various layouts and techniques, such as how they handle downloads and the general layout.

Lately they made a change which I found a little frustrating – they moved the tabs above the toolbars and removed the option to change this from the menu.  I am used to the old “tabs on bottom” layout so had to find a way around this.

The solution is, of course, simple….

In about:config just toggle the entry – browser.tabs.onTop to read “false”.

That’s all!

Posted in Tech stuff | Leave a reply

Installing Linux Mint 14 (Nadia)

A Pipe and a Keyboard Posted on November 20, 2012 by RichardNovember 20, 2012

They haven’t officially announced it at the time of writing, but Linux Mint 14 (Nadia) was released a couple of days ago.

Naturally I had to download and install!  I used the MATE 64bit edition and for various reasons I installed Cinnamon on top.

I decided on a complete reinstall including formatting my Home partition, so I backed up everything and formatted.

As usual the process was painless.  Nadia installed without a glitch.  However the process was not without a couple of minor problems which led to a little frustration.

The first problem that I encountered was a strange one.  While running through the list of packages (listed on the Software page of this site) I installed Audacity.  When I ran a test I discovered the problem – Audacity had no menu-bar!  After trying the usual reinstall and the like with no success I resorted to the Internet.  As usual I had to wade trough a series of solutions that didn’t work, but eventually found one that did.

The solution involved a hack to the code using the following:

sudo mv /usr/bin/audacity /usr/bin/prog-audacity
gksudo pluma /usr/bin/audacity

In the above, you may want to change “pluma” to your own editor, such as “gedit”.

In the editor insert the following lines :

#! /bin/bash

export UBUNTU_MENUPROXY=0
prog-audacity

Save the file and then run

sudo chmod a+x /usr/bin/audacity

That sorted the problem and now Audacity runs as normal.

This may just be a temporary glitch such as a missing library, but my Internet searches gave no clues. 

As a footnote, I also ran into problems installing Google Earth.  I remembered seeing a mention of this on the Mint blog, so I tried Clem’s fix.  It worked, so it appears the bug hadn’t been fixed before full release!

–oOo–

Update

Almost immediately I found a major flaw in the fix above.

I use Audacity Nightly which was updated shortly after I posted this.  That of course overwrote my modification.

A bit of further research led to a permanent solution.Apparently it is a wxwidgets problem.

The solution.  Enter the following –

sudo apt-get purge appmenu-gtk appmenu-gtk3 appmenu-qt


That seems to have done the trick!

Posted in Linux, Tech stuff | Tagged Linux | 12 Replies

Post navigation

<< 1 2 … 8 9 10 11 12 13 14 … 42 43 >>

Recent Posts

  • GRUB problems
  • Tab bar broken again in Firefox 133
  • WP phpMyAdmin Session mismatch
  • When Linux slows down
  • Firefox broken again

Categories

  • Blogging
  • General
  • Linux
  • Media
  • Tech stuff
  • Writing

Blogroll

  • Head Rambles
  • Kirk M's Just Thinkin'
  • Wordpress Beginner
  • Wordpress Development

Archives

©2025 - A Pipe and a Keyboard - Weaver Xtreme Theme
↑