ipv6 на подходе

Как всем известно, что количество IPv4 уменьшается и нужно искать выход из данной ситуации. И выход найден – это IPv6.
Таким образом, сеть /64 IPv6 состоит 18 446 744 073 709 551 616 адресов. Что очень выгодно использовать для SEO.
Наша компания готова к реализации IPv6 и мы начинаем принимать предварительные заказы на выдачу IP адресов в Канаде.
  • Серверы с IPv6 будут доступны с 10 мая.
  • Стоимость сети /64 на сервер — $10/мес.

Будь в числе первых!
Благодарим Вас, что пользуетесь нашими услугами.
*Для оформления пред. заказа, создайте пожалуйста запрос в службу поддержки.

С уважением, команда CaDedic

mClouds - VMware хостинг-провайдер



У нас вы сможете арендовать ресурсы и создать свою виртуальную инфраструктуру! Это набор виртуальных ресурсов, который состоит из вычислительных мощностей, хранилища для данных и сетевой инфраструктуры.
  • Наше оборудование располагается в Московском ЦОД 3data «М8». Уровень инженерных систем соответствует требованиям стандарта Tier III.
  • Облачная инфраструктура построена на основе виртуализации VMware. Управление осуществляется средствами VMware vCloud Director, в основу которого заложен принцип IaaS (инфраструктура как услуга).
  • Используя технологии от компании VMware, мы не утилизируем каждый хост в кластере более чем на 60%, нагрузка распределяется равномерно с помощью DRS (Distributed resource scheduler).
  • Для отказоустойчивости всего кластера используется технология HA (High availability). В случае выхода из строя одного из серверов в кластере, виртуальная машина перезапускается на другом сервере в кластере.
  • Высокую надежность обеспечивает оборудование HP. Стабильность работы сети — Cisco. Вся инфраструктура дублирована и не имеет единой точки отказа.
  • Для хранения данных используются СХД (Система хранения данных) HP 3PAR 7200, HP MSA 2040.
  • Базовый кластер использует процессоры 1.87-2.13 GHz, высокопроизводительный кластер использует процессоры с частотой 2.9 GHz.

Для проверки нашего сервиса под ваши потребности, вы можете использовать триальный двухдневный период.
У нас существуют партнёрская программа, с помощью который вы сможете зарабатывать на предложении наших услуг своим клиентам. Мы открыты к сотрудничеству с веб-студиями, системным интеграторам и частными лицами.

Контактные данные:
Сайт: https://mclouds.ru
База знаний: wiki.mclouds.ru
Отдел продаж: info@mclouds.ru
Телефон: 8(800)350-01-20

Смена банковских реквизитов

ИНФОРМАЦИОННОЕ ПИСЬМО Общество с ограниченной ответственностью «Телекоммуникационная Компания МАРОСНЕТ»( ООО «ТК МАРОСНЕТ») уведомляет Вас о смене банковских реквизитов. С 10 мая 2016г. все расчеты будут производится по следующим реквизитам: Банк: Филиал «Центральный» Банка ВТБ (ПАО) Реквизиты Банка: ИНН 7702070139, КПП 770943002, к/с 30101810145250000411 БИК 0445255411 Р/с 40702810900300000534

RAM disk on an OVH dedicated

How to configure a RAM disk on an OVH dedicated server to increase read/write performances

Would you like to boost your server's performance without installing an SSD drive? Consider mounting a RAM disk. Thanks to the increase of memory capacity in servers, there is room to use a chunk of this memory to mount a virtual disk directly in RAM.


What is a RAM disk?
A RAM Disk is a virtual hard drive that uses part of the random access memory (RAM) as a system partition. As such, it appears as just another partition and can be used as a regular partition, only it'll be much faster than a traditional SATA disk.


Why would you want to use this technique? The answer is performance pure and simple. And you can still maintain a SATA hard drive configuration which will provide plenty of storage space. All you need is enough memory to mount a RAM drive partition. The more RAM you have, the bigger the partition and the more temporary files you can store on it.
Bandwidth from RAM to CPU (59.7 GB/s for a E5-1620v2 processor) can also provide a great advantage whereas the SATA connection (maximum bandwidth of the
Bus SATA III: 768 MB/s) can quickly become a bottleneck.


Setting up this type of partition warrants caution nonetheless. We strongly recommend that you only use this type of system for temporary, non critical data. Because RAM is volatile, a server reboot would wipe out all data on the RAM disk.

Cache system (for an application):
Some applications require reading and writing a significant number of temporary files; in such cases, using a RAM Disk can tremendously speed up the writing and processing of those files as well as optimising your application's processing time.

Hosting a high traffic PHP website:
When a PHP website has reached a certain size, a significant number of files can be accessed during requests from visitors. By moving the storage space for those files over to a RAM disk, the site's response time can be optimised.

Game hosting (Minecraft):
On a Minecraft server, limitations are often brought on by I/O operations (read/write). Moving data over to the RAM will result in high speed access times and data transfers.

Configuring and mounting a RAM disk in Ubuntu
Create your directory (you must be root on your server):
root@ns3012742:~# mkdir /media/ramdisk1

verything inside this directory will be stored in RAM.
Define access rights on this partition. Configure chmod when mounting, with the sticky bit, add this line in fstab:
root@ns3012742:~# echo "tmpfs /media/ramdisk1 tmpfs defaults,size=16g,mode=1777 0 0" >> /etc/fstab

The size option lets you set the quantity of memory to be allocated (here we have chosen 16 GB).
Mount the partition. In doing this you can also confirm that the command line for mounting in the fstab is correct:
root@ns3012742:~# mount -a

Make sure that disk was mounted:
root@ns3012742:~# mount |grep ^tmpfs
tmpfs on /media/ramdisk1 type tmpfs (rw,relatime,size=16777216k)

Verify that the access rights are correct:
root@ns3012742:~# ls -la /media/ramdisk1
drwxrwxrwt 2 root root
drwxr-xr-x 4 root root

Your «ramdisk1» has been correctly configured and mounted.

Recommended servers
The MC-128 GAME server
With a high frequency CPU (3.7GHz), 128 GB of RAM and permanently equipped with the Game AntiDDoS, the MC-128 server is suitable for hosting games such as Minecraft or Rust.
The SP-128-S server
The SP-128-S server is perfect for setting up this system; it has 128 GB of RAM and a Xeon E5-1620v2 processor with a maximum bandwidth of 59.7 GB/s.

Docker Machine on Scaleway

Docker Machine is a tool designed to manage Docker Engine setup on local and remote hosts. Docker Machine does all the host deployment work for you: it provisions the host, installs Docker Engine on them, and then configures the Docker client to talk to the Docker Engines.

We now provide a driver for Docker Machine to easily manage all your containers on Scaleway. Docker Machine can now be used to provision all your Docker hosts on our cloud platform!



blog.scaleway.com/2016/05/03/docker-machine-on-scaleway/

у нас появился PayPal

Хотим воспользоваться рабочим перерывом среди праздничной страды (кстати, с прошедшим и наступающим :)) и радостно сообщить о долгожданном появлении PayPal в платежных опциях сервиса CloudLITE.
Пользуйтесь на здоровье!
cloudlite.ru/order/methods

Кстати, если вы не находите в нашем наборе удобного для себя способа оплаты, напишите, что нам стоит добавить, в ответ на это письмо или sales@cloudlite.ru.

Take on Tableau's Big Data Viz Challenge



Google and Tableau have teamed up to create the first-ever European Big Data Viz Challenge.
Whether novice or expert, you’re invited to sign up and discover how easy it is to visualise insights from big data sets using the power of Tableau and Google Cloud Platform.

With Tableau, you can connect natively to Google BigQuery and Google Cloud SQL to analyse billions of rows in seconds without writing a single line of code. How you visually represent the data is up to you.

The winner gets a free pass and accommodation to attend Tableau Conference 2016 in Austin, Texas, in November, along with a tour of the Google Austin office. Finalists win free tickets to Tableau Conference On Tour London in June.

Everyone who takes part will receive complimentary GCP credits, a Tableau trial license, and the top 200 entries will be promoted on Tableau’s Public Gallery.
Submit your Viz by May 16th, 2016.

get.tableau.com/registration/bigdatachallenge.html?id=23112

Star Wars Day Special is Almost in Range



That’s No Moon… that’s a great deal!


Star Wars day is almost here – May the Fourth be with you!

Two things to know about us here at Namecheap: we love Star Wars and we love saving you money on our top-tier products. In honor of May the Fourth, aka Star Wars Day, you can get a .XYZ domain for our lowest price ever — just 44 cents – when you use the coupon code THEFOURTH. Be sure to check out the deals on all our products during this promo too.

This sale only lasts from Star Wars Day (May 4) through May 10 at midnight EST, and you may never again see prices this low – in any galaxy!

https://namecheap.com

isualize 2016 election data with GCP and Bitnami



Join developers from GCP and Bitnami for a hands-on demo. We’ll analyze campaign fundraising data from the Center for Responsive Politics to show how you can convert terabytes of data into rich, interactive visualizations in minutes.
In this demo, you’ll learn how to deploy a Google BigQuery enterprise dashboard and use Re:dash, an open source data visualization tool packaged by Bitnami, to analyze campaign data–and see what it may reveal.

cloud.google.com/election-2016/