sudo apt-get install flashplugin-nonfree
分类:
其他好文 时间:
2014-06-28 15:40:34
阅读次数:
144
1.网络配置配置网卡修改 /etc/network/interfaces 添加如下# #号后面是备注,不要添加哦!auto eth0 #开机自动激活iface eth0 inte static #静态IPaddress 192.168.0.56 #本机IPnetmask 255.255.255.0 ...
分类:
其他好文 时间:
2014-06-28 15:30:31
阅读次数:
258
切换到root:su root修改sudoersnano /etc/sudoers在root ALL=(ALL:ALL) ALL下,加入:liz ALL=(ALL:ALL) ALL
分类:
其他好文 时间:
2014-06-28 15:29:06
阅读次数:
175
准备工作:sudo apt-get install build-essential第一步:安装Apachesudo apt-get install apache2第二步:安装MySQLsudo apt-get install mysql-server libapache2-mod-auth-mysq...
分类:
其他好文 时间:
2014-06-28 14:48:41
阅读次数:
192
在以前的一篇博文《编译debian内核》已经提过了重新编译内核的方法,但是整个过程花费时间较长,并且生成deb包。这里我采用稍微简单一些的方法,因为我并没有对内核或者驱动代码做任何修改,仅仅是在内核中选中一些未被选中的调试选项(以便于查看log信息)先获取内核源码: sudo apt-get sou...
分类:
其他好文 时间:
2014-06-28 12:41:23
阅读次数:
562
最近,在自己的Debian 7.2 64位系统上成功安装了圆刚AverMedia C725B视频卡驱动。于是,可以使用mplayer与mencoder来看电视与录节目了。其中,用于播放电视的命令如下:mplayer tv:// -tv driver=v4l2:device=/dev/video0:n...
分类:
系统相关 时间:
2014-06-25 13:53:14
阅读次数:
381
一、安装SVNLinux 下可以直接通过如下命令直接获取svn server:(我使用的服务器系统为Debian 7.5 稳定版)apt-get install subversion安装完成后,可通过svnserve --version 查看安装的版本,我所使用的svn server 版本为1.6....
分类:
系统相关 时间:
2014-06-24 15:03:23
阅读次数:
266
It is strange but interesting to see that all the toolbars in LibreOffice 4.2.4.2 have title bar displayed on Linux operating system (Debian Wheezy wi...
分类:
系统相关 时间:
2014-06-24 14:30:25
阅读次数:
303
看了一篇文章《debug by printing》,文中提到了多种通过printk来调试驱动的方法,其中最有用的就是"Dynamic debugging"。“Dynamic debugging"的官方文档:http://git.kernel.org/cgit/linux/kernel/git/tor...
分类:
其他好文 时间:
2014-06-23 00:58:42
阅读次数:
443
Linux安装Debian系统我安装的是Debian7.5的系统,Debian的软件包管理和升级十分方便,而且系统也很稳定。安装盘可以去华中科技大学镜像、网易开源镜像站或者中国科技大学镜像下载,和官网一样,一般下载的时候会提供DVD-1、DVD-2和DVD-3的下载,后面二者均是一些不太流行的软件,只需要下载安装DVD-1即可。修改sources.list装好系统之后的第一件事情就是修改Debia...
分类:
Web程序 时间:
2014-06-22 21:31:01
阅读次数:
213