Goaccess A Real Time Apache Nginx Log Analyzer Tecadmin

This tutorial describes you to how to install and use GoAccess on your Linux systems. Installing GoAccess Most of the Linux operating systems contains GoAccess packages in their official repositories. So you can simply install it with package manager. Debian based systems:sudo apt-get update && sudo apt-get install goaccess -y Redhat based systems: yum install goaccess Arch Linux: pacman -S goaccess For other operating systems visit this page to install Goaccess....

December 30, 2022 · 2 min · 358 words · Sandra Beeler

How To Count Array Elements In Php Tecadmin

Using sizeof(): Using count():

December 30, 2022 · 1 min · 4 words · Summer Crowe

How To Install Net Core Dotnet On Ubuntu 22 04 Tecadmin

The Ubuntu 22.04 users can only install .NET Core 6.0. It doesn’t support .NET Core 3.1 or 2.0 since the distro only supports OpenSSL 3. The developers should install the .NET Core SDK on their system and the staging or production server needs the .NET Core runtime only. This tutorial walks through installing the .NET core on Ubuntu 22.04 LTS Linux system. You can install .NET Core SDK or set up the runtime environment on your system....

December 30, 2022 · 3 min · 504 words · Christy Chin

How To Install And Use Virtualenv With Python 2 Tecadmin

Prerequsites You must have the following packages installed on your system. Python 2 PIP Install Virtualenv with Python 2 You must have Python 2 and PIP installed on your system. Use pip2 to install virtualenv Python module Create Virtual Environment The Python3 is installed at the standard location. Find the Python 2 binary file location using which command. Now, Create a separate environment for your Application. You can change the environment directory name (isoEnv used in below example) as per your choice....

December 30, 2022 · 2 min · 260 words · Scott Carrington

How To Install Anydesk On Ubuntu 18 04 16 04 Tecadmin

But, if you still love TeamViewer, You can also install TeamViewer using these instructions. Step 1 – Install AnyDesk on Ubuntu Anydesk is available in both 64-Bit and 32-Bit formats. You can directly download Debian packages from its official website. Otherwise use the apt repository to install package. First of all, add the repository key to Trusted software providers list Then configure the Anydesk apt repository: Finally, install the Anydesk on Ubuntu system by executing following commands on your system....

December 30, 2022 · 1 min · 204 words · Robin Kalama

How To Install Dovecot On Centos 7 Tecadmin

Step 1 – Installing Dovecot Dovecot package is available under the default yum repositories. Simply run the below command from terminal to install Dovecot packages on your CentOS 7 system. Step 2 – Configure Dovecot Once the installation finished, configure Dovecot server as per your requirements. Here is the quick and useful configuration of Dovecot to work on your system. Edit Dovecot main configuration file and uncomment below lines to enable POP3 and IMAP protocols....

December 30, 2022 · 2 min · 367 words · Edward Starnes

How To Install Elasticsearch On Debian 10 9 8 Tecadmin

This tutorial will help you to install Elasticsearch on Debian 10, Debian 9 and Debian 8 systems. Step 1 – Prerequsities Login to your Debian system using sudo privileged user or root account. Java is the primary requirement for running Elasticsearch on any system. Execute following commands to install Java on your Debian system. Then check the installed Java version. Also, make sure your JAVA_HOME environment variable is configured:...

December 30, 2022 · 2 min · 315 words · Belinda Chapa

How To Install Erlang On Debian 9 8 Tecadmin

Step 1 – Prerequsiteis Before starting the installation process make sure you have root or sudo privileged user access to your Debian system. Now login to your system: Upgrade the current packages to the latest version. Step 2 – Enable Erlang Repository Use the following commands to add Erlang apt repository on your system, Which is required to install Erlang on a Debian VPS. Simply download erlang repository package from its official website and install on your system....

December 30, 2022 · 1 min · 163 words · Joshua Woodley

How To Install Google Cloud Sdk On Ubuntu 20 04 Tecadmin

The Cloud SDK team provides official PPA for the Debian packages to install on Ubuntu systems. Also the Cloud SDK is available in form of Snap package, which allow you to quickly install Google Cloud SDK on Ubuntu system. This tutorial describe you to how to install Google Cloud SDK on Ubuntu 20.04 LTS Linux system. Prerequisites Login to your Ubuntu system with a sudo privileged account. Open a terminal and execute the following commands to install required packages on your system....

December 30, 2022 · 2 min · 346 words · Charles Cooper

How To Install Gradle On Centos 7 Tecadmin

You may like: How to Install Apache Maven on CentOS 8 Prerequisites The Gradle requires Java 8 or higher version installed on system. Generally Fedora system have default installed Java version on it. to run Java 8 or higher version. Make sure you have java installed on your CentOS/RHEL system. If not, use following command to install it. Verify installed Java version on your system. Install Gradle on CentOS 7 Once you installed Java on your system....

December 30, 2022 · 2 min · 240 words · Mitchell Minjares

How To Install Gulp Js On Ubuntu 18 04 16 04 Lts Tecadmin

Step 1 – Installing Node.js First of all, you need to install node.js on your system. Use following set of commands to add node.js PPA in your Ubuntu system and install it. Make sure you have successfully installed node.js and NPM on your system Step 2 – Install Gulp.js on Ubuntu After installation of Node.js and Npm on your system, use the following commands to install Gulp CLI globally on your system....

December 30, 2022 · 1 min · 150 words · George Nock

How To Install Mariadb On Ubuntu 22 04 Tecadmin

This tutorial will guide you with the installation of the MariaDB server on the Ubuntu 22.04 Linux system. 1. Configure Repository The MariaDB packages are available in default Ubuntu repositories. Also, MariaDB provides an official repository to install the latest version on Ubuntu systems. In order to configure MariaDB Apt repository, open a terminal with a sudo privileged account and run the following commands. The above commands will create a repository file under /etc/apt/sources....

December 30, 2022 · 2 min · 240 words · Josephine Lott

How To Install Owncloud 10 On Fedora 34 33 Tecadmin

This tutorial will help you to Install ownCloud 10 on Fedora 31/30/29/28 Linux systems. Step 1 – Setup LAMP Before installation, we first need to set up a running LAMP server. If you have already running the LAMP stack skip this step else use the followings commands to set up the lamp stack. Install Apache Install MariaDB Install PHP Step 2 – Download ownCloud Archive After successfully configuring lamp server on your system, Let’s download latest ownCloud from its official website....

December 30, 2022 · 2 min · 224 words · Gerald Rodriguez

How To Install Virtualbox 6 1 On Ubuntu 18 04 Lts Tecadmin

Step 1 – Prerequisites Login to your Ubuntu 18.04 desktop system with sudo privileged user. After login to your system update current packages of the system to the latest version. Step 2 – Setup Apt Repository Now, import the Oracle public key to your system signed the Debian packages using the following commands. Then, you need to add Oracle VirtualBox PPA to Ubuntu system. You can do this by running the below command on your system....

December 30, 2022 · 1 min · 146 words · Irene Pearson

How To Install Virtualbox 7 0 On Fedora 36 35 Tecadmin

In this article, we will see how to install and use VirtualBox 7.0 on Fedora 36/35. The VirtualBox 7.0 package is not available for Fedora 34 and older versions but still you can install VirtualBox 6.1 on that system. Prerequisites Before you start, make sure that you have the following prerequisites: – A computer running Fedora- A minimum of 4 GB RAM- 10 GB free disk space- A host machine running any of the following operating systems: Windows, Linux, Mac OS X – Install VirtualBox and Extension Pack on Fedora....

December 30, 2022 · 3 min · 480 words · Joseph Clark

How To Install Windows Service Via Command Line Tecadmin

How to Install Windows Service First of all, navigate to the .net framework directory and then run installutil.exe followed by the Windows server exe file path. This will install service on your system. In case it prompts for the authentication, Input the username, and password of your Windows system. Remember the user name must start with “.\” followed by username as shown in the below screen. See the onscreen messages and check if the command successfully completed....

December 30, 2022 · 1 min · 144 words · Brad Brame

How To List All Files In A Directory Using Python Tecadmin

The Python listdir() function available under os package is used to listing all content of a directory. So you can simply print the results of the listdir() function. This will show files as well as directories. This function accepts an argument as a directory location. Here our requirement is to list only files (not directories). So program needs to loop through the array resulted by listdir() and print only files ignoring rest....

December 30, 2022 · 1 min · 97 words · Joseph Carpenter

Reading File Line By Line In Linux Shell Script Tecadmin

Using while loop The most basic way to read a file line by line in a shell script is to use a while loop and the read command. The read command reads a line of input from the file and stores it in a variable, which can then be processed by the script. The while loop allows you to iterate through the lines of the file until the end is reached....

December 30, 2022 · 3 min · 446 words · John Wermers

Setting Up Environment Variables On Ubuntu Tecadmin

You can set the environment variables in 3 ways: Now we will discuss the above methods to set environment variables on Ubuntu systems one by one. 1. Using the export command You can use the export command on the terminal to set the environment variables temporarily. That variable will be accessible on the same terminal only. Once you close the terminal the variable will be destroyed. To set the environment variable, run: To print the MY_ENV environment variable, type:...

December 30, 2022 · 2 min · 302 words · Joan Brown

Su Command In Linux With Useful Examples Tecadmin

It is an frequently used command mostly by the Linux terminal users. This tutorial will help you understand the uses of Linux su command with examples. Syntax: su Command Examples in Linux Let’s begin with a basic example. I’m Logged in to my system with user ‘root’, verified the identify using whoami command. Then switch to root user with su command. Again verified the identify. Things to know: Invoke the su command without username becomes the superuser (root)....

December 30, 2022 · 1 min · 192 words · Aimee Conner