随笔分类 -  运维

摘要:之前的ubuntu上的qq总是出问题,具体有如下bug1. 输入密码是软键盘2. 查找用户界面卡死3. qq主界面有时无法弹出,点击图标也无济于事,估计是卡死4. 聊天界面容易被覆盖,这样导致聊天输入错误用户5. 整体来说,qq反应比较慢,特别是信息较多的时候6. 退出后再启动qq就会失败,要杀死相... 阅读全文
posted @ 2014-09-10 02:29 海滨银枪小霸王 阅读(216) 评论(0) 推荐(0)
摘要:这个项目只是移植linux,没有过多涉及Linux内核,用的是linux-2.6.36.移植的平台是ARM v6的FPGA平台。最终结果操作系统终究在平台上运行起来了。于此记录下技术细节。大部分的知识和技巧都取自互联网前辈的工作,最终在这个项目中得到实践,收获颇大。各中细节当事之时可娓娓道来,过些时... 阅读全文
posted @ 2014-09-09 18:07 海滨银枪小霸王 阅读(121) 评论(0) 推荐(0)
摘要:namp -sP 192.168.1.0/24getconf LONG_BITsudo cpulimit -p pid -l 50:w !sudo tee > /dev/null %rename 'y/A-Z/a-z/' * 将当前的文件改成小写rename 'y/a-z/A-Z/' *tail -... 阅读全文
posted @ 2014-06-28 23:56 海滨银枪小霸王 阅读(199) 评论(0) 推荐(0)
摘要:find使用find示例find path -option [-printf] [-exec -ok cmd ] {} \-name -user -size -depthfind ~ -name “a.c” 在~下递归的找并打印出来,也可不要引号find . -name “[A-Z]*”-5. fi... 阅读全文
posted @ 2014-06-28 11:51 海滨银枪小霸王 阅读(190) 评论(0) 推荐(0)
摘要:- sudo apt-get install rdesktop说明-u -p 用户名和密码 -f 全屏 -g WxH 大小还有一个比较好的是可以在两边粘贴和复制 阅读全文
posted @ 2014-06-27 17:29 海滨银枪小霸王 阅读(153) 评论(0) 推荐(0)
摘要:Markdown在ubuntu下的使用工具的使用安装的软件如下:sudo apt-get install retextretext Release-Notes.mdsudo apt-get install discountsudo apt-get install python-markdownsud... 阅读全文
posted @ 2014-06-25 14:05 海滨银枪小霸王 阅读(653) 评论(0) 推荐(0)
摘要:实用shellsudo !!python -m SimpleHTTPServer^foo^barctrl-x ecmdalt+. or Esc+.resetmount | column -tman asciicurl ifconfig.memount -t tmpfs tmpfs /mnt -o s... 阅读全文
posted @ 2014-06-25 11:08 海滨银枪小霸王 阅读(187) 评论(0) 推荐(0)
摘要:1. 一个在线的编辑txt流程图的地方,可用在txt中编辑,支持方格,线段,箭头,文字适合开发时跨平台的显示http://asciiflow.com/2. 命令行参考http://www.commandlinefu.com/commands/browse3. 绝对神器可视化的编辑成网页/pdf/ht... 阅读全文
posted @ 2014-06-25 01:50 海滨银枪小霸王 阅读(157) 评论(0) 推荐(0)
摘要:Valgrind 是一款 Linux下(支持 x86、x86_64和ppc32)程序的内存调试工具,它可以对编译后的二进制程序进行内存使用监测 阅读全文
posted @ 2014-06-20 11:17 海滨银枪小霸王 阅读(123) 评论(0) 推荐(0)
摘要:联想实习招聘,注意岗位凑合看吧 阅读全文
posted @ 2014-06-18 22:36 海滨银枪小霸王 阅读(118) 评论(0) 推荐(0)
摘要:qq的使用一直存在问题,真是考验人的耐性和windows上的体验不可同日而语,只能用webqq将就,但是极不方便找到过几种解决方案,但仍不尽人意这里提供一种,仍不完美,一直苦苦探寻 sudo add-apt-repository ppa:lainme/pidgin-lwqqsudo apt-get ... 阅读全文
posted @ 2014-06-15 01:57 海滨银枪小霸王 阅读(119) 评论(0) 推荐(0)