04/02/2020
https://arunblogger.com/?p=293
Self-Healing Code: A Journey through Auto-Remediation | Arun's Tech Blog
Self-Healing Code: A Journey through Auto-Remediation arun | February 2, 2020 | Automation, RedHat/CentOS | No Comments I have posted a blog on this title on Medium https://medium.com/adobetech/self-healing-code-a-journey-through-auto-remediation-60367eea312 I have also given a talk on this at Py...
05/06/2015
http://arunblogger.com/?p=278
Setting Up Multiple IsolatedLinux Systems (Containers) Using LXC on Ubuntu | Arun Blog
Setting Up Multiple IsolatedLinux Systems (Containers) Using LXC on Ubuntu arun | June 5, 2015 | Ubuntu | No Comments What’s LXC? LXC is a userspace interface for the Linux kernel containment features. Through a powerful API and simple tools, it lets Linux users easily create and manage system or ap…
05/06/2015
http://arunblog.in has been changed to http://arunblogger.com
Arun Blog | Linux System Administrator
Ubuntu How to Install, Configure and Use Apache Solr arun | May 23, 2015 Solr is a search engine platform based on Apache Lucene. It is written in Java and uses the Lucene library to implement indexing. It can be accessed using Read More
23/05/2015
http://arunblog.in/?p=271
How to Install, Configure and Use Apache Solr | Arun Blog
How to Install, Configure and Use Apache Solr arun | May 23, 2015 | Ubuntu | No Comments Solr is a search engine platform based on Apache Lucene. It is written in Java and uses the Lucene library to implement indexing. It can be accessed using a variety of REST APIs (e.g. XML and JSON). This is the…
10/05/2015
http://arunblog.in/?p=261
How to install, configure and use Cassandra NoSQL database | Arun Blog
How to install, configure and use Cassandra NoSQL database arun | May 10, 2015 | Ubuntu | No Comments Introduction Cassandra or Apache Cassandra is an open source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availabil…
28/04/2015
http://arunblog.in/?p=208
Install and configure open source Pfsense firewall on CentOS/RedHat | Arun Blog
Install and configure open source Pfsense firewall on CentOS/RedHat arun | April 27, 2015 | RedHat/CentOS | No Comments pfSense is an open source network firewall/router software distribution which is based on the FreeBSD operating system. pfSense software is used to make dedicated firewall/router…
19/04/2015
http://arunblog.in/?p=203
How to install Apache from source in CentOS | Arun Blog
How to install Apache from source in CentOS arun | April 19, 2015 | RedHat/CentOS | No Comments This blog will tell you about how to install apache from source in CentOS Make sure you have gcc and openssl-devel installed. # yum install gcc # yum install openssl-devel You also need “Apache Portable…
11/04/2015
http://arunblog.in/?p=186
Setup Amazon CloudFront (Content Delivery Network) | Arun Blog
Setup Amazon CloudFront (Content Delivery Network) arun | April 11, 2015 | Amazon Web Services | No Comments Amazon CloudFront is a content delivery web service. It integrates with other Amazon Web Services products to give developers and businesses an easy way to distribute content to end users…
04/04/2015
http://arunblog.in/?p=176
Securing Apache Content with Basic Authentication | Arun Blog
Securing Apache Content with Basic Authentication arun | April 4, 2015 | Ubuntu | No Comments 1. Enable Modules For this example, the auth_basic_module, authz_user_module, and authn_file_module modules will be required. These should already be enabled with the default installation, but just in cas…
20/03/2015
http://arunblog.in/?p=165
Configure RAID on Ubuntu
Configure RAID on Ubuntu | Arun Blog
Configure RAID on Ubuntu arun | March 20, 2015 | Ubuntu | No Comments RAID (originally redundant array of inexpensive disks; now commonly redundant array of independent disks) is a data storage virtualization technology that combines multiple disk drive components into a logical unit for the purpo…