发布时间:2015-01-01 21:30:53
When I had upgraded everything was ready on the screen om my computer and with my 12.04 ubuntu.When I restarted my system, the graphics card was not detected. I was forced to start the computer in low graphics mode, and eventually I had a pink deskop with only my maps, and no other programs at all.........【阅读全文】
发布时间:2015-01-01 21:25:36
# adb protocol on passion (Nexus One)SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e12", MODE="0666", OWNER="<away>"# fastboot protocol on passion (Nexus One)SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0fff", MODE="0666", OWNER="<away>"## adb protocol on crespo/cr.........【阅读全文】
发布时间:2015-01-01 20:07:43
Tmpfstmpfs是一种文件系统,在2.4以上内核(ubuntu8.4及以后的系统)已经默认开启该文件功能。首先我们体验一下,在你的家文件中建立名为tmpfs的文件夹存一些测试文件,然后 代码:sudo mount tmpfs /home/你的文件名/tmpfs -t tmpfs好了你可以体验tmpfs。是不是和正常的文件夹没有区别,除了那些测试文件消失了?因.........【阅读全文】