Start a screen session is recommended to ensure that the updates will continue to install in the unlikely event you are disconnected during the upgrade process.
Install screen package :
Source : https://www.linode.com/docs/security/upgrading/upgrade-debian-to-the-newest-release/
Start a screen session is recommended to ensure that the updates will continue to install in the unlikely event you are disconnected during the upgrade process.
Install screen package :
# Debian 8 LTS
/etc/apt/sources.list
file :
# Debian Jessie - LTS
deb http://deb.debian.org/debian/ jessie main contrib non-free
deb-src http://deb.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
Some OVH dedicated server does not supports installing Debian original kernel due to hardware support issue.
Most common issue is the network adapter card.
Add in composer.json :
"doctrine/orm": "2.5.*",
"symfony/validator": "2.6.*",
"jms/serializer": "1.0.0"
<?php | |
/** | |
* Helper class which extract GeoIP ISO 3166 country Codes list from Maxmind website. | |
*/ | |
class MaxMindIso3166 | |
{ | |
/** | |
* Maxmind CSV download url. | |
* |
#!/bin/bash | |
# | |
# Watch Postfix virtual user mailbox folder. | |
# | |
# inotify-tools APT package is required | |
# | |
DEFAULT_USER="test" | |
DEFAULT_DOMAIN="yahoo.dev" |