Linux File Command
Sat Mar 02 2019

Linux File Command

The Linux file command displays the type of a file. It's helpful when you have to find out the type of file you've never seen before or the file does not have a file extension.

Linux Time Command
Sat Mar 02 2019

Linux Time Command

The time command is used to determine how long a given command takes to run. It is useful for testing the performance of your scripts and commands. Both Bash and Zsh, the most widely used Linux shells have their own built-in versions of the time command which take precedence over the Gnu time command.

Linux Tail Command
Sat Mar 02 2019

Linux Tail Command

The tail command displays the last part of one or more files or piped data. It can be also used to monitor the file changes in real time. In this tutorial, we will show you how to use the Linux tail command through practical examples and detailed explanations of the most common tail options.

How to Install WildFly (JBoss) on CentOS 7
Fri Mar 01 2019

How to Install WildFly (JBoss) on CentOS 7

WildFly, formerly known as JBoss is a cross-platform open-source application runtime written in Java that helps you build amazing applications. This tutorial explains how to install WildFly application server on CentOS 7.

Fri Mar 01 2019

How to Install WildFly (JBoss) on Ubuntu 18.04

Wed Feb 27 2019

How to Install and Configure Samba on CentOS 7

Mon Feb 25 2019

How to Install OpenCart on Ubuntu 18.04

Mon Feb 25 2019

How to Install Magento 2 on Ubuntu 18.04

Mon Feb 25 2019

How to Install WordPress with Nginx on Ubuntu 18.04

Sun Feb 24 2019

How to Install and Configure GitLab on CentOS 7