Results for "Php + Mysql + JQuery"

Bio-Scripts

  • Install Perl Locally !

    # To follow these instructions, we'll assume your system admins have alre...essential libexpat1-dev libssl-dev libmysqlclient-dev libxml2-dev # RHEL...install -y expat-devel openssl-devel mysql-devel libxml2-devel # Crea...Archive::Zip CGI DBI Time::HiRes DBD::mysql...

    2142 days ago

  • Install NPM !

    $ sudo apt install npm Reading pac...js-async libjs-inherits libjs-jquery libjs-node-uuid libjs-undersc...buntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB] Get:5 h...usly unselected package libjs-jquery. Preparing to unpack .../03-....0.4-1) ... Setting up libjs-jquery (3.2.1-1) ... Setting up nod...

    1551 days ago

  • Install python-numpy python-scipy python-matplotlib on Ubuntu !

    $MT:~/Downloads/chaos$ sudo apt-get...d packages: blt-demo libjs-jquery-ui-docs python-cycler-doc dvi...alled: blt fonts-lyx libjs-jquery-ui python-backports.functools...usly unselected package libjs-jquery-ui. Preparing to unpack .../...dfsg-4) ... Setting up libjs-jquery-ui (1.12.1+dfsg-5) ... Setti...

    1539 days ago

  • Circos with circosJS

    let width = $(window).width() - 20, height = $(window).height() - 20 let svg = d3.select("body") .appen...

    1523 days ago

  • Pack a perl program with their dependencies on Ubuntu !

    #Follow steps to create your own executable ./web jit@jit-HP-Pro-3335-MT:~/Downloads/autoConTAMPR/bin$ sudo apt install libpar-packer-perl Reading package lists......

    1509 days ago

  • Install MySQL on Ubuntu !

    #Installing MySQL on Ubuntu #To install MySQL on your Ubuntu server follow...t update #Then install the MySQL package with the following co...nstallation is completed, the MySQL service will start automatica...as the root user type: sudo mysql #If you want to login to y...

    917 days ago

  • Install Php on Ubuntu / Apache server !

    #Installing PHP 7.2 with Apache #If you are using Apache as your web server to install PHP and Apache PHP module run the following command: sudo apt install php libapache2-mod-php #Once the packages are installed restart the Apache service: sudo systemctl restart apache2

    917 days ago

  • Installing manadatory software for websites hosting !

    #See all the installed apt list --installed apt list #Installing Apache...te sudo apt install apache2 #Install the mysql-server sudo apt install mysql-server sudo systemctl status mysql #Remove PHP and all his libraries and files sudo apt-get purge php7.*...

    914 days ago

  • Installing manadatory software for websites hosting !

    #See all the installed apt list --installed apt list #Installing Apache...te sudo apt install apache2 #Install the mysql-server sudo apt install mysql-server sudo systemctl status mysql #Remove PHP and all his libraries and files sudo apt-get purge php7.*...

    914 days ago

  • Install composer for ELGG

    #!/bin/sh EXPECTED_CHECKSUM="$(php -r 'copy("https://composer.github.io/installer.sig", "php://stdout");')" php -r "copy('https://getcomposer.org/installer', 'composer-setup.php')...lid installer checksum' rm composer-setup.php...

    901 days ago