Enabling telnet on Netgear EVA8000 Digital Entertainer

The Netgear EVA8000 Digital Entertainer has a telnet daemon installed, but by default it is disabled. During bootup the startup script for the telnet daemon examines the contents of /etc/utelnetd.conf and starts the telnet daemon if the contents is set to "ENABLE 1"

Once telnet is enabled you can log into the system with the username "EVA8000" and the password "Netgear".

There are two ways to do this depending on which firmware version you are running.

Mounting a hard disk image including partitions using Linux

A while ago I thought it would be a good idea to make a backup of my Linux server by just dumping the complete disk to a file. In retrospect, it would have been much easier had I just dumped the individual filesystems.

When I finally got around to using this backup, long after the 10GB disk had perished I realized that to use the loopback device to mount a filesystem it actually needs a filesystem to mount. What I had was a disk image, including partition table and individual partitions. To further complicate matters the data partition was also not the first partition inside this image.

Recovering reserved space in ext2 and ext3 filesystems

When using the ext2 or ext3 filesystem by default 5% of the available blocks is reserved for use by the root user. This allows the system to continue running if non-root users fill up the file system and also assists in preventing file fragmentation because the filesystem does not fill up completely.

Starting Microsoft Outlook 2007 on Acer Vista system gives MSVCR80.dll was not found error

On a recent Acer laptop (TravelMate 5620) running Vista I installed Microsoft Office 2007 and Outlook worked the first time, but after opening it a second time it gave me an error message, saying that "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem." After numerous attempts to restart Office I either received this error message or it tried to re-install itself.

Getting Midnight Commander line drawing to work with PuTTY

When using Midnight Commander with the default settings of PuTTY connected to my Ubuntu Linux machine the line drawing characters are all messed up.

Syndicate content