<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>upgrade on IT Quicktasks</title><link>https://quicktasks.ismael.casimpan.com/tags/upgrade/</link><description>Recent content in upgrade on IT Quicktasks</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2018–2022, Ismael Casimpan Jr.; All Rights Reserved</copyright><lastBuildDate>Sun, 12 Jul 2020 00:20:25 +0800</lastBuildDate><atom:link href="https://quicktasks.ismael.casimpan.com/tags/upgrade/index.xml" rel="self" type="application/rss+xml"/><item><title>Upgrade php 5.4 to php 5.6 in CentOS</title><link>https://quicktasks.ismael.casimpan.com/post/php5.4-to-php5.6-upgrade-in-centos/</link><pubDate>Sun, 12 Jul 2020 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/php5.4-to-php5.6-upgrade-in-centos/</guid><description>
NOTE: php5.4 and php5.6 is no longer supported.
https://www.mojowill.com/geek/howto-install-php-5-4-5-5-or-5-6-on-centos-6-and-centos-7/</description></item><item><title>Upgrade php 5.6 to php 7.0 in CentOS7</title><link>https://quicktasks.ismael.casimpan.com/post/php5.6-to-php7.0-upgrade-in-centos7/</link><pubDate>Sun, 12 Jul 2020 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/php5.6-to-php7.0-upgrade-in-centos7/</guid><description>
NOTE: php5.6 and php7.0 is no longer supported.
1wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 2wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm 3rpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm Then, enable &amp;quot;remi-php70&amp;quot; in /etc/yum.repos.d/remi-php70.repo
Then, yum update php.
Details in https://blog.remirepo.net/post/2016/02/14/Install-PHP-7-on-CentOS-RHEL-Fedora</description></item><item><title>Updating an Debian/Ubuntu OS that is no longer supported</title><link>https://quicktasks.ismael.casimpan.com/post/upgrading-unsupported-debian-os/</link><pubDate>Mon, 30 Sep 2019 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/upgrading-unsupported-debian-os/</guid><description>
In our example, we have Debian Squeeze (6.0) and it's been unsupported since Feb 2016. We can no longer install nor update the packages until you point it to another source...the archives.
So, in /etc/apt/sources.list, add you will see:
1deb http://ftp.us.debian.org/debian/ squeeze main 2deb-src http://ftp.us.debian.org/debian/ squeeze main Replace it with:
1deb http://archive.debian.org/debian squeeze main 2deb http://archive.debian.org/debian squeeze-lts main and you can now access 'apt-get' or 'dpkg' as before (but limited to what's in the archive).</description></item><item><title>Upgrade Debian to Higher LTS</title><link>https://quicktasks.ismael.casimpan.com/post/upgrade-debian-to-higher-lts/</link><pubDate>Mon, 30 Sep 2019 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/upgrade-debian-to-higher-lts/</guid><description>
1do-release-upgrade See https://help.ubuntu.com/lts/serverguide/installing-upgrading.html</description></item><item><title>Upgrade Single Debian Package Source</title><link>https://quicktasks.ismael.casimpan.com/post/upgrade-single-debian-package/</link><pubDate>Mon, 30 Sep 2019 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/upgrade-single-debian-package/</guid><description>
1apt-get install --only-upgrade &amp;lt;packagename&amp;gt; See details in https://askubuntu.com/questions/44122/how-to-upgrade-a-single-package-using-apt-get</description></item><item><title>After Upgrading Ansible, pip had an issue SSL_ST_INIT</title><link>https://quicktasks.ismael.casimpan.com/post/ssl_st_init-pip-issue-ansible-upgrade/</link><pubDate>Sat, 21 Sep 2019 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/ssl_st_init-pip-issue-ansible-upgrade/</guid><description>
1sudo apt-get remove python-openssl 2curl -o ./get-pip.py https://bootstrap.pypa.io/get-pip.py 3sudo python2 ./get-pip.py Replace with yum if in RH-based OS. See https://stackoverflow.com/questions/43267157/python-attributeerror-module-object-has-no-attribute-ssl-st-init for details.</description></item></channel></rss>