Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cyoung

    I need help creating a database on OS X Leopard

    You need to log into the MySQL client with a username that has the rights to create a database. $mysql -u <username> -p Hope this helps
  2. cyoung

    Extending your desktop (laptop &amp; a monitor)

    Dual-monitor support depends on the graphics drivers for your laptop supporting this.
  3. cyoung

    FreeNX, VNC, tarantella

    VNC can be used for remote session as well with multiple users on a server
  4. cyoung

    Linux &amp; Mobile Broadband

    I have a Novatel U727 USB EVDO modem that I use with Ubuntu and Fedora all the time. My service is through Sprint, and they even have a document with Ubuntu installation instructions that work. (same principals apply to installing on Fedora)
  5. cyoung

    Linux Bootable CD with applications?

    I always thought that a LiceCD came from M$.
  6. cyoung

    VB6 Remove final CR LF character from a text file

    Again this proves the saying that there are many ways to accomplish the same task...
  7. cyoung

    VB6 Remove final CR LF character from a text file

    Another option would be to use the 'Left' statement Print #x, Left(variablestring, len(variablestring) - Len(vbCrLf)) Chris
  8. cyoung

    Printing a Print to File file

    Without knowing what printer driver was used in the creation of the file, you will most likely not be able to print this file. If you only see garbage when you look at the file in notepad then the file was printed using a specific driver. If you are able to determine what driver was used, then...
  9. cyoung

    Find files not loaded on another server

    Why wouldn't you remove the files from the FTP server after you have copied them? That way the only files available on the FTP server will be the files that you need to process.
  10. cyoung

    Replication problem

    I have setup replication between 2 different servers (1 master, 1 slave) When I insert a new record into the master, it replicates to the slave. When I update a record on the master, it does not show up on the slave. Is this an issue that anyone has seen before? Thanks!
  11. cyoung

    Recover a software raid

    It was truly a software based raid 1. Since the data to recover was on the raid, I ended up installing an old SCSI drive to replace the bad drive and did a reinstall of Fedora and copied the info from the raid to an externam HDD. I will get a new SCSI drive and do a complete reinstall of the...
  12. cyoung

    Recover a software raid

    My Samba server decided to die last night with a SCSI drive failure. The system had a SCSI drive (non-raid) for the OS, and then 2 IDE drives as a raid1 for the shares. The SCSI drive failed, so I cannot boot the system. Will any of the live distro's let me mount the raid array so that I can...
  13. cyoung

    Batch rename files using bash

    I have never used tr in this manner, only within files. I will have to give it a try. Thanks
  14. cyoung

    Batch rename files using bash

    This one for some reason is stumping me.... I have a large quantity of files that I need to change the case of the characters on. ie: 123456_a_th.jpg needs to be 123456_A_TH.jpg Any ideas? Thanks!
  15. cyoung

    XP Pro move to a new HDD

    Thanks. I have Ghost, and didn't even think about it.
  16. cyoung

    XP Pro move to a new HDD

    I have WinXP Pro SP2 installed on my laptop. I have just about run out of disk space, so I purchased a new drive. Is there a way to transfer the install from the current drive to the new drive? (My current install works fine, and is only about 3 months old -- I don't want to reinstall unless I...
  17. cyoung

    Not enough memory...

    You can also get a "Not enough memory...." error if you have too much memory on the system. What are the specs on the computer?
  18. cyoung

    Strange PHP problem

    I changed the php handler to include .html files and I still have the issue. The situation is that I have been asked to add some form handling to an existing page, and I was hoping that I could just drop the PHP into the existing page. Thanks!
  19. cyoung

    Strange PHP problem

    I am running PHP on Apache (Linux) and I have the following issue. When I run the following (as phpinfo.php) it works fine <?PHP phpinfo(); ?> When I try to include it in an html page, it shows the PHP code and does not render (test.html) <?PHP include("phpinfo.php"); ?> Any ideas? Thanks!
  20. cyoung

    Using SAMBA to access a PC-BSD System from a Suse Linux v10 System

    Have you verified that 192.168.1.101 is the IP address of oldpca3? Can you ping that IP address and get a response?

Part and Inventory Search

Back
Top