摘要: bluedroid.so for k860/k860i1./media/Enjoy/AndroidCode/cm10.1/device/lenovo/stuttgart/bluetooth/bluetooth.c [new file]/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance 阅读全文
posted @ 2013-07-26 22:08 scue 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: 1. 修改/etc/ssh/sshd_config文件,设置允许TCP转发和X11转发AllowTcpForwarding yesX11Forwarding yes2. 登录无图形远程主机,并允许图形转发ssh -q -X user@remotehost3. 测试是否成功gedit &以上提到的本机环境为Debian 7.1.0 wheezy(如果是Windows还需要其他的设置)参考资料:http://www.linuxtopia.org/online_books/linux_system_administration/debian_linux_guides/debian_linux 阅读全文
posted @ 2013-07-26 00:48 scue 阅读(12255) 评论(0) 推荐(0) 编辑
摘要: 第一部分1. sudo 运行上一条命令 sudo !!2. HTTP方式共享当前目录 python -m SimpleHTTPServer 803. vim保存一个root用户文件 :w !sudo tee %4. 快速切换至旧的目录 cd -5. 替换上一条命令中的一个短语... 阅读全文
posted @ 2013-07-26 00:10 scue 阅读(560) 评论(0) 推荐(0) 编辑