随笔分类 -  Working Enviroment

摘要:正则表达式教程——语法篇 工具 阅读全文
posted @ 2018-04-04 19:34 tanghuimin0713 阅读(103) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/33676829/vim-configuration-for-linux-kernel-development?newreg=946e68f60f3a45208d9040d74c739b64 阅读全文
posted @ 2018-04-02 13:45 tanghuimin0713 阅读(364) 评论(0) 推荐(0)
摘要:yum install openvpn openvpn /home/thm/Document/openvpn/Open_UDP/Japan-01-U.ovpn 阅读全文
posted @ 2017-04-27 06:53 tanghuimin0713 阅读(79) 评论(0) 推荐(0)
摘要:QEMU/FreeDOS 阅读全文
posted @ 2017-03-27 08:43 tanghuimin0713 阅读(354) 评论(0) 推荐(0)
摘要:vim /etc/ppp/ip-up.local #!/bin/sh/sbin/ip route replace default dev ppp0 chmod 755 /etc/ppp/ip-up.local 阅读全文
posted @ 2017-02-15 07:41 tanghuimin0713 阅读(34) 评论(0) 推荐(0)
摘要:主机: CentOS,已能VPN联网 虚拟机: CentOS 方法:虚拟机网络连接方式设置为NAT即可。 阅读全文
posted @ 2017-02-14 07:43 tanghuimin0713 阅读(73) 评论(0) 推荐(0)
摘要:yum install wireshark-gnome yum install libpcap 阅读全文
posted @ 2017-02-10 08:06 tanghuimin0713 阅读(2011) 评论(0) 推荐(0)
摘要:1. yum install ppp pptp pptp-setup 2. pptpsetup --create greenVPN --server xxx --username xxx --password xxx --encrypt 3. pppd call greenVPN 4. ip rou 阅读全文
posted @ 2017-02-09 21:39 tanghuimin0713 阅读(54) 评论(0) 推荐(0)
摘要:1) Reference: Linux 平台下阅读源码的工具链 程序员的利器 – cscope 2) cscope help: :help cscope :help cscope-suggestions :cs help 3) Generate index files: find fullpath/ 阅读全文
posted @ 2016-10-24 12:35 tanghuimin0713 阅读(405) 评论(0) 推荐(0)
摘要:step1: 将对系统的自定义配置写入文件/home/thm/shell_script/myConfig step2: 切换到root用户,echo /home/thm/shell_script/myConfig >> /etc/rc.local done! 阅读全文
posted @ 2016-09-22 21:41 tanghuimin0713 阅读(149) 评论(0) 推荐(0)
摘要:参考:http://blog.csdn.net/longerzone/article/details/8437871http://www.douban.com/note/375227086/1、Linux官方镜像kernel镜像站:http://mirrors.kernel.org/Fedora官方... 阅读全文
posted @ 2015-06-07 21:01 tanghuimin0713 阅读(4387) 评论(1) 推荐(0)
摘要:主机: CentOS release 6.4 (Final)目的:从/home分区分出100G来创建新分区/vm参考:http://ryanclouser.com/?p=66http://falstaff.agner.ch/2013/12/22/online-resize-root-filesyst... 阅读全文
posted @ 2015-06-01 21:37 tanghuimin0713 阅读(3140) 评论(0) 推荐(0)
摘要:方法一:http://wiki.centos.org/HowTos/Laptops/WpaSupplicanthttp://www.cnblogs.com/tanghuimin0713/p/3439890.html我的ifcfg-wlan0文件:DEVICE=wlan0HWADDR=9C:4E:36... 阅读全文
posted @ 2015-05-21 22:51 tanghuimin0713 阅读(333) 评论(0) 推荐(0)
摘要:1. 为git子命令设置别名编辑$HOME/.gitconfig[user] name = xxx email = xxx[alias] co = checkout ci = commit st = status br = branch2. tab键自动弹出git... 阅读全文
posted @ 2015-04-02 23:50 tanghuimin0713 阅读(165) 评论(0) 推荐(0)
摘要:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 阅读全文
posted @ 2015-01-20 18:01 tanghuimin0713 阅读(177) 评论(0) 推荐(0)
摘要:http://www.lihuoqing.cn/other/1276.html 阅读全文
posted @ 2014-08-14 23:13 tanghuimin0713 阅读(189) 评论(0) 推荐(0)
摘要:yum install flash-plugin 阅读全文
posted @ 2014-06-22 10:55 tanghuimin0713 阅读(138) 评论(0) 推荐(0)
摘要:自定义区域截图:gnome-screenshot -a 阅读全文
posted @ 2014-06-07 20:37 tanghuimin0713 阅读(216) 评论(0) 推荐(0)
摘要:yum install "@Chinese Support"System->Preferences->Input Method,勾选"Enable input method feature",Input Method选择"Use IBus",Log Out重新登录后"ctrl+空格"即可切换输入法 阅读全文
posted @ 2014-06-07 19:47 tanghuimin0713 阅读(220) 评论(0) 推荐(0)
摘要:1. 背景开发板在u-boot下从pc获取文件的方式有三种:1)dnw传输:http://www.cnblogs.com/tanghuimin0713/p/3614768.html2)串口传输:http://www.cnblogs.com/tanghuimin0713/p/3619446.html3... 阅读全文
posted @ 2014-04-25 07:42 tanghuimin0713 阅读(280) 评论(0) 推荐(0)