Ubuntu 64bit 安装 ulipad4.1

1.因系统自身就已经携带了Python软件则无需安装Python。 2. 安装python-wxgtk3.0 sudo apt-get install python-wxgtk3.0 3.安装Python编辑器 Ulipad 下载软件 https://github.com/limodou/ulipad (下载 ZIP 文件)

CentOS-7-64bit 配置Apache + MySQL + PHP

一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: #停止firewall服务 systemctl stop firewalld.service #禁止firewall开机启动 systemctl disable firewalld.service 2、安装ip

CentOS 32 bit安装golang 1.7

到这里下载相应的包 CentOS 32bit对应的包为:https://storage.googleapis.com/golang/go1.7.3.linux-386.tar.gz 下载命令: wget https://storage.googleapis.com/golang/go1.7.3.linux-386.tar.gz 下载后解压缩: tar -zxvf go1.7.3.linux-386

返回顶部