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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cyoung

  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.

Part and Inventory Search

Back
Top