sh 在Amazon AWS Cloud中安装Screaming Frog

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Amazon AWS Cloud中安装Screaming Frog相关的知识,希望对你有一定的参考价值。

# Setting up Ubuntu
sudo apt-get update
sudo apt-get -y install xfce4 xfce4-goodies openjdk-7-jdk vnc4server

# Setup the login and configs
vncserver
vncserver -kill: 1

# Uncommenting settings required for normal vnc startup
sudo sed -i.bak s/"# exec"/"exec sh"/g ~/.vnc/xstartup
sudo sed -i.bak s/"# unset SESSION_MANAGER"/"unset SESSION_MANAGER"/g ~/.vnc/xstartup

# Startup the GUI
echo 'startxfce4 &' >> ~/.vnc/xstartup

# Restart and then open the vncserver
reboot
vncserver

# Install ScreamingFrog
wget http://www.screamingfrog.co.uk/products/seo-spider/screamingfrogseospider_5.1_all.deb
sudo dpkg -i screamingfrogseospider_5.1_all.deb

# Download Real VNC: http://www.realvnc.com/download/get/1286/
# You'll connect to the port given by `vncserver` which defaults to :1
# Example: 52.16.3.171:1

以上是关于sh 在Amazon AWS Cloud中安装Screaming Frog的主要内容,如果未能解决你的问题,请参考以下文章

sh 通过ssh在aws ec2 ubuntu实例中安装节点

在 aws cdk 中安装软件包时面临的问题

在 AWS Linux 中安装 SSL 后 HTTPD 停止

如何在 AWS CDK 创建的 Python Lambda 函数中安装外部模块?

在EC2实例(Linux)中安装Cloud Custodian并与之一起使用?

在 Amazon Linux 中安装 Jenkins 时出错