Found 143 Articles for Ubuntu

How To Install and Configure Webmin on Ubuntu 16.04

Sharon Christine
Updated on 23-Jan-2020 10:53:34

713 Views

In this article, we will learn – How we can install Webmin on Ubuntu 16.04. Webmin is a web-based control panel with dashboards for any Linux server machines, which allows you to control your server with a simple interface, where we can change the settings of common application packages with simple clicks. Webmin can also be used to add new users accounts and update the packages on the server from the Webmin dashboard itself.Pre-requisitesUbuntu 16.04 machine with a non-root user with Sudo permissions.Apache, PHP, and MySQL Installed on the Ubuntu 16.04 machine.Installing Webmin on Ubuntu 16.04Assuming that we have all ... Read More

How To Install and Configure The Composer on Ubuntu 16.04

Sharon Christine
Updated on 23-Jan-2020 10:46:03

488 Views

In this article, we will be learning about – how to configure and install the Composer, A composer is a tool which manages dependency for the PHP, which will be useful to facilitate the installation and update of the project dependencies which also show the appropriate versions required for the project requirements.Pre-requisitesOne machine with Ubuntu 16.04.A non-root user with root privileges on the machine.Installing the DependenciesBefore installing the composer, we need to update the machine with the below command –.$ sudo apt-get updateOnce the system updates, we shall proceed with the installation setup where we will be installing the packages ... Read More

How To Install and Configure Sysdig to Monitor your Ubuntu 16.04

Sharon Christine
Updated on 23-Jan-2020 10:40:23

205 Views

In this article, we will learn – How to install and configure the Sysdiag tool. Sysdiag is an open-source activity monitoring tool which can be used to capture and analyze application logs which have powerful filtering features with customizable outputs.Sysdig works from getting the information from the kernel which allows capturing system calls and the information which comes to the kernel. It also monitors the servers which are installed on the system.Pre-requisitesTo complete this demo we need the following requirements − film John Wick − Chapter 2 online.Ubuntu 16.04 installed on the machineA non-root user with Sudo permission of the ... Read More

How To Configure and Setup Ghost on Ubuntu 16.04

Sharon Christine
Updated on 23-Jan-2020 08:15:27

340 Views

In this article, we will learn how to setup and Configure Ghost on Ubuntu 16.04. Ghost os a light-weight and open-source blogging programs which can be used easily and can be customizable, also have many more themes to use.Pre-RequisitesIn this setup, we need the following –Ubuntu 16.04 installed server machine.A non-root user with Sudo permissions on the machine.Nginx web server installed on the server.Ghost Installation on Ubuntu 16.04We will install the ghost using the Ghosts official repository which is hosted on GitHub.First, we will get the latest version of the Ghost using the bellow command.$ wget https://ghost.org/zip/ghost-latest.zip Output:    --2017-05-18 ... Read More

How To Configure and Set Up a Firewall on Ubuntu 16.04

Sharon Christine
Updated on 23-Jan-2020 07:47:45

2K+ Views

In this article we will learn about – how to configure and setup UFW ( Firewall) on Ubuntu 16.04, UFW stands for Uncomplicated Firewall which acts as an interface to IPTABLES that simplifies the process of the configuration of firewalls it will be a very hard for a beginners to learns and configure the firewall rules where we will secure the network from unknown users are machines. UFW works on the policies we configure as rules.Pre-requisitesFor this, we needed a non-root user with root permission on the machine.Installing the UFW (Firewall)UFW is installed by default with Ubuntu, if not installed ... Read More

How To Set Up and Configure NFS on Ubuntu 16.04

Samual Sam
Updated on 23-Jan-2020 07:31:54

931 Views

In this article, we will learn how to install NFS on Ubuntu 16.04Network File System (NFS) protocol and a filesystem which allows you to access the shared folders from the remote system or server and also allows you to mount as a remote directory on the servers. This allows you to share the storage space between different clients in different locations. NFS has been always the easiest way to access the remote storages over a network.To accomplish this demo, we need two systems which Ubuntu installed and user with sudo permissions with a private network.Installing the Packages on ServerWe will ... Read More

How To Configure and Secure SFTP Without Providing Shell Access on Ubuntu 16.04

Sharon Christine
Updated on 23-Jan-2020 07:34:09

324 Views

In this article, we will learn about how to configure SFTP without enabling the shell access on Ubuntu 14.04, SSH File Transfer Protocol (SFTP) which is a secure way to transfer files from various a servers are to a server using the SSH encrypted connections, which is a different protocol from File Transfer Protocol (FTP) which is supported by all the FTP clients.Protocol (SFTP) is a secure way to transfer files from various servers to a server using the SSH encrypted connections, which is a different protocol from File Transfer Protocol (FTP) that is supported by all the FTP clients.SFTP ... Read More

How to Install Winamp on Ubuntu/Linux Mint

Sharon Christine
Updated on 22-Jan-2020 08:02:38

7K+ Views

Are you looking for an alternative Linux music player? Winamp might be a good option to consider.Winamp supports a wide variety of contemporary and specialized music file formats, including MIDI, MOD, MPEG-1 audio layers 1 and 2, AAC, M4A, FLAC, WAV, OGG Vorbis, and Windows Media Audio. It supports gapless playback for MP3 and AAC, and Replay Gain for volume leveling across tracks. This article describes” How to install Winamp on Ubuntu/Linux Mint”Installing WinampTo install Winamp, get access of Winamp PPA from repository, use the following command –$ sudo add-apt-repository ppa:forkotov02/ppaThe sample output should be like this –Releases of Qt-based ... Read More

How to Install Webmin on Ubuntu

Sharon Christine
Updated on 22-Jan-2020 07:47:15

334 Views

Webmin is a web-based interface for system administration in Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd and lets you manage a system from the console or remotely. This article explains you about how to install Webmin on Ubuntu.To install Webmin open /etc/apt/sources.list  file as shown below-# sudo nano /etc/apt/sources.listThe sample output of the file should be like this –# deb cdrom:[Ubuntu 14.04.4 LTS _Trusty Tahr_ - Release amd64 (20160217.1)]/ trusty main restricted # See http://help.ubuntu.com/community/UpgradeNotes for ... Read More

How to Install Subversion Server on Ubuntu 16.04

Sharon Christine
Updated on 22-Jan-2020 07:26:06

443 Views

Subversion is a free/open supply variation manipulate process (VCS). That is, Subversion manages records and directories, and the alterations made to them, over time. This makes it possible for you to get better and older models of your information or evaluate the historical past of how your data is modified. On this regard, many people suppose of a variation to manage procedure as a variety of “time computing device.”Before installing subversion, it should require apache. To install apache, use the following commands-$ sudo apt-get update $ sudo apt-get install apache2To get more information about apache installation, read this articleTo install ... Read More

Previous 1 ... 7 8 9 10 11 ... 15 Next
Advertisements