Wget command is generally used by many Linux/Unix users. GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies (The definition taken from man wget command). If you are internet user, you many times have faced with […]
Linux
Print grep command output without seperator
I am working with grep command and found two dashes ( — ) in output. How can I print grep command output without two dashes ( — ) that is also called separator. Answer : To print grep command output without separator , you can use the option –no-group-separator with grep command. How to print […]
Install osTicket ( Open source ticketing tool ) on Ubuntu 14.04 LTS
The osTicket is one of the famous open source ticketing tool , widely use in many organisations and companies. We will explain, how to install osTicket ( Open source ticketing tool) on Ubuntu 14.04 LTS . We will do self hosted osTicket installation. In case, you are looking for professional support for osTicket , that […]
Secondary Logging : Save All Users History Command Output As Log
The secondary logging will help you to save history command output as log. In this practical, we will set the secondary logging for all users including root. Secondary logging will help you in audit by this way you can find out on which date and time users hit the command.
Enable php5-imap on Ubuntu 14.04 LTS
The imap extension of PHP helps to operate with the IMAP protocol, as well as the NNTP, POP3 and local mailbox access methods. In this post, we will learn how to enable php5-imap on Ubuntu 14.04 LTS Server. The php5-imap extension basically used in mail with IMAP protocol. Install php5-imap on Ubuntu Use the below […]
Install Cacti from source on Ubuntu 14.04 LTS Server
Cacti is very well known name in monitoring system. It is RRD tool based, gather the information by using external script/command and feed the data into RDBMS database like MySQL/MariaDB. Cacti frontend is basically written in PHP. We can use the SNMP to gather the information and feed into Cacti database . You can view […]
Recent Comments