Locations of the registry files in Windows 2008 R2
Locations of the registry files in Windows 2008 R2
HKLM\Security - %windir%\system32\config\SECURITY
HKLM\System - %windir%\system32\config\SYSTEM
HKLM\Software - %windir%\system32\config\SOFTWARE
HKLM\Components - %windir%\system32\config\COMPONENTS
HKLM\Sam - %windir%\system32\config\SAM
HKEY_USERS.DEFAULT - %windir%\system32\config\Default
HKEY_USERS\[SID] - %userprofile%\Ntuser.dat
HKCU\[SID]\Software\Classes - %userprofile%\AppData\Local\Microsoft\Windows\Usrclass.dat
How to install Webmin on CentOS 7
Webmin is a web-based graphical tool for unix . It is used to manage services like User management, Disk managemet, Network, Iptables (Firewall), Cron, Apache, DNS, File sharing and much more .
Install Webmin on CentOS 7
create a new file webmin.repo in /etc/yum.repos.d/ :
vi /etc/yum.repos.d/webmin.repo
[Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1
Install webmin GPG key.
rpm --import http://www.webmin.com/jcameron-key.asc
Update the repositorys:
yum install webmin -y
Start the service and make it start automatically
service webmin start
chkconfig webmin on
Open firewall for webmin on default port 10000
firewall-cmd --add-port=10000/tcp
Login to webmin - https://IP_SERWER:10000






