Bash: UT-Citrix


I developed the Ubuntu version Citrix thin client. To follow the same naming convention as TC-Citrix, I name it UT-Citrix. Here are the key scripts: checkip #!/bin/bash #wait for the DHCP ready while ! ifconfig eth0 | grep 'inet addr' >/dev/null 2>&1 do echo sleep 2 done sysprep #!/bin/bash #rename the computer echo HOSTNAME=UT-`ifconfig | … Continue reading Bash: UT-Citrix

SharePoint 2010 Training Day 5 Notes


Module 13: Implementing Business Continuity Recycle bin: 2 stages Import/ Export contents Disaster recovery: RPO & RTO Backup/restore: Farm, Wep app, Service app, content, configure settings… Restore farm permission: farm admin + sharepoint shell admin + wss_admin_wpg local group HA & NLB Module 14: Monitoring and Optimizing SharePoint Performance Configure diagnostic log consideration:•Change the location … Continue reading SharePoint 2010 Training Day 5 Notes