Re: [LUAU] Cheap linux router

2004-05-24 Thread Myles Uyema
, it's processor is only an AMD 486. Always open to new ideas though for small,cool, and quiet routers. I am especially looking for one to substain 100Mbps throughput. Paul -- Hosted by CyberAddict (http://www.cyberaddict.net) -- Original Message --- From: Myles Uyema [EMAIL

[LUAU] Cheap linux router

2004-05-19 Thread Myles Uyema
I've been playing around with the Linksys WRT54G and GS models. These sport a 200Mhs MIPs cpu and you can flash the firmware to run custom Linux builds. Check out http://docs.sveasoft.com/ and http://openwrt.ksilebo.net/ Linux 2.4.20 kernel, iptables, QoS iproute2+tc stuff all built in. Horror

Re: [luau] Speaking of hard drives

2003-05-14 Thread Myles Uyema
I know with western digital, you can use your credit card and ask for a replacement disk to be shipped to you first. Then you just use the same packaging to return your broken disk. Your credit card doesn't get charged unless you keep both drives =P. Ask Maxtor if they have something

[luau] multiplayer starcraft behind firewall

2003-05-11 Thread Myles Uyema
Hey peeps, here's a new script for multiple players with Starcraft battle.net behind a linux iptables firewall. Tested with only 2 computers, so try it out and let me know. #!/bin/bash # Written by Myles Uyema; khisanth at uyema d0t net # # This is a script to allow Starcraft games to be hosted

Re: [luau] Western DIgital Drives / Hard drives in general

2003-01-02 Thread Myles Uyema
Western Digital, IBM-Hitachi, and Maxtor still have 3 year warranties on their 'performance' IDE hard drives (8MB cache). On Thu, 2 Jan 2003, Robert Green wrote: Are all industry hard drive warrantees now shortened to 1 year? Are any of the drives carrying longer warrantees?

Re: [luau] java swing over ssh

2002-11-22 Thread Myles Uyema
This is just X11 forwarding over ssh. I'm not well-versed on the X11 protocol, but I think the 'swing widgets' would need to be somehow implemented in the X server. It's understandable that awt is, since X11 pretty much built on top of it. On Fri, 22 Nov 2002, Charles Lockhart wrote:

Re: [luau] NAT, postfix woes

2002-10-24 Thread Myles Uyema
On Thu, 24 Oct 2002, eXt wrote: Vague, general questions will receive vague, general answers. What errors do your PCs get when they discover no Internet? Do your PCs get a DNS server or a gateway address through DHCP? Run either ipconfig /all or winipcfg depending on the Windows

Re: [luau] Debian and MonMotha's Firewall

2002-10-24 Thread Myles Uyema
You can stick the command into /etc/network/interfaces (man 5 interfaces to read the manpage) #Example interfaces file will run firewall.sh after eth0 is brought up auto eth0 iface eth0 inet dhcp up /root/firewall.sh On Thu, 24 Oct 2002, Dean Fujioka wrote: I am looking for a place to put

Re: [luau] dummy vim question

2002-10-23 Thread Myles Uyema
Add the following to ~/.vimrc syntax off On Tue, 22 Oct 2002, Charles Lockhart wrote: I'm running rh7.3. The default setting for vim is, or seems to be, having the syntax highlighting crap turned on (I thought it was supposed to be OFF by default). And I keep looking, but I can't find the

Re: [luau] Samba as PDC, yadda yadda yadda

2002-10-22 Thread Myles Uyema
Vague, general questions will receive vague, general answers. On Tue, 22 Oct 2002, eXt wrote: I'm trying to use my Linux box as a PDC for my LAN, but I’m having problems getting samba to even share files. Samba as a PDC is a fairly advanced step in Samba land. You have to create machine

Re: [luau] nfs and samba

2002-10-21 Thread Myles Uyema
Quite fine. Naturally, accessing the same file simultaneously through NFS and Samba may bring up some locking issues, so try not to do that. I find it generally easier to create windows usernames identical to the unix usernames, as it makes user mapping much easier between Unix and Windows.