随笔分类 -  Linux

How to download codes from Google Code
摘要:Use the Linux OS1. Install GIT:sudo apt-get install git2. Clone from the server:git clone https://code.google.com/p/audio-analyzer-for-android/3. Done:johnny@johnny-Rev-1-0:~$ git clone https://code.google.com/p/audio-analyzer-for-android/Cloning into 'audio-analyzer-for-android'...remote: C 阅读全文
posted @ 2013-03-21 15:38 Jiang, X. 阅读(273) 评论(0) 推荐(0)
Ubuntu 12.04 ‘can not lock /etc/shadow try again later’
摘要:I can not log with my password nor can I change my password with root.Others have met with the problem too.https://ask.fedoraproject.org/question/1518/fc16-adduser-cannot-lock-etcpasswd-try-again-laterhttp://superuser.com/questions/296373/cannot-lock-etc-passwd-try-again-laterhttps://answers.launchp 阅读全文
posted @ 2013-01-19 18:04 Jiang, X. 阅读(1756) 评论(0) 推荐(0)
How to show Linux version
摘要:Open terminal and enter:cat /etc/*releaseit outputs:DISTRIB_ID=UbuntuDISTRIB_RELEASE=12.04DISTRIB_CODENAME=preciseDISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"Also, we can enter:uname -aThen we get:Linux johnny-Rev-1-0 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i38 阅读全文
posted @ 2012-11-06 09:08 Jiang, X. 阅读(494) 评论(0) 推荐(0)
使用U盘安装Ubuntu
摘要:没想到使用u盘安装Ubuntu竟然这么简单,只需要下载Universal-USB-Installer-1.9.1.4,选择操作系统版本及镜像就能够完成。傻瓜式操作不需要解释。工具可以在这里下载,是我自己上传的。http://download.csdn.net/detail/johnpher/4701790 阅读全文
posted @ 2012-10-30 12:50 Jiang, X. 阅读(185) 评论(0) 推荐(0)