码迷,mamicode.com
首页 >  
搜索关键字:nginx install    ( 64077个结果
DigitalOcean上使用Tornado+MongoDB+Nginx+Supervisor+DnsPod快速搭建个人博客
之前买了个便宜的VPS并且在上面搭建了我自己写的博客程序,后来VPS里运行MongoDB经常自己挂掉就索性没理了。直到现在VPS已经过期,服务器被强制关掉了。周末在家索性想着把这个博客程序重新搭建起来。选择Linode还是云主机(阿里云等等)?阿里云貌似有些贵,而且还有一堆备案的流程。Linode最...
分类:数据库   时间:2014-05-27 02:25:53    阅读次数:720
checking battery stat
Ubuntu启动,卡在checking battery statALT + F1或者CTRL+ALT+F6切换到命令行【CTRL+ALT+F7返回界面】执行sudo gdm start后就可以正常登录了如果还是不行就执行命令sudo apt-get install gdm安装一下,重新启动,正常进入...
分类:其他好文   时间:2014-05-27 02:21:08    阅读次数:357
Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux
Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux?OverviewUse this tutorial to install MongoDB on Red Hat Enterprise Linux, CentO...
分类:数据库   时间:2014-05-27 01:58:54    阅读次数:499
linux截图工具scrot
SCROT截图工具安装命令 sudo apt-get install scrot截图命令使用说明:1.抓取整个桌面: scrot ~/Pictures/pic1.jpg2.抓取窗口: scrot -bs ~/Pictures/pic1.jpg3.区域截图: scrot -s ~/Pictures/....
分类:系统相关   时间:2014-05-27 01:28:36    阅读次数:467
ubuntu中安装vsftp
1。安装$ sudo apt-get install vsftpd2。 配置需要配置文件/etc/vsftpd.conf 来进行设置参数以对FTP进行控制,包括访问权限,流量等进行控制。执行sudo vi /etc/vsftpd.conf (或sudo gedit /etc/vsftpd.conf ...
分类:其他好文   时间:2014-05-27 01:09:40    阅读次数:283
maven 手动添加jar包到本地仓库
是自己编写的一个jar文件,每次添加单个jar到maven本地仓库的操作如下:1.建立一个新的文件夹,将jar文件存放在该文件夹下。 注意文件夹下最好只存放该文件。2.在该文件夹下建立一个pom.xml文件,在pom文件中定义其maven坐标。3.在cmd窗口中执行以下命令: mvn install...
分类:其他好文   时间:2014-05-27 00:46:40    阅读次数:309
Windows 2012 安装 .net framework 3.5
使用 PowerShell, 指定源文件路径然后进行安装: Install-WindowsFeature NET-Framework-Core –Source D:\Sources\sxs 使用命令提示符中的DISM命令,指定源文件路径然后进行安装: DISM /Online /Enable-Fea...
分类:Windows程序   时间:2014-05-24 07:24:47    阅读次数:402
Eclipse常用插件
一.svn 首页:http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA Install New Software:http://subclipse.tigris.org/update_1.10.x 二.Eclipse Co...
分类:系统相关   时间:2014-05-24 06:27:20    阅读次数:351
更改nginx默认的网页目录
默认网站根目录为/usr/local/nginx/html,要将它改成/homw/wwwvi /usr/local/nginx/conf/nginx.conf将其中的 location / { root html; index index.php index.html i...
分类:Web程序   时间:2014-05-24 04:58:02    阅读次数:229
mini2440 uboot烧写uImage
mini2440下烧写u-boot后,就可以用u-boot烧写linux内核了。安装mkimage工具:apt-get install u-boot-tools解压缩官方mini2440 linux包:tar xf linux-2.6.32.2-mini2440-20130614.tar.gz 然后...
分类:其他好文   时间:2014-05-24 04:40:40    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!