dnsmasq If you've been struggling with Samba3 domain controllers and NT4 style domains working with Windows7 (or Vista) you are not alone. Various work arounds and hacks exist for the 3.3, 3.4, 3.5 and 3.6 series of Samba to make this go. Our experie…
原文:http://petermoulding.com/linux_versus_windows_ubuntu_mint_v_xp_vista_7 Linux Versus Windows, Ubuntu/Mint V XP/Vista/7 Submitted by Peter on Tue, 2013-10-22 12:16 I am writing in Libreoffice 4.0.2.2 on Linux Mint 15 with Cinnamon 2.0. The combina…
Vc数据库编程基础MySql数据库的常见操作 一丶数据库常见的库操作 1.1查看全部数据库 命令: show databases 1.2 创建数据库 命令: Create database 数据库名字 1.3查询创建好的数据库 命令: show create database 数据库名 1.4 删除数据库 Drop database 数据库名称 1.5 Use 数据库名 使用数据库 1.6修改数据库 alter database 数据库名字 default character set 编…