Posts

Showing posts from June, 2021

How do I disable SSH access?

  The root user is enabled by default on most Linux servers , and hackers frequently attempt to get access to it by guessing its password. As a result, it’s a good idea to turn off the root account. $ vi /etc/ssh/sshd_config PermitRootLogin no Also, instead of using a password, you can use a safe mechanism like SSH public-private key authentication. SSH using the public key command line  — check here Read More:  Velan Tech Tips

Enable IIS remote management Windows

How To Configure IIS Server Core For Remote Management? Steps to configure IIS Server Core for Remote Management for Windows 2016 server | Velan offers Remote Server Support Services. The following steps show how to configure IIS Server Core for Remote Management for Windows 2016 server. REQUIREMENTS Windows 2016 Server Core Windows VM INSTALLING IIS ON SERVER CORE Note: Windows 2016 Datacenter Core Edition is used for illustration Windows server core in Hyper-V  has been installed Read More:  At  Velan , our server support engineers can help you configure IIS Server Core for Remote Management. For details, please visit  Offshore Managed IT Services for the USA   

How to Connect EC2 instance SSH Putty

  How to connect an Amazon EC2   instance PuTTY Configuration windows. Verify Connect to EC2 instance SSH , windows, Linux, ubuntu with PPK file In PuTTY PuTTY is a terminal emulator , serial console, and network file transfer tool that is free and open-source. SCP, SSH, Telnet, login, and raw socket connections are among the network protocols it supports. It also has the ability to connect to a serial port. Verify that the instance is up and running. To begin, ensure that your  EC2 instance  is ready. It may take a few minutes for an instance to be ready for you to connect to after it has been launched. Re a d More:  Velan Tech Tips

Manually configuring Passive FTP Mode in Plesk server

How do I enable Manually configuring Passive FTP Mode in Plesk server | Amazon Ec2 FTP Mode in Plesk server is running Amazon EC2 Instance on AWS. Configuring passive FTP mode in Plesk for Linux, all domains Plesk servers that only have active FTP connections do not allow you to access the server through FTP. Customers frequently ask us to activate Passive FTP on their Amazon EC2 instance. Manually configuring passive FTP on an Amazon EC2 instance: The procedures to manually configuring passive FTP on an  Amazon EC2 instance   are as follows. To begin, we must first log onto our AWS console. Go to Instances and tick the box next to the instance for which we wish to enable connections to the passive FTP port range. Read More:  FTP Mode in Plesk server in Amazon EC2

Amazon Command Line Interface

How To Install And Use Amazon Command Line Interface? How to Install and Use AWS CLI Tool on Linux? The AWS command-line interface tool can help us to manage AWS services through our Linux instances. Here we can see how to install and how to use it. Installing the AWS CLI : AWS CLI tools are available under the default Linux repositories. Install AWS CLI on Linux systems as follows based on the flavor of Linux. sudo apt install awscli or sudo dnf install awscli or sudo yum install awscli Generate Access Keys: Generate the Access Key and Secret Access Key to your AWS Account . Head to https://console.aws.amazon.com/iam/home?region=ap-southeast-2#/security_credentials Expand option Access keys (access key ID and secret access key) Click the button Create New Access Key Copy the access key ID and secret access key and save to safe place Learn More: Velan Tech Tips

Install Docker on Windows 2016

  How to Install Docker on Windows 2016 | Velan Steps to Install Docker on a Windows 2016 Server | Velan offers Remote Server Support Services Kernel containerization is a feature that is available in Windows 2016 and is a platform for software packages to run as a service product. It uses OS-level virtualization to deliver software packages called containers. We need to ensure all the windows server security patches are updated before the installation of Docker . We have successfully installed Docker on Windows 2016 server. At  Velan , our server support engineers can help you installing Dockers on your Windows 2016 Server. We troubleshoot problems like these for our clients every day. If you are interested in our service, please fill the  Quick connect form  to get in touch with us Learn More: Velan Tech Tips 

how to install virtualenv on redhat centos?

 How Do You Install Virtualmin On Redhat Or CentOS? Virtualmin is a  web hosting  control panel for Linux and BSD systems that is both powerful and adaptable. Virtualmin is the cost-effective and complete solution to virtual web hosting administration, available in an Open Source community-supported version as well as a more feature-rich version with premium support. To install the control panel, we must first connect to our server using an SSH client. Then, before installing Virtualmin , we must update the packages. Learn More: Velan Tech Tips 

GPO To Enable Windows Lock Screen After Inactivity?

 How To Use GPO To Enable Windows Lock Screen After Inactivity? In this post, we’ll show you how to use Group Policy to set up automatic screen (session) locks on domain workstations and servers. An important aspect of information security is locking the computer screen when the user is inactive (idle). When the user needs to leave the office for a short time, he may forget to lock his desktop (using the keyboard shortcut Win + L). In this circumstance, every adjacent employee or client has access to his information. This problem will be fixed by enforcing the auto-lock screen policy . The user’s desktop will be automatically locked after a period of inactivity (idle), and the user will need to re-enter their domain password to return to the session. Create a new GPO object (LockScreenPolicy) and link it to the domain root (or the Users OU) in the Group Policy Management console (gpmc.msc). Learn More: Velan Tech Tips 

What is WMI in PowerShell?

How to use WMI and Windows Powershell Version | Velan: what is Windows Management Instrumentation (WMI) is a subsystem of PowerShell that gives admins access to a powerful system monitoring tool Access-based Enumeration (ABE)  hides the objects (files and folders) from users who don’t have NTFS permissions on a network shared folder. Access-based Enumeration ( ABE ) checks access permissions on file system objects before the user receives a list of the folder contents. All inaccessible resources are simply not displayed. Learn More: Tech Tips For Velan 

How do I kill a Windows process in PowerShell?

  How to Manage Windows Processes with PowerShell?   PowerShell is a powerful tool for managing processes on a local or remote computer. You can retrieve a list of running processes with PowerShell, suspend a hung process, find a process by a window's title, run a new process in hidden or interactive mode, and so forth. PowerShell is a scripting language that allows users to automate and manage Windows . Learn More:  Velan Tech Tips 

What is the current version of CentOS?

How to Setup and resolve CentOS 8 and Red Hat Enterprise Linux ( RHEL 8) ifconfig command not being found. Check and install centos 8 rhel configure the latest version here  ifconfig  is a command-line utility that displays network interfaces associated with Linux Servers as well as network information like IP addresses, netmask, and so on and network interfaces have been assigned to them. It also shows the number of transmitted and received network packets, as well as the number of error and dropped packets. Learn More: Velan Tech Tips