1679687280
作为 Linux 用户,您听说过 rsync 命令行实用程序,该实用程序广泛用于使用不同的命令在 Linux 系统上创建文件备份。但是,还有一个基于 GUI 的工具,它基于名为grsync的 rsync 实用程序。它是一个基于 rsync 的开源轻量级实用程序,允许用户从 Linux 桌面创建系统备份。它的创建是为了简化整个备份系统,并且无需使用复杂的命令即可备份文件和目录。
在本指南中,我们将演示使用grsync备份系统的过程。
grsync是一个跨平台实用程序,已在 Ubuntu 源代码库中提供。您可以通过运行以下命令从存储库安装此工具:
sudo apt-get install grsync
安装过程完成后,您可以使用下面给出的命令运行该工具,默认界面如下所示:
grsync
您还可以通过在应用程序菜单中搜索从 GUI 启动它:
提供三个不同的选项,基本、高级和额外选项。所有这些选项都是不言自明的,当您将光标悬停在它们上面时,与这些选项相关的信息将出现在您的屏幕上。
要备份系统,您需要在基本选项下输入源路径和目标路径。在这里,我将下载目录的备份创建到视频中。
注意:您可以将硬盘驱动器或 USB 连接到您的 Linux 系统并选择它作为目的地。
在Advanced Options下,为您的备份选择不同的可用选项。
注意:这完全取决于您,您要选择哪个选项。您可以保留它们并使用默认值。
您可以通过单击顶部菜单中的播放按钮来启动备份过程:
该过程完成后,“成功完成”消息将出现在您的屏幕上:
至此,Ubuntu系统备份成功。您可以通过运行 ls 命令查看目标目录中的备份文件:
如果你想从你的 ubuntu 中删除 grsync,你可以在你的终端中执行以下命令:
sudo apt-get remove grsync
grsync是 rsync 的前端工具,用于备份个人文件和目录。它是 Ubuntu 系统的一个强大的备份应用程序,可以直接从 apt 命令安装。它支持 rsync 的大部分重要功能,并为您的 Linux 桌面提供了一个用户友好的界面。您只需选择源目录和目标目录即可执行备份过程,然后点击播放按钮开始备份。
文章原文出处:https: //linuxhint.com/
1595429220
Microsoft Teams is a communication platform used for Chat, Calling, Meetings, and Collaboration. Generally, it is used by companies and individuals working on projects. However, Microsoft Teams is available for macOS, Windows, and Linux operating systems available now.
In this tutorial, we will show you how to install Microsoft Teams on Ubuntu 20.04 machine. By default, Microsoft Teams package is not available in the Ubuntu default repository. However we will show you 2 methods to install Teams by downloading the Debian package from their official website, or by adding the Microsoft repository.
01- First, navigate to teams app downloads page and grab the Debian binary installer. You can simply obtain the URL and pull the binary using wget
;
$ VERSION=1.3.00.5153
$ wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_${VERSION}_amd64.deb
#linux #ubuntu #install microsoft teams on ubuntu #install teams ubuntu #microsoft teams #teams #teams download ubuntu #teams install ubuntu #ubuntu install microsoft teams #uninstall teams ubuntu
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
1592209410
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 apache2 and Wsgi module on Ubuntu 20.04 LTS.
#databases #linux #ubuntu #install pgadmin4 #install pgadmin4 ubuntu #install pgadmin4 ubuntu 20 #pgadmin4 #ubuntu pgadmin4 #ubuntu pgadmin4 install
1591066673
This tutorial is going to you 2 ways to upgrade Ubuntu 18.04 and Ubuntu 18.10 to 19.04. The first method uses the graphical update manger and the second method uses command line. Usually you use the graphical update manager to upgrade Ubuntu desktop and use command line to upgrade Ubuntu server, but the command-line method works for desktops too.
#ubuntu #linux #ubuntu 19.04 #ubuntu desktop #ubuntu server
1679687280
作为 Linux 用户,您听说过 rsync 命令行实用程序,该实用程序广泛用于使用不同的命令在 Linux 系统上创建文件备份。但是,还有一个基于 GUI 的工具,它基于名为grsync的 rsync 实用程序。它是一个基于 rsync 的开源轻量级实用程序,允许用户从 Linux 桌面创建系统备份。它的创建是为了简化整个备份系统,并且无需使用复杂的命令即可备份文件和目录。
在本指南中,我们将演示使用grsync备份系统的过程。
grsync是一个跨平台实用程序,已在 Ubuntu 源代码库中提供。您可以通过运行以下命令从存储库安装此工具:
sudo apt-get install grsync
安装过程完成后,您可以使用下面给出的命令运行该工具,默认界面如下所示:
grsync
您还可以通过在应用程序菜单中搜索从 GUI 启动它:
提供三个不同的选项,基本、高级和额外选项。所有这些选项都是不言自明的,当您将光标悬停在它们上面时,与这些选项相关的信息将出现在您的屏幕上。
要备份系统,您需要在基本选项下输入源路径和目标路径。在这里,我将下载目录的备份创建到视频中。
注意:您可以将硬盘驱动器或 USB 连接到您的 Linux 系统并选择它作为目的地。
在Advanced Options下,为您的备份选择不同的可用选项。
注意:这完全取决于您,您要选择哪个选项。您可以保留它们并使用默认值。
您可以通过单击顶部菜单中的播放按钮来启动备份过程:
该过程完成后,“成功完成”消息将出现在您的屏幕上:
至此,Ubuntu系统备份成功。您可以通过运行 ls 命令查看目标目录中的备份文件:
如果你想从你的 ubuntu 中删除 grsync,你可以在你的终端中执行以下命令:
sudo apt-get remove grsync
grsync是 rsync 的前端工具,用于备份个人文件和目录。它是 Ubuntu 系统的一个强大的备份应用程序,可以直接从 apt 命令安装。它支持 rsync 的大部分重要功能,并为您的 Linux 桌面提供了一个用户友好的界面。您只需选择源目录和目标目录即可执行备份过程,然后点击播放按钮开始备份。
文章原文出处:https: //linuxhint.com/