Skip to main content

Home/ Groups/ ProGauge SCADA
1More

Git - easy way pull latest of all submodules - 0 views

  • git submodule foreach git pull origin master
2More

Re: [monit] Monit 5.0.2 question - 0 views

  • The problem is that there is no reliable way how to get correct FQDN. There is unreliable interface getdomainname() which returns on many platforms empty string or often default domains like "localdomain", "mydomain" when no other specific domain was set during system installation. The getdomainname() takes the value on some platforms from sysctl, on other platforms from file in /etc/ and on other platforms it's completely ignored. The name service lookup is not reliable as well - it depends on how the name service was set (usually NSS switch uses local files first which often have the shortname in front of longname for the given IP address and thus return often shortname first).
  • set mailserver foo.bar.baz using hostname "my.monit.host"
1More

Citrix Forums : Can't adjust VM memory using command ... - 0 views

  • xe vm-memory-limits-set uuid=xxx static-min=137438953472 dynamic-min=137438953472 dynamic-max=137438953472 static-max=137438953472
1More

File format - Vim Tips Wiki - 0 views

2More

XenServer: HowTo Convert HVM to PV (RHEL/SuSE) - 0 views

  • HVM-boot-policy=BIOS order
  • xe vm-param-set uuid=<vm uuid> PV-bootloader=pygrub
4More

wget - Linux Command - Unix Command - 0 views

1More

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

  • Ok great! I think I have a solution. For me this reduces the bug from 1 in 5 times, to around 1 in 1000. I still see the bug but this helps a bunch: ======== My Almost 100% Solution!! ======== 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 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
2More

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
4More

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
2More

» 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.
1More

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

  •  
    multi-tenancy
3More

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. "
1More

MySQL database on Linux Tutorial - 0 views

  • One may manually initialize the database with the command: /usr/bin/mysql_install_db Creates system tables in /var/lib/mysql/mysql/ Only execute the first time MySQL is installed. Databases located in: /var/lib/mysql/
1More

Gnome Shell Left-Handed Mouse Pointer - FedoraForum.org - 0 views

  • Create a directory called 'default' in ~/.icons then create a file called 'index.theme' with the following: [Index Theme] Name = Default Inherits = your-theme-name Where 'your-theme-name' is the name of the cursor theme you want to use (You'll have to change it if you change your cursor theme with gnome-tweak-tool again)
« First ‹ Previous 41 - 60 of 73 Next ›
Showing 20 items per page