Need to list file sizes in megabytes via the ‘ls’…

Need to list file sizes in megabytes via the ‘ls’ command? Easy, “ls -l –block-size=M” #NetPres

Posted in Tweets | Comments Off on Need to list file sizes in megabytes via the ‘ls’…

Think your MySQL Server’s a bottleneck? Run MySQLT…

Think your MySQL Server’s a bottleneck? Run MySQLTuner over it, easy. mysqltuner.com

Posted in Tweets | Comments Off on Think your MySQL Server’s a bottleneck? Run MySQLT…

Info on using IPv6 at Network Presence

We’ve provided IPv6 connectivity for our VPS and Colo customers for many years (5+) now and here’s some information on how to use and configure your IPv6 connectivity on your VPS at Network Presence.

Firstly, our network does auto-assignment of IPv6 addresses and this is “on by default” for all of our customer VPS images and Linux operating system versions.

You can turn off this auto-assigment of IPv6 addresses by setting the following in your /etc/sysctl.conf file:

net.ipv6.conf.all.autoconf = 0
net.ipv6.conf.all.accept_ra = 0

You can also completely turn off all IPv6 usage on your Linux VPS with the following set in /etc/sysctl.conf :

net.ipv6.conf.all.disable_ipv6 = 1

Or run the command as root: sysctl -w net.ipv6.conf.all.disable_ipv6=1
(note: no spaces around ‘=’ character in the sysctl command-line)

Finally, you can set your own specific static IPv6 address by using the following calculation for determining your static IPv6 address from your IPv4 address:

If your IPv4 address is 2.3.4.5, then your static IPv6 address is: 2400:c400:1002:11:2:3:4:5 and the IPv6 “Netmask” is 64 and the IPv6 Gateway is: 2400:c400:1002:11::87

Please feel free to contact us if you’d like more details or help with your IPv6 use and settings at Network Presence.

FYI and regards,
Richard.

Posted in Network Presence, Sales | Tagged , , | Comments Off on Info on using IPv6 at Network Presence

Here’s a quick Unix “sed” usage summary page. http…

Here’s a quick Unix “sed” usage summary page. grymoire.com/Unix/sed.html

Posted in Tweets | Comments Off on Here’s a quick Unix “sed” usage summary page. http…

Good to see Machine Learning & evolutionary al…

Good to see Machine Learning & evolutionary algorithms used to crunch Big Data. newsoffice.mit.edu/2015/una-may-o…

Posted in Tweets | Comments Off on Good to see Machine Learning & evolutionary al…

Good technical info on “Linux NFSv4.1 Performance…

Good technical info on “Linux NFSv4.1 Performance Under a Microscope” in a PDF technical paper. fsl.cs.stonybrook.edu/docs/nfs4perf/…

Posted in Tweets | Comments Off on Good technical info on “Linux NFSv4.1 Performance…

Info on DNSSEC that ends with “no security problem…

Info on DNSSEC that ends with “no security problem you have gets solved by deploying DNSSEC”. sockpuppet.org/blog/2015/01/1…

Posted in Tweets | 1 Comment

New SysAdmins ask most about Awk and Sed. Here’s a…

New SysAdmins ask most about Awk and Sed. Here’s an “Awk in 20 minutes” post: ferd.ca/awk-in-20-minu…

Posted in Tweets | Comments Off on New SysAdmins ask most about Awk and Sed. Here’s a…

We have our next KVM SSD VPS Node online in Sydney…

We have our next KVM SSD VPS Node online in Sydney now & a pipeline of them to regularly be deployed now in 2015. #NetPres #bringthecompute

Posted in Tweets | Comments Off on We have our next KVM SSD VPS Node online in Sydney…

I remember the days “The Rise and Fall of the Lone…

I remember the days “The Rise and Fall of the Lone Game Developer” jeffwofford.com/?p=1579

Posted in Tweets | Comments Off on I remember the days “The Rise and Fall of the Lone…