11 C
Vancouver
Tuesday, April 16, 2024
- Advertisement -spot_img

AUTHOR NAME

markcallen

58 POSTS
0 COMMENTS

No output from the Console when connecting to a Server running on Linux

The problem is that the vmx file is not executable.  Go to the VM directory and run: chmod 755 *.vmx Then restart the vmware server, output...

Syslogd Stops working after installing VMWare Server

Seems that VMWare server adds a new service to the /etc/service file.  If you have SELinux running the file's security context changes. To fix run: /sbin/restorecon...

Mounting ISO in Linux

To mount an ISO file in linux so it turns up as a directory structure do the following: mount -o loop -t iso9660 filename.iso /mnt/iso Simple...

Installing Java on Fedora Core 3 using JDK 1.4.2

Excellent Howto for setting up Tomcat5 from jpackage.org on RedHat Fedora Core3. http://www.mksearch.mkdoc.org/howto/jpackage-sun-fc3/ But required JDK 1.4.2 to be used in place of 1.5 Downloaded http://mirrors.sunsite.dk/jpackage/1.6/generic/non-free/SRPMS/java-1.4.2-sun-1.4.2.07-1jpp.nosrc.rpm  rpm -Uvh java-1.4.2-sun-1.4.2.07-1jpp.nosrc.rpm Download...

Setting up sshd for Public Key Authentication

To create key only authentication the users public key needs to be put on the server in their home directory under .ssh/authorizated_keys. Create the users...

Cyrus Imapd 2.2.12 and Autocreate Patch

Building cyrus-imapd 2.2.12 with the autocreate patch causes an error when compiling. To fix edit the imap/Makefile and add the following to the end of...

Oracle XE web server returns HTTP 400 Bad Request

With the production version of Oracle XE the default is to not allow remote access to the web server.  This sometimes causes even local...

Oracle Enterprise Linux Virtual Machine Setup

How to create a VMware virtual machine to run Oracle Enterprise Linux using VMware Workstation 6. Startup VMware Workstation 6.Go to File -> New ->...

Latest news

- Advertisement -spot_img