1660590060
Grâce à ce tutoriel, nous apprendrons comment installer et utiliser TeamViewer sur CentOS 8.
TeamViewer est une solution multiplateforme qui peut être utilisée pour le contrôle à distance, le partage de bureau, les réunions en ligne et le transfert de fichiers entre ordinateurs. TeamViewer est un logiciel informatique propriétaire, et il n'est pas inclus dans les référentiels CentOS.
Suivez simplement les étapes suivantes pour installer et utiliser TeamViewer sur centOS 8 :
Tout d'abord, ouvrez le terminal ou la ligne de commande et exécutez-y la commande suivante pour activer epel :
sudo dnf install epel-release
Exécutez ensuite la commande suivante sur la ligne de commande pour importer les clés GPG du référentiel TeamViewer :
sudo rpm --import https://dl.tvcdn.de/download/linux/signature/TeamViewer2017.asc
Une fois les clés gpg importées, exécutez la commande suivante sur la ligne de commande pour installer le .rpm
package TeamViewer en lançant la commande suivante :
sudo dnf install https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
Exécutez ensuite la commande suivante sur la ligne de commande pour démarrer teamViewer :
teamviewer
Grâce à ce didacticiel, nous avons appris à installer et à utiliser TeamViewer sur CentOS 8.
Source : https://www.tutsmake.com/how-to-install-teamviewer-on-centos-8/
1595515560
TeamViewer is a cross-platform, proprietary application that allows a user to remotely connect to a workstation, transfer files, and have online meetings. In this tutorial, we will walk you through how to install TeamViewer on Ubuntu 20.04 Desktop through the command line.
Before continuing with this tutorial, make sure you are logged in as a user with sudo
privileges.
01- To install TeamViewer, first, download the TeamViewer .deb
package. So, open the Terminal and run the following wget
command.
$ wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
02- Once you have downloaded the TeamViewer‘s Debian package, execute the following command to install Teamviewer:
$ sudo apt install ./teamviewer_amd64.deb
The system will prompt you with a [Y/n]
option. Type ‘Y
‘ and hit the enter
key in order for to continue the installation.
03- Once the installation is done, you can launch TeamViewer either by typing the command teamviewer
in your terminal or by clicking on the TeamViewer
icon (Activities -> TeamViewer
).
04- A pop-up License Agreement will be displayed. To proceed, click on the Accept License Agreement
button.
#linux #ubuntu #install teamviewer #install teamviewer ubuntu #teamviewer #teamviewer ubuntu #teamviewer ubuntu install #ubuntu install teamviewer
1595855400
pgAdmin is the leading graphical Open Source management, development and administration tool for PostgreSQL. pgAdmin4 is a rewrite of the popular pgAdmin3 management tool for the PostgreSQL database.
In this tutorial, we are going to show you how to install pgAdmin4 in Server Mode as a web application using httpd and Wsgi module on CentOS 8.
**01-**To install pgAdmin4 on CentOS 8 we need to add an external repository, so execute the following command:
$ sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-redhat-repo-1-1.noarch.rpm
02- After we add the pgAdmin4 repository, let’s use the below command to install pgAdmin4 as server mode:
$ sudo dnf install pgadmin4-web
03- Before proceeding with the configuration of pgAdmin4, we need to install policycoreutils
tool:
$ dnf install policycoreutils-python-utils
04- Once we done installing pgAdmin4, we need to configure the pgAdmin4 by setting up the initial pgAdmin user account
#databases #linux #ubuntu #install pgadmin4 #install pgadmin4 centos #pgadmin #pgadmin 4 install #pgadmin 4 install centos #pgadmin4 #pgadmin4 install centos
1660590060
Grâce à ce tutoriel, nous apprendrons comment installer et utiliser TeamViewer sur CentOS 8.
TeamViewer est une solution multiplateforme qui peut être utilisée pour le contrôle à distance, le partage de bureau, les réunions en ligne et le transfert de fichiers entre ordinateurs. TeamViewer est un logiciel informatique propriétaire, et il n'est pas inclus dans les référentiels CentOS.
Suivez simplement les étapes suivantes pour installer et utiliser TeamViewer sur centOS 8 :
Tout d'abord, ouvrez le terminal ou la ligne de commande et exécutez-y la commande suivante pour activer epel :
sudo dnf install epel-release
Exécutez ensuite la commande suivante sur la ligne de commande pour importer les clés GPG du référentiel TeamViewer :
sudo rpm --import https://dl.tvcdn.de/download/linux/signature/TeamViewer2017.asc
Une fois les clés gpg importées, exécutez la commande suivante sur la ligne de commande pour installer le .rpm
package TeamViewer en lançant la commande suivante :
sudo dnf install https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
Exécutez ensuite la commande suivante sur la ligne de commande pour démarrer teamViewer :
teamviewer
Grâce à ce didacticiel, nous avons appris à installer et à utiliser TeamViewer sur CentOS 8.
Source : https://www.tutsmake.com/how-to-install-teamviewer-on-centos-8/
1602471199
Laravel 8 CKEditor tutorial example. In this tutorial, you will learn how to install and use CKEditor in laravel 8.
Basically, there is two way to install and use CKEditor in laravel 8 app. But in this tutorial, we will show you a simple example of how to install CKEditor in laravel 8 app.
https://www.tutsmake.com/how-to-install-ckeditor-in-laravel-8/
#how to install ckeditor in laravel 8 #laravel 8 install and use ckeditor example #how to install and use ckeditor in laravel? #laravel 8 integrate ckeditor with example #how to install & integrate ckeditor (wysiwyg) in laravel 8
1590502070
PyCharm is an IDE (or Integrated Development Environment) for the Python programming language. It is a cross-platform development environment that is compatible with Windows, macOS, and Linux. It provides a tool that integrates code analysis, graphical debugging, unit testing, and also contains an integrated terminal that supports development on remote hosts and virtual machines.
PyCharm was created by JetBrains based on the IntelliJ IDEA platform. There are two main versions of PyCharm.
The PyCharm Community Edition – This version is used for development without the framework options and other features that are necessary for writing Enterprise solutions.
The PyCharm Professional Edition – This version is used to develop software for large projects where frameworks and additional libraries are needed. This version contains support for Scientific and Python development and supports HTML, JS, and SQL.
For successful developers, it is crucial to have excellent tools that lessen their workload and save time. Additionally, PyCharm utilizes various plugins and extensions, written by both IntelliJ IDEA and other third-party contributors to increase functionality. The Professional Edition has a free trial period during which users can familiarize themselves with it and its use or the open-source Community Edition which allows for continued free usage.
#centos #centos 7 #centos 8 #code analysis #cross platform