Re: Wine-fbsd64 updated to 1.5.20 (32bit Wine for 64bit FreeBSD)

2012-12-26 Thread Jens Jahnke
On Wed, 26 Dec 2012 07:54:58 + Matthew Seaman matt...@freebsd.org wrote: MS On 26/12/2012 07:27, Jens Jahnke wrote: MS On Mon, 24 Dec 2012 12:27:11 +0200 MS David Naylor naylor.b.da...@gmail.com wrote: MS MS DN Since it is possible to install the existing pkg MS DN packages in a pkgng

i want to order one software

2012-12-26 Thread BOY RULES
Hi there guys i want to order one software if possible to use on Linux machines freeBSD, Ubuntu, Centos, Debian and Fedora the software i want is to use as DNS Network, WWW hostname add, directories, www folder listview, hostnames hosted on the servers to start DNS Network

Full disk encryption without root partition

2012-12-26 Thread mhca12
Are there any plans or is there already support for full disk encryption without the need for a root partition? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Full disk encryption without root partition

2012-12-26 Thread mhca12
On Wed, Dec 26, 2012 at 10:17 PM, mhca12 mhc...@gmail.com wrote: Are there any plans or is there already support for full disk encryption without the need for a root partition? I am sorry, I certainly meant to write boot partition. ___

using iniparser.h

2012-12-26 Thread Jack Mc Lauren
Hi guys Take a look to the code below : #include iostream #include string.h #include iniparser.h #include dictionary.h using namespace std; int main() {     dictionary *dict = new dictionary;     dirent *dir = new dirent;     char *c;     dict = iniparser_load(/tmp/test.ini);     c =