ADVANCES LINUX

This blog page contain all computer Technical part, Latest Technology and programing Language like java linux ,windows server. it contain also which help you to understand more Easily. Some Artical Related as follows.

.

https://advanceslinux.com/

How do I restore a SQL server

Why is it Important to Have A Backup? Having backups is crucial for various reasons, as they provide a safety net against data loss, system failures, and other unexpected events. Here are some key reasons why having a backup is important. How To Create a Full Backup Using SSMS Backing up and restoring databases are … Read more

What are advantages of cloud computing

What is Cloud Computing? Cloud computing is on demand availability of computer system resources, especial data storage and computing power without direct active management by the user. types of cloud computing? There are 4 main types of cloud computing Public Cloud: Public Cloud allows System and service to be easily accessible to general public. The … Read more

hyper-v install windows server 2019

Hyper-V Server is a free version of Windows hypervisor that can be used to run virtual machines. In this guide, we’ll look at how to install and configure Microsoft Hyper-V Server 2019 (this guide also applies to Hyper-V Server 2019). About Hyper-V Hyper-V is available as a server role in Windows Server and as a … Read more

Linux SHELL Scripting Tutorial 

What is Linux Shell What is shell scripting? Shell Script Consist of set of commands to perform a task. All the commands execute sequentially Some task like file manipulation, program execution,user interaction, automation of task etc can be done Types of Shell Bourne Shell Bourne shell is known as the first shell to be introduced, … Read more

FTP server configuration in Linux

FTP SERVER

File Transfer Protocol FTP The File Transfer Protocol is a Communication Protocol used for the transfer of computer files between a client and server on a computer network. Uses TCP/IP FTP also used to upload/download files from websites and servers. Remote Server FTP Setup: Config /etc/vsftpd/vsftpd.conf Remote Server FTP Setup: systemctl status vsftpd.service Client Server … Read more

How do I access vmware through browser?

Using vSphere Clients to access vCenter Server Types of vSphere Clients Access Vcenter through vSphere web Client How it works Manage the vSphere Environment Using Client How we can access the v-spec line and host client using .the v-spec line of host client to access the ESXI host . we use host client to access … Read more

VMware ESXI troubleshooting guide

Agenda Troubleshooting Tools importance To improvise troubleshooting steps, we must Understand the ESXI Architecture from a component breakdown perspective. Troubleshooting ESXI is very much the same as any operating system. Start by narrowing down the component which is causing the problem Key Learning Objective: ESXI Architecture ESXI Architecture Components The ESXI architecture comprises the underlying … Read more

Linux firewall open port

What is a Firewall A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on the rules defined. Basically used to determine and block untrusted network to access out system. Types of Firewall? software basedRunning on operating SystemHardware BasedA dedicated appliance with Firewall software between two different networks … Read more

Linux Types of Files

Files Symbol File Type – Regular file d Directory d Block device I Link C Device File S Socket P FiFO or Named Pipe S Socket S SocketSpecial file to enable Communications between two processes. Find under /run/Example: /run/chrony/chronyd.sock p Fifo OR Named-pipe send data from one process to another so that the receiving process … Read more