How to add a repository manually in RHEL6

Red Hat Enterprise Linux 6 (RHEL6) repository configurations. yum looks at /etc/yum.repos.d/*.repo for enabled repository. Create a file IntraNet.repo: [IntraNet] name=Local Network Repository for RHEL6 $releasever – $basearch baseurl=ftp://x.x.x.x/RHEL6-GA-x86_64/ enabled=1 gpgcheck=0 Save and close the file. [IntraNet]: Repository name i.e. The [IntraNet] section must exist for yum to do anything. name=Local Repository for RHEL6 $releasever […]

How to add a repository manually in RHEL6 Read More »

AIX Delete problem

Today one user complained, that he is not able to delete files. Most probably this was due to non printable charter in the file name. # cd /oracle # ls -ltr total 7151632 drwxr-xr-x    2 oracle   oinstall        256 May 27 2008  lost+found drwxr-xr-x    3 oracle   oinstall        256 May 28 2008  app drwxr-xr-x    2 oracle   oinstall      

AIX Delete problem Read More »

Scroll to Top