Wednesday, August 31, 2016

.::: How to Upgrade RHEL/Redhat/Centos 6.5 / 6.x to rhel 6.6 from ISO file :::.

after we know about linux, sometimes we must know where location the package installer it’s. this time we will discuss about how to setting local repository, what is the repository? repository is a group of linux installer package that stored in a server that can be accessed via Internet or intranet, now how about someone who want install package and they don’t have internet connection. for detail about repository will discussed later, now we will explain how to setting repository from cdrom . this is following step to setting local repository from ISO file :
1. copy iso file to /data/
    rhel-server-6.6-x86_64-dvd.iso
2. create directory /mnt
   # mkdir mnt
   # chmod -R 777 mnt

Thursday, August 11, 2016

.::: How to Setting Local Repository RHEL/Redhat/Centos from ISO file :::

after we know about linux, sometimes we must know where location the package installer it’s. this time we will discuss about how to setting local repository, what is the repository? repository is a group of linux installer package that stored in a server that can be accessed via Internet or intranet, now how about someone who want install package and they don’t have internet connection. for detail about repository will discussed later, now we will explain how to setting repository from cdrom . this is following step to setting local repository from ISO file :

1. copy iso file to /data/
    rhel-server-6.6-x86_64-dvd.iso
2. create directory /mnt
   # mkdir mnt
   # chmod -R 777 mnt

.::: How to Setting Local Repository RHEL/Redhat/Centos from CDROM :::.

after we know about linux, sometimes we must know where location the package installer it’s. this time we will discuss about how to setting local repository, what is the repository? repository is a group of linux installer package that stored in a server that can be accessed via Internet or intranet, now how about someone who want install package and they don’t have internet connection. for detail about repository will discussed later, now we will explain how to setting repository from cdrom . this is following step to setting local repository from cdrom :

Modul Purpose : Understand how to setting local repository with DVD RHEL 6.3

1. Open Desktop console to mount DVD room

.::: Enable VNC Server on Redhat, Rhel/Centos :::.

Virtual Network Computing (VNC) is a graphical desktop sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. It transmits the keyboard and mouse events from one computer to another, relaying the graphical screen updates back in the other direction, over a network.

1. Install patch tigervnc-server
  # yum install tigervnc-server

Popular Posts