Error message

  • Deprecated function: Constant PDO::MYSQL_ATTR_USE_BUFFERED_QUERY is deprecated since 8.5, use Pdo\Mysql::ATTR_USE_BUFFERED_QUERY instead in DatabaseConnection_mysql->__construct() (line 332 of /var/www/html/includes/database/mysql/database.inc).
  • Deprecated function: Constant PDO::MYSQL_ATTR_MULTI_STATEMENTS is deprecated since 8.5, use Pdo\Mysql::ATTR_MULTI_STATEMENTS instead in DatabaseConnection_mysql->__construct() (line 339 of /var/www/html/includes/database/mysql/database.inc).

February 2014

How to setup passwordless ssh

This article will explain a way to connect to remote machines without a password.

Note to Windows users: Since this applies to Linux machines you will have to log in with putty to quantum, and set up the passowordless ssh to remote machines from there. This may seem impractical, but it's actually a required step for sshfs (to be covered in the next article).

How to mount a remote filesystem

As stated earlier this applies to Linux users, if you use Windows, you can log into quantum and follow this tutorial from there.

sshfs will mount a remote file system to a directory on your local machine, this wall you don't need to log in to that machine and you local machine "sees" you remote files as local.

Tags:

Using the NRLMOL repository

In order to obtain a copy of NRLMOL from the repository you must follow this instructions: