I started a new AWS ec2 instance, it is "Ubuntu Server 14.04 LTS (HVM), SSD Volume Type", note down a few points here,
原创
2022-08-22 17:29:17
70阅读
Started a new AWS Ubuntu Server 14.04 LTS (HVM), installed Lampp and Wordpress by one it on AWS RHEL7.
原创
2022-08-22 17:29:25
81阅读
SQL Developer is the GUI software to connect Oracle DB, installed on AWS Ubuntu and tested the connection to RDS.
原创
2022-08-22 17:29:09
96阅读
Tried to install Teamviewer on AWS RHEL 7 and Ubuntu, with the fail result, note down the procedure,
原创
2022-08-22 17:29:03
211阅读
apache2sudo apt-get install apache2 phpsudo apt-get install libapache2-mod-php5 php5 php5-gd php5-mysqlsudo /etc/init.d/apache2 restart mysqlsudo apt-
原创
2022-05-19 15:06:03
138阅读
Ubuntu 安装 PHP7 XDebug
原创
2019-01-17 11:19:05
1004阅读
在上传方法里面配置ContentType即可 $re
原创
2022-08-18 12:03:42
290阅读
目录文章目录目录Amazon Elastic Container ServiceAmazon ECS 的优势无需管理控制平面或节点降低计算成本Amazon Elastic Container ServiceAmazon ECS 是一个完全托管的容器编排服务,可帮助您轻松部署、管理和扩展容器化的应用程序。Amazon ECS 与 AWS 的其他服务深度集成,可提供安全、易于使用的解决方案,以便在云中运行容器工作负载,现在还可以通过 Amazon ECS Anywhere 在您的基础设施上运行容器工作负
原创
2022-02-04 14:46:55
812阅读
目录文章目录目录AWS OutpostsAWS Outposts 提供的本地硬件AWS Outposts 提供的本地 AWS 服务AWS Outposts 的优势低延迟计算数据驻留与本地数据处理真正一致的混合体验完全托管的基础设施
AWS Outposts2018 年 11 月 28 日,在 AWS re:Invent 宣布
原创
2022-04-07 10:25:50
999阅读
目录文章目录目录Amazon EKSAmazon EKS 的优势无需管理控制平面
Amazon EKSAmazon EKS 是一项托管服务,可让您在 AWS 上轻松运行 Kubernetes。可以选择使用 AWS Fargate 来运行 EKS Cluster,AWS Fargate 是一种用于容器的 Lambda 函数。EKS 还可以与 App Mesh 集成,
原创
2022-04-07 10:26:00
1255阅读
目录文章目录目录AWS Wavelength面向 5G 应用的开发者广泛的应用领域
AWS Wavelength2019 年末,AWS 发布了 AWS Wavelength,作为 AWS 针对 5G 市场提供的、面向 5G 应用开发者的、边缘计算解决方案。对于 AWS 而言,即使 5G 网络已经商用落地,但 UE 在通过 Internet 访问部署在 AWS 上的
原创
2022-04-07 10:26:33
1376阅读
Key Points AWS EKS is a service that we can use to set up Kubernetes. The deployment.yaml file is used to specify how our pods should be created. The
转载
2021-04-09 17:41:00
434阅读
2评论
目录文章目录目录Amazon Elastic Container ServiceAmazon ECS 的优势无需管理控制平面或节点降低计算成本Amazon Elastic Container ServiceAmazon ECS 是一个完全托管的容器编排服务,可帮助您轻松部署、管理和扩展容器化的应用程序。
原创
2021-10-08 16:46:41
992阅读
目录文章目录目录AWS CloudFormationAWS CloudFormation Private RegistryAWS CloudFormation Public Registry
AWS CloudFormationAWS CloudFormation 的本质是一个 “基础设施即代码” 工具,使用户能够在 JSON/YAML Template 中描述
原创
2022-04-07 10:25:02
596阅读
Building larger serverless applications can be tricky - creating many lambda functions as well as other resources such as DynamoDB tables, S3 buckets,
转载
2020-07-01 20:09:00
415阅读
2评论
不知道啥时候只安装的php7.0多出来了7.1,7.2
原创
2018-09-10 19:59:54
1101阅读
ubuntu 18.04 PHP开发环境
1、安装Sougou输入法
下载sogou,安装sogou
在语言里面选择fcitx,应用到整个系统,重启后就好了
2、安装php #php8.0源看之前文章
sudo apt install php8.0-cli php8.0-bcmath php8.0-bz2 php8.0-curl php8.0-dev php8.0-enchant php8.0-f
原创
2021-04-26 14:04:37
402阅读
起因: 在现有的 Apache + PHP 环境下,增加一个 PHP Extension 扩展时,遇到错误: Unable to initialize moduleModule compiled with module API=20090626PHP compiled with module API
转载
2016-04-22 13:28:00
109阅读
2评论
安装好以后apt-get install libapache2-mod-auth-mysqlapt-get install
原创
2023-02-07 05:40:03
101阅读
安装php:
当然,现在我们都用php5了。运行:
sudo apt-get install php5 php5-cgi php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-pspell ph
原创
2012-04-04 09:20:50
646阅读