Search:

Type: Posts; User: Vegan; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    1

    [ubuntu] using bash to manage mysql

    I have some CSV files with location information for IPv4 and IPv6 so I have manually made 2 separate tables.



    LOAD DATA LOCAL
    INFILE 'IP2LOCATION-LITE-DB1.CSV'
    INTO TABLE
    ...
  2. Replies
    3
    Views
    499

    Re: Looking to hire an online Drupal 7 tutor

    Drupal is a content management system like WordPress but with a much smaller user base
  3. Replies
    3
    Views
    251

    [ubuntu] Re: Limit Apache cpu resources

    might be better to add more memory to cope with the load
  4. Replies
    7
    Views
    354

    [server] Re: Issue with redirecting HTTPS

    I use WordPress which will not render without JavaScript and PHP along with a database


    <noscript>This site requires JavaScript to render</noscript>
  5. Replies
    4
    Views
    1,215

    Re: Is 4.2.0-42-generic affected by Dirty Cow?

    sudo apt autoremove
  6. Replies
    7
    Views
    354

    [server] Re: Issue with redirecting HTTPS

    add this to any web site header and it will reload the https version immediately


    <script type="text/javascript">if (window.location.protocol != "https:") window.location.href = "https:" +...
  7. Thread: scaling MySQL

    by Vegan
    Replies
    4
    Views
    313

    [all variants] Re: scaling MySQL

    That much RAM should make for an excellent cache for the web server in addition to the database.

    Is the standard LAMP stack able to use available resources as needed or should I consider some...
  8. Replies
    5
    Views
    324

    Re: Active Directory Integration, DNS issue

    I have used SAMBA for integration into NT Active Directory, look into that package, might be of some use
  9. Thread: scaling MySQL

    by Vegan
    Replies
    4
    Views
    313

    [all variants] Re: scaling MySQL

    I assume this forum lives on a SSD, hate to see how thrashed a hard disk would be.

    I was more interested in larger databases, say a NSA file on every person on the planet etc?

    Perhaps a...
  10. Thread: scaling MySQL

    by Vegan
    Replies
    4
    Views
    313

    [all variants] scaling MySQL

    I run a bunch of web sites from one database, so I was can MySQL scale up with hundreds, thousands or even millions of articles before i should up a new server or 3

    How about a swarm of databases?
  11. Replies
    4
    Views
    349

    [ubuntu] Re: wordpress installation problem

    do not forget to unpack the package

    tar -xvf latest.tar.gz
  12. Replies
    13
    Views
    582

    [ubuntu] Re: Ubuntu server on Esxi6 memory requirement

    16 GB is not going to get very far with plex. Especially with some other workloads besides it. I recommend doubling the RAM to 32GB or even more to allow each VM enough memory to breath.
  13. [server] Re: success and failure with 14.04 to 16.04 server upgrade

    i use wordpress and i learned from using my old IBM box that distribution upgrades often mangled the system

    now that i am using cloud virtual machines when a new major LTS surfaces, i create a new...
  14. [SOLVED] Re: Setup with 4*4TB HDDs in RAID 10 boot issues

    get a small SSD for the system, then use the disks for storage and mount them under /JBOD

    use another server for backups
  15. Replies
    4
    Views
    389

    Re: Ubuntu server 16.04 LTS

    raid is passe use JBOD and use a backup server for addition redundancy
  16. Replies
    2
    Views
    330

    Re: Bind configuration problems!

    bind is designed for programmatic configuration, use zpanel which can help setup a dot.com
  17. Replies
    1
    Views
    254

    [ubuntu] Re: ubuntu14 stuck at upstart

    logon with SSH
    then run

    sudo apt update
    sudo apt full-upgrade
  18. Replies
    2
    Views
    286

    Re: How to find hard drives to add to ZFS pool.

    sudo lshw -class disk

    this will show you all disks the OS can see
  19. Thread: my ubuntu VM

    by Vegan
    Replies
    0
    Views
    223

    my ubuntu VM

    so far my Linux VM has worked well, then again why not. For now it's a database appliance.

    looking at charts I see that MySQL and Linux can use most of the VM memory for a cache which is helpful...
  20. Replies
    366
    Views
    38,181

    Re: Do you want to help us debug the posting issues ?

    https://ubuntuforums.org/showthread.php?t=2338968

    server post problem and duped
  21. Replies
    11
    Views
    446

    [ubuntu] Re: Guide to secure LAMP server

    1) make sure all management accounts are using 128-bit or better passwords
    2) use a firewall if you are hinked up over hanging a server over the internet
  22. Replies
    3
    Views
    276

    [ubuntu] Re: Samba client issue .

    windows 10 seems to work better that way
  23. Thread: PHP performance

    by Vegan
    Replies
    13
    Views
    532

    Re: PHP performance

    there is a new release of MySQL out, not much can be done for Apache or IIS. Both have issues mostly due to GET and POST messages back and forth.
  24. Replies
    6
    Views
    399

    Re: SSH Port Forwarding

    i assume the ports are open on the firewall
  25. Replies
    1
    Views
    253

    Re: bind9 dependency issues

    I found it was easier to use a new virtual machine with a new LTS release, then migration would be easier and less likely to be a problem

    I have experimented with release upgrades and they usually...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4