The Coder

  • Home

Install or Upgrade to PHP 7.2

1. Add PPA ondrej/php We use Ondřej Surý’s awesome PHP PPA. It already has PHP 7.2, so we’ll add the PPA and update the package information. Ubuntu sudo add-apt-repository ppa:ondrej/php sudo apt update Debian sudo apt install apt-transport-https lsb-release ca-certificates sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg sudo sh -c ‘echo “deb https://packages.sury.org/php/ $(lsb_release -sc) main” > […]

  • Read More
  • July 22, 2018
  • Php, Server

Difference between POP & IMAP and Which one is better?

IMAP and POP are the protocols or technologies using which you can download messages from mail servers on your computer and access them with the help of mail clients such as Microsoft Outlook, Mozilla Thunderbird etc. The main advantage of this technology is that you can access your emails via a feature-rich browser-independent mail client. […]

  • Read More
  • May 25, 2017
  • Email

Using the SSH Config File to Simplify SSH Access

Managing remote servers requires either a very good memory to remember connection options like usernames, remote addresses, ports and further details or a good way to document all the details for each server. The SSH config file should be your helping hand to control and simplify SSH connections. If you didn’t have any SSH client […]

  • Read More
  • September 28, 2016
  • Server

Recent Posts

Install or Upgrade to PHP 7.2

3 years ago

Difference between POP & IMAP and Which one is better?

4 years ago

Using the SSH Config File to Simplify SSH Access

4 years ago

Recent Posts

Install or Upgrade to PHP 7.2

3 years ago

Difference between POP & IMAP and Which one is better?

4 years ago

Using the SSH Config File to Simplify SSH Access

4 years ago

Categories

Email Php Server