2012年9月10日

ubuntu共享打印机

摘要: 1.安装cupssudo apt-get install cups2.在windows中添加打印机直接在浏览器中输入http://ip:631/printers(ip是ubuntu主机的ip)找到共享的打印机printersname3.接下来添加网络打印机URL地址填写上述名称:http://ip:631/printers/printersname 阅读全文

posted @ 2012-09-10 14:38 小尾巴猴子 阅读(327) 评论(0) 推荐(0) 编辑

unbunt配置环境变量

摘要: 设置adb环境变量当前用户(home)vi ~/.bashrc (root默认目录下的bashrc文件)在这个文件中加入:export PATH=/home/homer/android-sdk-linux/platform-tools/:$PATH重启或再次登陆后生效,如果想立即生效,则执行:source ~/.bashrc 阅读全文

posted @ 2012-09-10 09:32 小尾巴猴子 阅读(132) 评论(0) 推荐(0) 编辑

导航