forked from EugeneKay/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.txt
42 lines (32 loc) · 1.03 KB
/
install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Notes on installing various OSes
==Scientific Linux / CentOS 6:
authconfig --disablefingerprint --update
adduser eugenekay
passwd eugenekay
visudo
yum erase yum-autoupdate yum-conf-sl-other dhclient selinux-*
yum update
yum install screen bind-utils man traceroute telnet rsync openssh-clients vim ntp bc jwhois wget perl epel-release rpmforge-release htop
Edit /etc/yum.repos.d/rpmforge.repo, enable the -extras repo and add:
includepkgs = git-* *-git git
yum install git
VMs: yum install gcc make kernel-devel, install vmware tools, remove dvd drive & resize ram
Physical: yum install sl_enable_serialconsole-96
Packages of interest: nfs-utils bind samba
==Cloning
/etc/resolv.conf
/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/sysconfig/network-scripts/ifcfg-eth0.0
/etc/sudoers
/etc/ssh/ssh_host_[dsa|rsa]_key
/etc/ssh/sshd_config
==Windows 7
Need Ultimate for Aero Glass remoting!
-VMware Tools
-Remote Desktop
-Activation
-Updates
-Disable sleep
-Hibernation, swapfile
-Add Domain admins to Administrators group