.sh install

When you want to use the alibaba or the corresponding pay in the linux, you should first install the pulgins to make it run currately. That is, download the aliedit.tar.gz; then compress it; then in the folder, ./aliedit.sh or sudo ./aliedi.sh. Because the .sh is the excuted file in the linux, in the way as the same as the .exe in the windows system. When compress it in the folder, you can use the tar command, that is tar -xvjf to do it; or tip the right button to compress it.

  • x : extract
  • -v : verbose: show what is being extracted
  • -j : type of compression, in this case bzip2
  • -f : ‘next comes the filename‘

In that way, you can run the alibaba in the linux.

时间: 2024-07-30 08:42:38

.sh install的相关文章

创建?键安装和卸载httpd-2.4.25.tar.gz 的脚本install_httpd.sh,要求安装?/app/httpd24?录 下,运? httpd.sh install 实现安装,运? httpd.sh remove 实现卸载

vim httpd.sh#!/bin/bashcase $1 in"install")DIR=/app/httpd24echo "Start install httpd ..."rpm -q gcc &> /dev/null || yum install gcc -yyum groupinstall "development tools" -yyum install apr-devel apr-util-devel pcre-dev

Centos7上vsftp脚本--> sh vsftp.sh 用户名 密码 --> sh vsftp.sh install

#!/bin/bash #vsftp install . /etc/rc.d/init.d/functions users=/etc/vsftpd/vftpuser.txt login=/etc/vsftpd/vftpuser.db generate_db="db_load -T -t hash -f $users $login" virtual_user_config=/etc/vsftpd/vuser_conf virtual_user_home=/data/www guest_u

salt install fastdfs

参考https://chegva.com/794.html 包 [[email protected] prod]# cat cluster/fastdfs.sls  include:   - modules.fastdfs.install fastdfs-service:   file.managed:     - name: /etc/fdfs/storage.conf     - source: salt://cluster/files/storage.conf     - mode: 64

Install CDH5.11 on CentOS 7

##1)Environment initialization Note:At least three nodes,  the Master node at least 6G of memory,  and the other two at least 4G of memory |--------------|-----------|-------------|----------------|-----------|--------------------|-------------| | Ho

FastDFS install

1. dwonload libfastcommon https://github.com/happyfish100/libfastcommon.git install A) ./make.sh B) ./make.sh install 2. dwonload FastDFS wget https://github.com/happyfish100/fastdfs/archive/V5.05.tar.gz 3. tar zxvf V5.05.tar.gz 4. cd fastdfs 5. ./ma

Homebrew Install

Homebrew官网:http://brew.sh/ Install Code: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 安装完成后查看安装版本信息,如: 出现上面信息表上安装成功了. #nginx安装 sudo brew install nginx #nginx卸载 sudo brew uninstall nginx #查询ng

centos install rtl8188CUS wlan driver

system: Centos6.6 wlan: nw 336v2 step 1  insert usb #lsusb -- find your device step 2 download driver link1 link2 kernel-devel,gcc ,kernel-headers is necessary step 3 if you download link1 you can unzip it,and cd the path, run sh install.sh else if y

How to install Hadoop 2.7.3 cluster on CentOS 7.3

############################# #ENV #spark01 192.168.51.6 #spark02 192.168.51.18 #spark03 192.168.51.19 #spark04 192.168.51.21 #spark05 192.168.51.24 ############################ ##We must to improve file limits on every nodes echo "ulimit -SHn 204800

【CentOS】yum install --downloadonly 下载依赖包研究

在CentOS中可以使用yum自动安装软件,在离线环境中却行不通. Linux localhost 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux 对于同一版本CentOS,我们可以事先下载离线依赖包,后面用命令手动安装. Java 自动安装命令: yum install -y java 安装结果: Installed: java-1.8.0-openjdk.x86_