Posts

Showing posts from 2009

VIM in Windows

I've been using VIM as my main editor on windows desktop for a number of years. I've resisted my peers suggesting programs like Notepad++. But today I found a new little hack.From the windows CLI, I can convert my shell scripts in html quickly for my documentation. (I could do this from GUI but took a little time). Next little adventure is write a PowerShell/VBS script to make it even easier. "C:\Program Files\Vim\vim72\gvim.exe" -n -c ":so $VIMRUNTIME\syntax\2html.vim" -c ":wqa" SourceFilename .sh

Solaris10Guide

Solaris 10 Quick Reference (Work In Progress)   This document is a quick reference to the major difference and new technologies in Solaris 10. Its is not fully extensive and will only feature on.   ●      ZFS ●      Solaris Containers (Zones) ●      Resource Management ●      Predictive Self Healing ●      DTrace ●      Misc   ZFS – Solaris Zettabyte File System Features ●      128-bit Filesystem ●      File System and Volume Manager Integrated ●      RAID 0, RAID 1, RAID-Z (RAID5) &  RAID-Z2 Double Parity ●      Snap Shot and Clone Support ●      Compression ●      Self healing ●      Checksum of data blocks ●      Does not use /etc/vfstab as standard ●      Setup NFS through zfs ●      Does not support ufsdump/ufsrestore   Commands zpool Manages Pools (disks) zfs Manages file systems    Pool tasks zpool create mypool c0t1d0 Create mypool with whole disk zpool create mypool c0t1d0s7 Create mypool with slice zpool create mypool c1t0d0 c2t0d0 Create mypool with stripe zpool