Using cockpit tool for server Linux management part 1
Introduction Most system administrators are accustomed to managing their Linux servers from the command line. But some projects have made significant head way in coming up with robust solutions for administering Linux systems via a web interface. Cockpit is one such popular project. Cockpit is an open source and free system administration tool that allows you to easily manage and monitor a single Linux machine or multiple Linux servers via a web browser. The cockpit project has gained a lot of momentum since its development was taken over by Red Hat which is actively fixing bugs and adding new features to the tool. Using cockpit you can perform numerous system administration tasks from a single pane of glass like interface provided by cockpit. Some examples of the tasks that can be managed by cockpit are administrating storage, configuring network, inspecting logs and so on and so forth. While managing your servers with cockpit you can easily switch between cockpit and the command line. For example, a service started using cockpit could be stopped or restarted using the command line. In this article, we will demonstrate how you could install Cockpit on a CentOS 7 server, and how to monitor and administer the server using Cockpit. The installation process would remain unchanged for any YUM based system like RHEL or Fedora. Installing cockpit: If you have the base and EPEL...
Read More