< Manage Your Workstations | Home | 8 How to use Powershell with AD > 30: Configuring Domain Password and Account Lockout Policies with GP https://www.udemy.com/course/active-directory-group-policy-2012/learn/lecture/8419616#content Know that a Password Policy already exists in the ‘Default Domain Policy’ GPM > … > domain.tld > Default Domain Policy [RtClk] > Edit Computer Configs > Policies > ..
Archives : April-2020
< 5 Group Policy Troubleshooting | Home | 7 Securing your Domain > 25: Deploying a Desktop Background to your domain with a GPO https://www.udemy.com/course/active-directory-group-policy-2012/learn/lecture/8305284#content Comments It is a good idea to create a GPO for each individual thing you want to do. Example: Password Policies, Create a GPO called Password Policies and put all ..
< 4 Introduction to Group Policy Management | Home | 6 Manage Your Workstation > 22: Troubleshooting Group Policy with MMC RSOP.msc – Resultant Set of Policy https://www.udemy.com/course/active-directory-group-policy-2012/learn/lecture/8378272#content Windows Icon > ‘rsop.msc’ (Microsoft Common Console Document) Available on all modern Windows computers (server and desktop) Mouse over to see path if the link is broken ..
< 3 Introduction to Active Directory | Home | 5 Group Policy Troubleshooting > 18: What is Group Policy https://www.udemy.com/course/active-directory-group-policy-2012/learn/lecture/8371484#content What is Group Policy Used to deploy configuration changes to thousands of users or computers at one time. Restrict some users from accessing specific computers Allow access to some users to specific files Deploy software ..
< 9 Orchestration 47: Conclusion https://www.udemy.com/course/learn-docker/learn/lecture/7894036#content 48: Coding Exercise – Docker Compose 2 lol 48: Get Course Certificate https://www.udemy.com/course/learn-docker/learn/lecture/16267680#content 49: Bonus – KodeKloud Engineer https://www.udemy.com/course/learn-docker/learn/lecture/18018921#content &nb..
< 8 Docker on Windows and Mac | 10 Conclusion > 44: Container Orchestration https://www.udemy.com/course/learn-docker/learn/lecture/15828644#content You can only deploy a single container with the docker run command. What if the container fails? You’ll need to manually relaunch the container. What if the load increases? You’ll need to manually launch additional containers. What if the Host ..
< 7 Docker Engine, Storage and Networking | 9 Container Orchestration > 40: Docker on Windows https://www.udemy.com/course/learn-docker/learn/lecture/15828724#content Docker Toolbox This is really just an easy way of installing a Linux VM on windows. Requires Win 7 or higher 64 Bit Virtualization enabled (this might require a bios setting if available) Oracle Virutalbox Debian Docker Engine ..
This was way too easy. Need to play with this a bit. Server Setup Software Installation RHEL, CentOS sudo yum -y install nfs-utils nfs-utils-lib Debian, Ubuntu sudo apt -y install nfs-kernal-server Create a shared folder sudo mkdir /home/public sudo chown nobody:nogroup /home/publi Optional: Create test files. cd /home/public touch test1 test2 test Add the folder ..
< 6 Metadata Recovery of a Physical Volume | Commands https://www.udemy.com/course/a-complete-guide-on-linux-lvm/learn/lecture/13062676#overview 35. Physical Volume Attributes pvs PV VG Fmt Attr PSize PFree /dev/sda3 v1VG lvm2 a– 196.96g 0 /dev/sdb1 lvm2 — 196.96g 0 /dev/sdc1 v2vm lvm2 ax- 196.96g 0 PV – Physical volume location VG – Name of the VG it belongs to Fmt ..
< 5 LVM Snapshots | Commands | 7 LVM Attributes > 33 & 34. Recovering a Faulty Disk https://www.udemy.com/course/a-complete-guide-on-linux-lvm/learn/lecture/13062490#overview Overview It is possible for the volume group metatdata area of a physical volume to be over-written or deleted. An error message is displayed indicating the metadata area is incorrect or the system was unable to ..
Recent Comments