RT @Gizmodo: Minecraft is now a playground for AI…

RT @Gizmodo: Minecraft is now a playground for AI experiments: gizmo.do/1uIWDRI https://t.co/cJzRfb2Ghx

CdgPDqYW0AAkG80

Posted in Tweets | Comments Off on RT @Gizmodo: Minecraft is now a playground for AI…

Why we prefer & support the Megaport network f…

Why we prefer & support the Megaport network for access to our Sydney POP at Equinix SY1. crn.com.au/Feature/416827…

Posted in Tweets | Comments Off on Why we prefer & support the Megaport network f…

20% off our cPanel VPS with the Coupon code on @oz…

20% off our cPanel VPS with the Coupon code on @ozbargain ozbargain.com.au/node/235702 #NetPres

Posted in Tweets | Comments Off on 20% off our cPanel VPS with the Coupon code on @oz…

How to upgrade from Debian 7 to 8

VPS Customers running Debian 7 can upgrade to their latest OS version (currently Debian 8) with the following commands run as the root user:

apt-get update && apt-get upgrade

Then change any text of the word “wheezy” in /etc/apt/sources.list to “jessie” and run the above commands again, with more upgrade commands afterwards too (as root, preferably on your VPS Console (access to which we provide)):

apt-get update && apt-get upgrade && apt-get dist-upgrade

And answer Y to any prompts (eg: to restart services) or let it proceed with defaults.

Finally and before you reboot into your new upgraded kernel and system, it’s best to purge the obsoleted Debian 7 Packages, with the following commands run as root:

apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }')
apt-get autoremove

FYI,
Richard.

Posted in Network Presence | Tagged , | Comments Off on How to upgrade from Debian 7 to 8

In the spirit of OCP, Facebook details info on its…

In the spirit of OCP, Facebook details info on its latest Front-End Server h/ware. code.facebook.com/posts/17114857…

Posted in Tweets | Comments Off on In the spirit of OCP, Facebook details info on its…

How to upgrade from Ubuntu 14 to 15

VPS Customers running Ubuntu 14 can upgrade to their latest OS version, being Ubuntu 15.10 with the following commands run as the root user:

apt-get update && apt-get upgrade

Then set ‘Prompt=normal’ in /etc/update-manager/release-upgrades and run (as root, preferably on your VPS Console (access to which we provide)):

do-release-upgrade

And answer Y or let it proceed with defaults.

Finally, reboot into your new upgraded kernel and system.

FYI,
Richard.

Posted in Network Presence | Tagged , | Comments Off on How to upgrade from Ubuntu 14 to 15

Get 20% off our cPanel VPS Plans with Coupon code:…

Get 20% off our cPanel VPS Plans with Coupon code: OZBCPVPS20 at networkpresence.com.au/hosting/cpanel…</a#NetPreses

Posted in Tweets | Comments Off on Get 20% off our cPanel VPS Plans with Coupon code:…

Got an existing VPS with us via our Shopfront site…

Got an existing VPS with us via our Shopfront site? Get 10% off more of them with Coupon code: MOREVPS10. shop.networkpresence.com.au #NetPres

Posted in Tweets | Comments Off on Got an existing VPS with us via our Shopfront site…

The IPv6 Address of the L Root Name Server is chan…

The IPv6 Address of the L Root Name Server is changing in late March, info at lists.dns-oarc.net/pipermail/dns-…

Posted in Tweets | Comments Off on The IPv6 Address of the L Root Name Server is chan…

Image Processing 101 with primers/intro, detailed…

Image Processing 101 with primers/intro, detailed info & code snippets. codewords.recurse.com/issues/six/ima…

Posted in Tweets | 1 Comment