Chinaunix首页 | 论坛 | 博客
  • 博客访问: 544999
  • 博文数量: 75
  • 博客积分: 2374
  • 博客等级: 大尉
  • 技术积分: 933
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-18 14:27
文章分类

全部博文(75)

文章存档

2014年(1)

2013年(17)

2012年(10)

2011年(15)

2010年(23)

2009年(9)

我的朋友

发布时间:2013-05-04 13:38:12

ubuntu更新内核,virtualbox一些模块针对新内核进行重新编译,否则会出错。但编译时需要对应的源码。有些内核源码在软件管理中心找不到,只显示最新的源码。执行以下操作,可以下载对应的内核源码:sudo apt-get install linux-headers-$(uname -r)sudo apt-get install linux-restricted-modules-$(uname -r)sudo /e.........【阅读全文】

阅读(3149) | 评论(0) | 转发(0)

发布时间:2013-04-26 17:32:23

在u-boot中,使用flinfo命令查看flash信息,会看到bank信息。例如,在板子上输入$ help eraseerase - erase FLASH memoryUsage:erase start end    - erase FLASH from addr 'start' to addr 'end'erase start +len.........【阅读全文】

阅读(1290) | 评论(0) | 转发(0)

发布时间:2013-04-23 13:36:15

参考http://www.ibm.com/developerworks/linux/library/l-lpic3-314-1/index.html登录远程服务器时需要使用用户名密码。实现方法:添加fstab内容//远程服务器地址    /本地挂在点    cifs    credentials=/etc/samba/cren.conf    0    0.........【阅读全文】

阅读(2430) | 评论(0) | 转发(0)

发布时间:2012-12-20 16:47:51

ubuntu下~/.config/awesome/lua.rc最后末尾添加随awesome启动的程序:awful.util.spawn_with_shell("/usr/bin/synergyc -f --no-tray --debug NOTE --name <name> <IP address>:24800")awful.util.spawn_with_shell("nm-applet --sm-disable") # 网络管理awful.util.spawn_with_shell("update-notifier") #更新管理布局设置:Mod4+Space-- ......【阅读全文】

阅读(1300) | 评论(0) | 转发(0)

发布时间:2012-12-20 12:30:50

~/.Xdefaults内容:! urxvt color setURxvt.background: #000000URxvt.foreground: #ffffffURxvt.colorBD:yellowURxvt.colorUL:Green! color setting! blackURxvt.color0: #000000URxvt.color8: #555753! redURxvt.color1: #CC0000URxvt.color9: #EF2929! greenURxvt.color2: #4E9A06URxvt.color10: #8AE234! yellowURxvt.colo......【阅读全文】

阅读(3027) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册