Windows Installation from Drive

Steps:

  1. Boot Windows installation from USB flash drive.
  2. Press Shift+F10.
  3. In console type diskpart.exe and press enter. In this program execute following:
  • select disk=0. Disk 0 is your destination drive, so be careful, all information on this drive will be removed.
  • create partition primary size=xxx, where xxx – is the size of new partition.
  • select partition=1.
  • active.
  • format fs=ntfs quick.
  • assign.
  • exit, now you have bootable drive C.

Navigate to USB flash drive, in my case: cd d:.

Copy all files from USB drive to C: drive: xcopy d: c: /e /h /k.

Go to boot folder: cd boot.

Make you C: drive bootable with following command: bootsect /nt60 c:.

Put off USB flash drive from computer and restart them.

Install Windows.

Remove unnecessary menu item from bootscreen.

  • Run cmd.exe as Administrator
  • See boot menu list bcdedit
  • Find Windows Setup and copy identifier
  • Run bcdedit /delete {identifier}

Brave Browser

sudo dnf install dnf-plugins-core

sudo dnf config-manager --add-repo https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo

sudo rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc

sudo dnf install brave-browser

Tools

Source Control:
Git, Bitcuket, Svn, VSTS

Continuous Integration:
Jenkins, Bamboo, VSTS

Infrastructure Automation:
Puppet, Chef, Ansible

Deployment Automation & Orchestration:
Jenkins, VSTS, Octopus Deploy

Container Concepts:
LXD, Docker

Orchestration:
Kubernetes, Mesos, Swarm

Cloud:
AWAS, Azure, GoogleCloud,. Openstack

Automation Tools:
python, ruby, bash, shell, node js

jenkins plugins

maven, gradle, clepatra (testing) pmd, saltstack karma  -s3, git, subversion svn,

upstream/downstream archive/artifcant publihs html report

user data for deployment – AWS, instaces behind load balancer,

Cloud-Formation:

Route 53:
DNS Management
AWS Feature
Auto scaling group
Elastic Load Balancer

Configuration Management
Chef:Agentless & Agent base

Ansible: Agentless tool:YAML

Puppet Labs

Why: Nameserver

An Introduction to Nameservers (And How They Work)

Nameservers are put to work every time someone accesses a website, but many people have very little understanding of what they actually are. To understand this concept, you’ll need to consider what happens when a website is visited.

As you’re probably aware, every device connected to the internet can be identified using a unique IP address. Nameservers are part of a large database called the Domain Name System (DNS), which acts like a directory for devices and the IP addresses attached to them.

What nameservers do is use this information to translate domain names into numerical IP addresses – the language our computers understand. This process works so quickly that it’s almost never noticeable. You simply type in a URL, the nameserver lets your browser know where that website is located, and the desired page loads.

Without this system, we’d have to type lengthy IP addresses into our browsers every time we wanted to open a website. Therefore, the service provided by nameservers is invaluable. The term ‘nameserver’ can be used to describe any server that has DNS software installed. However, it usually refers to a server owned by a web host, which is used to manage customer domain names.

Why You May Want to Register Your Own Nameserver

In most cases, you’ll never need to do anything with the nameservers attached to your site. However, there are several instances in which you may need to register a custom nameserver – which you can use to configure the way your registered domain name information is displayed.

For example, you may own a domain that was purchased from a different hosting company than the one you now use. In this scenario, setting up a custom nameserver will help you develop a stronger, more individual brand identity – rather than simply using the one attached to your host. This may also become necessary if you have a reseller hosting or Virtual Private Server (VPS) account.

Whatever the reason, there are a number of benefits to registering your own nameserver:

  • It’s easier for your reseller clients to remember your nameserver. Custom nameservers are associated with your own domain, instead of your web hosting company’s. Using the same domain for both your website and nameserver can also provide your customers with a greater sense of security.
  • Changing your hosting provider is simpler if you have a custom nameserver, especially if you’re using a reseller account. That way, your customers won’t need to update their own nameservers.
  • In addition, registering your own nameserver also means you can avoid giving away third-party details to your clients.

Custom nameservers are optional, but having one can be beneficial (especially if you operate a website for business or reseller hosting). In the next section, we’ll introduce two of the ways you can get access to one.