دسته: مقالات انگلیسی
-
نصب وردپرس 5 در دبیان 9
This tutorial will show you how to install and configure the latest version of WordPress 5 on top of a LAMP stack in Debian 9 – Stretch. WordPress, without a doubt, is one of the most popular open-source Content Management System or CMS used in these days for internet publishing, which powers more than 60 million websites…
-
How to Install ProcessWire CMS on Ubuntu 18.04 LTS
ProcessWire is a free and open source PHP-based content management system and content management framework. It is a simple, flexible and powerful CMS built to save you time and work the way you do. ProcessWire provides easy to use web interface that enables you to publish websites easily. It is specially designed for ease of…
-
Linux rename Command Tutorial for Beginners (with Examples)
If you work with files on the command line in Linux, renaming files is one of the most frequent tasks you may find yourself involved in. We’ve already discussed the mv command that lets you do this. And here, in this tutorial, we will discuss another such tool, dubbed rename. But before we start with that,…
-
How to Install SonarQube on Ubuntu 18.04 LTS
SonarQube is an open source platform to continuously inspect code quality of applications. It is written in Java language and supports multiple databases. You can inspect code and check the health of an application for more than 20 programming languages including Java, C, C++, C#, PHP, and web languages like JavaScript, HTML and CSS. SonarQube…
-
Linux tree Command Tutorial for Beginners (6 Examples)
It won’t be wrong to say the ls command is the gold standard when it comes to listing directory contents on the Linux command line. However, there do exist some alternatives that have their own strong points when compared to ls. Once such tool is tree, basics of which we’ll be discussing here in this tutorial.…
-
How to Install LimeSurvey (CE) on CentOS 7
LimeSurvey is an open source survey software written in PHP. LimeSurvey source code is hosted on GitHub. In this tutorial, we will walk you through the LimeSurvey Community Edition (CE) installation process on a fresh CentOS 7 system. Requirements In order to install LimeSurvey (CE) on your CentOS 7 system, make sure your system meets the following requirements: Minimum 250 MB disk space.…
-
How to Install Typesetter CMS on Ubuntu 18.04 LTS
Typesetter is a free, open source and PHP-based CMS intended for use by small-medium volume websites. Typesetter allows you to create feature rich and flexible websites using an easy to use true WYSIWYG editor. It uses flat file storage so there is no need of a database to store the data. It is simple, lightweight,…
-
How to Install Gitea Self-hosted Git Service using Docker on Ubuntu 18.04
Gitea is a fork of Gogs, the easy to use self-hosted Git service. It is similar to GitHub, Bitbucket, and Gitlab. Gitea is lightweight code hosting solution written in Go, can run on minimal hardware requirements. It is a cross-platform application, can run anywhere Go can be compiled such as Windows, Linux, MacOS, ARM etc. In…
-
Linux column Command Tutorial for Beginners (with Examples)
Sometimes, while working on the command line in Linux, you might want to display the contents of a file in columnar format. You’ll be glad to know there’s a command line utility in Linux that lets you do this. The tool’s name is column, and we’ll discuss the basics of this command using some easy…
-
How to Install Searx Meta Search Engine on Ubuntu 18.04 LTS
Searx is a free and open source metasearch engine with the aim of protecting the privacy of its users. Searx can fetch search results from about 70 different engines, like Bing and Google. Searx does not share users’ IP addresses or search history with the search engines. In this tutorial, we will learn how to…