09 2015 档案
Ubuntu常用命令与技巧
摘要:Ubuntu常用命令与技巧sudo apt-get install 软件名 安装软件命令sudo nautilus 打开文件(有root权限)su root 切换到“root”ls 列出当前目录文件(不包括隐含文件)ls -a 列出当前目录文件(包括隐含文件)ls -l 列出当前目录下文件的详细信息... 阅读全文
posted @ 2015-09-16 00:31 Windworld 阅读(193) 评论(0) 推荐(0)
一键烧写Linux,USB烧写Linux,裸机调试准备
摘要:一键烧写linux步骤A:格式化SD卡,格式为FAT32(尽量用SD卡,其他需要转接板的卡可能会有问题)B:利用PC烧写工具SD_Writer.exe将SD卡启动文件mmc.bin烧写进SD卡中 a:启动SD_Writer.exe(win7需要以管理员身份运行) b:board model 选择64... 阅读全文
posted @ 2015-09-15 17:34 Windworld 阅读(2298) 评论(0) 推荐(0)