Linux ‘timeout’ command to run a command for only…

Linux ‘timeout’ command to run a command for only the specified num. of seconds (or mins/hrs/days). linux.die.net/man/1/timeout #NetPres

Posted in Tweets | Comments Off on Linux ‘timeout’ command to run a command for only…

Reporting of large Oracle patch requiring urgent i…

Reporting of large Oracle patch requiring urgent install ASAP. channelregister.co.uk/2015/01/20/ora…

Posted in Tweets | Comments Off on Reporting of large Oracle patch requiring urgent i…

+100 “especially under-used approach for data proc…

+100 “especially under-used approach for data processing is using standard shell tools and commands” aadrake.com/command-line-t…

Posted in Tweets | Comments Off on +100 “especially under-used approach for data proc…

We provide Console access on all our VPS Plans, so…

We provide Console access on all our VPS Plans, so if you “lock yourself out” of network access to your VPS, you can still get a login:

Posted in Tweets | Comments Off on We provide Console access on all our VPS Plans, so…

Good news for AI progress as Facebook open-sources…

Good news for AI progress as Facebook open-sources more of their Torch Project. itnews.com.au/News/399505,fa… research.facebook.com/blog/879898285…

Posted in Tweets | Comments Off on Good news for AI progress as Facebook open-sources…

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…