Set group password,its use and check which group after newgrp command in linux

Set group password,its use and check which group after newgrp command in linux

Set group password,its use and check which group after newgrp command in linux As per the title of my post it has 3 questions: (1) How to set group password in Linux ? (2) What is its use ? (3) How to know you are using which group after using command newgrp ? How to…

How to set  -m option as default in useradd command in linux

How to set -m option as default in useradd command in linux

How to set -m option as default in useradd command in linux Using -m option with useradd command create the user’s home directory . In Debian and Ubuntu when we simply use useradd command without any option bydefault it do not create user’s home directory in /home whereas in CentOS and Red Hat when you…

ClamAV-clamd av-scanner FAILED: CODE(0x2286dd0)

ClamAV-clamd av-scanner FAILED: CODE(0x2286dd0)

While working today on setting Amavisd-new,Clamav and spamassasin in Ubuntu 12.04 LTS,I got the below given error. Jul 23 12:20:47 mail postfix/qmgr[18020]: 0D1AF61F95: from=, size=739, nrcpt=1 (queue active) Jul 23 12:20:48 mail amavis[18032]: (18032-02) (!)run_av (ClamAV-clamd) FAILED – unexpected , output=”/var/lib/amavis/tmp/amavis-20130723T122047-18032-utKqe6rf/parts: lstat() failed: Permission denied. ERRORn” Jul 23 12:20:48 mail amavis[18032]: (18032-02) (!)ClamAV-clamd av-scanner FAILED:…

Allow root ssh login in FreeBSD 9.0

Allow root ssh login in FreeBSD 9.0

Allow root ssh login in FreeBSD 9.0 OS Detail: freebsd# uname -ar FreeBSD freebsd 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 freebsd# As I stated earlier in my some post, this is my first time work in freebsd. After fresh installation of FreeBSD 9.0-RELEASE I tried to ssh with root…

How to set DHCP offered ip address to particular ethernet in freebsd
| |

How to set DHCP offered ip address to particular ethernet in freebsd

In this post we will learn How to set DHCP offered ip address to particular ethernet in freebsd. I freshly installed the freebsd 9.0-RELEASE in Virtual box. I added two ethernet or NIC to virtual machine. After restart I found only my first ethernet has the ip address. The second ethernet does’not have any ip….

Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/
|

Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/

Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/vim.tbz This was my first encounter with problem while working in freebsd after doing fresh install.I was trying to install vim in freebsd by using the command pkg_add -r vim I got this below given Error: Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/vim.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable…

Your data directory and files are probably accessible from the internet because the .htaccess file does not work owncloud
|

Your data directory and files are probably accessible from the internet because the .htaccess file does not work owncloud

While reinstalling the owncloud in Ubuntu I got this error message on screen when I hit the URL of owncloud – “Your data directory and files are probably accessible from the internet because the .htaccess file does not work”. To solve this issue. We have to only correct our apache configuration file. In owncloud.conf file…

How to use email id of Gmail for sending nagios email alerts
|

How to use email id of Gmail for sending nagios email alerts

How to use email id of Gmail for sending nagios email alerts In this tutorial we will learn about how to use email id of Gmail for sending nagios email alerts. Requirement: (1): Create one email id of gmail for sending emails from nagios server eg. nagiosalerts@gmail.com (2): Using ssmtp package . As per man…

Convert video file into gif file through command line in linux
|

Convert video file into gif file through command line in linux

In this post, learn how to convert video file into gif file through command line in linux. For converting the video file into gif file there are many methods. We tried most of the methods. We used some software package like mplayer and image-magick. Image-magick has one issue that is related to memory allocation. With…