• 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 November 2017

How to Build and push Docker Image to the Docker Hub Repository

by admin

The post discusses how to build and push docker images on local docker system to the docker hub repository. For the purpose of this post, we will pull a CentOS image from the public Repository in Docker hub. Later we will run a container using this image and add a new file to the container. […]

Filed Under: DevOps, Docker

Error “530: permission denied” when user logs in to vsftpd server via ftp

by admin

The Problem Vsftp server is newly installed and has been brought up but can’t be accessed by certain users giving the error shown below. # service vsftpd status vsftpd (pid 5806) is running… # ftp localhost Connected to localhost.localdomain. 220 (vsFTPd 2.0.5) 530 Please login with USER and PASS. KERBEROS_V4 rejected as an authentication type […]

Filed Under: Linux

CentOS / RHEL : How to allow or deny Users to login to VSFTP Server

by admin

After installation and start of the VSFTPD service, two files are created in the /etc/vsftpd/ directory: “ftpusers” and “user_list“. These files are used to allow or deny login attempts. The behavior of ftpusers and user_list is configurable in the vsftpd.conf file using the userlist_deny option. The vsftpd.conf file also offers the option of adding a […]

Filed Under: CentOS/RHEL 7, Linux

How to Install and configure telnet in RHEL / CentOS 5,6

by admin

It is recommended to use ssh instead of telnet to connect to a remote system for security purposes. Passwords are transmitted in plain text when you use Telnet. If you still want to use telnet, follow the steps below. Install telnet 1. In order to turn Telnet on make sure that you have the correct […]

Filed Under: Linux

How to install Docker on Mac

by admin

Installing Docker on Mac is pretty straightforward. It has a Graphical installer .dmg file. The installation provides Docker Engine, Docker CLI client, Docker Compose, Docker Machine, and Kitematic. Pre-requisites for installing Docker on Mac 1. Docker requires OS X El Capitan 10.11 or newer macOS release running on a 2010 or newer Mac. 2. At […]

Filed Under: DevOps, Docker

Understanding The /etc/sysconfig Directory

by admin

The /etc/sysconfig directory contains files that control the system configuration. See /usr/share/doc/initscripts*/sysconfig.txt for complete information about these files. The actual content of your /etc/sysconfig directory depends on the programs that you have installed on your machine. Some of the files found in the /etc/sysconfig directory are described as follows: atd: This file is used to […]

Filed Under: Linux

Linux Interview Questions : Open Files / Open File Descriptors

by admin

What is an open file? An open file may be a regular file, a directory, a block special file, a character special file, an executing text reference, a library, a stream or a network file. What is file descriptor? A file descriptor is a data structure used by a program to get a handle on […]

Filed Under: Interview Questions, Linux

“yum history” command examples to display, rollback, redo, undo yum transactions

by admin

“yum history” feature of yum is a mostly overlooked but very powerful utility in Linux. It can be used to rollback/redo/undo yum transaction to a state where everything was working fine. yum history “yum history list” command when run without any arguments produces output similar to shown below. “yum history” or “yum history list” by […]

Filed Under: Linux

How to List / Start / Stop / Delete docker Containers

by admin

What is a Docker Container A running instance of an image is called a container. Docker launches them using the Docker images as read-only templates. If you start an image, you have a running container of this image. Naturally, you can have many running containers of the same image. We use the command “docker run” […]

Filed Under: DevOps, Docker

How to List / Search / Pull docker images on Linux

by admin

What is a Docker Image Docker images are a read-only template which is a base foundation to create a container from. We need an image to start the container. Ther are a lot of pre-built images out there on the docker hub. You can also have your own custom image built with the help of […]

Filed Under: DevOps, Docker

« Previous Page
Next Page »

Primary Sidebar

Recent Posts

  • aws ec2: CLI for AWS EC2 (Command Examples)
  • aws cur – Create, query, and delete AWS usage report definitions (Command Examples)
  • aws configure – Manage configuration for the AWS CLI (Command Examples)
  • aws cognito-idp: Manage Amazon Cognito user pool and its users and groups using the CLI

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright