首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
15.10专题
ubuntu 15.10 编译Android源码环境搭建
转载请注明出处:http://blog.csdn.net/u011974987/article/details/50978291; 来自『_xuhao』的博客 概述: 作为一个Android开发者,想要自己提升一个阶段,想深入了解 Android 相关的知识,Activity 是工作流程是怎样的? View 是怎样绘制的? 怎样修改一些系统相关的应用?等等,就得要深入Android 源
阅读更多...
Ubuntu 15.10安装elementary desktop
elementaryOS的风格类似于macos,基于Ubuntu改造,个人比较喜欢其界面理念,简单清晰。因此下载了elementaryOS Freya使用,使用过程中,各个软件版本的升级比较落后,比如gcc等,因此尝试使用ubuntuOS安装element desktop。网上的指导步骤都比较旧,按其步骤执行完成,效果总是比elementary os差不少,因此折腾了一下,终于折腾出类似效果,在此
阅读更多...
ubantu 15.10 chrome 开启全局代理设置
$ google-chrome --proxy-server="socks5://localhost:1080"
阅读更多...
ubuntu gnome 15.10升级到ubuntu16.04时进不去图形界面
升级后可以进入命令行 但是进不去图形界面 可尝试重新安装lightdm: sudo apt-get install --reinstall lightdm 或 sudo dpkg-reconfigure lightdm 选择lightdm(方向键移动,tab键移动到确定) 启动lightm sudo systemctl start lightdm.service sudo system
阅读更多...
ubuntu 15.10 编译安装conkeror
ubuntu 15.10 编译安装conkeror Table of Contents 1. why conkeror2. compile and install3. make as default browser for emacs4. make as default browser for OS and emacs org mode 1 why conkeror conkeror
阅读更多...