Описывается как установить VMware Tools на виртуальной машине под управлением Linux. Дается подробная пошаговая инструкция с рисунками и пояснениями. (more…)
Archive | Linux
Some articles about Linux
Как настроить gateway сервер (шлюз) на Linux для VMware vSphere датацентра
Описывается как настроить gateway сервер (шлюз) на Linux для центра обработки данных на VMware vSphere. Дается инструкция с объяснениями и рисунками по настройке сервера SSH и интерфейсов. Вторая часть статьи “Как сделать gateway сервер (шлюз) на Linux для центра обработки данных“. (more…)

Как сделать gateway сервер (шлюз) на Linux для центра обработки данных
Описывается как сделать gateway сервер (шлюз) на Linux для центра обработки данных на VMware vSphere. Дается инструкция с объяснениями и рисунками по добавлению виртуальной машины и установке операционной системы. Следуя этой инструкции, можно за 2-3 часа создать шлюз, необходимый для нашего центра обработки данных. Gateway сервер (шлюз) выполняет три основные функции: обеспечивает коммуникацию между виртуальными машинами […]
How to create certificate service. Step by step manual
I will describe how to create certificate service. Certificate service can be used, for example, to test the servers, services, or employees authentication. After reading these articles, one can have running certificate service, as well as all required digital keys and certificates in 10 minutes. То же по-русски (more…)
How to create own certificate service. Preparation
I will describe all necessary steps to create a own certificate service on Linux. Also which information You should prepare. Then, how to create the file structure and openSSL configuration file. То же самое по-русски (more…)
Digital certificates. Why we need them and what are they for?
I will describe what digital certificates is and why we need them, also how to create a request for a digital certificate to send it to a certification authority. It sounds scary. But in a real life, it’s very simple. After reading these posts, you will have within 10 minutes all necessary digital keys and certificates. (more…)
What is SSH/SFTP and what is it for? How to configure ssh client for Linux
Here I will briefly describe, what is SSH/SFTP and what is it for, how to configure ssh client for Linux, OSX, Unix, generate keys, and prepare it for use. There are two ways to control Linux Server on VMware virtual machine because of absence of physical terminal. They are using window VMware vSphere virtual client terminal and SSH secure connection. […]
Linux commands. The very short description
I will describe the basic linux commands, because they are necessary to control Linux Server. То же по-русски. In the post “A few words about Linux» I described the idea of access rights to the objects of the Linux file system and how to control Linux services. Therefore, the basic Linux commands description will be a […]
A few words about Linux. Access rights, services and commands
A few words about Linux. First of all I will briefly describe the access rights to files and folders. Then service management and basic Linux commands. This information is necessary to understand my other posts about configuring and maintaining virtual environment, web services and so on. То же по-русски. 1. Access rights in Linux/OS X/Unix I will shortly describe […]
Text editor vi. The very short manual
In this post I will shortly describe editor vi, its main modes and commands. Also, I will give some useful tips how to use it the best way. То же по русски. Editor vi (visual editor) – a universal full-screen text editor for Linux (UNIX). It is included in all versions and distributions. People use text editor […]