Since 4/29/2012 6:58:02 PM, david.brown has written 9 articles and participated in 571 conversations. david.brown signature: david.brown
david.brown's articles:
Items(9) /1
Public display software for Linux1060 (9/17/2009 7:24:06 PM) comp.os.linux.misc I'm not sure if this is the ideal group for this question, but maybe I'll get lucky. We are considering putting up a large LCD screen in part of our production facilities, to show notices and other informati... David
Temporarily disabling file caches for a process039 (5/23/2009 11:53:29 AM) comp.os.linux.misc The various file caches in Linux (data cache, directory entry cache, inode cache, etc.) make file access very much faster, particularly for commonly used files. However, sometimes you can have file access th... David
dnsmasq and openvz021 (3/19/2008 8:09:16 PM) comp.os.linux.networking I've just set up a server using openvz for virtual servers. I've got a few basic services running directly on the host - ntp and dnsmasq for dhcp and dns serving and proxying. I've been having trouble tryin... David
Using hostnames in iptables422 (3/16/2008 7:40:34 PM) comp.os.linux.networking If I write an iptables rule with a hostname, when is the hostname resolved? For example: iptables -A INPUT -p tcp --src remoteoffice.company.com --dport 25 -j ACCEPT I believe that "remoteoffice.company.co... David
WebDAV and Windows022 (3/2/2008 9:20:18 PM) comp.os.linux.networking I'm having a lot of trouble trying to get WebDAV (using apache2 on debian) and windows (mostly XP, some W2K, and one XP64) to play nicely together. Ideally, I'd like to let windows clients map drive letters ... David
"Smart" phones and CalDAV or iCalendar over WebDAV017 (10/27/2007 9:15:45 PM) comp.os.linux.networking I'm trying to set up access to shared calendars for a few users at my company. I've got a CalDAV server (http://rscds.sourceforge.net/) and a WebDAV server setup - from Thunderbird, users can access calendar... David
Virtual servers and proxies for https and ftp026 (10/13/2007 11:06:43 AM) comp.os.linux.networking I have a setup with several virtual servers (openvz) for different uses for websites - one for the main web server, one for a test server, one for a svn/trac server, and so on. There is also one virtual mach... David
Understanding path MTU discovery621 (2/1/2007 10:36:27 PM) comp.os.linux.networking Can someone confirm or correct my understanding of path MTU discovery regarding packets passing through a linux router/firewall to a server on a DMZ? As far as I can tell from my reading, if a computer on th... David
I do not get ssh. Why is it more secure?73196 (6/17/2010 9:12:25 AM) comp.os.linux.misc Hi All,
With this command:
ssh -l todd -X 192.168.255.14 /usr/bin/VirtualBox
I can run VirtualBox console on another computer with X11.
All I get is asked for my password.
I don't get it. Ho... Todd
switch chip driver2229 (6/23/2010 3:39:04 AM) comp.os.linux.networking Hello, I have a driver for 5-port switch, representing the switch as one eth0 device from the OS perspective. I would like to make it have eth0..eth4 ports respectively, so that I could treat each port indiv... mark_cruzNOTFORSPAM(178)
Migrating from PIC18 to ARM: which MCU to choose?56264 (7/21/2010 9:44:05 PM) comp.arch.embedded We have a product based around the PIC18F6680 which is now becoming a
rare and expensive part. Since it looks like ARM devices are winning
the popularity war, the chips are cheap and plentiful. The question
... rjmvxlvzjqwi(3)
48 core servers???79204 (9/8/2010 3:32:32 PM) comp.os.linux.misc I was looking at thinkmate.com, and saw that I could buy a 1U or 2U
server with 12 4 core CPUs, which gives effectively 48 cores.
This is really exciting for a lot of applications, and I would like to
kno... Ignoramus10551
serial port connection using minicom: no data13389 (9/28/2010 5:42:21 PM) comp.os.linux.misc I'm trying to connect to a Storage-box via the serial port. The "Command
Line Interface" is supposed to fire up when I use 115200 bps, 8 data bits,
none-parity, stop bit =1 , and none for flow control.
... Rahul
Help on VC (write once, port many) project1433 (10/10/2010 2:46:54 PM) comp.arch.embedded I need help with porting a USB configuration tool from a VC 2008 project. The customer was sold on the portable code on Window and be ported to Linux and Mac. The developer (another contractor) said "It's 80%... me5463(1320)