sudo vi /etc/apt/apt.conf.d/proxy.conf
#Add the following lines:
Acquire::http::Proxy "http://username:password@proxy-server-ip:8181/";
Acquire::https::Proxy "https://username:password@proxy-server-ip:8182/";
sudo mkdir -p /etc/systemd/system/docker.service.d
sudo vi /etc/systemd/system/docker.service.d/http-proxy.conf
[Service]
Environment="HTTP_PROXY=http://proxy.example.com:3128"
Maximum capacity of MBR partition tables is only about 2 terabytes. One can use a drive that's larger than 2 terabytes with MBR, but only the first 2 terabytes of the drive will be used. The rest of the storage on the drive will be wasted.
GPT partition tables offer a maximum capacity of 9.7 zetabytes.
If a new large disk has been added - Use Disk Management or diskpart
to initialize disk with GPT and then create a volume.
If disk already has MBR partition tables then follow tests below -
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
listen 80; | |
root /var/www/html/drupal; | |
index index.php index.html index.htm; | |
server_name _; | |
location / { |