Post setup for ubuntu 17.04 vmware vm

download iso Ubuntu Server 17.04 is latest version of Ubuntu Server. https://www.ubuntu.com/download vmware config 1 CPU 4G memory 100GB harddisk network: NAT verify NAT internet access make sure can access to Internet root@ubuntu:~# cat /etc/resolv.conf nameserver 192.168.100.2 nameserver 127.0.0.53 search localdomain root@ubuntu:~# ping google.ca PING google.ca (172.217.9.3) 56(84) bytes of …

Post setup for Redhat/CentOS 7 vmware vm

download iso Red Hat Enterprise Linux 7.3 is free download for developers, you can get from here. You need to register for download, this account also needed for subscription after installation later on. https://developers.redhat.com/downloads/ CentOS 7 is community-driven free, kind of community version of RedHat. http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso vmware config 1 CPU …

How cmdermini working with msys

There are two versions of cmder: cmder with Git and cmdermini without Git, I prefer use cmdermini without Git since I already have portable git, however it is nothing when run as cmdermini, it is pure cmd replacement, cannot run UNIX like shell. cmdermini https://github.com/cmderdev/cmder/releases/download/v1.2.9/cmder_mini.zip best windows cmd.exe replacement msys …

LPIC-102 400 note 110.3 Securing data with encryption

110.3 Securing data with encryption Weight: 3 Description: The candidate should be able to use public key techniques to secure data and communication. Key Knowledge Areas: Perform basic OpenSSH 2 client configuration and usage Understand the role of OpenSSH 2 server host keys Perform basic GnuPG configuration, usage and revocation …

LPIC-102 400 note 110.1 Perform security administration tasks

110.1 Perform security administration tasks Weight: 3 Description: Candidates should know how to review system configuration to ensure host security in accordance with local security policies. Key Knowledge Areas: Audit a system to find files with the suid/sgid bit set Set or change user passwords and password aging information Being …

LPIC-102 400 note 107.3 Localisation and internationalisation

107.3 Localisation and internationalisation Weight: 3 Description: Candidates should be able to localize a system in a different language than English. As well, an understanding of why LANG=C is useful when scripting. Key Knowledge Areas: Configure locale settings and environment variables Configure timezone settings and environment variables Terms and Utilities: …

LPIC-102 400 note 107.1 Manage user and group accounts and related system files

107.1 Manage user and group accounts and related system files Weight: 5 Description: Candidates should be able to add, remove, suspend and change user accounts. Key Knowledge Areas: Add, modify and remove users and groups Manage user/group info in password/group databases Create and manage special purpose and limited accounts Terms …

LPIC-102 400 note 107.2 Automate system administration tasks by scheduling jobs

107.2 Automate system administration tasks by scheduling jobs Weight: 4 Description: Candidates should be able to use cron or anacron to run jobs at regular intervals and to use at to run jobs at a specific time. Key Knowledge Areas: Manage cron and at jobs Configure user access to cron …

LPIC-102 400 note 109.4 Configure client side DNS

109.4 Configure client side DNS Weight: 2 Description: Candidates should be able to configure DNS on a client host. Key Knowledge Areas: Query remote DNS servers Configure local name resolution and use remote DNS servers Modify the order in which name resolution is done Terms and Utilities: /etc/hosts /etc/resolv.conf /etc/nsswitch.conf …