Sunday, April 22, 2018

basswalk

Basswalk Records (U.S.A.), was founded April 10th, 2002 by Miami’s music executive; Toby Holguin under the distribution of Inversus Records.


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

Geex Arts

Digital agency focused on UI/UX design, interactive websites and mobile apps. Creating sites with unique design. A TOP-40 creative digital agency.
by via Awwwards - Sites of the day

Saturday, April 21, 2018

What does it take to be a female leader in cybersecurity? - #infographic

Cybersecurity needs more women. Despite think pieces demonstrating why having women in cybersecurity is beneficial to the industry as a whole and initiatives designed to encourage young women to pursue STEM careers, the cybersecurity industry still has a gender gap. In fact, according to the 2017...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Irfan Ahmad via Digital Information World

Maison Riviera

It is in this mindset that Rivera desires to celebrate its brand and products—by voicing genuine personality and lifestyle.
by via Awwwards - Sites of the day

Friday, April 20, 2018

Cryptocurrency Is Only The Beginning: 16 Big Industries The Blockchain Will Radically Disrupt - #infographic

Blockchain is one of the most revolutionary technologies to emerge in recent years. Many experts believe it will change our world in the next 20 years, as much as the internet has over the last two decades. This infographic, created by Bitfortune, illustrates how the blockchain technology can...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Web Desk via Digital Information World

Report: Reddit now has the same number of active users as Twitter

The number of people using Reddit has surged in the past few months, and the platform now reports as many active users as Twitter. The company’s own data indicates that average monthly active users (MAUs) have jumped from 250 million in November last year, to 330 million by early April...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Web Desk via Digital Information World

How to Migrate a Simple Web Server from Azure to Alibaba Cloud

This article was originally published on Alibaba Cloud. Thank you for supporting the partners who make SitePoint possible.

The cloud, despite its ubiquity, is still an emerging technology with vast innovations across multiple industries. Owing to its flexibility and advanced security model, organizations have already started to move most of their IT workloads to the cloud. Some of the high-level reasons to move to cloud are listed below:

  • Fast and efficient deployment
  • Less or no capital investment
  • Reliability, scalability, sustainability & resource pooling
  • Pay as you go, with no monthly commitment
  • Highly automated with utility based system
  • On-demand service

Seamless integration is what we all expect when it comes to information technology, especially with migration. However, this is easier said than done. Cloud migration is fairly complicated because it involves so many elements, from picking a suitable operating system (OS) to selecting the best geographical region for our deployments. Migration also involves some standard processes and considerations and is no small feat.

Migration strategies differ on a case-by-case basis, however as a whole, cloud migration should be based on best practices from previous examples. An effective migration strategy should maintain a reliable, real-time migration, with less or zero down time. Migration can be broadly categorized into physical to virtual (cloud migration), virtual to virtual (multi-cloud), and virtual to physical (hybrid cloud). Migration can have any combination of these categories.

In this article, we are focused on physical to virtual and virtual to virtual migration. Here the target is going to be the Alibaba Cloud platform. This whole process involves Alibaba tools for image conversion, OSS for storage, and some third-party tools to synchronize the data in real time.

For a successful migration, the standard process and procedures below are applicable for most organizations.

  • Cloud ready assessment (involves infra assessment to decide which workloads can be moved to the cloud)
  • Migration kick-off meeting (listing down servers, application, down time preparation, cutover and other requirements)
  • Creating a backup plan – A migration plan is incomplete without a backup plan. There is always a non-zero probability for errors to happen in a migration process, and damage is often irreversible.
  • Schedule migration, notify users if there is any down time expected during cutover.
  • Make a checklist of functions.
  • Post migration testing before moving to production, to ensure all are met in terms of functions, operations.

Cloud migration can be perform in two ways: application level migration and virtual machine (VM) migration. The choice is based on the applications running on virtual/physical servers; we may need to plan which one will be best suitable for migration.

Application Migration

During migration assessment, we need to check how many applications can support real time migration. For example, Microsoft Exchange can use native DAG; SQL replication tools can be used for database mirroring.

Irrespective of any application and platform, it is always better to get an insight from application experts. Typically, a migration expert will create similar infrastructure as the source on the target platform (such as Alibaba Cloud), and then establish a connection using VPN/MPLS to create site-site connection. Some applications can simply be migrated using public IP without VPN.

Do real time replication/migration using native methods and switchover. Switchover/cutover requires several steps to be performed by administrators like changing DNS, routing configuration, firewall customization and so on.

VM Migration (Image Migration)

If there is no available method for application migration, or if the application level migration is complicated, VM migration is an alternative. Also known as image migration, VM migration is the best option for any organization to simplify the migration process.

This method is sometimes simply referred to as migrating from a platform to another platform. Alibaba Cloud runs on the KVM/XEN platform, so we need to ensure that it has all required drives to support automation, licensing, and all other cloud dependencies.

There are few migration scenarios listed below:

  • On premise (IDC) to Alibaba Cloud
  • Traditional virtualization platform to Alibaba Cloud
  • Other public cloud to Alibaba Cloud
  • One region of Alibaba Cloud to another region of Alibaba Cloud

Alibaba Cloud Migration Tool

Irrespective of any source platform Alibaba Cloud has a tool called Alibaba Cloud Migration Tool (Cloud Migration Tool) to perform migration to create ECS instances. Alibaba Cloud invests resources into various categories of image migration to carry out the process with ease and effectiveness.

Before you use the Alibaba Cloud Migration Tool, you need to consider the following:

  • The on-premises server can access the Internet for uninterruptedly transferring data to Alibaba Cloud ECS console.
  • The system time of the on-premises server is synchronized with the real time. Otherwise, an error indicating abnormal TimeStamp is recorded in the migration log file.
  • To enable all the server configuration successfully after the migration, we recommend that you install cloud-init for your on-premises servers.

For on-premises servers running Windows OS

  • The go2aliyun_client.exe and Rsyncbinrsync.exe programs are not restricted by firewall on the server.
  • The system start loader is normal.
  • Run Alibaba Cloud Migration Tool as an administrator.

For on-premises servers running Linux OS

  • The go2aliyun_client program is not restricted by firewall on the server.
  • The Rsync library has been installed.

oCentOS: Run yum install rsync –y.
oUbuntu: Run apt-get install rsync –y.
oDebian: Run apt-get install rsync –y.
oOther distributions: See the installation documents of the distributions on their official website.

  • The Xen or Kernel-based Virtual Machine (KVM) driver is installed. For more information about how to install a KVM driver, see install virtio driver.
  • SELinux must has been deactivated. You can temporarily deactivate SELinux by running setenforce 0.
  • Run Alibaba Cloud Migration Tool as a root user.
  • If the kernel of your on-premises Linux servers is too old and the version of GRUB (GRand Unified Bootloader) is earlier than 1.9. You may update the boot loader GRUB to a version later than 1.9.

The migration process is as follows:

  • Request for migration tool from this link
  • After approval, decompress the folder at source and modify the JSON Script as needed
  • JSON Script needs to have the value of AccessID, Secret Key, Region ID, Image name, System disk size & Data disk
  • For more details refer to this link and refer to below screenshots to validate the process.

Sample Migration Process

Below are the steps performed to migrate a simple web server from Azure to Alibaba cloud.

Operating System: Windows Server 2016

1. Extract the folder and locate JSON > Open with > Notepad

2. Modify as below. Refer to this link for more parameters. To create and obtain new access key, refer here.

{
    "access_id": "ENTER_YOUR_ACCESS_ID",
    "secret_key": "ENTER_YOUR_SECRET_KEY",
    "region_id": "me-east-1",
    "image_name": "KingsonWS",
    "system_disk_size": 60,
    "platform": "",
    "architecture": "",
    "data_disks": [],
    "bandwidth_limit": 0
}

3. Save the file and run go2aliyun_client tool as an administrator.

Continue reading %How to Migrate a Simple Web Server from Azure to Alibaba Cloud%


by Kingson Jebaraj via SitePoint