Recent content by Dymas

  1. D

    Windows Terminal Client

    Okay John here is what i found -> OS X w/ rdesktop connecting to Win XP box - you are right it looks horrible. I noticed the color depth was only 8 bit. That could be some of the problem. As for the text is looks okay but I could def. tell the color depth was highly reduced. Redhat 7.2 w/...
  2. D

    Windows Terminal Client

    johngibbons, I suck at programing :p as I've shown in this thread heheh But that sounds like a great idea! Hopefully someone will pick up the ball and run with this. I'm pretty sure rdesktop is open source so it would just be a matter of porting it over to native OS X app. Although that...
  3. D

    Windows Terminal Client

    dricci, Terminal servers have been around for a long time. Basically they allow "thin-clients" to connect to servers and run applications. This allows you to install a very processor or memory heavy application on a terminal server, and let the clients work on the program remotely via the...
  4. D

    Apache and hosts.

    hugheba, you should be able to do that with virtual hosts in apache. In your httpd.conf file there is a section near the bottom where you can use virtual hosts. I'll try and find a good web site on how to edit it. IIS can also redirect based on header info, i'm pretty sure apache can do...
  5. D

    HOW TO: Install BIND DNS 9.2 with RNDC Controls

    ------------ SECTION 6 - Making the BIND server start automatically on system startup ------------ 1 - So you got your BIND server all setup and everything is running fine. Now let's get this puppy to startup every time you boot your mac. We are going to create a new StartupItem script to...
  6. D

    HOW TO: Install BIND DNS 9.2 with RNDC Controls

    ------------ SECTION 5 - Starting and controlling the BIND server ------------ 1 - In the last four sections we got our BIND server installed and created a whole bunch of files. Now we are finally ready to put all our hard work to the test and watch this thing work. First we need to start...
  7. D

    HOW TO: Install BIND DNS 9.2 with RNDC Controls

    ------------ SECTION 4 - Creating the RNDC config file and generating keys ------------ 1 - First thing to do is create a RNDC config file. It's usually stored in the same place as the named.conf file. Type the following: [localhost:/etc] baptiste% sudo pico rndc.conf copy the...
  8. D

    HOW TO: Install BIND DNS 9.2 with RNDC Controls

    ------------ SECTION 3 - Creating the named conf file ------------ Now we have to write a config file. This is the file BIND uses to figure out what it needs to do and what files/zones to load. 1 - The file is usually stored in the /etc/ directory. Type the following...
  9. D

    HOW TO: Install BIND DNS 9.2 with RNDC Controls

    ------------ SECTION 2 - Creating Zone data files ------------ 1 - Before you can actually start using BIND you have to configure it with some zone files for it to load. 2 - open a terminal window and create a folder for your zone files Type the following: [localhost:/bind-9.2.0]...
  10. D

    HOW TO: Install BIND DNS 9.2 with RNDC Controls

    ------------ SECTION 1 - Configure, compile and install BIND 9.2 ------------ 1 - Get the software. You can download BIND 9.2.0 from here: get BIND 9.2 here 2 - unpack the file and move the folder to your root drive 3 - open a terminal window and change directory to the folder...
  11. D

    HOW TO: Install BIND DNS 9.2 with RNDC Controls

    HOW TO: Install BIND DNS 9.2 with RNDC Controls I recently got BIND 9.2 compiled and running with RNDC controls under MAC OS X 10.1.3 Since BIND 9.2 uses the new RDNC controls instead of sending HUP signals to named or ndc I have written this HOW TO just for BIND 9.2. Please note that...
  12. D

    PowerBook G4 550 vs iBook 600

    And i'm jealous :D -Baptiste aka -> sitting here with a 550 ti, hehe
  13. D

    PowerBook G4 550 vs iBook 600

    ddma - I would say either the 550 TI book or the 14inch ibook would be good choices. The 15inch ibook has a 100hmz bus which helps out. I wouldn't get a 12inch screen is I could help it. That is painfully small for my eyes. But I don't know what you need it for so it's hard to say. But if you...
  14. D

    Windows Terminal Client

    Matthew - Sorry about that - it was my fault. Jerry actually fixed the "q" and "d" file much better than I was trying to. I removed the kbcode.h file since it didn't really work. I'll edit that post so people don't get mislead that it fixes the problem. So anyways here is your answer...
  15. D

    Windows Terminal Client

    Jerry - good job! seems the most simple solution always works best :D a seperate include statement was overkill. fixing the int was much easier. Anyways - works fine! The delete key and arrow keys are still funky but they work and I can connect fine to my W2K sp2 TS server perfectly...
Back
Top