Windows TortoiseSVN 使用非標準SSH port
作者:洛離 日期:2010-06-08 01:40
近來常忘記怎麼設定 TortoiseSVN 透過 SSH Tunnel 存取SVN。
所以寫一篇備忘,避免下次又要爬一堆文章了。
1. TortoiseSVN -> Settings -> Network -> SSH Client 預設是空白,更改設定為TortoisePlink.exe 的路徑(""C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe"")
2. TortoiseSVN -> Subversion configuration file -> Edit
找到此行
# ssh = $SVN_SSH ssh -q
更改為
ssh = $SVN_SSH ssh -q -p 443
或者是
ssh443 = $SVN_SSH ssh -q -p 443
3. 在CheckOut時網址輸入 svn+ssh://user@hostip/svn/path
4. 連續輸入三次密碼即可...
Sun xVM VirtualBox 2.1.0 Release
作者:洛離 日期:2009-01-08 11:02
VirtualBox 2.1.0 (released 2008-12-17)
This version is a major update. The following major new features were added:
- Support for hardware virtualization (VT-x and AMD-V) on Mac OS X hosts
- Support for 64-bit guests on 32-bit host operating systems (experimental; see user manual, chapter 1.6, 64-bit guests, page 16)
- Added support for Intel Nehalem virtualization enhancements (EPT and VPID; see user manual, chapter 1.2, Software vs. hardware virtualization (VT-x and AMD-V), page 10))
- Experimental 3D acceleration via OpenGL (see user manual, chapter 4.8, Hardware 3D acceleration (OpenGL), page 66)
- Experimental LsiLogic and BusLogic SCSI controllers (see user manual, chapter 5.1, Hard disk controllers: IDE, SATA (AHCI), SCSI, page 70)
- Full VMDK/VHD support including snapshots (see user manual, chapter 5.2, Disk image files (VDI, VMDK, VHD), page 72)
- New NAT engine with significantly better performance, reliability and ICMP echo (ping) support (bugs #1046, #2438, #2223, #1247)
- New Host Interface Networking implementations for Windows and Linux hosts with easier setup (replaces TUN/TAP on Linux and manual bridging on Windows)
Sun xVM VirtualBox 1.6.4 Release
作者:洛離 日期:2008-08-04 14:49
VirtualBox 1.6.4 (released 2008-07-30)
This is a maintenance release. The following items were fixed and/or added:
- AMD-V, VT-x: stability fixes
- Shared Folders: fixed host crash (Solaris host only, bugs #1336, #1646)
- Shared Folders: fixed BSOD when debugging with Visual Studio (bug #1627)
- Shared Folders: fixed BSOD when compiling on a shared folder (bug #1683)
- Shared Folders: several fixes/stability improvements
- SATA: fixed a race that could cause an occasional Windows guest system hang
- SATA: fixed spurious BIOS log messages
- Networking: fixed NIC tracing with NAT interfaces (bug #1790)
- USB: fixed crash under certain conditions when unplugging a USB device (bug #1295)
- Settings: fixed bug when converting 1.5.x settings
- RDP: fixed enabling the RDP server during runtime
- RDP: properly detect the rdesktop 1.6.0 RDP client
- RDP: fixed RDP crash (bug #1521)
- RDP: updated modified rdesktop client to version 1.6.0
- GUI: NLS improvements
- BIOS: added SMBIOS header to make Solaris and Vista recognize the DMI data
- ACPI: properly hide a disabled floppy controller
- VMM: small fixes to protected mode without paging
- VMDK: fixed handling of .vmdk images without UUIDs
- Windows hosts: fixed driver parameter validation issue in VBoxDrv.sys that could allow an attacker on the host to crash the system
- Windows hosts: installer now contains web service examples mentioned in the manual
- Linux hosts: properly deregister the Linux kernel module before uninstalling a Linux deb/rpm package
- Linux hosts: kernel module works now with Linux 2.6.27
- Linux hosts: fixed a typo in the vboxnet setup script for host network interfaces (bug #1714)
- Linux hosts: fixed usage of tar in installer (bug #1767)
- Linux hosts: fixed long guest shutdown time when serial port is enabled
- Solaris hosts: refuse to install in Sun xVM hypervisor dom0
- Solaris hosts: accept Solaris raw disks when for raw disk access
- Windows additions: made installation of shared folders more robust
- Windows additions: improved installation
- Linux additions: accept every user-defined guest video mode in /etc/X11/xorg.conf
- Linux additions: fixed startup order for recent Linux distributions (e.g. openSUSE 11)
VirtualBox 1.6.2 (released 2008-06-06)
This is a maintenance release. The following items were fixed and/or added:
- GUI: fixed a bug which prevented to add more than one SATA drive from the GUI
- GUI: fixed a regression introduced in 1.6.0: the fullscreen mode was left on every guest video mode switch
- GUI: fixed several minor issues
- Networking: fixed a host interface networking regression introduced in 1.6.0
- VMM: fixed starting of VMs with AMD-V enabled
- VMM: massive performance enhancements for AMD-V
- VMM: stability improvements for AMD-V on Windows hosts
- VMM: correctly detect AMD CPUs with erratum 170 (AMD-V)
- VMM: detect inconsistent timestamp counters on certain AMD Phenom CPUs (Windows host only)
- VMM: fixed KVM check (Linux hosts only) XPCOM: fixed several races
- VMM: fixed a regression introduced in 1.6.0: Windows stuck during installation
- SATA: improved performance with Vista guests
- SATA: fixed statistics counter
- Shared Folders: several fixes (iTunes download, speed up browsing)
- ATA/IDE: fixed boot from CDROM if a medium was added while the boot menu was active
- Networking: provide an Intel PRO/1000 T Server (82543GC) network device emulation which is recognized by Windows XP guests
- Networking: fixes for the E1000 emulation (don't crash if not attached, fixed a bug in the statistics counter implementation)
- NAT: don't crash if the guest sent a DHCPRELEASE message with an invalid IP address
- NAT: fixed ARP reply for the NAT gateway and for the NAT name server if the guest IP range was changed
- Internal Networking: fixed shutdown if more than two VMs are connected to the same network
- BIOS: allow to change the DMI informatiton (see chapter 9.13, Con'guring the BIOS DMI information, page 125)
- RTC: fixed UIP emulation to prevent jumping of time in Solaris guests
- Windows host: VirtualBox installation directory corrected for 64 bits Windows
- Windows host: fixed VBoxVRDP.exe symlink
- Windows host: solved locking problems in raw partition VMDK support
- Windows host: fixed stability during high system load (page fault in KeQueryActiveProcessors)
- MacOS X host: fixed crashes under certain conditions
- Shared Folders: limited users without admin rights now also can use Shared Folders on Windows guests
- Linux hosts: fixed default runlevel for the kernel module helper script
- Solaris hosts: enabled support for VT-x and AMD-V
- Solaris hosts: dynamic loading of libdlpi fixes a problem where Solaris 10 was not able to start a VM
- Linux additions: fixed runlevels for kernel module helper scripts
- Linux additions: compatibility fixes with Linux 2.6.26
- Linux additions: fixed occasional guest kernel crash during unload of the vboxadd guest kernel module
Sun xVM VirtualBox 1.6 Release
作者:洛離 日期:2008-05-13 11:19
昇陽收購Virtualbox 後第一次的release. 改名叫作 Sun xVM VirtualBox 1.6
換了Logo 也正式支援Solaris & MacOS X HOST .
This version is a major update. The following major new features were added:
- Solaris and Mac OS X host support
- Seamless windowing for Linux and Solaris guests
- Guest Additions for Solaris
- A webservice API
- SATA hard disk (AHCI) controller
- Experimental Physical Address Extension (PAE) support
詳情請見 http://www.virtualbox.org/wiki/Changelog
- 1



