Skip to main content

Home/ Groups/ ProGauge SCADA
Kevin Mershon

Linux Static IP Configuration - Linode Library - 0 views

  • Create the following file if necessary: File: /etc/sysconfig/network/routes # Destination Gateway Netmask Device 66.246.75.0 0.0.0.0 255.255.255.0 eth0
  • 0.0.0.0 12.34.56.1 0.0.0.0 eth0
Kevin Mershon

OpenSUSE 11.4 hangs on boot when installed as XenServer guest - 0 views

  • Edit /etc/inittab. Comment out all of the normal tty's (they are unused in PV mode). For example: Code: #1:2345:respawn:/sbin/mingetty --noclear tty1 #2:2345:respawn:/sbin/mingetty tty2 #3:2345:respawn:/sbin/mingetty tty3 #4:2345:respawn:/sbin/mingetty tty4 #5:2345:respawn:/sbin/mingetty tty5 #6:2345:respawn:/sbin/mingetty tty6
  • Near the end of the file, there (may) should be a cons entry. Comment it out as well Code: #cons:12345:respawn:/sbin/smart_agetty -L 42 console
  • add this line to the end of inittab: Code: co:2345:respawn:/sbin/agetty xvc0 9600 vt102
  • ...1 more annotation...
  • From XenCenter: Right click on the VM, click Startup Options. Replace all the text in OS Boot Parameters with this: Code: xencons=xvc console=xvc0
Kevin Mershon

ssh-keygen - Linux Command - Unix Command - 0 views

  • -e This option will read a private or public OpenSSH key file and print the key in a `SECSH Public Key File Format' to stdout. This option allows exporting keys for use by several commercial SSH implementations.
  • -e This option will read a private or public OpenSSH key file and print the key in a `SECSH Public Key File Format' to stdout. This option allows exporting keys for use by several commercial SSH implementations.
  •  
    "-e This option will read a private or public OpenSSH key file and print the key in a `SECSH Public Key File Format' to stdout. This option allows exporting keys for use by several commercial SSH implementations. "
Kevin Mershon

In Relation To...  Multi-tenancy in Hibernate - 0 views

  •  
    multi-tenancy
Kevin Mershon

» proxy: No protocol handler was valid for the URL - 0 views

  • A quick look at the available modules in /etc/apache2/mods-available showed me that in addition to mod_proxy.so I also had
  • mod_proxy_http.so. On a hunch I decided that mod_proxy_http.so was the best candidate so I tried that first.
« First ‹ Previous 61 - 73
Showing 20 items per page