• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
xxhong
经验教训远比技术重要
博客园 首页 新随笔 联系 管理
上一页 1 2 3 4 下一页

2013年11月21日

tcpdump
摘要: ./tcpdump -p -vv -s 0 -w /sdcard/aaay.pcap 阅读全文
posted @ 2013-11-21 14:45 xxhong 阅读(124) 评论(0) 推荐(0)
 
 

2013年11月14日

mysql linux终端登陆
摘要: mysql -uroot -hlocalhost -psorry设置远程登录 用户名及密码GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY "123456"; 阅读全文
posted @ 2013-11-14 11:15 xxhong 阅读(298) 评论(0) 推荐(0)
 
 

2013年10月22日

ubuntu下安装svn服务器
摘要: sudo apt-get install apache2sudo apt-get install subversionsudo apt-get install libapache2-svn其次,在安装完了以上软件之后,我们需要添加一个subversion的用户组并将需要使用SVN服务的用户添加到这个组中,我们将需要添加的用户组就以subversion命名,然后将自己的账号liangzhichao添加到这个组中,命令如下:sudo addgroup subversionsudo usermod -G subversion -a liangzhichao, 其中-G指定用户添加到哪个组中,-a表明 阅读全文
posted @ 2013-10-22 23:14 xxhong 阅读(671) 评论(0) 推荐(0)
 
 

2013年9月17日

centos lamp
摘要: 一、安装 MySQL首先来进行 MySQL 的安装。打开超级终端,输入:[root@localhost ~]# yum install mysql mysql-server安装完毕,让 MySQL 能够随系统自动启动:[root@localhost ~]# chkconfig --levels 235 mysqld on[root@localhost ~]# /etc/init.d/mysqld start设置 MySQL 数据 root 账户的密码:[root@localhost ~]# mysql_secure_installation当出现如下提示时候直接按回车:Enter curren 阅读全文
posted @ 2013-09-17 14:00 xxhong 阅读(208) 评论(0) 推荐(0)
 
 

2013年9月11日

ubuntu 卸载用wine安装的软件
摘要: wine uninstaller 搞定 阅读全文
posted @ 2013-09-11 14:33 xxhong 阅读(121) 评论(0) 推荐(0)
 
 

2013年9月8日

win qq2012
摘要: sudo apt-get install ia32-libs 阅读全文
posted @ 2013-09-08 01:34 xxhong 阅读(132) 评论(0) 推荐(0)
 
 

2013年7月29日

系统不支持curl
摘要: 解决安装pinphp时出现的“系统不支持curl!”今天在本机安装phppin开源程序时,提示“系统不支持curl!”错误。由于我本机是UBUNTU系统,所以直接通过apt-get进行安装。sudo apt-get install curl libcurl3 libcurl3-dev php5-curl安装大概下载23个文件,很快安装好。重新启动apachesudo /etc/init.d/apache2 restart再安装phppin,故障解除。 阅读全文
posted @ 2013-07-29 11:18 xxhong 阅读(1629) 评论(0) 推荐(0)
 
 

2013年6月20日

在文章没有缩略图的时候,如何去掉织梦官方的 DEDECMS无缩略图 图片
摘要: 1、打开list_article.htm。2、替换代码将[field:arrayrunphp='yes']@me=(empty(@me['litpic'])?“<ahref=’{@me['arcurl']}’class=’preview’><imgsrc=’{@me['litpic']}’/></a>”:“<ahref=’{@me['arcurl']}’class=’preview’><imgsrc=’{@me['litpic']}’/>& 阅读全文
posted @ 2013-06-20 10:48 xxhong 阅读(4526) 评论(0) 推荐(0)
 
 

2013年5月30日

强制用记下线
摘要: 必须是root权限 操作: (1)使用who查看目前有哪些用户登录了服务器,见下图 (2)使用pkill -kill -t pts/1命令踢出第一个用户。 命令解释:pts/1 对应的是该用户的TTY。 阅读全文
posted @ 2013-05-30 18:07 xxhong 阅读(155) 评论(0) 推荐(0)
 
 

2013年5月29日

bitnami redmine邮箱配置地址
摘要: /opt/redmine-2.2.3-0/apps/redmine/htdocs/config 阅读全文
posted @ 2013-05-29 17:26 xxhong 阅读(628) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 下一页

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3