Loading

Posts Tagged ‘Ubuntu’

ZT:Rhythmbox等音乐播放器歌名乱码的解决方法

星期三, 三月 3, 2010 16:27 No Comments

sudo apt-get install python-mutagen //安装
mid3iconv -e GBK *.mp3 //批处理命令(同目录下)
mid3iconv -e GBK */*.mp3 //包含子目录(出错了,可以尝试下面的命令)
find . -iname "*.mp3" -execdir mid3iconv -e GBK {} \; //搜索 更新 耗时长( 其实记得指定目录就好 )

可以难道之后每次下载后都要经过这样的处理?!!!
原文链接:http://forum.ubuntu.org.cn/viewtopic.php?f=74&t=234273&start=0

This was posted under category: 收藏分享 Tags: , 52 views

Ubuntu Software

星期五, 二月 26, 2010 21:13 1 Comment

Internet:
1、Firefox/Google Chrome/Opera/IEs4Linux
2、Dropbox
3、Emesene/Empathy IM/Linux Fetion/Pidgin/Skype/QQ for Linux
4、FileZilla
办公:
1、Thunderbird
2、OpenOffice
3、XMind
4、Pencil
附件:
1、Adobe Air (Balsamiq Mockups/MockFlow)
2、GNOME DO
3、KeePassX
4、PrefixSuffix
5、Shutter
6、Stardict
图形:
1、Gimp
系统工具:
1、Sun VirtualBox
2、Ubuntu Tweak
3、Ailurus
影音:
1、Radio Tray
2、Rhythmbox
3、SopCast Player
4、VLC media player
5、茄子大头帖

This was posted under category: 收藏分享 Tags: 105 views

ZT:在Linux系统中,批量添加用户实例

星期二, 二月 23, 2010 13:32 No Comments

原文地址:http://fedora.linuxsir.org/main/?q=node/109

This was posted under category: 收藏分享 Tags: , 80 views

ZT:最小化权限的ssh账号-只能使用TCP转发

星期一, 二月 22, 2010 22:10 No Comments

感谢老曹,本文原址:http://www.bsdmap.com/2010/02/22/create-tunnel-user/
建立只能使用ssh“转发”功能的系统账户
为了满足“翻墙”的需要,在国外的Linux主机上(比如 DreamHost )上建个可 ssh登录的用户,使用 ssh 的 Tunnel 来作代理是十分常见的方法。
但是主人往往又想最小化用户权限,以避免对系统造成影响。最简单的办法就是,禁止用户登录。
其实 ssh 可以连接到 sshd 但是不执行远程命令(默认是启动用户设定的 shell ),使用 -N 参数即可。
在服务器上建一个 username :
添加用户:useradd -s /bin/false  username,将用户的shell设置成/bin/false。这样用户就无法与系统进行交互。
设置密码:passwd username
(对已有帐号禁止其shell交互使用:usermod -s /bin/false username)

This was posted under category: 收藏分享 Tags: , , 142 views

Google Voice注册成功

星期天, 二月 14, 2010 23:26 No Comments

感谢@y2kcong提供的邀请,感谢米米提供的VPN,感谢谷奥提供的注册教程。
备注一下注册相关信息:
1、Ubuntu 9.10下PPTP VPN使用
需要安装以下组件:
sudo apt-get install network-manager-gnome network-manager-pptp
sudo apt-get install pptp-linux
2、注册virtualphoneline.com过程中直接绑定了Gtalk,开始始终无法接收到Google Voice Call,后来尝试解绑Gtalk,再重新绑定(换MSN再换回Gtalk),才成功接听到来自15202619121@gtalk2voip.com的验证电话。
以上就是注册过程中花时间比较多的地方了。

This was posted under category: 不明白 Tags: , 175 views

VirtualBox 共享文件夹设置

星期四, 一月 28, 2010 20:10 1 Comment

本文环境:Ubuntu 9.10,VirtualBox 3.1.2 +Win2003
1、安装工具包VBoxGuestAdditions.iso(设备–安装增强功能)
2、添加固定数据空间(共享的文件夹)。
3、打开虚拟机Win2003,添加“映射网络驱动器”

详细教程:http://www.ludou.org/virtualbox-sharedfolder.html

This was posted under category: 收藏分享 Tags: , 127 views

Ubuntu下 卸载 Air Apps

星期二, 一月 26, 2010 23:27 2 Comments

今天装了个TweetDeck,却发现无法支持代理设置。就打算卸载之…结果…
方法 1: (The easy way)
1. 下载相应Air Apps到本地
2. 打开“Adobe Air Application Installer”,选中该Air Apps。(应用程序-附件-…)
3. 在安装过程中,点“卸载”。

4. OK,完成。

This was posted under category: 收藏分享 Tags: , 109 views