All posts by ht

moves after install Ubuntu 12.04 LTS on X201 and the stuck problem

Moves:
1. install VirtualBox: sudo apt-get install virtualbox and configure it.
2. install gimp and inkscape inside application center.
3. transfer to the “universe source” by search the ffmpeg in application center and the using the source
4. try to play a rmvb video file and install the rm decoder according to the prompt.
The stuck problem:
Kill the dpkg process
and run: sudo dpkg –configure -a

Ubuntu搭建Django+Flup+Nginx环境

Ubuntu搭建Django+Flup+Nginx环境
[日期:2010-12-03] 来源:Linux社区  作者:Linux
首先我们必须明白这这3者在该环境下发挥的作用。
1.nginx:(“engine x”) 是一个高性能的 HTTP 和 反向代理 服务器,作用和apache的类似。它可以处理一些静态文件的请求,而对于动态的文件的请求,它可以通过fastcgi方式,来分发请求给不同的动态语言处理。
2.flup:本身是一个使用python写的web服务器软件,它可以接受nginx发来的请求,执行相应的python代码,将结果返回给nginx。
3.django:基于python的一个web框架,它可以我们做一些基础性的东西,比如cookie,session管理,模板机制,权限管理等等。
Continue reading Ubuntu搭建Django+Flup+Nginx环境

WordPress:Change the site URL and Move the whole site

From: http://codex.wordpress.org/Changing_The_Site_URL
On the Settings->General screen in a single site installation of WordPress, there are two fields named “WordPress address (URL)” and “Site address (URL)”. These are also known as the “Home” and “Site URL” settings. They are important settings, since they control where WordPress thinks your site is located. They control the display of the URL in the admin section of your page as well as the front end, and are used through out the WordPress code. The “Home” setting is the address you want people to type in their browser to reach your WordPress blog. The “Site URL” setting is the address where your WordPress core files reside. *Note: Both settings should include the http:// part and should not have a slash”/”at the end.
Continue reading WordPress:Change the site URL and Move the whole site

S10无线网卡ubuntu系统驱动

b43 and b43legacy

b43 and b43legacy are drivers for the 802.11 B/G/N family of wireless chips that Broadcom produces. The choice of which driver your card uses depends on the revision level of the 802.11 core. If your card is a BCM4306 Rev 2 or only has 802.11b capability, it uses b43legacy. All other models use b43. This number is read by the driver ssb, and the correct choice for your device is made at that point. The drivers are called bcm43xx in mainline kernels, and b43 and b43legacy in wireless-2.6 and 2.6.24 and later.
Continue reading S10无线网卡ubuntu系统驱动

20个学习CSS的绝佳网站-让你从入门到精通

CSS(层叠样式表)是一种简单的设计语言,能够将页面变漂亮这回事儿变的简单化。在HTML和XHTML中设定页面的样式,这是最常用的应用。但也可以应用于 XML类的文档,包括SVG和XUL。他负责管理网页的设计和外观。使用CSS,你可以控制文字的颜色、字体、段落间距、分栏的数目大小布局、背景图片颜 色,以及其他很多种的效果。接下来才是要说的是学习并掌握CSS的20个绝佳站点。这里收集到的CSS站点能使你从初学者到高级人员。这些能协助你开发和改进网站。恩,随便看看吧。
Continue reading 20个学习CSS的绝佳网站-让你从入门到精通

开发人员和设计师应该安装的10个Android应用

过去几年里有很多新开发的小工具出现,人们的生活越来越离不开智能机,当然包括Android手机,它已经成为了人们的最大需求量之一,市场上出现 的android手机也越来越多,人们也比较喜欢用Android手机。因为相对而言,价格比较能够让人接受,却包含了人们期望有的功能,可以说性价比比 较高。Android开发者不得不随时为了跟上最新的发展技术而作出不断的改进和努力。也随着涌现出了很多帮助开发者进行开发的工具,比如远程桌面连接客户端,AndFtp等等。下面推荐很多开发者和设计师可能会用到的小工具。
Continue reading 开发人员和设计师应该安装的10个Android应用