Join our Discord Server

Ajeet Raina

  https://ajeetraina.collabnix.com Docker Captain, ARM Innovator & Docker Bangalore Community Leader.

     



419 Stories by Ajeet Raina

Installing Java Development Toolkit (JDK) on Linux

Installing Java Development toolkit on Linux is always matter of difficulty since Oracle provides both RPM and tarballs in their official website. Installing RPM...
1 2 min read

How to setup Domain Name Server (DNS) on Linux?

It has been long I was thinking of writing something about DNS(Domain Name Server). DNS is a database of the IP to Name and...
2 2 min read

How to test Multicast Packet Filtering?

Today morning I started my day testing with Multicast Packet Filtering. I had buntu 12.04.1 and CentOS 6.5 in my VM running over ESX...
1 57 sec read

Understanding /proc/cpuinfo

A hyperthreaded processor has the same number of function units as an older, non-hyperthreaded processor. It just has two execution contexts, so it can...
3 3 min read

How to setup vsFTP server on Linux?

FTP refers to File Transfer Protocol. By default, Red Hat supports vsftp. If you do minimal RHEL installation, you mightn’t have vsftp related RPM...
1 39 sec read

How to increae Swap space under Linux

“Can Linux be installed without swap space?”. This question was asked to me on one of Linux System admin interview. It might confuse anyone...
1 56 sec read

How to setup Centralized Logging System on Linux?

I was just hanging around blogs until I cam across one nice piece of setting up centralized Logging setup.I thought to try it out...
2 1 min read

How to create password-less SSH for Linux

Sometimes you might need setting up Password-less SSH for running script or for application where you dont want to use password everytime. Here is...
2 31 sec read

Installing SMARTFOX Server Pro on Debian

SmartFoxServer is a massive multiplayer platform for building games, MMO communities, virtual worlds, realtime multiplayer games. To setup SFS, in short on Linux platform...
2 35 sec read

Setting up a Simple Samba Share – Part II

In the previous article we saw the practical implication of setting up a samba share.In this article we will explore more about the Samba...
1 1 min read

Setting up a Simple Samba Share – Part I

Samba is an important component to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments using the winbind daemon.In simple words, Samba is...
1 1 min read

Fog – An Open Source Cloning Solution

If you are a system admin who is still sticking to Clonezilla, you must probably look out to try FOG – a very fast...
2 6 min read

Introduction to Puppet..

Puppet is an IT automation tool which has already gained popularity among the system admins, developers and Cloud architects. Whether its operating system resource...
1 10 sec read

Getting Started with Ansible

Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero...
1 2 min read

It was an Openstack Day…OSI 2014

Yesterday I attended Open Source India 2014 event which happened in NIMHANS Convention Center, Bengaluru. If you are new to OSI, let me brief...
2 3 min read

Installing Skype on CentOS 6.5

Getting skype working on CentOS 6.5 has been a daunting job for lot of system administrators. Usually I found system administrators posting this query...
2 49 sec read

Automating Oracle Weblogic Server installation through shell script

Automation always saves your considerable time. Especially when you have to follow the similar step for hundreds of machine, automated scripts and tools have...
2 2 min read

How to integrate Redmine with Git?

Redmine built through Ruby on Rails has been impressive free and open source web-based project management. I have been Trac quite for some time...
1 2 min read

Running Hadoop on Ubuntu 14.04 ( Multi-Node Cluster)

This is an introductory post on Hadoop for new begineers who want step by step instruction for deploying Hadoop on the latest Ubuntu 14.04...
28 7 min read
Join our Discord Server