shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
|

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory While working on setting new squid transparent proxy in network.I faced an unusual error while restarting the Squid service. The getcwd() function copies an absolute pathname of the current working directory to the array pointed to by buf, which is…

Setup Owncloud 6 with self signed SSL certificate on Ubuntu 13.10
| |

Setup Owncloud 6 with self signed SSL certificate on Ubuntu 13.10

In this tutorial, we will setup Owncloud 6 with self signed SSL certificate on Ubuntu 13.10 Server.In other words,setting HTTPS for Owncloud 6 in Ubuntu 13.10 Server.In recent months, Owncloud 6 has been released.In our last post,we have already written document on “how to install Owncloud 6 in Ubuntu 13.10 Server“.Hence, we expect,you have already…

SELINUX : squid service failed to start/restart
| |

SELINUX : squid service failed to start/restart

After installing the Squid Version 3.5.0 in CentOS 6.5. I got the issue,squid service failed to start/restart. Generally, after installing the package with by-default configuration,we can start/stop/restart the service without any problem.This time squid gave me trouble here. I checked the /var/log/messages and there was no sufficient logs giving any hint. In other words,I have…

Install and configure rsyslog Centralized logging server in CentOS 6.5
|

Install and configure rsyslog Centralized logging server in CentOS 6.5

In this tutorial we will learn, how to install and configure rsyslog 7.6 version on RHEL 6.5/CentOS 6.5 .The scenario is,install and setup rsyslog Centralized Logging Server in RHEL/CentOS 6.5. All the logs from client servers will be sent to Centralized logging server i.e rsyslog server. Check Pre-installed rsyslog package Step 1: First of all…

fatal error: error writing to /tmp/ccwAjc9Z.s: No space left on device
|

fatal error: error writing to /tmp/ccwAjc9Z.s: No space left on device

Today,while working in cloud server.I faced an issue.I was copying some files to s3bucket,which I have mounted by using s3fs package. One every copy command(i.e cp),I was getting error – fatal error: error writing to /tmp/ccwAjc9Z.s: No space left on device. The problem was not new for me.I have seen this problem earlier also.The problem…

How to backup and restore iptables on Linux systems
|

How to backup and restore iptables on Linux systems

In this post we will learn, how to backup and restore iptables on Linux systems .As a Linux System Administrator,it is important to understand iptables. With iptables,you can secure the Linux Operating System.In this post,we have written a quick way to take backup and restore the iptables in Linux systems. iptables is a user space…

How to add before entry widget in Genesis Child Theme
|

How to add before entry widget in Genesis Child Theme

In this tutorial we will learn, how to add before entry widget in Genesis Child Theme. It is mine new journey with Genesis Framework.Working and exploring,to make theme on it.In my some posts,I already stated I recently got my premium theme.Before this I played on,already available free Genesis Theme. In my some other sites,I decently…

Yum command to download rpm file without installing in linux system
|

Yum command to download rpm file without installing in linux system

In this tutorial,we will learn how to use yum command to download rpm file without installing in linux system.It was before RHEL 5 arrival, when I used to download the source rpm packages by using up2date -d package-name Now things are changed,in Red Hat based Operating System above version 5.x . We use the yum…

Find installed and enabled apache module in Debian/Ubuntu
|

Find installed and enabled apache module in Debian/Ubuntu

In this tutorial we will learn,how to find installed and enabled apache module in Debian/Ubuntu. The method is applicable to Debian based operating system.As a system admin, sometimes we have to find which Apache module is installed. Every System Admin has their own style of work. How generally we do ,I am sharing in this…

Install MongoDB server on Ubuntu 12.04 LTS
|

Install MongoDB server on Ubuntu 12.04 LTS

In this tutorial we will learn,how to install MongoDB server on Ubuntu 12.04 LTS. MongoDB is one the popular nosql database.It is a cross-platform document-oriented database system.MongoDB has its interactive shell called mongo .In recent years,many companies started using MongoDB.To know about more details on MongoDB,you can visit the Wikipedia link How to install MongoDB…

Attach DKIM signature to domain name like sendgrid
|

Attach DKIM signature to domain name like sendgrid

In this post I am sharing a trick in which we will assign DKIM signature like Sendgrid do.The method is not excatly same but the task can be accomplished.I was getting “no signing table” error.Because of which DKIM-Signature was not attaching in recipient’s email header. My application mailer was using gmail id in from: field…