发布时间:2013-06-17 17:24:15
1、运行gparted,将磁盘格式化为ext4;2、sudo blkid 查询uuid,3、sudo gedit /etc/fstab ,添加:# /home/ray/data was on /dev/sda5 during installationUUID=c4f4827c-8864-42a5-8d7a-1ae574297e7a /home/ray/data ext4 defaults 0 &n.........【阅读全文】
发布时间:2013-06-17 15:21:15
网上有很多介绍在Ubuntu下开启SSH服务的文章,但大多数介绍的方法测试后都不太理想,均不能实现远程登录到Ubuntu上,最后分析原因是都没有真正开启ssh-server服务。最终成功的方法如下: Ubuntu 下安装 OpenSSH Server 是无比轻松的一件事情,需要的命令只有一条: sudo apt-get install openssh-server&n.........【阅读全文】
发布时间:2013-06-10 16:29:26
转自:http://blog.csdn.net/magod/article/details/7928090Android加密,挺实用一功能,e文看着费劲,磕磕巴巴翻译一下。-----------------------------------------------------------------------------原文地址:http://source.android.com/tech/encryption/android_crypto_implementation.html&nbs.........【阅读全文】