Skip to main content

Home/ ProGauge SCADA/ Group items tagged remove

Rss Feed Group items tagged

Kevin Mershon

package-cleanup(1) - Linux man page - 0 views

  • --oldkernels Remove old kernel and kernel-devel packages.
  •  
    "--oldkernels Remove old kernel and kernel-devel packages."
Kevin Mershon

Howto disable background images at boot - 0 views

  • 1. Change VGA mode to normal and remove the splash screen. edit /boot/grub/menu.lst change the kernel parameters: vga=0x314 to vga=normal splash=silent to splash=0 2. Remove the graphical grub bootloader menu. comment or remove grub parameter, also in /boot/grub/menu.lst: gfxmenu (hd0,1)/boot/message becomes #gfxmenu (hd0,1)/boot/message
Kevin Mershon

Marc Palmer's Blog » Excluding files from a WAR with Grails - the right way - 0 views

  • // Remove the JDBC jar before the war is bundled grails.war.resources = { stagingDir -> delete(file:"${stagingDir}/WEB-INF/lib/jdbc2_0-stdext.jar") }
  • // Remove the JDBC jar before the war is bundled eventWarStart = { warName -> if (grailsEnv == "production") { println "Removing JDBC 2 Extensions JAR" Ant.delete( file:"${stagingDir}/WEB-INF/lib/jdbc2_0-stdext.jar") } }
Kevin Mershon

@blink4blog: Fedora 16 : Use XScreensaver Instead of GNOME Screensaver - 0 views

  • remove gnome-screensaver
  • ensure your desktop key to lock the desktop works with xscreensaver: $ sudo ln -s /usr/bin/xscreensaver-command /usr/bin/gnome-screensaver-command
Kevin Mershon

Installing XenServer Tools on Ubuntu 10.04 - 0 views

  • Create a VM from the Other install media template
  • Attach the Ubuntu 10.04 ISO to the DVD drive of the VM
  • Start the VM
  • ...19 more annotations...
  • At the disk partitioning stage make sure to replace Ext4 with Ext3, or create a specific boot partition with Ext3
  • Select at least the OpenSSH server package to be able to log in to the VM remotely
  • Finish installation and boot the VM
  • Connect to the VM using SSH
  • sudo cp /etc/init/tty1.conf /etc/init/hvc0.conf sudo vi /etc/init/hvc0.conf
  • Replace all occurrences of tty1 with hvc0
  • Read /boot/grub/grub.cfg
  • Copy the contents of menuentry near the bottom to a temporary text file, to be used as input for the makepv.sh script that we will use later on menuentry 'Ubuntu, with Linux 2.6.32-21-server' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 02899ea9-1876-4e7b-8ef8-2b09b598cedb linux /boot/vmlinuz-2.6.32-21-server root=UUID=02899ea9-1876-4e7b-8ef8-2b09b598cedb ro quiet initrd /boot/initrd.img-2.6.32-21-server }
  • Make special note of /boot/vmlinuz…, root=UUID=… and /boot/initrd.img…
  • Shutdown the VM
  • Connect to the XenServer host with SSH
  • Run the makepv.sh script, replacing my-vm-name with the actual name of your VM
  • Boot the VM and log in with SSH
  • In XenCenter, attach xs-tools.iso to the DVD drive of the VM
  • sudo mount /dev/cdrom1 /mnt sudo dpkg -i /mnt/Linux/xe-guest-utilities_5.5.0-466_amd64.deb sudo umount /mnt
  • In XenCenter, detach xs-tools.iso from the DVD drive of the VM (this ensures that XenServer does not complain about too many bootable devices)
  • Reboot the VM and log in with SSH
  • sudo update-rc.d -f xe-linux-distribution remove sudo update-rc.d xe-linux-distribution defaults
  • Reboot the VM for the last time
1 - 5 of 5
Showing 20 items per page