Different Issues:

 

  1. Remove ppa from repository:
    sudo add-apt-repository --remove ppa:whatever/ppasd
  2. Install Php 7.0/1 ZIP Module:
    sudo apt-get install php7.0/1-zip
  3. Install apache2 with php 7.1:
    sudo apt-get install apache2 libapache2-mod-php7.1
    
  4. Install MySql with PHP 7.1:
    sudo apt-get install mysql-server php7.1-mysql
  5. Install Composer:
    curl -sS https://getcomposer.org/installer | php
    sudo mv composer.phar /usr/local/bin/composer
    sudo chmod +x /usr/local/bin/composer
  6.  Install Laravel:
    
    
  7. Change User Terminal Example als www-data:
    sudo su -l www-data -s /bin/bash
  8. Create User MYSQL:
    CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password';
  9. Grant  PRIVILEGES  on DB:
    GRANT ALL PRIVILEGES ON DB_NAME . * TO 'newuser'@'localhost';
  10. Laravel MVC:
    1. Laravel applications follow the traditional Model-View-Controller design pattern, where you use: Controllers to handle user requests and retrieve data, by leveraging Models
      Models to interact with your database and retrieve your objects’ information
      Views to render pagesAdditionally, routes are used to map URLs to designated controller actions, as shown below
    2. The full MVC request cycle in a Laravel 5 applicationsource: https://selftaughtcoders.com/wp-content/uploads/2015/07/mvc_diagram_with_routes-1024x653.pngSo…A request is made — say, when a user enters a URL associated with your application.
      A route associated with that URL maps the URL to a controller action.
      That controller action leverages the necessary model(s) to retrieve information from the database and then passes that data off to a view.
      And that view renders the final page.
  11. Remove ppa from repository:
    sudo add-apt-repository --remove ppa:whatever/ppasd
  12. Remove ppa from repository:
    sudo add-apt-repository --remove ppa:whatever/ppasd
  13. Configure php70
./configure --prefix=/home/username/php70 --datadir=/home/username/php70/share --localstatedir=/home/username/php70/var --with-libdir=lib --with-config-file-path=/home/username/php70/config_php70 --with-config-file-scan-dir=/home/username/php70/config_php70/conf.d --enable-cgi --enable-fpm --enable-libxml --enable-bcmath --enable-calendar --enable-ctype --enable-dom --enable-exif --enable-fileinfo --enable-filter --enable-ftp --enable-hash --enable-intl --enable-json --enable-mbstring --enable-mbregex --enable-mbregex-backtrack --enable-pcntl --enable-pdo --enable-phar --enable-posix --enable-session --enable-shmop --enable-simplexml --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-tokenizer --enable-wddx --enable-xml --enable-xmlreader --enable-xmlwriter --enable-zip --with-openssl --with-kerberos --with-pcre-regex --with-sqlite3 --with-zlib --with-bz2 --with-curl --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr --with-xpm-dir=/usr --with-freetype-dir=/usr --with-gettext --with-gmp --with-mhash --with-iconv --with-imap --with-imap-ssl --with-pdo-sqlite --with-pgsql --with-pspell --with-readline --with-tidy --with-xmlrpc --with-xsl --with-ldap --with-openssl-dir=/usr/local/bin --enable-debug --enable-maintainer-zts --with-mysql-sock=/No-MySQL-hostname-was-specified --with-pdo-mysql=shared,mysqlnd --with-mysqli=shared,mysqlnd
Block ports using IPTable

Citrix Studio Slow on Start Up with Error: This snap-in is not responding

To resolve this issue, you can either provide the computer with internet access so it can verify the Authenticode signature, or disable the Authenticode signature checking feature for Microsoft Management Console as shown in the following snap- in.

Within the Internet Explorer, clear Check for publisher’s certificate revocation, as displayed in the following screen shot:

(Accessible through: Tools > Internet Options > Advanced (tab) > Security (Item))

Check for publisher’s certificate revocation

Problem Cause

Citrix MMC based administrative consoles feature components that are written using the Microsoft .NET Framework. Citrix signs these .NET based components with an Authenticode signature as an added security mechanism.

In situations where a Citrix MMC based administrative console is run from a computer without internet access, Windows is unable to verify the Authenticode signature, and as a result, this causes a delay during the startup of the console. --Credit: https://support.citrix.com/article/CTX139325

Servers Time Clock issue

Is it a domain member? It should sync time with the DC by default if it is. Try running a net time \\servername /set

mm

Anup Chhetri

IT system administrator

You may also like...

error: Content is protected !!