码迷,mamicode.com
首页 >  
搜索关键字:ubuntu memcached    ( 29816个结果
Linux上配置HTTP代理及代理例外
在Ubuntu , Debian或者Mint:$ sudo vi /etc/environmenthttp_proxy="http://proxy.com:8000"no_proxy="127.0.0.1, localhost, *.cnn.com, 192.168.1.10, domain.com...
分类:系统相关   时间:2014-05-01 11:27:54    阅读次数:1617
[笔记]--在Ubuntu系统用Python连接Mysql数据库
环境:Ubuntu11.10,Python2.7,Mysql5.0.95在Ubuntu终端输入命令安装Python的Mysql模块sudo apt-get install python-mysqldb就这么简单;运行一下脚本:#!/usr/bin/python#-*-coding=utf-8##im...
分类:数据库   时间:2014-05-01 10:54:23    阅读次数:474
ubuntu修改分辨率---要人命
ubuntu分辨率真是坑爹,不知什么原因,ubuntu分辨率一下子变了,通过,显示->分辨率,都改不过来。。。 无奈,有重装系统的冲动,从网上找了很多方法,都不管用,有一次,在这里 sudo gedit /etc/X11/xorg.conf 更改还黑屏了。。。 电脑上还有很...
分类:其他好文   时间:2014-05-01 09:50:47    阅读次数:410
Memcached source code analysis (threading model)--reference
Look under the start memcahcedthreadingprocessmemcached multi-threaded mainly by instantiating multiple libevent, are a main thread and n workers thre...
分类:其他好文   时间:2014-05-01 06:15:27    阅读次数:356
Ubuntu 14.04 Sublime text 2 集成 Git
Reference[1]Associating text editors with Git[2]Git 教學(1) : Git 的基本使用[3]Sublime Text 2: git plugin[4]Git: Setting Sublime Text as the Default Editor f...
分类:其他好文   时间:2014-05-01 02:57:22    阅读次数:249
Memcached source code analysis -- Analysis of change of state--reference
This article mainly introduces the process of Memcached, libevent structure of the main thread and worker thread based on the processing of the connec...
分类:其他好文   时间:2014-05-01 02:44:07    阅读次数:571
Ubuntu 或 UbuntuKyLin14.04 Unity桌面侧边栏和顶层菜单栏显示异常解决方法
Ubuntu 或 UbuntuKyLin14.04 Unity桌面侧边栏和顶层菜单栏显示异常解决方法...
分类:其他好文   时间:2014-04-29 13:45:20    阅读次数:442
Ubuntu 或 UbuntuKyKin14.04 Unity桌面风格与Gnome桌面风格的切换
Ubuntu 或 UbuntuKyKin14.04 Unity桌面风格与Gnome桌面风格的切换...
分类:其他好文   时间:2014-04-29 13:25:23    阅读次数:241
win7+ubuntu双系统安装
XP+ubuntu双系统可参考 xp硬盘上安装ubuntu12.04双系统 1、XP安全不再,终于将吾等磨机的人逼上梁山,是时候做一个win7+ubuntu的双系统了。废话少说,直接进入主题,先腾出一个硬盘空间,一般来讲肯定将你win7中的最后一个盘格掉并删除逻辑分区,我留了200G(安卓的版本编译原码大了,还引入了ccache等机制,这写都是以硬盘为代价的!) 2....
分类:Windows程序   时间:2014-04-29 13:24:20    阅读次数:437
heat笔记之为diskimage-builder编写elements生成一个lamp镜像
建立elements目录 mkdir -p elements/lamp/install.d/ vim 70-lamp #!/bin/bash set -eux install-packages wordpress mariadb-server httpd memcached 生成一个带wordpress的镜像 export ELEMENTS_PATH=...
分类:其他好文   时间:2014-04-29 13:14:21    阅读次数:475
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!