How to Set Up a Maven Repository with Nexus
wget http://mirror.cnop.net/nexus/nexus-3.16.2-01-unix.tar.gz tar zxvf nexus-3.16.2-01-unix.tar.gz mv nexus-3.16.2-01 nexus vi nexus/etc/nexus-default.properties su user -c "/home/user/nexus/b …
wget http://mirror.cnop.net/nexus/nexus-3.16.2-01-unix.tar.gz tar zxvf nexus-3.16.2-01-unix.tar.gz mv nexus-3.16.2-01 nexus vi nexus/etc/nexus-default.properties su user -c "/home/user/nexus/b …
Installation:
Linux (CentOS example):
yum -y install git
Windows download URL:
http://mirror.cnop.net/Git/Git-2.18.0-64-bit.exe
Generate: git config –global user.name "[email protected]" #Replace with your own user …
You are running VMware Workstation through an incompatible hypervisor. The virtual machine cannot be powered on until this hypervisor is disabled…
Solution:
Locate the virtual machine’s vmx file, open it with Notepad, and add the following line at the very end of the file:
vmx.allowNested = "TRUE" …
1. Shut down the instance.
2. In Elastic Block Store, click “Volumes” -> right-click “Modify Volume” -> enter the new size and confirm.
3. Start the instance. …
git pull fetched the code and directly opened a file, with the prompt:
Please enter a commit message to explain why this merge is necessary.
Fix: Ignore it, simply save and exit …
TortoiseGit Pull or Push Prompts “HTTP Basic: Access denied fatal: Authentication failed” After Entering Credentials
It indicates HTTP basic authentication failed and access is denied.
Solution: run the following commands separately in cmd:
git config –sy …
Geth is the abbreviation for the Go Ethereum open-source project. It is a client software written in Go that implements the Ethereum protocol, and it is currently the most popular and widely used client. By connecting and interacting with the Ethereum network through the Geth client, you can perform account management, contract deployment, …
CDN stands for Content Delivery Network, which solves the problem by storing your website content on different servers around the world. Visitors can then fetch your site’s files from the CDN location closest to them, instead of accessing your server every time. Cloudflare – free and includes security features…
Ops Home: The mirror download site program on this site has been upgraded to the latest version of Directory Lister. Welcome to visit and download.
Address http://mirror.cnop.net
…
Baota (BT Panel) locks the installation directory to /www by default, but many servers have limited root partition space. Here is how to move Baota data to another directory.
Check the current server disk usage:
df -h
Here we put the data under /data:
ln -sf /data /www
This will then under /data …