
Ubuntu
文章平均质量分 57
tongyiingfeng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
配置samba共享文件夹
Ubuntu 配置如下: $ sudo apt-get insall samba $ sudo apt-get install smbfs $ mkdir ~/share $ sudo gedit /etc/samba/smb.conf 在smb.conf最后添加 [share] path = /home/ming/share available = y原创 2012-12-18 23:19:44 · 335 阅读 · 0 评论 -
Ubuntu 遇到的问题
1. cp: omitting directory 方法: cp -r src_dir des_dir 2. 修改hostname: /etc/hostname 3. ftp 中文显示乱码: /etc/lftp.conf set ftp:charset GBK set file:charset UTF-8 4. 工具栏置顶: alt + 拖拉 5. 使用户具有sudo 功能原创 2013-07-23 17:06:44 · 674 阅读 · 0 评论 -
Ubuntu 之 vmware
Version: 14.04原创 2014-09-12 23:42:21 · 426 阅读 · 0 评论 -
Ubuntu 之 simple config
1. ip 静态配置原创 2014-07-25 15:40:54 · 584 阅读 · 0 评论 -
Ubuntu 之 Sources
Ubuntu 14.04 ~$ sudo apt-get update [sudo] password for minh: Ign http://cn.archive.ubuntu.com trusty InRelease Ign http://cn.archive.ubuntu.com trusty-updates InRelease Ign http://cn.archive.ubunt原创 2014-09-07 21:45:27 · 1030 阅读 · 0 评论 -
ubuntu 12.04 for D630
一、无线网卡驱动 $ sudo apt-get install b43-fwcutter firmware-b43-installer原创 2013-08-13 09:45:21 · 862 阅读 · 0 评论