会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
罗松超的博客园
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
23
下一页
2014年5月7日
【CentOs】配置nginx
摘要: 参考资料:http://nginx.org/en/linux_packages.html#stable1、添加nginx.repo2、配置nginx3、启动nginx1、添加nginx.repo注: nginx.repo 路径为 /etc/yum.repos.d/nginx.repo注: nginx...
阅读全文
posted @ 2014-05-07 22:44 罗松超
阅读(1013)
评论(0)
推荐(0)
2014年5月6日
【CentOs】sudo使用
摘要: 在使用Linux系统过程中,通常情况下,我们都会使用普通用户进行日常操作,而root用户只有在权限分配及系统设置时才会使用,而root用户的密码也不可能公开。普通用户执行到系统程序时,需要临时提升权限,sudo就是我们常用的命令,仅需要输入当前用户密码,便可以完成权限的临时提升。在使用sudo命令的过程中,我们经常会遇到当前用户不在sudoers文件中的提示信息,如果解决该问题呢?通过下面几个步骤...
阅读全文
posted @ 2014-05-06 21:10 罗松超
阅读(380)
评论(0)
推荐(0)
【CentOS】搭建Web服务器
摘要: 参考资料: http://www.paipat.com/?post=24 http://www.cnblogs.com/xiaoluo501395377/archive/2013/04/07/3003278.html 1、安装apache 2、安装php 3、安装mysql 1、安装apache 安装:直接使用yum安装apache:yum inst...
阅读全文
posted @ 2014-05-06 20:35 罗松超
阅读(11254)
评论(0)
推荐(0)
2014年5月5日
【CentOS】搭建git服务器
摘要: 参考资料: https://github.com/jackliu2013/recipes/blob/master/doc/linux/CentOS_6.4_git服务器搭建.md http://blog.csdn.net/meiyusong/article/details/74114801、安装gi...
阅读全文
posted @ 2014-05-05 22:59 罗松超
阅读(1001)
评论(0)
推荐(0)
2014年4月29日
【Python】内置数据类型
摘要: 参考资料: http://sebug.net/paper/books/dive-into-python3/native-datatypes.html http://blog.csdn.net/hazir/article/details/101597091、Boolean【布尔型】# coding...
阅读全文
posted @ 2014-04-29 22:00 罗松超
阅读(411)
评论(0)
推荐(0)
【Python】Eclipse和pydev搭建Python开发环境
摘要: 参考资料: http://www.dotnet120.com/page/10545/ 1.准备工作: 下载32位的JDK6 Java的开发包 下载32位的Eclipse 下载Python 2.x 2.安装JDK6 3.安装Eclipse和Python 4.给Eclipse安装PyDev插件 在Help菜...
阅读全文
posted @ 2014-04-29 17:26 罗松超
阅读(1224)
评论(0)
推荐(0)
2014年4月28日
【Python】一个简单的例子
摘要: 问题描述: Python基础篇 参考资料: (1)http://www.cnblogs.com/octobershiner/archive/2012/12/04/2801670.html (2)http://www.cnblogs.com/itech/archive/2010/06/20/1760345.html 例子: ...
阅读全文
posted @ 2014-04-28 22:10 罗松超
阅读(2734)
评论(0)
推荐(0)
【Python】vim7.4 配置python2.6支持Gundo
摘要: 问题描述: vim7.4 配置python2.6支持Gundo 参考资料: (1) http://sjl.bitbucket.org/gundo.vim/ (2) http://www.vim.org/news/news.php (3)http://stackoverflow.com/questions/1837...
阅读全文
posted @ 2014-04-28 14:54 罗松超
阅读(726)
评论(0)
推荐(0)
2014年4月27日
【CentOS】安装chrome
摘要: 参考资料:http://www.cnblogs.com/xia520pi/p/3545715.html问题描述:出现如下错误: 升级glibc任然无效,最后在博客园:http://www.cnblogs.com/xia520pi/p/3545715.html 找到解决方案:注: chrome使用...
阅读全文
posted @ 2014-04-27 15:39 罗松超
阅读(281)
评论(0)
推荐(0)
【CentOS】cp显示进度条
摘要: 问题描述: 使用CentOS的cp时,对于大文件的拷贝或者mv,需要等待很长时间,现在需要显示cp或mv的进度问题解决: Advanced copy 参考官网:http://beatex.org/web/advancedcopy.html解决方法:效果预览:
阅读全文
posted @ 2014-04-27 15:28 罗松超
阅读(9539)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
23
下一页
公告