Completely remove package on Ubuntu / Debian by apt-get

Completely remove package on Ubuntu / Debian by apt-get

This is a quick post to completely remove package on Ubuntu by apt-get command.Apt-get (Advanced Packaging Tool ) is a command line tool to manage the packages on Ubuntu / Debian system. Remove the package on Ubuntu/Debian Generally remove is the option used with apt-get command. But it do not remove the config files associated…

Prevent starting service after package installation on Ubuntu / Debian

Prevent starting service after package installation on Ubuntu / Debian

In this tutorial we will learn, how to prevent starting service after package installation on Ubuntu / Debian . In simple way, we will use the policy.rc.d to control the behavior of invoke-rc.d for every initscript id and action . We will create a executable script called policy.rc.d and write the exit code 101 in…

How to install Nagios 4 from source on Ubuntu 14.04 LTS
|

How to install Nagios 4 from source on Ubuntu 14.04 LTS

In this tutorial we will learn, how to install Nagios 4 from source on Ubuntu 14.04 LTS. In this practical I have seen some problems while Nagios core 4 installation. Because in Ubuntu 14.04 LTS is shipped with new Apache 2.4 version ,it was quite obvious some extra steps we have to do. I will…

How to install ownCloud 6 on Ubuntu 14.04 LTS Server
|

How to install ownCloud 6 on Ubuntu 14.04 LTS Server

In this tutorial we will learn about, how to install ownCloud 6 on Ubuntu 14.04 LTS Server. ownCloud now a days very popular in Internet World. It is one the awesome alternate for Drop Box. Moreover it is free and Open Source software, primarily using for ‘file hosting’. In case you are looking for creating…

How to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)
|

How to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)

In this tutorial, we will learn how to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr) . The new Ubuntu version 14.04 LTS (Long Term Support) has been introduced with many new features. Because it is LTS version, it will be supported for 5 years since the date of its release(17/April/2014). Apache software…

Configure ethernet to get IP address from DHCP in Ubuntu and Debian

Configure ethernet to get IP address from DHCP in Ubuntu and Debian

In this tutorial we will learn about how to configure ethernet to get IP address from DHCP Server in Ubuntu and Debian. Configuring the ethernet for getting ip address from DHCP server hardly takes 3-4 Steps. The tutorial is applicable if you add new ethernet also. Here in this tutorial we have added one more…

Install pdfedit for editing pdf file in Ubuntu

Install pdfedit for editing pdf file in Ubuntu

Question: How to edit pdf file in UbuntuAnswer:Install pdfedit for editing pdf file in Ubuntu.Pdfedit is one of the awesome application which helps in editing the pdf file.It is nice alternate for Adobe Acrobat pdf editor.Description of DIY practical: We have tested this practical in Ubuntu 12.10 and 13.10. Follow the given below steps to…