88%
09.04.2019
required the commands in Listing 3, executed as superuser. The tarball is about 85MB compressed.
Listing 3
Go v1.8 Install
$ curl -O https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
88%
08.10.2015
for Ubuntu served as the basis for the following discussion. To install the MTA, enter:
sudo apt-get install opensmtpd
OpenSMTPD also can be loaded onto the system in the classic way:
wget https://www.opensmtpd.org/archives/opensmtpd-portable-latest.tar.gz
87%
04.10.2018
/
4 FS_Scan/ 4 PAK/ 4 STRACE_PY/
324 fs_scan.tar.gz 164 pak.tar.gz 4 STRACE_PY2/
4 IOSTAT/ 4 PERCEUS/ 4 STRACE
87%
05.02.2023
at the ESXi command line to synchronize the configuration first and then create a tar.gz file that you can download in your browser:
vim-cmd hostsvc/firmware/sync_config
vim-cmd hostsvc
87%
22.12.2017
to the browser. Before the Gzip step, the server often calls a PHP module.
For static (e.g., CSS) files, the server sometimes performs compression beforehand and then stores .gz files in the filesystem, saving
87%
10.06.2014
:
cd /
curl -k http://pkgsrc.joyent.com/packages/SmartOS/bootstrap/bootstrap-2013Q3-x86_64.tar.gz | gzcat | tar-xf -
To rebuild the package database and update it, enter:
pkg_admin rebuild
pkgin -y up
87%
06.10.2022
AOM
cd /opt
sudo wget https://archive.apache.org/dist/openmeetings/6.2.0/bin/apache-openmeetings-6.2.0.tar.gz
sudo tar xzvf apache-openmeetings-6.2.0.tar.gz
sudo mv apache-openmeetings-6.2.0 open620
86%
18.02.2018
httpd on
05 /etc/init.d/httpd start
06 if [ ! -f /var/www/html/prep.tar.gz ]; then
07 cd /var/www/html
08 Wget here could be a script that prepares the web server for interaction with the database
09 tar
86%
28.11.2022
the file (Figure 1), change to the extracted directory, run the configure script (Figure 2), and complete the installation:
$ tar -xzf siege-latest.tar.gz
$ cd siege-/
$ ./configure
$ sudo sh -c
86%
14.08.2017
and easy installation, Prometheus, written in Go, is easy to try out. To install the software, first download Prometheus [8] and then unpack and launch:
tar xzvf prometheus-1.5.2.linux-*.tar.gz
cd