Engineering and technology
Top 10 Most Useful Samsung Galaxy Watch Apps
Migrate physical machine to VM – Oracle VM VirtualBox
How to change Gear S3 R760 CSC whitout flashing a rom.
How to change Gear S3 R760 CSC whitout flashing a rom
Source: [Guide] How to change Gear S3 R760 CSC whitout flashing a rom.
Veeam
Veeam Software is a privately held information technology company that develops backup, disaster recovery and intelligent data management software for virtual, physical and multi-cloud infrastructures. The company’s headquarters are in Baar, Switzerland.
The name “Veeam” came from the phonetic pronunciation of the letters “VM” — virtual machine.
Source: Veeam – Wikipedia
Migrate Azure PowerShell scripts from AzureRM to Az | Microsoft Docs
Enable-AzureRmAlias -Scope CurrentUser
Source: Migrate Azure PowerShell scripts from AzureRM to Az | Microsoft Docs
Edit Azure Subscription and Profile
Source: Azure
Introduction to Azure – Learn
How to install program on Ubuntu: How to install Htop 2.0.2 on Ubuntu 16.04
16.04 Command to list all services started on boot
Run-levels in Ubuntu 16.04 LTS
Ubuntu 16.04 has moved from using init to systemd. Thus, the concept of run-levels is replaced by the term targets. The advantages over choosing systemd is discussed in the article The Story Behind ‘init’ and ‘systemd’: Why ‘init’ Needed to be Replaced with ‘systemd’ in Linux . The seven run-levels of init can be mapped with the targets as:
| Run-levels | Targets |
| 0 | poweroff.target |
| 1 | rescue.target |
| 2,3,4 | multi-user.target |
| 5 | graphical.target |
| 6 | reboot.target |
To change the run-level non-GUI:
User space
A modern computer operating system usually segregates virtual memory into kernel space and user space. Primarily, this separation serves to provide memory protection and hardware protection from malicious or errant software behaviour.
Kernel space is strictly reserved for running a privileged operating system kernel, kernel extensions, and most device drivers. In contrast, user space is the memory area where application software and some drivers execute.
Source: User space – Wikipedia