• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Archives for January 2019

/var/cache/yum Constantly Filling Files System in CentOS/RHEL

by admin

This post explains how to free up space when files under /var/cache/yum is filling up the disk space. This is normal behavior as the cache would increase its size based on the frequency of syncing with the yum server. Its an administrative task provide adequate space. This should be corrected by either running: # yum […]

Filed Under: CentOS/RHEL 5, CentOS/RHEL 6, CentOS/RHEL 7, Fedora, Linux

How to Configure YUM to connect to Oracle Public Repository in Oracle Enterprise Linux

by admin

This post will assist you in configuring an OEL system to connect to the Oracle Public YUM repositories. Your OEL System must have a working connection to the internet for YUM to work correctly. If your system is isolated from the internet due to security policies, you will need to set up a local repository […]

Filed Under: Linux, OEL 6

How To Retain Current And Older Linux Packages While Doing Update With ‘yum’ Command

by admin

In this post, we shall discuss about how to retain current and older Linux packages while updating the Linux OS with the ‘yum’ command. Note that /etc/yum.conf configuration file contains a [main] section. If required then we can add many additional options under the [main] section. Some of the key-value pairs in the [main] section […]

Filed Under: CentOS/RHEL 5, CentOS/RHEL 6, CentOS/RHEL 7, Fedora, Linux, OEL 6, OEL 7

How to Setup a squid proxy server on CentOS/RHEL 7

by admin

Squid is a web proxy application with a variety of configurations and uses. Squid has a large number of access controls and supports different protocols, such as HTTP, HTTPS, FTP, and SSL. In this post, we will see how to use Squid as an HTTP proxy. The Setup Squid is quite an old, mature, and […]

Filed Under: CentOS/RHEL 7, Fedora, Linux

How to Install Gnome Desktop Environment onto Oracle Linux 6.x

by admin

This document describes how to install Gnome Desktop environment onto an Oracle Linux 6.x system. The Stpes 1. On Oracle Linux 6.x, Gnome yum group is known as “Desktop“, which was “Gnome Desktop Environment” on Oracle Linux 5.x. Thus, to install Gnome Desktop Environment on Oracle Linux 6.x use the below command: # yum groupinstall […]

Filed Under: CentOS/RHEL 6, Fedora, Linux, OEL 6

How to configure VNC Server on Oracle Linux 6

by admin

Here is a short howto on configuring VNC server for Oracle Linux 6. 1. Check if the server is connected to Oracle Linux yum server Or ULN to avoid the dependency issue. # yum repolist 2. Install the vnc server RPMs: # yum install vnc* This installs latest version of RPMs: tigervnc-server-module, tigervnc and tigervnc-server. […]

Filed Under: CentOS/RHEL 6, Fedora, Linux, OEL 6

How to Setup VNC Server for New User in CentOS/RHEL 5

by admin

We will be setting up VNC for a new user, using the account name of john as an example. 1. Create the VNC user accounts as root: $ su – # useradd john # passwd john 2. Edit the server configuration file /etc/sysconfig/vncservers, and append john on VNCSERVERS line and set VNCSERVERARGS. # vi /etc/sysconfig/vncservers […]

Filed Under: CentOS/RHEL 5, Fedora, Linux

How to Access VNC Server Through A Web Browser in CentOS/RHEL

by admin

This post describes how to access VNC server which is already installed and configured on a CentOS/RHEL server: vnc-server for CentOS/RHEL 5 tigervnc-server for CentOS/RHEL 6 Before starting, it is assumed that the access the VNC console via vncviewer is possible: # vncviewer [Server IP]:5901 But the below message is received when tried to access […]

Filed Under: CentOS/RHEL 5, CentOS/RHEL 6, Fedora, Linux

Understanding the /etc/exports File

by admin

The primary configuration for the NFS server is the /etc/exports file. This is the file that you use to specify what directories you want to share with the NFS clients. The syntax of this file is: Directory hostname(options) The value of Directory should be replaced with the name of the directory you want to share […]

Filed Under: Linux

How to Automate Startup/Shutdown of Oracle Database and Listener on Linux

by admin

In many environments, it’s desirable to have the Oracle database and listener automatically shutdown and startup when the server reboots. If you have that requirement, then follow the next several steps to automate your database and listener shutdown and startup: Steps to configure auto startup/shutdown 1. Edit the /etc/oratab file, and place a Y at […]

Filed Under: CentOS/RHEL 4, CentOS/RHEL 5, CentOS/RHEL 6, Fedora, Linux, OEL 6

Next Page »

Primary Sidebar

Recent Posts

  • ncat Command Examples in Linux
  • ncat: command not found
  • nautilus Command Examples in Linux
  • namei: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright