Showing headlines posted by LinuxWave

« Previous ( 1 2 3 ... 4 ) Next »

How to Install Apache on Ubuntu 18.04

Apache is the most popular and most used HTTP web server in the world. Apache is the opensource, cross-platform, powerful, stable, reliable and free web server providing features which can be extended by the wide variety of modules.

Linux Time Command with Examples

Time command in Linux is used to determine total execution time of given command. Mainly used to check performance of commands and scripts. Using Time command you can also compare total download time for a file using wget and curl commands.

How to Install Go on Debian 9

Go is a Google Developed modern open-source programming language. Go also known as Golang and offers a robust set of libraries. Popular applications like Docker, Graphana etc. are written in Golang

How to Install PostgreSQL on CentOS 7

PostgreSQL or Postgres is a popular relational database management system. PostgreSQL is also an opensource and general-purpose database system which provides an implementation of SQL querying language.

How to Install and Use Docker on CentOS 7

  • linux4one.com; By Linux4one (Posted by LinuxWave on Feb 23, 2019 2:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Docker is an application used to manage application processes in containers. Containers run applications in resource-isolated process. By using docker you can build, test and deploy applications that can run anywhere as portable and self-sufficient containers.

How to Install Webmin on CentOS 7

Webmin is a web-based opensource control panel for Linux systems. Webmin enables you to manage your server operations for system administration through a web-based interface.

How to Use Shutdown Command in Linux

The shutdown command is used to bring the system down in a secure way. When the process is initialized, all the users are notified that the system is going down instantly or after some time.

How to Stop and Disable FirewallD on CentOS 7

Firewalld dynamically manages the trust level of network connections and comes as a complete firewall solution. Firewalld service mainly used to configure and manage network connections by deciding which packets to allow and block.

How to Install Webmin on Ubuntu 18.04

Webmin is a web-based opensource control panel for Linux systems. Webmin enables you to manage your server operations for system administration through the web-based interface.

How to Install Yarn on CentOS 7

Yarn is an advanced package management tool for Javascript applications mostly used for Node.js applications. Yarn is compatible with npm used for installing, configuring, updating and removing npm packages.

How to Use grep Command in Linux with Examples

  • linux4one.com; By Linux4one (Posted by LinuxWave on Jan 21, 2019 1:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The grep command used to find a particular string or pattern in one or multiple patterns. Grep stands for “Global Regular Expression Print”. Grep is the most powerful command in Linux used most commonly.

How to Use SCP Command to Transfer Files/Folders in Linux

  • linux4one.com; By Linux4one (Posted by LinuxWave on Jan 21, 2019 2:29 AM EDT)
  • Story Type: Tutorial; Groups: Linux
SCP command is used to copy files between to systems in a secure way. SCP stands for Secure Copy which copies files or directories securely. By using SCP command you can copy or transfer files from the remote system to the remote system or remote system to the local system

How to Install Yarn on Debian 9

Yarn is an advanced package management tool for Javascript applications mostly used for Node.js applications. Yarn is compatible with npm used for installing, configuring, updating and removing npm packages.

How to Use Tail Command in Linux

Tail command prints last N number of lines from the given file. Tail command is complimentary of head command. This command mostly used to monitor log files which are changing continuously in real time.

How to Install Gradle on Ubuntu 18.04

Gradle is a free and opensource general purpose build tool used mainly for Java projects. It uses Groovy which is dynamic, object-oriented programming language to define projects and build scripts for Java language.

How to Install RubyMine on Debian 9

RubyMine is an intelligent and fully featured IDE for Ruby developed by JetBrains. It also provides support for Javascript, Typescript, and CSS etc. You can also extend RubyMine features by using plugins.

How to Install IntelliJ IDEA IDE on Ubuntu 18.04

IntelliJ IDEA IDE is an intelligent and fully featured IDE for Java developed by JetBrains. It also provides support for Javascript, Typescript, and CSS etc. You can also extend IntelliJ IDEA IDE features by using plugins. By using IntelliJ IDEA IDE plugins you can also get support for frameworks like Blade, DropWizard etc.

How to Install PyCharm on Debian 9

PyCharm is an intelligent and fully featured IDE for Python developed by JetBrains. It also provides support for Javascript, Typescript, and CSS etc. You can also extend PyCharm features by using plugins.

How to Install PhpStorm on Ubuntu 18.04

PhpStorm is an intelligent and fully featured IDE for PHP developed by JetBrains. It also provides support for Javascript, Typescript, and CSS etc. You can also extend PhpStorm features by using plugins.

How to Install PyCharm on CentOS 7

PyCharm is an intelligent and fully featured IDE for Python developed by JetBrains. It also provides support for Javascript, Typescript, and CSS etc. You can also extend PyCharm features by using plugins.

« Previous ( 1 2 3 ... 4 ) Next »