How I was able to make and install the Intel e1000 NIC driver in SLES 10 Linux: Steps 1 through 3 under Building and Installation are simple enough to follow when making the Intel e1000 network card driver on SLES 10 SP2. 1. Move the base driver tar file to the directory of your choice. For […]
I’ve been building some new Dell PowerEdge 1950 servers for a new deployment running Windows Server 2003 SP2. I had originally configured the servers to use the integrated Broadcom NICs, but wanted to change to my new Intel Quad Port VT 1000 PCIe card. I went with the quad port since I was planning on […]
Various Microsoft resources have different answers to the amount of free hard drive space needed to install Windows XP SP3. You’ll see that the amount of free disk space required to install XP SP3 depends on where you’re installing from, as well as other factors. According to KB950717 , we recommend that you have a minimum […]
From a command prompt, initiate a connection with the mail server. Use port 143 for IMAP, port 993 for seucre encrypted IMAPs: telnet 192.168.1.60 143 Authenticate to the IMAP server, specifying username and password: A LOGIN username password Chose a folder: 01 Select INBOX Display a message using rfc822 specifications. Here message number 13 is listed: […]
Howto: Determine the Version of SLES Linux
by File in: Linux
I’m working on a Visio drawing of our proposed Groupwise upgrade environment, and needed some better stencils to represents servers and SAN storage than the ones that come with Microsoft Visio. I found some very nice stencils at visiocafe.com for Dell servers and storage and EMC storage, including Dell branded EMC storage and EqualLogic. I […]
Howto: Mount a USB Device in SuSE Linux
by File in: How-To
I have a Kingston USB flash drive that does not automatically mount itself on my SLES server on occasion. TID 7000951 explains how to mount the drive manually: 1) From a terminal, run: lsmod |grep usb make sure usb_storage is loaded. If it is not, run: modprobe usb-storage 2) Plug the USB device in and run […]
I’ve been working on validating an email server migration plan which has required utilizing test servers isolated from the production network. Because they are offnet, I have to frequently switch my laptop from the production to test networks, which involves reconfiguring my network card from dynamic to static IP addresses. I could use Windows XP’s […]
It seems like Adobe is releasing new Flash Players on a regular basis to deal with security issues. It’s important to remove old versions of Flash Player prior to installing the new version. Otherwise, you’ll keep remnants of the vulnerable versions on your system. Here’s a very simple way to uninstall your previous version of […]