RDP not working, Remote Desktop Licensing Services: TermServLic, RDMS, Remote Desktop Gateway, RD connection Broker Service(s) won´t start after Windows Update Environment: Windows Server 2019 and Windows Server 2022 Issue: Remote desktop services not working properly, Remote licensing failing, Remote Desktop Licensing Services: Remote Desktop Gateway, RD connection Broker, TermServLic, RDMS Service(s) won´t start...
Procedure for mounting Samba SMB share on Ubuntu. This will natively mount the samba share onto your Ubuntu system and reconnect upon startup. sudo apt-get install cifs-utils 2. Create folder to mount the share into: sudo mkdir /media/Share 3. Create file with user credentials in your home directory touch ~/.smbcredentials 3.1. Edit the file...
In Linux, file and directory permissions are essential for controlling access to resources. They are represented by a series of letters and symbols that denote who can read, write, or execute a file or directory. Here’s a basic overview of Linux permissions: Understanding and managing permissions is crucial for maintaining security and control over...
In Linux, navigating the file system using the command line is a fundamental skill. Here are some basic commands for navigation: These are just a few basic commands for navigating the Linux file system. There are many more commands and options available, but these should help you get started with the basics!
Mounting a VMFS Datastore in ESXI Using ESXCLI (Recovering a Datastore) If you are migrating or restoring drives to another ESXI server it may be necessary to manually mount a VMFS datastore. Sometimes ESXI will automatically mount datastores but in complex configurations, like using fiber channel or after drive / data recovery, manual mounting...
Error message with ‘yum update, yum install’ “This system is not registered with an entitlement server. You can use subscription-manager to register.” Environment: CentOS 7 Issue: When trying to run “yum updates” or “yum install” the “system is not registered with an entitlement server” error message is given This system is not...
How to Generate New SID in Windows Server 2016 & 2019 If you cloned a Windows Server installation or VM you will have to sometimes generate a new SID. This usually occurs with VMware ESXI, Workstation, Fusion, Proxmox, and other virtual machine servers and software. If 2 systems have the same SID this will...
Upgrading CyberPanel There are a few different commands to update CyberPanel, the first listed will auto update to the latest version. The second will update to a specific version. Please note: Updates must be done in incremental steps, if you update from 1.8.0 to 2.0.3 your server might not work properly. Update one step...
Enable the continuous release (CR) repository on CentOS 7 & 8 Packages in cretin repositories are built against dependencies from the current RHEL release, and these packages are regularly imported from RHEL by the CentOS project. Occasionally, however, the exact version of a specific package used to build a cretin RPM has yet to...
Install NextCloud on CentOS 7 / Red Hat (RHEL) / Scientific Linux These instructions will guide you through the easiest setup of NextCloud on Linux. No messing around with Nginx, apache, marianDB and super easy to manage with “nextcloud.occ” commands. We use “Snap” to install the NextCloud snap package. A snap is a package...
You must be logged in to post a comment.