linux
iteye_9601
这个作者很懒,什么都没留下…
展开
-
add-apt-repository behind proxy
Set the variable https_proxy to your proxyEdit /etc/sudoers or the correct file in /etc/sudoers.d/ so it contains:Defaults env_keep = https_proxysudo nano /etc/apt/apt.conf.d/30proxy...原创 2013-03-20 13:24:46 · 147 阅读 · 0 评论 -
ubuntu13.10问题集合
1.地址栏显示完整路径CTRL+L 2.快速启动栏erichan@erichan-OptiPlex-790:~$ cd /usr/share/applicationserichan@erichan-OptiPlex-790:~/.local/share/applications$ nano eclipse.desktop[Desktop Entry]Type=App...原创 2013-10-30 17:03:06 · 112 阅读 · 0 评论 -
ubuntu postgresql
PostgreSQL is pronounced Post-Gres-Q-L. sudo apt-get install postgresql-9.1 sudo gedit /etc/postgresql/9.1/main/postgresql.confsudo gedit /etc/postgresql/9.1/main/pg_hba.confloc...原创 2012-11-02 13:44:26 · 128 阅读 · 0 评论 -
ubuntu安装和配置jdk ant maven
1 从http://java.sun.com中下载jdk 2 在shell中执行:sudo chmod u+x jdk-6u33-linux-x64.bin 使其可执行 3 执行sudo ./jdk-6u33-linux-x64.bin将会出现字幕,持续按回车键,直至屏幕显示要求输入yes/no,此时输入y回车,将会把jdk解压到文件夹,得到目录:drwxr-...原创 2012-09-02 11:05:19 · 126 阅读 · 0 评论 -
ubuntu proxy
apt-get proxy:sudo gedit /etc/apt/apt.confAcquire::http::Proxy "http://10.11.70.71:80"; common proxy:sudo gedit ~/.bashrcexport http_proxy=http://10.11.70.71:80/ c1ssh-keygen -...原创 2012-08-31 18:36:23 · 91 阅读 · 0 评论 -
使用synergy操控windows和ubuntu
下载统一版本的synergy 本文使用1.4.1Ubuntu主-Windows辅模式ubuntu做服务器:配置:sudo nano /etc/synergy.confsection: screenshanl-ubuntu1204:laptop:endsection: aliaseslaptop:10.11.58.105hanl-ubuntu1...原创 2013-05-17 18:45:17 · 425 阅读 · 0 评论 -
ubuntu启动菜单恢复
ubuntu@ubuntu:~$ sudo fdisk -lDisk /dev/sda: 1500.3 GB, 1500301910016 bytes255 heads, 63 sectors/track, 182401 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesSector size (logical/phy...原创 2012-02-11 03:08:49 · 195 阅读 · 0 评论 -
FileZilla
FileZilla http://wiki.filezilla-project.org FTP Server: FileZilla provide a windows Server. You can install it as a service or a program. Anyway, firstly, when the server runs, we need set ...2009-08-27 16:31:51 · 96 阅读 · 0 评论 -
messy code
To resolve the issue about playing video in firefox, in ubuntu system: han@han-laptop:~$ cd /etc/fonts/conf.d/han@han-laptop:/etc/fonts/conf.d$ sudo cp 49-sansserif.conf 49-sansserif.conf_backup...原创 2009-08-23 10:49:08 · 223 阅读 · 0 评论 -
bash profile
As we know, suse does not create .bash_profile when add a new user. But redhat does.But if our program need some command from the profile, it is an issue. So, we need to add this file when add t...2009-08-19 19:12:16 · 99 阅读 · 0 评论 -
Fedora/ubuntu 下使用msn 和 QQ
首先声明,本人断断续续玩linux超不过3个月啊。QQ,msn 分别对应的软件为: eva ,emesene 首先说emesene 到sourceforge上下载 http://sourceforge.net/projects/emesene 解压缩以后,运行cd emesene-1.0.1 然后./emesense 就可以看到仿似msn的界面了。(声明,roo...2008-12-11 14:06:27 · 115 阅读 · 0 评论 -
fedora13 oops
1.han is not in the sudoers file. This incident will be reported. [han@mars-f13 etc]$ su -Password: [root@mars-f13 ~]# gedit /etc/sudoers## Allow root to run any commands anywhere root ...原创 2010-08-20 14:12:37 · 79 阅读 · 0 评论 -
unison
unison是一个双向同步的工具。工作中的应用比较广泛。实际生活中,我想到的最有用的应用是往移动硬盘里拷贝数据。如果某个目录经常发生变化,我们通常采用覆盖的方式,这样很费时间,也可能两边都有变化,移动硬盘的数据被不幸覆盖了。 安装 ubuntu下安装:sudo apt-get install unisonubuntu下图形界面安装:sudo apt-get install ...2009-05-12 18:24:56 · 101 阅读 · 0 评论 -
mail setting via exchange on ubuntu
sudo apt-get install evolution-exchangesudo apt-get install evolution-mapi原创 2012-11-05 12:40:00 · 103 阅读 · 0 评论 -
录制桌面 recordMyDesktop on Ubuntu
hanl@hanl-ubuntu1204:~$ sudo apt-get install recordMyDesktop and gtk-recordMyDesktop Control+r Start RecordingControl+Mod1+s Stop**Mod1 usually corresponds to Left-Alt.http://recordmyd...原创 2012-11-14 17:11:42 · 100 阅读 · 0 评论 -
davmail+thunderbird读取exchange服务器邮件
Linux Mint14Ubuntu1210 http://davmail.sourceforge.net/download.html原创 2013-03-11 15:56:34 · 333 阅读 · 0 评论 -
wireshark no interfaces on which a capture can be done ubuntu
$ sudo apt-get install wireshark$ sudo dpkg-reconfigure wireshark-common $ sudo usermod -a -G wireshark hanl$ sudo reboot原创 2013-03-07 11:33:33 · 74 阅读 · 0 评论 -
Linux 查找总结
/*在当前目录下查找*/eric@mars-64:~/servers$ pwd/home/eric/serverseric@mars-64:~/servers$ grep -irl "maven3.0.4" ././tomcat7.0.29/logs/localhost_access_log.2012-07-22.txt./tomcat7.0.29/logs/localhost_access_lo...原创 2013-02-17 22:24:32 · 95 阅读 · 0 评论 -
sublime-text-2 快捷键和自定义配置
快捷键EditingKeypressCommand Ctrl + ↩ Insert line afterCtrl + ⇧ + ↩ Insert line beforeCtrl + J Join line below to the end of the current line Ctrl + ⇧ + ↑ Move line/selection upCtrl ...原创 2013-01-21 10:52:40 · 159 阅读 · 0 评论 -
[web architect]2. nginx http concat 实践
sudo cp /usr/local/nginx/conf/nginx.conf /usr/local/nginx/conf/nginx.conf.orinsudo nano /usr/local/nginx/conf/nginx.conf nginx.conf:user eric;worker_processes 5;error_log /var/log/ngin...原创 2013-01-20 22:13:54 · 106 阅读 · 0 评论 -
webbench on ubuntu
wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gztar zxvf webbench-1.5.tar.gz cd webbench-1.5/sudo make && sudo make install 测试tomcat的restful webservice地址:webbench ...原创 2012-12-24 17:32:33 · 168 阅读 · 0 评论 -
[web architect]1. nginx on ubuntu
快速简易版sudo apt-key add nginx_signing.key (见附件)sudo apt-get install nginxls /usr/share/nginx/www/50x.html index.html 专业定制版1.Download1.1 Download nginx sourceeric@ubuntu:~$ sudo wget...原创 2012-12-24 10:43:33 · 137 阅读 · 0 评论 -
wget代理设置
当遇到Proxy Authentication Require时,说明wget无法通过代理认证,需要做以下设置。sudo nano .wgetrc http_proxy=10.11.70.71:80use_proxy=onproxy-user=hanlproxy-passwd=xxx...原创 2012-11-30 18:34:41 · 211 阅读 · 0 评论 -
LinuxMint收集
http://www.linuxmint.com/oldreleases.php MATE was originally a fork of the Gnome 2 desktop that was added onto and improved after the Gnome team abandoned it for Gnome 3. Many of Linux mainstays...原创 2013-12-18 09:58:03 · 147 阅读 · 0 评论 -
Ubuntu U disk
Startup Disk Creator http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-ubuntu Startup Disk Creator启动盘创建器原创 2013-12-05 10:44:50 · 266 阅读 · 0 评论 -
Linux查找
find / -mmin -5 -type ffind /etc /var /mnt /media -xdev -mmin -5 -type f最後 5 分鐘內變動過的所有檔案"-dev" 限制在所在的檔案系統內進行搜尋,而不會跨過其他掛載的檔案系統。 find / -mmin +10 -mmin -20 -type f找尋在最後 10 到 20 分鐘之間變動過的檔案...原创 2013-12-02 15:03:05 · 128 阅读 · 0 评论 -
Ubuntu安装 Flash plugin
1 下载tar包:http://get.adobe.com/flashplayer/otherversions/2 将libflashplayer.so拷贝到Firefox的Plugin目录:sudo cp libflashplayer.so /usr/lib/mozilla/plugins/3 将usr目录下的所有文档拷贝到系统的/usr目录下:sudo cp -r ./usr/* /usr/...原创 2013-12-02 08:15:36 · 121 阅读 · 0 评论 -
删除Ubuntu Linux旧内核的方法
使用Ubuntu一段时间后,就会发觉由于自动升级,系统里安装了很多内核。像我,竟然安装了下面那么多,这个造成了漫长的启动列表。必须删掉一些不用的。首先就是使用如下命令,列出所有安装的内核,下表中,带有image的就是内核文件。从中选择要卸载的包,用apt-get来卸载admingu@andy:~$ dpkg --get-selections|grep linux具体的卸载方法为su...原创 2009-05-06 00:54:29 · 138 阅读 · 0 评论 -
subdiversvn in ubuntu9.04
最近安装了ubuntu9.04。从ubuntu8.10以来,我一直没有使用过像windows下的小乌龟svn那么好用的svn客户端。今天终于发现了一个!SubdiverSVN,linux下的tortoiseSVN!你可以从 http://subdiversvn.sourceforge.net 了解并获得它。今天,我要在ubuntu9.04中告别痛苦的没有好用的svn客户端时代。 S...2009-05-02 16:33:56 · 64 阅读 · 0 评论 -
ubuntu8.10 移动硬盘“ 无法挂载卷”
硬盘不能自动挂载具体弹出的信息如下:$LogFile indicates unclean shutdown (0, 0)Failed to mount '/dev/sdb1': 操作不支持Mount is denied because NTFS is marked to be in use. Choose one action:Choice 1: If you have Win...2009-04-18 16:02:57 · 466 阅读 · 0 评论 -
ubuntu 输出到文本
lspci -v > /home/han/pci vi /home/han/pci 00:00.0 Host bridge: Intel Corporation Mobile GME965/GLE960 Memory Controller Hub (rev 0c) Subsystem: Hewlett-Packard Company Device 30d8 F...2009-01-13 09:28:06 · 134 阅读 · 0 评论 -
ubuntu8.10 安装相关
compiz 3D特效:“系统”-“系统管理”-“新立得软件包管理器”分别“搜索”并勾选compizconfig-settings-manager和emerald和fusion-icon安装 苹果(mac)特效:“系统”-“系统管理”-“新立得软件包管理器”“搜索”并勾选awn-manager安装 firefox flash插件: wget http:/...2009-01-12 09:26:13 · 73 阅读 · 0 评论 -
ubuntu 网络配置
为网卡配置静态IP地址sudo gedit /etc/network/interfacesauto eth0iface eth0 inet staticaddress 192.168.1.33gateway 192.168.1.1netmask 255.255.255.0#network 192.168.1.0#broadcast 192.168.1.255...2009-01-12 09:04:14 · 71 阅读 · 0 评论 -
fedora10下amsn
yum install yum u can compare the amsn with msn. show my first talking.2008-12-22 17:36:27 · 73 阅读 · 0 评论 -
fedora 下mysql root密码重置
<!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } --> 首先启动mysql服务[han@localhost~]$ sudo service mysqld start 启动 MySQL: ...2008-12-21 13:46:29 · 239 阅读 · 0 评论 -
GNome终端样式修改
fedora安装好后,默认的终端字体很小,尤其在我的19宽平下,很费眼睛。如下是修改终端的字体和底色的过程。1 编辑-配置文件-新建 2在常规中修改字体3在颜色中配置字体颜色和背景颜色。linux下的配色工具独具匠心 4保存方案,并设置为默认 5最终效果...2008-12-21 13:27:28 · 1081 阅读 · 0 评论 -
图片赏析--fedora10的eclipse
fedora10自带的eclipse是3.4版本。启动画面很别致。linux下,从svn下载windows编写的java工程,eclipse中显示的汉字有可能是乱码。通常是windows使用GBK字体造成的。可以修改如下。eclipse的编码不能改成GBK 解决办法: han@han-laptop:~$ sudo gedit /var/lib/locales/supported....2008-12-19 15:41:44 · 90 阅读 · 0 评论 -
vmware5下opensuse11安装手记
人类喜欢占有好的东西……女人喜欢名牌,逛街购物时,试用或血拼品牌,带给她们极大的快感。男人的快感来自他们的爱好。近来,我屡屡看到关于三大linux品牌的介绍。我已经试玩了fedora和ubuntu。就差opensuse了。于是,当了dvd.iso,不装不快。在配置虚拟机时,我特意选择了SUSE Linux,以向电脑显示我是在搞opensuse啦。开始安装了,见到让人心动的绿色界面。然而没多久,...2008-12-18 13:51:41 · 109 阅读 · 0 评论 -
root 乱入大法
linux操作系统不允许root登录成为了一种趋势和标准,其用意自然是好的。但用户有几个不想root登录呢?玩了几天linux后,我终于腾出手搞他一把了。 fedora10的做法:注释掉/etc/pam.d/gdm文件中的auth required pam_succeed_if.so user != root quiet(用vi在此行前加一个#) ubuntu8.10的做法:修改/et...2008-12-18 09:12:51 · 121 阅读 · 0 评论 -
fedora发行版本代号
近几个白天,我都沉浸在橙色的ubuntu系统中。夜晚到来时,我坐在自己好久以前安装在我的台式机里的fedora7前,蓝色的fedora带给我更多的沉思。Fedora 10代号 CambridgeFedora 9 (Sulphur)Sulphur is an element that causes an adverse reaction (tarnishing) when it con...2008-12-16 23:30:02 · 306 阅读 · 0 评论