Search: "username"
Implementing a Modern WordPress Workflow on Alibaba Cloud - Part 4 blog
remote -v ``` The remote address will include the '`ssh://`' prefix, followed by the required superuser username and ...
CI/CD with Jenkins - Part 2: Use Jenkins for Continuous Integration blog
remote origin. You will see. ``` aliyun@jenkins:~/MyMavenApp$ git push origin master Username for 'https://github.com' ...
DevSecOps Best Practices on Alibaba Cloud – Building an E-Commerce Application blog
our FTP client. We need to open Filezilla and enter the Hostname, Username, and Password obtained from the Web Hosting ...
Setting Up a VPN Connection between Alibaba Cloud and GCP Using VPN Gateway blog
that can be used to login to the GCP Compute Engine. Note the username needs to be changed to fit the current setup. Do note that ...
How to Back Up MySQL Database on Alibaba Cloud ECS Ubuntu 16.04 blog
database created using mysqldump command using the syntax below: $ mysql -u username -p database_name Example $ mysql -u james -p ...
Moodle development framework blog
(username and password)Agree to the terms and conditionsEnsure the 'Server Check' page indicates that you have met all minimum ...
How to Install Snipe-IT Asset Management Tool on Ubuntu 16.04 blog
/b84684010c10df377e8df509fb71b5706652960b.png) Here, provide your Site name, Admin username and password. Then click on the Next button. You should see the ...
How to Install and Configure Diaspora on Alibaba Cloud blog
/aareez/diaspora ``` Note: Remember to replace aareez with your username. Start the server by executing command. ``` # sudo ...
How to Use Basic APT Commands to Manage Packages on Debian-Based Alibaba Cloud Servers blog
instance on the console and use it to connect to your server. You will need to provide a non-root username and password to continue ...
How to Use MySQL Transactions on Alibaba Cloud ECS or ApsaraDB for MySQL blog
syntax is: ``` $ mysql -u[username] -p -h[host name] ``` Example: ``` $ mysql -uroot -p -hlocalhost ``` ## Step 3: Creating a ...