Search: "sudo"
How to Configure Iptables on ECS Ubuntu 16.04 blog
-root user login credentials with sudo privileges. ## Step 1: Listing the Current iptables Rules First, we are going to ...
How To Set Up a Samba Share on Ubuntu 16.04 blog
. ``` sudo apt-get update ``` ## Install Samba There are no dependencies required to install Samba. So, now let's install ...
How to Set up a RabbitMQ Cluster on ECS Instances Running CentOS 7 blog
server. Upgrade all the available packages on each server using the `sudo yum -y update` command. For an easy installation we ...
How to Install Turtl Server on Alibaba Cloud ECS blog
from non-root user with sudo privileges. ``` # sudo apt update && sudo apt upgrade ``` You will need to install git on ...
Alibaba Cloud Tech Share - How to deploy GitLab on Alibaba Cloud Forums
Sudo useradd --comment 'gitlab' git echo "git ALL=(ALL) NOPASSWD: ALL" >>/etc/sudoers Test if you ...
Install Agent - Application Real-Time Monitoring Service (ARMS Documentation
(Beijing) wget http://logtail-release-bj.oss-cn-beijing-internal.aliyuncs.com/linux64/logtail.sh chmod 755 logtail.sh sudo sh ...
Easy guide to install SonarQube on Ubuntu 16.04 blog
command, remember to login from non-root user with sudo privileges. # sudo apt update && sudo apt upgrade ### Install ...
Deploy DHIS2 on Alibaba Cloud ECS Instance blog
administrator (sudo) privileges to a non-root user. You can refer to [this guide](https://www.alibabacloud.com/blog/3-ways-to-set ...
How to Install and Configure Redmine on CentOS 7 blog
" as my username. ##Basic Installations ###Install Apache Execute the command below. # sudo yum install httpd-devel You ...