Search:

Type: Posts; User: vinil

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,124

    Driver installation on Linux...Help

    hi,

    Download the driver from the site of the hardware manufacturer for the OS you require.
    it could be either an RPM or a source file.
    use rpm -ivh <filename> to install the .rpm file.
    to build...
  2. Re: Developing two (2) websites with Replicated MySQL databa

    hi Lysender,

    You can use mysql database replication for this.
    Use the concept of master slave relication
    configure one of the server as master and the other as slave.
    Data in master will be...
Results 1 to 2 of 2