Friday, March 29, 2013

Gag, an outlook note, purging deleted emails

I had looked up how to purge emails on Imap servers eon's ago, and had to look it up again

Edit->purge->purge options.

select to purge when folder is closed.

Edit->purge-> purge deleted in certain accounts or all accounts.

Sunday, March 17, 2013

vmware esxi scp copying usage

using scp to copy to another instance of esxi.  apparently doesn't work out of the box.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1918

copied here for future ref


Using SCP to copy files to or from an ESX host (1918)

Details

This article provides information on the SCP utility that is used to copy files to or from an ESX host.

Solution


Important: If you are moving virtual disk files, see Moving or Copying Virtual Disks in a VMware Environment (900).

VMware recommends that you use SCP to copy files to or from ESX hosts. The ESX host installation includes SCP as part of the SSH package.
To prevent performance and data management related issues on ESX, see Moving or copying a virtual machine within a VMware environment (1000936).
To copy a file from the ESX host to another server, use this syntax:
scp local_filename user@server:/path/where/file/should/go
Note: To be able to copy files using SCP, you need to start the SSH client in the source and destination ESX hosts. To start the SSH client, run this command:
service sshd restart
All machines to which you copy files must also have SSH (which includes SCP) installed, configured, and be available on the same network.
Many Linux and Unix distributions include SSH and SCP. If you need to download the software, see http://www.openssh.com/. For a list of Windows clients, see http://www.openssh.com/windows.html.
In some situations, you may need to use SCP without a password prompt. For more information, see Adding SSH Keys to the Service Console so vmsnap Stops Prompting for a Password (1719).
If you want to use FTP, you need to enable its use in the ESX host. For more information, see Enabling FTP for ESX Server (1868).

mount a file system rw that is read only.

mount -n -o remount,rw /

simh (Dec and others) emulator on Raspberry pi

this is a repository for random bits of info (interesting but not organized yet).

network bridging for simh  (decnet / dec10)
http://www.raspberrypi.org/phpBB3/viewtopic.php?t=30326&p=274405

recipe (maybe)
http://www.tonyblews.co.uk/2012/05/pi-vax/
http://www.tonyblews.co.uk/2010/08/i-have-a-vax/

Decnet from above site
http://www.tonyblews.co.uk/2012/06/pi-vax-and-decnet/

recipe for linux in general
http://www.wherry.com/gadgets/retrocomputing/vax-simh.html