Linux
argansos
这个作者很懒,什么都没留下…
展开
-
Lubuntu proxy set
Terminal ProxyFirst you need to edit /etc/bash.bashrc filesudo vi /etc/bash.bashrcAdd your proxy server details in the followi原创 2011-08-08 17:33:39 · 1372 阅读 · 0 评论 -
Ubuntu 新建用户并添加到管理组
1、输入用户管理的命令,新建用户(以test为例):sudo useradd test修改 test 用户的密码:sudo passwd test2、将新用户添加到管理组:sudo gpasswd -a test admin3、给 test 用户创建自己的目录:cd /homesudo mkdir testsudo chown test /home/转载 2011-11-01 01:02:34 · 3417 阅读 · 0 评论 -
KDE 桌面环境下自定义快捷键
左下角菜单键 >> system settings >> shortcuts and gestures >> custom shortcuts然后,edit 就可以新建了。支持鼠标手势!!原创 2011-11-01 03:31:31 · 2330 阅读 · 0 评论 -
nohup 不产生 nohup.out
nohup yourprogram >/dev/null 2>/dev/null &e.g.nohup dolphin ~/ >/dev/null 2>/dev/null &原创 2011-11-23 04:37:07 · 1089 阅读 · 0 评论 -
ubuntu 中删除旧的内核
dpkg --get-selections|grep linux列出当前内核,其中带 image 的即是已经安装的内核。然后用 apt-get 就可以删除。比如:sudo apt-get remove linux-image-3.0.0-12-generic原创 2011-11-27 17:52:33 · 499 阅读 · 0 评论 -
利用 ssh -X 登录服务器打开 xterm 等
>> 首先确保 /etc/ssh/sshd_config 中X11Forwarding yes>> 然后在 host 上 check DISPLAYecho $DISPLAY如果显示 :0then,export DISPLAY=urworkstationIP:0.0urworkstationIP 就是你想要显示 xterm 的客户端的IP。原创 2011-11-02 17:35:01 · 2909 阅读 · 0 评论 -
Bash Color Escape Codes
Echo (echo -e) the following escape codes inside \e[ESCCODEm to colorize text in Bash:Black 0;30Dark Gray 1;30Blue 0;34Light Blue 1;34Green 0;32Light Green 1;32Cyan 0;36Light Cyan 1;36Red 0;31Ligh转载 2011-11-10 04:28:12 · 1076 阅读 · 0 评论 -
卸载各种ubuntu的桌面环境
Note, this applies only to Ubuntu 11.10 (Oneiric). If you're using 11.04, go here. If you're using 10.10, go here. If you're using 10.04, go here.These removal commands were created based on wha转载 2011-11-11 17:58:27 · 20008 阅读 · 0 评论 -
Pidgin 连接 Google Talk 的配置
在 Pidgin 中添加新的帐号时,就会打开“Add Account”对话框。为了能够与 Google Talk 连接,其设置要点如下:>> 在基本标签页:Protocol:选择 XMPPScreen name:填写 Gmail 帐号 @ 之前的内容Server:填写 gmail.comResource:PidginPassword:填写 Gmail 帐号的密码来源: 这里转载 2011-12-06 16:37:07 · 1141 阅读 · 0 评论 -
fix dell latitude D630 wifi in ubuntu 11.10
sudo apt-get updatesudo apt-get install firmware-b43-installersudo apt-get remove bcmwl-kernel-sourcesudo reboot原创 2011-12-31 23:59:41 · 996 阅读 · 0 评论 -
Nvidia drivers for Ubuntu 11.10 Oneiric
sudo apt-add-repository ppa:ubuntu-x-swat/x-updatessudo apt-get updatesudo apt-get install nvidia-currentfrom: here转载 2012-02-27 00:31:27 · 550 阅读 · 0 评论 -
Prepare a DSDT
form: hereDSDT is an acronym for Differentiated System Description Table. I've already wrote about it. Please readthis article first as an introduction and to get some general infos. Modifying转载 2012-02-26 20:21:43 · 1276 阅读 · 0 评论 -
ubuntu grub 修复
下载 ubuntu 9.10 以后LiveCD 启动sudo apt-get install grub2sudo mount /dev/sdaX(挂载到/的那个分区) /mnt可以用 sudo fdisk -l 查看 /挂载到那个分区如果/boot是单独分区的话还要sudo mount /dev/sdaX(挂载到/boot的那个) /mnt/boot然后:sudo grub原创 2012-02-26 05:53:56 · 628 阅读 · 0 评论 -
删除gnome-keyring
cd .gnome2/keyringsrm default.keyring重新Logout再Login,再提示让你输入的时候不输直接确定,选择“Unsafe Storage"即不安全方式存储密码。这样就可以了。来源:这里转载 2011-11-18 03:32:10 · 2039 阅读 · 0 评论 -
让你提升命令行效率的 Bash 快捷键 [完整版]
生活在 Bash shell 中,熟记以下快捷键,将极大的提高你的命令行操作效率。编辑命令Ctrl + a :移到命令行首Ctrl + e :移到命令行尾Ctrl + f :按字符前移(右向)Ctrl + b :按字符后移(左向)Alt + f :按单词前移(右向)Alt + b :按单词后移(左向)Ctrl + xx:在命令行首和光标之间移动Ctrl + u :从光标处删除至命令转载 2011-11-14 05:46:05 · 1000 阅读 · 0 评论 -
Gedit Warning Solution
When you use gedit, maybe you will get this kind of warnning.(gedit:4748): Gtk-WARNING **: Attempting to store changes into `/root/.local/原创 2011-08-09 21:09:17 · 1641 阅读 · 0 评论 -
Linux下fdisk用法
转自:http://www.linuxidc.com/Linux/2011-08/40407.htmLinux下的fdisk功能是极其强大的,用它可以划分出最复杂的分区,下面简要介绍一下它的用法:对于IDE硬盘,每块盘有一个设备名:对应于主板的四个IDE接口,设备名依转载 2011-08-12 03:09:23 · 875 阅读 · 0 评论 -
总结一些linux目录结构和终端命令
linux目录架构/ 根目录/bin 常用的命令 binary file 的目錄/boot 存放系统启动时必须读取的档案,包括核心 (kernel) 在内/boot/grub/menu.lst GRUB设置/boot/vmlinuz 内核转载 2011-09-14 04:25:43 · 610 阅读 · 0 评论 -
Ubuntu下acer-wmi模块Inter Wireless-N 1000网卡无法上网解决办法
sudo gedit /etc/modprobe.d/blacklist.conf在最后加上blacklist acer_wmi保存 重启原创 2011-08-23 23:53:19 · 3635 阅读 · 0 评论 -
Ubuntu的apt命令详解
apt-get install packagename——安装一个新软件包(这个是最经常用到的)apt-get update–>在修改/etc/apt/sources.list或/etc/apt/preferences之后运行该命令apt-get remove p转载 2011-08-25 02:14:51 · 441 阅读 · 0 评论 -
Ubuntu命令大合集
查看软件xxx安装内容dpkg -L xxx查找软件库中的软件apt-cache search 正则表达式查找软件库中的软件aptitude search 软件包查找文件属于哪个包dpkg -S filename查找文件属于哪个包apt-fil转载 2011-08-25 02:12:52 · 604 阅读 · 0 评论 -
Linux挂载命令mount详解
Mount挂载命令使用方法语法: mount -t 类型 -o 挂接方式 源路径 目标路径 -t 详细选项: 光盘或光盘镜像:iso9660 DOS fat16文件系统:转载 2011-08-25 02:05:18 · 615 阅读 · 0 评论 -
Ubuntu Document viewer 中文显示乱码解决方法
安装poppler-datasudo apt-get install poppler-data修改字体设置sudo chmod 777 /etc/fonts/conf.d/49-sansserif.confsudo gedit /etc/fonts/conf原创 2011-08-26 20:28:03 · 1345 阅读 · 1 评论 -
Linux 下批量去后缀加后缀
1.删除所有的 .xml 后缀:rename 's/\.xml$//' *.xml2.给当前目录下所有文件加后缀 .xml 。for i in * do mv $i $i".xml"done参考:这里,这里,这里,这里,这里,这里。原创 2011-10-18 20:44:11 · 7979 阅读 · 0 评论 -
Example uses of the Linux Command ftp
The following examples illustrate typical uses of the command ftp for remotely copying, renaming, and deleting files.ftp abc.xyz.eduThis command will attempt to connect to the ftp server at ab转载 2011-10-19 19:38:29 · 510 阅读 · 0 评论 -
Linux下查看文件和文件夹大小的df和du命令
当磁盘大小超过标准时会有报警提示,这时如果掌握df和du命令是非常明智的选择。df可以查看一级文件夹大小、使用比例、档案系统及其挂入点,但对文件却无能为力。du可以查看文件及文件夹的大小。两者配合使用,非常有效。比如用df查看哪个一级目录过大,然后用df查看文件夹或文件的大小,如此便可迅速确定症结。下面分别简要介绍df命令可以显示目前所有文件系统的可用空间及使用转载 2011-10-20 19:27:47 · 488 阅读 · 0 评论 -
Linux 下批量解压文件
find -maxdepth 1 -name "*.bz2" | xargs -i tar xvjf {}这条命令可解压当前目录下的所有bz2文件。maxdepth表示搜索深度,1代表只搜索当前目录。find -maxdepth 1 -name "*.tar" | xargs -i tar xvf {}可解压tar文件。find -maxdepth 1 -name "*.ta转载 2011-10-18 20:09:00 · 1291 阅读 · 0 评论 -
wget 使用技巧
wget 是一个命令行的下载工具。对于我们这些 Linux 用户来说,几乎每天都在使用它。下面为大家介绍几个有用的 wget 小技巧,可以让你更加高效而灵活的使用 wget。$ wget -r -np -nd http://example.com/packages/这条命令可以下载 http://example.com 网站上 packages 目录中的所有文件。其中,-np 的作用是转载 2011-11-14 05:50:53 · 560 阅读 · 0 评论 -
命令行中复制移动时显示进度条
from:here“世间最痛苦的事莫过于等待”,相信使用过Shell中cp或者mv命令操作大文件的朋友们都有这种感慨。要是能显示复制或者移动的进度,把无尽的等待变成有限的期待,那该多好呀!其实,确实有显示进度条的方法,而且方法还不止一种:使用打补丁的cp和mv:Advanced Copy1234567891转载 2012-03-16 17:01:33 · 7724 阅读 · 0 评论