Linux
rwen001
cookbook
展开
-
Ubuntu 14.04 SNMP安装与配置
文章来自: http://shfelix.blog.51cto.com/539699/1240574非常感谢。Ubuntu 12.04下的SNMP配置:root@Ubuntu:~#sudo apt-get install snmp snmpd /*安装snmp服务*/root@Ubuntu:~#vi /etc/snmp/snmpd.conf /*编辑sn转载 2016-04-18 09:36:09 · 7166 阅读 · 0 评论 -
How to install PIL in Ubuntu 11.04?
As always, use the package manager:sudo apt-get install python-imagingIt'll deal with it all for you. The packages are available.Manually installing, in any Linux distro, is a wasted endea转载 2014-08-19 17:34:53 · 593 阅读 · 0 评论 -
pkg_resources.DistributionNotFound: pip==0.8.2
30down voteI had this issue where python's distribute package wasn't installed for some reason. After following the instructions on python-distribute, i got it working.install the di转载 2014-08-18 10:35:38 · 4835 阅读 · 0 评论 -
Setting up Django with Nginx, Gunicorn, virtualenv, supervisor and PostgreSQL
http://michal.karzynski.pl/blog/2013/06/09/django-nginx-gunicorn-virtualenv-supervisor/转载 2014-09-23 16:32:01 · 1464 阅读 · 0 评论 -
system settings里面的东西基本都没了
system settings里面的东西基本都没了引用:unity-control-centerUbuntu 13.10 及 以前的版本 system-settings 是由 gnome-control-center 提供http://packages.ubuntu.com/search?suite ... chon=namesUbuntu 14.04 及 以後的版本转载 2014-09-12 13:59:57 · 1828 阅读 · 0 评论 -
ubuntu下IP、DNS配置
一、配置ip ubuntu的网络配置信息放在 /etc/network/interfaces 中, 如果配置动态获取ip,则在上述文件中加入以下内容: auto eth0 iface eth0 inet dhcp 如果配置静态ip,则添加如下内容: auto eth0 iface eth0 ine转载 2014-09-12 11:07:34 · 565 阅读 · 0 评论 -
Ubuntu下彻底卸载mysql ,then install
做个记录:this method is very good1、删除 mysql1 sudo apt-get autoremove --purge mysql-server-5.02 sudo apt-get remove mysql-server3 sudo apt-get autoremove mysql-server4 sudo apt-get re转载 2014-08-14 13:57:01 · 502 阅读 · 0 评论 -
mysql中的ERROR 1146 (42S02)问题解决方案(主从服务器数据同步引起)
问题的起因: 有一台mysql服务器,其已经运行了很长时间了,由于后来流量增大,且新的需求中关于统计,分析之类的多了起来。为防止影响该服务器的运行,决定使用主从式配置。统计,分析之类在从服务器上进行。(数据库使用InnoDB引擎) 在从服务器搭建好后,首先手工同步数据。在将对应的数据库目录打包复制到从服务器后,启动从服务器,在用mysql客户端登录后,发现在使用 “s转载 2014-08-14 14:00:24 · 15510 阅读 · 0 评论 -
Ubuntu lsof 命令整理
Ubuntu lsof 命令整理lsof(list open files)命令是一个列出系统当前打开的文件的工具。在linux环境中,所有的事物都是以文件的形式存在的,所以通过文件形式不仅可以访问常规的数据,而且可以访问网络连接和硬件。当然要访问系统的核心内存和文件的时候,是需要root权限的。在使用lsof命令时罗列出系统打开的文件,显示的各列的信息的意义:转载 2014-08-14 09:42:09 · 3570 阅读 · 0 评论 -
Ubuntu uninstall nginx,包括重新安装
方法一:# Run these commands as your normal login (e.g. "michael")# Remove any existing versions of nginxsudo apt-get remove '^nginx.*$'# Setup a sources.list.d file for the nginx repositorycat <转载 2014-08-13 13:39:03 · 2253 阅读 · 0 评论 -
Common Command on linux
ubuntu:view port 80: sudo lsof -i原创 2014-08-13 13:49:37 · 562 阅读 · 0 评论 -
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use) 错误解决
-----------------------------------------------------------------------------------------------------------------------------------------------------今天在做LNMP的时候,启动nginx服务,无法开启,导致网页打不开。把服务从起一下发现提示错转载 2014-08-11 15:12:53 · 7478 阅读 · 1 评论 -
ubuntu 安装yacc
我在装tcng,它需要有yacc支持,但是我却不知如何安装yacc,请高手帮忙。 补充说明: tcng是traffic control的下一代,它需要yacc的支持 换一种问法,如何安装tcng,请高手帮忙!转载 2014-08-11 13:50:33 · 9320 阅读 · 0 评论 -
wireshark error: There are no interfaces on which a capture can be done.
一、Linux环境:1、root用户启动 01、启动一个shell 02、sudo wireshark (需要root权限)2、普通用户启动 从Linux中第一次启动Wireshark的时候,可能会觉得奇怪,为什么看不到任何一个网卡,比如eth0之类的。这是因为,直接访问这些设备 需要 root权限。然后,我就用root权限去用了。当然,这是一个不好的做法。转载 2014-08-11 14:32:01 · 595 阅读 · 0 评论 -
Install Wireshark in Ubuntu 12.04 LTS Precise Pangolin 64bit
forked from :http://debbase.wordpress.com/2012/06/27/install-wireshark-in-ubuntu-12-04-lts-precise-pangolin-64bit/转载 2014-08-11 14:12:33 · 1041 阅读 · 0 评论 -
install qt on ubuntu 14.04
forked from : http://www.cppblog.com/flyonok/archive/2007/12/27/39731.htmlQt install on ubuntuI’ve received a few queries about how to compile Qt programs in Ubuntu, so I wrote a short tut转载 2014-08-11 13:26:03 · 944 阅读 · 0 评论 -
UBUNTU默认root密码,如何修改root密码
到网上搜了一下,原来是这麽回事。Ubuntu的默认root密码是随机的,即每次开机都有一个新的root密码。我们可以在终端输入命令 sudo passwd,然后输入当前用户的密码,enter,终端会提示我们输入新的密码并确认,此时的密码就是root新密码。修改成功后,输入命令 su root,再输入新的密码就ok了。没有默认的,因为你还没给root设置密码,,你第一个 user 是在 adm转载 2014-08-23 10:00:26 · 561 阅读 · 0 评论 -
ubuntu install Oracle JDK/JRE
0. OS EnvUbuntu 13.04 x86_641.Download JDKDownload Addr: http://www.oracle.com/technetwork/java/javase/downloads/index.htmljdk-7u21-linux-x64.tar.gz2.Installroot@alan-O-E-M:/h转载 2014-08-06 22:25:25 · 620 阅读 · 0 评论 -
HowTo: Use grep Command In Linux / UNIX – Examples
How do I use grep command on Linux, Apple OS X, and Unix-like operating systems? Can you give me a simple examples of the grep command?The grep command is used to search text or searches the g转载 2014-08-18 16:39:19 · 673 阅读 · 0 评论 -
Supervisor with Django and Gunicorn
forked from : https://agiliq.com/blog/2014/05/supervisor-with-django-and-gunicorn/转载 2014-09-16 13:52:27 · 860 阅读 · 0 评论 -
Minimal Nginx and Gunicorn configuration for Django projects
http://agiliq.com/blog/2013/08/minimal-nginx-and-gunicorn-configuration-for-djang/转载 2014-09-16 14:02:14 · 731 阅读 · 0 评论 -
Android手机 Fildder真机抓包
http://blog.csdn.net/zshq280017423/article/details/8928616#comments原创 2016-03-26 00:26:34 · 991 阅读 · 0 评论 -
Ubuntu 安装Chrome步骤
https://www.douban.com/note/252982281/一、添加PPA从Google Linux Repository(http://www.google.com/linuxrepositories/)下载安装Key,或把下面的代码复制进终端,回车,需要管理员密码wget -q -O -https://dl-ssl.google.com/li转载 2016-03-25 14:40:42 · 529 阅读 · 0 评论 -
CentOS 6.5 安装 Python3 and install virtualenv3
http://linux.it.net.cn/CentOS/course/2015/1010/17718.html安装环境 yum install gcc yum install zlib-devel yum install make 下载python版本 wget http://www.python.org/ftp/python/3原创 2016-03-25 11:15:47 · 944 阅读 · 0 评论 -
/usr/bin/ld: cannot find -lncurses
ubuntu 14 (not tested):apt-get install ncurses-libcentos 6.5:yum install ncurses, ncurses-base原创 2016-02-28 19:41:41 · 2505 阅读 · 1 评论 -
How To Install and Configure Django with Postgres, Nginx, and Gunicorn
from: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-django-with-postgres-nginx-and-gunicornPrerequisitesThis tutorial assumes you have already set up转载 2016-01-10 09:25:00 · 730 阅读 · 0 评论 -
Python pip 更新问题汇总
http://www.cnblogs.com/leisurely/p/4582328.htmllibxml/xmlversion.h: No such file or directorysudo apt-get install libxml2-dev libxslt1-devEnvironmentError: mysql_config not fou转载 2016-01-09 23:20:54 · 1592 阅读 · 0 评论 -
运用supervisord管理后台运行程序, 以及注意事项
1. 安装 sudo pip install supervisor2. 添加配置文件: sudo echo_supervisord_conf > /etc/supervisord.conf3. 设置开机启动:Supervisor is not running at startup. You can configure an init.d script t原创 2015-08-22 08:06:38 · 2589 阅读 · 0 评论 -
ubuntu安装好后 ssh进入出错 access denied
http://askubuntu.com/questions/469143/how-to-enable-ssh-root-access-on-ubuntu-14-04Simply adding a password for root is not enough for Ubuntu 14.04 Server.You also need to edit /etc/ss转载 2015-08-18 12:48:04 · 5799 阅读 · 0 评论 -
LINUX下的PPPOE拨号
1.打开终端 #sudo pppoeconf 进入配置,输入用户名和密码. 2.建立连接 #sudo pon dsl-provider 3.断开连接 #sudo poff dsl-providerreahat linux pppoe拨号 pppoe就是ADSL上网的一个封装协议,实现ADSL上网拨号用的。默认情况下已经安装了,可以查询确认转载 2015-07-16 23:15:56 · 3262 阅读 · 0 评论 -
Install Nginx on Ubuntu 14.04 LTS
IntroductionNginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly tha转载 2015-08-24 08:44:54 · 614 阅读 · 0 评论 -
在Ubuntu安装完成后更改默认的语言LANG,出现Cannot set LC_CTYPE to default locale: No such file or directory错误的解决办法
地址: http://blog.csdn.net/feihong247/article/details/7767889在安装ubuntu的时候选了中文,但后来发现SVN客户端需要utf8来支持中文。于是修改 /etc/default/locale为:LANG="en_US.UTF-8"LANGUAGE="en_US:en"但是,后来perl, loc转载 2015-07-16 22:19:59 · 934 阅读 · 0 评论 -
linux系统中如何查看日志 (常用命令)
cat tail -f 日 志 文 件 说 明 /var/log/message 系统启动后的信息和错误日志,是Red Hat Linux中最常用的日志之一 /var/log/secure 与安全相关的日志信息 /var/log/maillog 与邮件相关的日志信息 /var/log/cron 与定时任务相关的日志信息 /var/log/spooler 与UU转载 2015-04-25 16:53:21 · 559 阅读 · 0 评论 -
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
sudo apt-get install libevent-devsudo apt-get install python-devsudo apt-get install python-twisted-web python2.7-dev安装 pip :$ wget https://bootstrap.pypa.io/get-pip.py.原创 2014-12-30 23:11:55 · 60171 阅读 · 1 评论 -
记录:安装scrapy与pywebkitgtk
原文地址:http://www.58jb.com/vip/2076.html记录:安装scrapy与pywebkitgtk 我是新装的ubuntu13.04因为scrapy是依赖python的,所以先安装python开发包[plain] sudo apt-get install python-dev 安装easy_install [plain]转载 2014-12-31 23:38:10 · 1065 阅读 · 0 评论 -
不输入密码,ssh直接登录远程Linux主机
一。办事器景象:阿里如此办事器,Linux版本 - CentOS客户端景象:Mac OSX Terminal在Terminal顶用ssh号令登录办事器每次都要输入暗码,固然可以复制/粘贴暗码,但登录后一段时候不操纵,办事器会主动断开连接,连接时又要复制/粘贴暗码,还是有些不便利。有没有办法实现登录时不消输入暗码呢?有办法,这篇博文分享的就是解决办法。不输入暗码,办事器如何验证客户端原创 2013-06-19 19:37:04 · 1278 阅读 · 0 评论 -
install postgresql on ubuntu
http://wiki.ubuntu.org.cn/PostgreSQL转载 2014-10-09 17:14:46 · 569 阅读 · 0 评论 -
使用Fabric部署网站应用
以前一直用rsync同步代码到服务器,这种山寨方法用一次两次还可,每天部署10次就麻烦了,最近抽空研究了一下Fabric,发现这个东西部署起来简直太爽了。Fabric是一个用Python开发的部署工具,最大特点是不用登录远程服务器,在本地运行远程命令,几行Python脚本就可以轻松部署。花10分钟写了一个部署脚本fabfile.py(名字不能变),放到工程目录下:#!/usr/bin/转载 2014-10-24 16:55:34 · 834 阅读 · 0 评论 -
undefined reference to error解决方法
原文:转载 2014-05-02 15:08:44 · 5011 阅读 · 0 评论 -
yum时出错
安装一个软件时,不能正常编译,提示说缺少c++编译器,于是运行如下命令:yum install -y gcc gcc-c++但是报了如下的错误 :[root@AY1309281745Z pcre-8.33]# yum install -y gcc gcc-c++There was a problem importing one of the Python m原创 2013-10-23 22:31:46 · 1035 阅读 · 0 评论