随笔分类 -  Ubuntu

Ubuntu
摘要:FROM: http://blog.sina.com.cn/s/blog_97ef3ff4010190pe.html#bsh-75-306370781今天中午經過系統自帶的“檢查更新”軟件從Ubuntu 12.04升級到了12.10,升級完成後出現了Unity不顯示、屏幕左邊和頂端的任務欄無法顯示的問題,糾結了很久,想到了通過Ctrl+Alt+F1進入“終端”,然後在裏面執行“Unity --reset”來復位Unity的辦法,但是系統給出了錯誤提示。後來通過在桌面上新建一個文件夾,然後進入文件系統,在Usr——Bin中打開火狐瀏覽器的方法,上網搜索此問題的解決方案。因爲Ubuntu12.10 阅读全文
posted @ 2013-11-04 21:29 wmx3ng 阅读(249) 评论(0) 推荐(0)
摘要:FROM: http://www.oschina.net/translate/20-advanced-commands-for-linux-experts?from=2013081141. 命令: ifconfigifconfig用来配置常驻内核的网络接口信息。在系统启动必要时用来设置网络适配器的信息。之后,它通常是只需要在调试时或当系统需要调整时使用。检查活动网络适配器01[avishek@tecmint ~]$ ifconfig0203eth0 Link encap:Ethernet HWaddr 40:2C:F4:EA:CF:0E 04inet addr:192.168.1.3 Bcas 阅读全文
posted @ 2013-08-13 16:35 wmx3ng 阅读(577) 评论(0) 推荐(0)
摘要:FROM:http://www.oschina.net/translate/20-advanced-commands-for-middle-level-linux-users21. 命令: Find搜索指定目录下的文件,从开始于父目录,然后搜索子目录。01root@tecmint:~# find -name *.sh 0203./Desktop/load.sh 04./Desktop/test.sh 05./Desktop/shutdown.sh 06./Binary/firefox/run-mozilla.sh 07./Downloads/kdewebdev-3.5.8/quanta/scr 阅读全文
posted @ 2013-08-13 16:33 wmx3ng 阅读(393) 评论(0) 推荐(0)
摘要:FROM: http://www.tecmint.com/18-tar-command-examples-in-linux/18 Tar Command Examples in LinuxBy Ravi Saive Under: CentOS, Fedora, Linux Commands, Linux Distros, RedHat On: September 15, 2012The Linux “tar” stands for tape archive, which is used by large number of Linux/Unix system administrators to 阅读全文
posted @ 2013-08-13 13:33 wmx3ng 阅读(626) 评论(0) 推荐(0)
摘要:博客原文地址:http://blog.csdn.net/hitmediaman/article/details/6312079一、 准备工作(在WIN7下操作完成)1 从官网http://www.ubuntu.com/ 上下载镜像文件,大小接近700M。下载EasyBCD最新版安装之。2 誊出一个盘,点击右键格式化后删除之。这个盘10G以上比较稳妥。3 安装好 EasyBCD 2.0后,启动软件:按照上图的序号点击,会打开一个记事本文件menu.lst,将如下代码粘贴到文件尾部并保存:title Install Ubuntu 10.10root (hd0,0)kernel (hd0,0)/vm 阅读全文
posted @ 2012-11-10 17:46 wmx3ng 阅读(294) 评论(0) 推荐(0)
摘要:文章声明 作者:傲风(aofengblog@163.com) 编写时间:2011年01月08日 网址:http://aofengblog.blog.163.com作者保留所有权利,转载请保留文章全部内容! 用习惯了五笔,就离不开它。在ubuntu中,也可以安装五笔输入法。运行环境 | EnviromentUbuntu 10.10安装五笔输入法 | Install wubi1、在终端窗口中输入如下命令: sudo apt-get install ibus-table-wubi 系统分析软件包列表,自动下载所需软件包,并安装。2、右击输入法图标,在菜单中选择“重新启动”。3、点击菜单“... 阅读全文
posted @ 2012-07-27 20:50 wmx3ng 阅读(371) 评论(0) 推荐(0)