Considering an upgrade of your Small Business Server? Contact Us and let us help you with your migration…. Some things we have recently found while doing SBS 2011 upgrades: 1. Make sure you have documentation of your DNS and DHCP environments. Having workstations looking for the old server when attempting […]
techarticle
1. Open Registry Editor 2. Browse down to HKEY_CLASSES_ROOT\*\shell 3. Right-click on “shell” and choose to create a new key, calling it “Open in Notepad”. 4. Create a new key below that one called “command”. 5. Double-click on the (Default) value in the right-hand pane and enter in the following: […]
The DefaultAppPool in IIS7 is set to recycle every 29 hours – aka every 1740 minutes. It is possible to alter this by right clicking on the DefaultAppPool is IIS Manager and choosing the Recycling option. You can recycle by different factors including at specified times….
If you’ve migrated your e-mail to G-Mail using Google Apps Sync…. You may notice that Folders do not show up on your iPhone/iPad. If you log into the web interface, you can rename the labels (e.g.) Inbox/Sub Folder to INBOX/Sub Folder and it will show up on the iPhone. This […]
Free basic Mobile Device Management (aka MDM) is available from Meraki – http://www.meraki.com/ It’s awesome.
Useful links for setting up multiple wan connections on Cisco routers. http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/813-cisco-router-ipsla-basic.html http://stack.nil.com/ipcorner/SOHO_Servers/ http://blog.pierky.com/dual-wan-connection-on-cisco-with-policy-based-routing-pbr/ http://stack.nil.com/ipcorner/SmallSiteMultiHoming/ track #1 ip sla #2 reachability ip route 0.0.0.0 0.0.0.0 <gw ip> name def_rt_via_isp1 track #1 ip route 0.0.0.0 0.0.0.0 <gw2 ip> <distance> name def_rt_via_isp2 ip sla #2 icmp-echo <gw ip or other ISP ip> […]
This has been taken from various blogs around the net. The example written below is taken from my system. My initial disk is /dev/sda and has 2 partitions: /dev/sda1 formatted ext4 and mounted as /boot which contains the kernels, initramfs images and grub; /dev/sda2 which is the rest of the […]