-
- Reading time: 8 m
- categories: virtualization
- tags: compact vboxmanage vdi virtualbox virtualization
Common problem that everyone using desktop virtualization has, you setup a basic image, install your basic software but you want to share it and you realize that your basic appliance/image is 15G, boo! Assuming that you pick dynamically allocate space, then you don’t pay for the full virtual size up…
-
- Reading time: 1 m
- categories:
- tags: build-automation buildforge ibm linux rational
Install pam-devel try and start xinetd, if it fails you will need to comment out some lines in the generated install script to force it through.
-
- Reading time: 1 m
- categories:
- tags: networking linux broadcom
Stupid broadcom networking cards, shit sucks…
Migrated: from simplelog 2014-07-03
Reference:
-
- Reading time: 8 m
- categories: unix
- tags: diy-null-modem soekris soekris-5501
First I would recommend snuggling up with your Soekris manual by the fire and getting out your corn cob pipe. Setting up console access.
-
- Reading time: 3 m
- categories:
- tags: virtualization esxi vmware command-line
vim-cmd vmsvc/getallvms
# esxcli vm process list # vim-cmd vmsvc/power.off 22 #!/bin/bash base_image="image name" new_image="new_image" datastore_path="/vmfs/volumes/datastore1" pushd ${datastore_path} mkdir ${new_image} && cp -rf "base-images/${base_image}/*" ${new_image}/ popd vim-cmd solo/registervm ${datastore_path}/${new_image}/*.vmx export no_proxy="localhost,127.0.0.0,192.169.1.2" sgwilbur@gura:~$ ssh root@192.168.1.10 Password: The time and date of this login have been sent to the system logs. VMware offers supported, powerful system administration tools. Please see www.vmware.com/go/sysadmintools for details. The ESXi Shell can be disabled by an administrative user. See the vSphere Security documentation for more information. ~ # vim-cmd cmsvc/getallvms Invalid command 'cmsvc/getallvms'. ~ # vim-cmd vmsvc/getallvms Vmid Name File Guest OS Version Annotation 11 Ubuntu Server 13.04 [datastore1] base-images/Ubuntu Server 13.04/Ubuntu Server 13.04.vmx ubuntu64Guest vmx-08 sgwilbur : Rat1onal ~ # vim-cmd vmsvc/destroy 11
Reference:
-
Just a quick one, working with a client and noticed that the database install documentation is very prescriptive for most of the databases, but strangly spartan for Oracle.
-
The default Apache Tomcat SSL configuration for a number of IBM products using Tomcat as the application server are exposing a known vulnerability via weak SSL encryption, here are the steps to remedy that.