Wesley13 Wesley13
4年前
Ubuntu安装nginx php
sudoaptinstallnginxsudoaptinstallphpphpfpmsudoservicephp7.0fpmstartsudoservicephp7.0fpmstatussudovim/etc/nginx/sitesavailable/default 打开phpfpm配置!(h
Stella981 Stella981
4年前
Install OpenCV on Ubuntu or Debian
InstallOpenCVonUbuntuorDebian(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmilq.github.io%2Finstallopencvubuntudebian)InstallOpenCVonUbuntuorDebianis
Wesley13 Wesley13
4年前
Ubuntu 安装 Hidef 扩展
提前准备安装php源码sudoaptgetinstallphp5dev安装编译环境sudoaptgetinstallbuildessential安装pcre源码sudoaptgetinstalllibpcre3dev下载hidef源
Wesley13 Wesley13
4年前
Ubuntu 16.04安装jenkins
安装jdksudoaptgetinstallopenjdk8jdk安装jenkins前需要吧最近的jenkins添加到系统,而不用ubuntu默认的jenkins软件包,因为它带的版本太老了。wgetqOhttps://pkg.jenkins.io/debian/jenkinsci.org.key|sudoapt
Wesley13 Wesley13
4年前
Ubuntu Server 分区案例
只有一台服务器,配置硬盘1TB,内存4GB,既要做开发服务器,又要做Web服务器和数据库服务器,分区如下:挂载点大小分区格式 /boot512MBext4/20GBext4(无)4GBswap/var300GBext4/home 其余ext4/tmp2GBext4/var
Stella981 Stella981
4年前
Install Git on Ubuntu 12.04
Download\downloadaddress\\1\Install<!lang:shellcd~/Downloadstarxvfgit1.8.4.tar.gzcdgit1.8.4sudoaptgetinstalllibcurl4g
Wesley13 Wesley13
4年前
ubuntu 安装最新 emacs
引用自 https://launchpad.net/~cassou/archive/ubuntu/emacs(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flaunchpad.net%2F%7Ecassou%2F%2Barchive%2Fubuntu%2Femacs)To
Stella981 Stella981
4年前
Get Docker CE for Ubuntu
Estimatedreadingtime: 11minutesTogetstartedwithDockerCEonUbuntu,makesureyou meettheprerequisites(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdocs.d
Stella981 Stella981
4年前
Linux(Ubuntu):搭建Docker
1\.DockerCompose简介及安装DockerCompose是一种用于通过使用单个命令创建和启动Docker应用程序的工具。我们可以使用它来配置应用程序的服务。它是开发,测试和升级环境的利器。它提供以下命令来管理应用程序的整个生命周期:启动,停止和重建服务
Wesley13 Wesley13
4年前
Ubuntu安装bbr教程
TCPBBR算法加速(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fsegmentfault.com%2Fa%2F1190000008395823)