Thursday, May 19, 2016

yum install from CD rom


insert CD rOM

mount -t iso9660 /dev/cdrom /mnt/cdrom

vim /etc/yum.repos/cdrom.repo

add the following lines


[dvd-source]
name=RHEL dvd repo
baseurl=file:///mnt/cdrom/Server/
enabled=1
gpgcheck=0


yum repolist
yum repolist all 

to see new active repo


Monday, May 9, 2016

Windows service wont start access denied

start ,search and type:- cmd, right click on returned cmd.exe and select "run as administrator" at the prompt type:-

net localgroup Administrators /add networkservice
press enter then type:
net localgroup Administrators /add localservice
press enter then type:
exit
press enter and restart your computer

Open services and make sure the service is started.