How To Install Sublime Text Editor On Debian 10 9 8 Tecadmin

You may also like other powerful text editors like Atom, Visual Studio Code, Notepadqq, and Brackets for you Debian based systems. Below is some listed available features in Sublime text. You can also visit sublime text website for more details. Editing files side by side. Sublime Text is available for various plateform including OS X. It provides functionality to find and replace with regular expressions. We can make batch edits with multiple Selections....

December 1, 2022 · 1 min · 175 words · Charlene Gonzalez

How To Install Swift On Ubuntu 16 04 Lts Tecadmin

This tutorial will help you to install swift programming language on your Ubuntu and Debian system. Step 1 – Prerequisites Login to your Ubuntu system using SSH (Shell) access. Now install the required dependencies for swift installation on your system. On a fresh Ubuntu 16.04 install, I also needed to install following packages to work swift properly. Step 2 – Install Swift Ubuntu 16.04 First, import the swift GPG keys to validate packages on your system....

December 1, 2022 · 1 min · 198 words · Paige Hawthorne

How To Install Zsh Z Shell On Ubuntu And Debian Tecadmin

Some of the benefits of using ZSH over Bash include: Enhanced command completion: ZSH offers better command completion than Bash, including the ability to use tab completion for options and arguments. More powerful globbing: ZSH has a more powerful globbing (wildcard matching) system than Bash, which allows you to use more complex patterns to match file names. Better syntax highlighting: ZSH includes built-in syntax highlighting for various programming languages, making it easier to read and write code....

December 1, 2022 · 3 min · 504 words · Lily Ready

How To List All Collections In Mongodb Database Tecadmin

MongoDB is a NoSQL database, that stores documents in JSON format. A collection is an entity in MongoDB (ie similar to a table in RDBMS databases) that stores JSON documents. You can use one of the below options to list collections in a MongoDB database. Mongo Shell: You can use one of the following commands from Mongo Shell to list all available collections in the MongoDB database. Before running the below commands you must be connected with the target database using use database_name....

December 1, 2022 · 1 min · 146 words · Denise Benjamin

How To Set Up A Profitable Ecommerce Business Tecadmin

The Next Level Establishing a strong online presence is an absolute must. This means you have to invest time and money in putting together a well-designed, safe, and functional website. Selling stuff via Facebook may prove to be profitable, but full-scale e-stores are a chance to take your operations to the whole new level. This drives more customers your way, increases their loyalty, and lays the groundwork for trust. Ultimately, opening an e-store is the only way to cultivate a strong and sustainable growth of a massive business....

December 1, 2022 · 3 min · 514 words · Jeffrey Rodriguez

How To Setup Elasticsearch On Ubuntu 18 04 16 04 Lts Tecadmin

This tutorial will help you to install Elasticsearch on Ubuntu 18.04 & 16.04 LTS system. Step 1 – Prerequsities Login to your Ubuntu system using sudo privileges. For the remote Ubuntu server using ssh to access it. Windows users can use putty or alternatives to log in to Ubuntu system. Elasticsearch required Java to run on any system. Make sure your system has Java installed by running following command. This command will show you the current Java version....

December 1, 2022 · 2 min · 338 words · Maria Wright

How To Setup Selenium With Chrome Driver On Fedora Tecadmin

This tutorial described how to set up a selenium server with a chrome driver on a Fedora system. Also, you will get a sample Java program to run a small test over selenium with a headless chrome driver. Prerequisites Login to your Fedora system with Sudo privileged account. Launch a terminal and execute the following commands to install the required packages on your system. Step 1 – Installing Google Chrome Enable the Google chrome repository for installing latest versions....

December 1, 2022 · 3 min · 476 words · Victoria Scofield

10 Best Video Players For Linux In 2022 Tecadmin

In such cases, people prefer free-online sites but those come with excessive ads pop-ups every few mins. To avoid such situations and hassle-free watching of your favorite movies and shows users simply download their favorite shows and movies from different online sources and watch them using Video Players. Finding the best video player is also a task, sometimes they’re not open source and free or do not provide us the features we require, or above all if you’re a Linux user you’re already left with limited options....

November 30, 2022 · 6 min · 1091 words · Vernon Swanston

How To Install And Configure Ansible On Debian 10 Tecadmin

Ansible is a better alternatives of the other popular infrastructure automation tools available like Chef and Puppet. You don’t need to install any client software on nodes to manage through Ansible server. It uses SSH connection to execute tasks on hosts. This tutorial will help you to install and configure Ansible on Debian 10 Linux systems. Prerequisites For this tutorial, I have the following hosts: One Control Node – To build your infra with Ansible, you need a control node where Ansible server will run....

November 30, 2022 · 3 min · 610 words · Timothy Albero

How To Install And Secure Apache On Debian11 Tecadmin

So, in this article, we will discuss the installation of the Apache web server and how to secure it after installation on Debian 11. Requirements Before installation, you must be logged into the Debian System with access to all sudo privileges. We also recommend completing the initial server setup on newly install Debian 11 systems. Step 1 – Installing Apache on Debian The latest version of Apache packages is available under the default Debian 11 repository....

November 30, 2022 · 4 min · 852 words · Sandra Orahood

How To Install Angular Cli On Debian 10 9 8 Tecadmin

Reference: Serve Node.js Application behind the Apache Server Step 1 – Install Node.js First of all, you need to install node.js on your system. Use the following commands to configure node.js PPA in your Debian system and install it. Make sure you have successfully installed node.js and NPM on your system Step 2 – Install Angular/CLI on Debian After finishing the Node.js installation on your system, use the following commands to install the Angular CLI tool on your system globally....

November 30, 2022 · 2 min · 304 words · Sandi Clark

How To Install Apache Solr 9 0 On Linux Mint 20 19 Tecadmin

Install Apache Solr on CentOS, RedHat Use this tutorial to install Apache Solr 9.0 on a LinuxMint 20/19/18 system. Step 1 – Prerequsities Login to your Linux mint system with a root or sudo privileged account. Apache Solr 8 required Java 8 or greater to run. Make sure your system fulfills the Java requirements of Apache Solr. If you don’t have java installed on your system visit the below articles....

November 30, 2022 · 2 min · 242 words · Linda Alicea

How To Install Nrpe On Centos Rhel 7 6 Tecadmin

Step 1 – Install EPEL Repository NRPE packages and plugins are available under EPEL yum repository, Enable EPEL repository using one of below commands. Step 2 – Install NRPE and Nrpe-plugins After enabling EPEL repository, use following commands to install NRPE and plugins in your system. We also need to install commands which NRPE executes for monitoring services. Use the following command to get a list of available commands packages. Install the required packages on your remote system....

November 30, 2022 · 2 min · 238 words · Kevin Rose

How To Install Tomcat 9 On Centos Rhel 8 Tecadmin

This tutorial will help you to install and configure the Tomcat 9 server on CentOS 8 and RHEL 8 Linux systems. Prerequisites Shell access sudo priviledged account access Step 1 – Install Java Java is the primary requirement for running Tomcat 9 on CentOS 8 Linux system. Make sure you have Java 8 or higher version installed in your system. Use the following command to install OpenJDK on your system....

November 30, 2022 · 3 min · 478 words · Mary Crump

How To Install Zoom On Ubuntu 20 04 Tecadmin

The zoom client allows you to join meeting without sign in to the application. To start a new meeting, you would required to login to the application. Visit zoom.us to create account. This tutorial will help you to install Zoom on Ubuntu 20.04 LTS Linux system. Step 1 – Install Zoom on Ubuntu Zoom client is available as snap package for the Ubuntu 20.04, 19.10, 18.04 & 16.04 LTS systems....

November 30, 2022 · 2 min · 232 words · Michael Warren

How To Restart Network On Ubuntu 20 04 Tecadmin

You can use NetworkManager for the configuration of the following connections types like: Ethernet, wireless, mobile broadband, and DSL and PPPoE (Point-to-Point over Ethernet). It also allows the configuration of the network aliases, static routes, DNS information and VPN connections on Linux systems. This tutorial will help you to Start/Stop and Restart network services on Ubuntu Linux system. Restart Network on Ubuntu 20.04 You can restart the network service with the command line interface as well as using the Desktop interface....

November 30, 2022 · 2 min · 398 words · Marie Rodriguez

How To Setup Startup Shutdown Script On Gentoo Linux

Now the scripts inside /etc/local.d/ directory with suffix .start will be executed at system startup and all the scripts with suffix .stop will be executed during system shutdown. First make sure you have enabled local.d scripts using below steps. Enable local.d Scripts To start the local.d scripts at boot time, add its init.d script to the default runlevel Now start the service by making OpenRC check for stopped services in the default runlevel:...

November 30, 2022 · 1 min · 115 words · David Double

How To Use Ssh To Connect Remote Linux Server Tecadmin

SSH for Linux RDP for Windows In this tutorial, we will see how to use SSH to connect to a remote server? What is SSH? SSH stands for Secure Socket Shell and it is a network protocol used to access a system remotely in a secured way. SSH is an application layer protocol and it allows you to access another machine without physical access. Simply, you can control the servers remotely via the internet....

November 30, 2022 · 3 min · 595 words · Thomas Lamb

Install Or Upgrade Kde 4 12 On Ubuntu 14 04 13 04 12 10 12 04 Lts

Kubuntu comes with a preloaded KDE Desktop environment, which is a combination of Ubuntu + KDE Plasma Desktop. KDE Editions You might want to know about available KDE editions. Here is a brief description of all 3 main KDE editions that is available for installation. KDE full: This comes with the full packages of KDE with all default applicaitons. KDE standard: This version comes with few selected applications only. KDE Plasma: This is a minimal version of KDE comes with basics application’s such as the file manager, browser, and text editor etc....

November 30, 2022 · 3 min · 480 words · Allison Kramer

Resolved Bin Rm Argument List Too Long Tecadmin

/bin/rm : Argument list too long If there are a large number of files in a single directory, Then the traditional rm command can not delete all files and ends with an error message Argument list too long. To resolve this issue and delete all files use xargs command-line utility with the find command. That’s it. you will find all files are deleted now.

November 29, 2022 · 1 min · 64 words · Bruce Snow