install interrupted
run quicken 2007 on a brand new computer, complains installation was interrupted your system was not changed. ok try to re-install msiexec no fix…
Remember, you are the product, not the customer.
run quicken 2007 on a brand new computer, complains installation was interrupted your system was not changed. ok try to re-install msiexec no fix…
using centos yum install compat-libstdc++-33
I just installed slink and then upgraded to frozen. It went ok I think but >now I want to install fetchmail and mutt. I installed mutt and fetchmail and >configured fetchmail and saved the file into my /home/user directory. When … Read More »
#!/usr/local/bin/bash USERNAME=your own username DOMAIN=your own domainname
When we were still using redhat 9, I made it a habit to uninstall cups and then install LPRng — heck, I’ve started doing that on rhel3, using the LPRng rpm packages from the redhat 9 install media! A more … Read More »
edit /etc/inittab change the following line id:5:initdefault: to id:3:initdefault:
redhat.com | Knowledgebase # chkconfig –list telnet telnet off # chkconfig telnet on # chkconfig –list telnet telnet on # service xinetd restart Stopping xinetd: [ OK ] Starting xinetd: [ OK ]
Right-click is slow or weird behavior caused by context menu handlers When you right-click a file/folder, there may be a huge delay before Windows displays the context menu. When you try to empty Recycle Bin (from Common Tasks), it opens … Read More »
an 4, 2006 08:04:46 GMT 9 pts 1) check with lsusb what you have attached to usb. 2) loaad the appropriate drivers /etc/modules.conf alias usb-controller usb-uhci alias usb-storage usb_storage alias tape st 2) check in lsmod the drivers usb-uhci usb_storage … Read More »
[root prompt]# fdformat /dev/fd0H1440 [root prompt]# mke2fs /dev/fd0 [root prompt]# mount -t ext2 /dev/fd0 /mnt/floppy [root prompt]# grub-install –root-directory=/mnt/floppy ‘(fd0)’ [root prompt]# cp /boot/grub/grub.conf /mnt/floppy/boot/grub/grub.conf [root prompt]# umount /mnt/floppy