上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页

2017年7月4日

关于IPMI的几个问题

摘要: 关于IPMI的几个问题 http://blog.csdn.net/lanyang123456/article/details/51712878 阅读全文

posted @ 2017-07-04 09:51 chulia 阅读(160) 评论(0) 推荐(0)

测试udp服务的端口是否可用

摘要: 测试udp服务的端口是否可用 http://blog.chinaunix.net/uid-20788470-id-1841454.html 阅读全文

posted @ 2017-07-04 09:51 chulia 阅读(3344) 评论(0) 推荐(0)

linux netcat命令使用技巧

摘要: linux netcat命令使用技巧 [重点] http://www.cnblogs.com/lpfuture/p/5719066.html 阅读全文

posted @ 2017-07-04 09:50 chulia 阅读(175) 评论(0) 推荐(0)

Linux nc (netcat) 详解

摘要: Linux nc (netcat) 详解 http://blog.csdn.net/michael493439861/article/details/7445454 阅读全文

posted @ 2017-07-04 09:50 chulia 阅读(186) 评论(0) 推荐(0)

Bash Shell 下打开一个TCP / UDP SOCKET

摘要: Bash Shell 下打开一个TCP / UDP SOCKET http://jingyan.baidu.com/article/636f38bb6166c3d6b84610d1.html 阅读全文

posted @ 2017-07-04 09:48 chulia 阅读(428) 评论(0) 推荐(0)

udp端口测试连接

摘要: udp端口测试连接 http://www.361way.com/nc-udp-port/2949.html 阅读全文

posted @ 2017-07-04 09:46 chulia 阅读(6552) 评论(0) 推荐(0)

使用go写一个检测tcpudp状态的包

摘要: 使用go写一个检测tcpudp状态的包 http://www.2cto.com/os/201501/367596.html 阅读全文

posted @ 2017-07-04 09:45 chulia 阅读(715) 评论(0) 推荐(0)

2017年6月30日

利用cron监视后台进程状态

摘要: 利用cron监视后台进程状态 http://blog.csdn.net/dyx810601/article/details/72967758 1. 利用cron监视后台进程状态,如果进程死掉或服务器重启后自动拉起进程。 目的:Linux 下服务器程序会因为各种原因dump掉,就会影响用户使用,这里提 阅读全文

posted @ 2017-06-30 08:47 chulia 阅读(1734) 评论(0) 推荐(0)

2017年6月28日

linux 删除指定日期之前的文件

摘要: linux 删除指定日期之前的文件 http://blog.csdn.net/zljjava/article/details/8351060 阅读全文

posted @ 2017-06-28 21:08 chulia 阅读(271) 评论(0) 推荐(0)

linux服务与进程

摘要: linux服务与进程 http://www.cnblogs.com/jamesbd/p/3567654.html 阅读全文

posted @ 2017-06-28 09:03 chulia 阅读(252) 评论(0) 推荐(0)

2017年6月27日

Linux开机启动chkconfig命令详解(让MySQL、Apache开机启动)

摘要: Linux开机启动chkconfig命令详解(让MySQL、Apache开机启动) http://www.jb51.net/LINUXjishu/86331.html Linux shell使用之exec篇 http://www.2cto.com/os/201204/126934.html chkc 阅读全文

posted @ 2017-06-27 15:17 chulia 阅读(494) 评论(0) 推荐(0)

suse下自动启动脚本

摘要: suse下自动启动脚本 http://blog.csdn.net/herobox/article/details/8961358 suse下自动启动脚本 也许你对SUSE Linux很了解,也许你不太了解,都没关系,在这里我们一起互相讨论,今天我们讨论的是在SUSE Linux Tomcat自动启动 阅读全文

posted @ 2017-06-27 10:40 chulia 阅读(4994) 评论(0) 推荐(0)

2017年6月23日

Google Breakpad 之一,跨平台crash 处理上报系统简介

摘要: Google Breakpad 之一,跨平台crash 处理上报系统简介 http://blog.csdn.net/wpc320/article/details/8290501 Google Breakpad 之二,实战Linux平台本地crash http://blog.csdn.net/wpc3 阅读全文

posted @ 2017-06-23 09:39 chulia 阅读(466) 评论(0) 推荐(0)

Google Breakpad: 实战crash .

摘要: Google Breakpad: 实战crash . http://blog.csdn.net/zm_21/article/details/24795205 C/C++程序最棘手的时候就是一个字“挂”,总是经常和不经常的挂掉,尤其是那些线上的不经常挂的情况,光看日志定位问题真的很难。 为解决C挂挂的 阅读全文

posted @ 2017-06-23 09:35 chulia 阅读(3726) 评论(0) 推荐(2)

Google Breakpad 完全解析(一) —— Windows入门篇

摘要: Google Breakpad 完全解析(一) —— Windows入门篇 http://r12f.com/posts/google-breakpad-1-introduction-with-windows/ 阅读全文

posted @ 2017-06-23 09:35 chulia 阅读(208) 评论(0) 推荐(0)

C++ 常见崩溃问题分析

摘要: C++ 常见崩溃问题分析 http://blog.csdn.net/kyfvc/article/details/7185365 一、前言 从事自动化测试平台开发的编程实践中,遭遇了几个程序崩溃问题,解决它们颇费了不少心思,解决过程中的曲折和彻夜的辗转反侧却历历在目,一直寻思写点东西,为这段难忘的经历 阅读全文

posted @ 2017-06-23 09:31 chulia 阅读(2295) 评论(0) 推荐(0)

Google的C++开源代码项目

摘要: Google的C++开源代码项目 http://www.open-open.com/lib/view/open1413873531356.html v8 - V8 JavaScript EngineV8 是 Google 的开源 JavaScript 引擎。V8 采用 C++ 编写,可在谷歌浏览器( 阅读全文

posted @ 2017-06-23 09:29 chulia 阅读(1560) 评论(0) 推荐(0)

2017年6月22日

使用 ssh -R 穿透局域网访问内部服务器主机,反向代理 无人值守化

摘要: 使用 ssh -R 穿透局域网访问内部服务器主机,反向代理 无人值守化 http://www.cnblogs.com/phpdragon/p/5314650.html 一、搭建SSH方向代理 准备: 局域网主机(虚拟主机): 192.168.6.233 CentOS 6.7 阿里云服务器:120.2 阅读全文

posted @ 2017-06-22 08:26 chulia 阅读(1890) 评论(0) 推荐(0)

2017年6月20日

IpmiTool常见问题解决办法

摘要: IpmiTool常见问题解决办法 http://blog.csdn.net/c9h8o4/article/details/17138029 关于IPMI的几个问题 http://blog.csdn.net/lanyang123456/article/details/51712878 ipmitool 阅读全文

posted @ 2017-06-20 19:14 chulia 阅读(3406) 评论(0) 推荐(0)

linux 下vim的使用(必看)

摘要: linux 下vim的使用(必看) http://blog.csdn.net/xiaolong2w/article/details/8224839 Trying MINIX 3 is easy. http://wiki.minix3.org/doku.php?id=www:download:star 阅读全文

posted @ 2017-06-20 11:17 chulia 阅读(287) 评论(0) 推荐(0)

vim 源码分析

摘要: vim 源码分析 http://bbs.csdn.net/topics/230031469 Ver7.1 晕.看不明白很正常. 7.1已经很大了. 支持了太多东西. 代码行数那么多(源码压缩了都6M多).没有linux编程经验,看懂难于登天(他的功能太强大,决定了他源码涉及面广,相对复杂.).工作需 阅读全文

posted @ 2017-06-20 11:14 chulia 阅读(6875) 评论(0) 推荐(0)

2017年6月19日

Crontab无法自动执行,直接运行脚本却能执行

摘要: Crontab无法自动执行,直接运行脚本却能执行 http://bbs.chinaunix.net/thread-1926428-1-1.html crontab -e crontab内容为* * * * * /root/auto.sh /root/auto.sh的内容为#!/bin/bashpin 阅读全文

posted @ 2017-06-19 17:35 chulia 阅读(10738) 评论(0) 推荐(0)

2017年6月18日

chromium源代码下载(Win7x64+VS2013sp2, 39.0.2132.2)

摘要: chromium源代码下载(Win7x64+VS2013sp2, 39.0.2132.2) http://www.aichengxu.com/diannao/1000251.htm 前后折腾了四天,当中好多次都郁闷得想放弃,不过还好坚持了下来,也最终克服和因难。反思如此艰难的原因,一是因为英文不太好 阅读全文

posted @ 2017-06-18 16:43 chulia 阅读(543) 评论(0) 推荐(0)

2017年6月16日

linux 环境变量设置方法总结(PATH/LD_LIBRARY_PATH)

摘要: linux 环境变量设置方法总结(PATH/LD_LIBRARY_PATH) http://blog.csdn.net/wangeen/article/details/8159500 设置 Linux 的 LD_LIBRARY_PATH 变量 http://www.cnblogs.com/tryin 阅读全文

posted @ 2017-06-16 17:11 chulia 阅读(562) 评论(0) 推荐(0)

2017年6月14日

Linux 的源码安装工具 CheckInstall

摘要: Linux 的源码安装工具 CheckInstall https://www.ibm.com/developerworks/cn/linux/l-cn-checkinstall/ Linux 的源码安装工具 CheckInstall Linux 的源码安装工具 CheckInstall Checki 阅读全文

posted @ 2017-06-14 20:35 chulia 阅读(5122) 评论(0) 推荐(0)

2017年6月13日

两个开源项目要搞定

摘要: OpenRTMFP服务器的编译、运行(Windows环境下,VS2010开发环境) http://blog.csdn.net/cashey1991/article/details/8560546 openHEVC在Windows下编译—VS2013+Win7为例子 http://blog.csdn. 阅读全文

posted @ 2017-06-13 14:48 chulia 阅读(174) 评论(0) 推荐(0)

2017年6月9日

FreeRADIUS + MySQL 安装配置笔记

摘要: FreeRADIUS + MySQL 安装配置笔记 http://www.2cto.com/net/201110/106597.html RADIUS认证服务器(Remote Authentication Dial In User Service,远程用户拨号认证系统)是目前应用最广泛的AAA协议( 阅读全文

posted @ 2017-06-09 15:02 chulia 阅读(7505) 评论(1) 推荐(0)

2017年6月7日

Linux指令详解useradd groupadd passwd chpasswd chage 密码修改

摘要: Linux指令详解useradd groupadd passwd chpasswd chage 密码修改 http://speediness.blog.51cto.com/760841/1783661 密码维护:使用 chpasswd 和 pwgen http://tech.cncms.com/os 阅读全文

posted @ 2017-06-07 20:13 chulia 阅读(512) 评论(0) 推荐(0)

Github上的几个C++开源项目

摘要: Github上的几个C++开源项目 http://blog.csdn.net/fyifei0558/article/details/47001677 http://www.zhihu.com/question/28341521 有人吐槽怎么下手FreeNOS,上文档 FreeNOS: FreeNOS 阅读全文

posted @ 2017-06-07 13:59 chulia 阅读(47941) 评论(0) 推荐(3)

linux 中解析命令行参数(getopt_long用法)

摘要: linux 中解析命令行参数(getopt_long用法) http://www.educity.cn/linux/518242.html 详细解析命令行的getopt_long()函数 http://www.codeweblog.com/%E8%AF%A6%E7%BB%86%E8%A7%A3%E6 阅读全文

posted @ 2017-06-07 10:06 chulia 阅读(318) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页

导航