235 views 五月 24, 10 by Timothy
1,571 views 五月 22, 10 by Timothy
用惯了Windows,也经常在Windows下面用SSH跨栏。以前常用的是MyEnTunnel,后来改用Tunnelier,感觉速度要快不少。最近又常用Ubuntu看网页,所以跨栏也是避免不了的。由于Linux本身就有ssh命令,所以不用借助任何软件,就可以产生本地的SSH加密隧道。用如下的shell命令即可:
1
| ssh account@host -N -D 127.0.0.1:1080 |
如上面的例子,通过使用简单的ssh命令,即可产生本地的代理隧道,这样,配合Firefox+AutoProxy,就可以跨栏了,以前俺的文章也有介绍,呵呵。可以把上面的命令保存为一个Shell脚本,每次执行以下,输入ssh密码即可。
不过,今天要给大家介绍一款Linux下,GUI的SSH Tunnel软件,这就是: SSH Tunnel Manager 。 它是一款运行于Gnome上的用于产生SSH加密隧道代理的软件,拥有GUI的界面,而且是开源的。
Ubuntu下面安装方式也比较简单,不需要自己去下载,直接通过apt就可以安装:
1
| sudo apt-get install gstm |
安装好后,可以在Application->Internet菜单下面找到:gSTM,即可启动。
软件的界面也比较简洁,设置也比较简单,如下图:
设置的界面也很简单,输入帐号,以及SSH代理的本地端口即可。记得把转发类型设置为Dynamic。
做好简单的设置,点击Start按钮,你就可以自由的跨栏了……
111 views 五月 12, 10 by Timothy
793 views 五月 10, 10 by Timothy
网上收集来的Ubuntu 10.04更新源,感觉网易的速度还不错,其他几个都是国内的,大家可以试试。
使用方法:
1.sudo gedit /etc/apt/sources.list
编辑你的源列表,将原来的内容全部删除,添加下面列表中最适合你的源 (注意不要全部添加),选择一个最合适你的即可,复制到你的列表中,然后保存列表。
2.sudo apt-get update 更新源列表信息
可以在运行“sudo apt-get update ”时查看一下错误信息,把不能连接的源删除再重新运行“sudo apt-get update ”。
3.sudo apt-get upgrade 升 级
或者用ubuntu自带的更新管理器升级 也可
Ubuntu 10.04源列表:
台湾
deb http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted
SRT Sources
deb http://ubuntu.srt.cn/ubuntu/ lucid main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-backports main restricted universe multiverse
网易(速度很快)
deb http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse
deb http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted
ubuntu官方上海源,提供 Kernel,Hiweed,ubuntu
deb http://mirror.rootguide.org/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirror.rootguide.org/ubuntu/ lucid main universe restricted multiverse
deb http://mirror.rootguide.org/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirror.rootguide.org/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirror.rootguide.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirror.rootguide.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-updates universe main multiverse restricted
搜狐源:
deb http://mirrors.shlug.org/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirrors.shlug.org/ubuntu/ lucid main universe restricted multiverse
deb http://mirrors.shlug.org/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirrors.shlug.org/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirrors.shlug.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirrors.shlug.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ lucid-updates universe main multiverse restricted
骨头源,骨头源是 bones7456架设的一个Ubuntu源 ,提供ubuntu,deepin
deb http://ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted
lupaworld源:
deb http://mirror.lupaworld.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirror.lupaworld.com/ubuntu/ lucid main universe restricted multiverse
deb http://mirror.lupaworld.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirror.lupaworld.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirror.lupaworld.com/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirror.lupaworld.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirror.lupaworld.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirror.lupaworld.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.lupaworld.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.lupaworld.com/ubuntu/ lucid-updates universe main multiverse restricted
rootguide 源,ubuntu官方上海源,提供 Kernel,Hiweed,ubuntu
deb http://mirror.rootguide.org/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirror.rootguide.org/ubuntu/ lucid main universe restricted multiverse
deb http://mirror.rootguide.org/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirror.rootguide.org/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirror.rootguide.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirror.rootguide.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-updates universe main multiverse restricted
176 views 五月 08, 10 by Timothy
从cnbeta上得知,QQ概念版向全体用户开放了。很早就听说这个版本,也算是腾讯在用户体验上的一次创新吧。由于采用了WPF开发,估计是和MS搞了合作。从启动安装程序开始,就可以感受到概念版和普通版本QQ的差异,看来界面上确实下了一些功夫。
接下来是登陆界面,用了不规则窗体的形式
比较有创意的是好友管理的部分,整个好友不是以列表的形式展现,而是一堆随意堆放在桌面上的卡片。实现这效果,是WPF的强项,呵呵。

另外,是主界面,其中程序设置以及群标签、好友标签的切换,采用了3D滚动效果,这里没法展示了。程序设置界面的功能还不是很丰富,有待完善。另外,貌似没有实现原有的消息盒子的功能,没这东东其实很不方便。
另外,听很多朋友说,用这概念版,机器会很卡。我机器上还没感觉出来,整个概念版进程,占用内存31MB左右。不过既然用了WPF,在追求华丽界面的前提下,牺牲性能那是肯定的了。 不过以后机器配置越来越高,运行类似概念QQ这样的程序,应该不在话下。
好吧,其实这是一篇文囧文……
737 views 五月 02, 10 by Timothy
从Ubuntu的官网发布开始倒计时的时候,我就掰着手指,等着新版Ubuntu的最终发布。在临近发布的时候,还有爆料说Ubuntu发现重大bug,导致安装后引导程序会出现问题,不过这个BUG在最终发布的时候还是修复了。正式发布的第二天,俺就迫不及待的从官网拖了一个Ubuntu 10.04 64bit的Desktop版本,准备装在笔记本上,原因是笔记本是4G内存(嘿嘿……)。 继续按照老的套路,从U盘安装Ubuntu,这样可以不用刻光盘,避免浪费,且安装速度快,绿色,环保。整个安装过程很简洁,而且不到10分钟,就搞定了,这速度,比起安装Windows,实在有点出乎意料。而且比起自家大哥Ubuntu 9系列还要快,因为Ubuntu 9在安装时还要在线下载一些东西,会耽误一定的时间。
安装完毕,第一次进入Ubuntu 10,给人比较耳目一新的感觉,特比是菜单栏上多出的一个聊天帐号设置,包括众多兼容的实时聊天软件,这也是Ubuntu 10主打的一特色:加强的社区交互功能。另外值得一提的是Ubuntu One,Ubuntu的云集算服务功能,相当不错。目前Ubuntu对硬件的识别更加友好了,在ThinkPad的机器上,根本不用安装任何驱动,Ubuntu已经能自动识别包括:声卡/无线网卡/以太网卡/声音调整按钮/蓝牙/亮度调节 等等驱动,非常人性化。而且发现Ubuntu本身已经自带了非常流行的iBus输入法,只需要再在机器的语言支持中,装上中文和一些其他附带的东东,就可以方便的用iBus输入中文了,这又算是个亮点。
作为一款粉丝众多的Linux发行版本,Ubuntu在用户易用性和UI上花了不少的功夫,并且自带的一系列软件,足以满足用户一般的上网/图片处理/文字处理等需求,看来国内用户要逐步脱离Win的束缚,迁移到Linux的日子不远了……
本文纯属自己使用Ubuntu Linux的一些流水帐和感受,欢迎各位同学交流。
PS:本文发自 Ubuntu 10.04 LTS 64bit Desktop Edition ,小小纪念一下。
161 views 四月 28, 10 by Timothy
又收到三枚邀请,还是老规矩哈,以评论留言顺序为准,前三名同学获得邀请,不用在评论中留下你的邮箱,我会发邀请到你用于wordpress评论的邮箱。前三楼中若有同学放弃,名额依次类推,留给楼下的同学。
369 views 四月 22, 10 by Timothy
前两天在热心网友的邀请下开通了腾讯微博(http://t.qq.com/timothyye),试用了两天,感觉不错,其中集成到QQ2010的特点和通过手机短信发推的功能比较方便。现在得到三个蒲公英种子,分享给需要的同学。以评论留言顺序为准,前三名同学获得邀请,不用在评论中留下你的邮箱,我会发邀请到你用于wordpress评论的邮箱。前三楼中若有同学放弃,名额依次类推,留给楼下的同学。(Sent from my BlackBerry9000)