摘要:本文参考了大量网络资源,据来自于百度搜索yum install samba关掉防火墙,selinux配置samba(/etc/samba/smb.conf)找到[global] # ----------------------- Network Related Options ------------------------- workgroup = WORKGROUP#这是设置服务器所要加入的工作组的名称,会在Windows 的“网上邻居”中能看到MYGROUP工作组,可以在此设置所需要的工作组的名称。 server string = Samba Server Versio... 阅读全文
PHP: Get start and end dates of a week from date(‘W’) [转]
2012-07-10 16:03 by tetang1230, 343 阅读, 0 推荐, 收藏,
摘要:PHP: Get start and end dates of a week from date(‘W’)First off, from thePHP.net Manual, the ‘W’ inside the date() function returns the week number for a year.WeekISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0)Example: 42 (the 42nd week in the year)A quick example of date( 阅读全文
Ubuntu 12.04安装Wine 1.5
2012-06-26 13:33 by tetang1230, 1004 阅读, 0 推荐, 收藏,
摘要:自从ubuntu从11.10升级到12.04之后, 之前用wine安装的迅雷就没法使用了, 总是提示输入URL不合法, 查了下wine从过去的版本升级到了wine1.4, 这个版本的wine存在不少问题, 最后找到了解决方案, 就是安装wine1.5, 以下是安装步骤。1、添加ppa源sudo add-apt-repository ppa:ubuntu-wine/ppa2、更新软件源sudo apt-get update3、安装1.5sudo apt-get install wine1.5 阅读全文