bestselected.website
Open in
urlscan Pro
2606:4700:3032::ac43:b358
Public Scan
Submitted URL: http://bestselected.website/
Effective URL: https://bestselected.website/blog/
Submission: On March 15 via api from FI — Scanned from FI
Effective URL: https://bestselected.website/blog/
Submission: On March 15 via api from FI — Scanned from FI
Form analysis
1 forms found in the DOMGET https://xotechy.com/blog/
<form role="search" method="get" class="search-form" action="https://xotechy.com/blog/">
<label for="search-field">
<span class="screen-reader-text">Search for:</span>
<input type="search" id="search-field" class="search-field" placeholder="Search..." value="" name="s" tabindex="-1">
</label>
<input type="submit" class="search-submit" value="Search">
</form>
Text Content
Skip to content XO Techy Main Menu * Home * SSH * Dedicated server * cPanel * Bandwidth unit converter from Mbps * Home RESTART NETOWORK IN RHEL 9/ALMALINUX 9/ROCKYLINUX 9 WITH NMCLI Linux / August 15, 2023 After manually configuring your network settings (static IP, etc..) you’ll have to reload and restart the interface for the changes to take effect. Reload connection profile nmcli connection reload Restart connection nmcli connection up ifname eth0 OR Restart device nmcli device down eth0;nmcli device up eth0 Where eth0 is the device name. […] Restart Netowork in RHEL 9/Almalinux 9/RockyLinux 9 with nmcli Read More » OPENVPN ROUTE PRIVATE TRAFFIC ONLY (OPENVPN SERVER ON LINUX) Linux / June 15, 2022 / linux, openvpn You can route specific subnet via OpenVPN and the rest of the traffic will be routed to the default PC gateway. Note: this is valid on OpenVPN installations on Linux that have been installed using this installation script: https://github.com/angristan/openvpn-install Open OpenVPN server.conf file: /etc/openvpn/server.conf Remove or comment out the following lines: push “dhcp-option DNS OpenVPN Route Private traffic only (OpenVPN Server on linux) Read More » MOUNT A RAW QEMU IMAGE FILE TO YOUR LINUX SYSTEM Linux / February 18, 2022 You may need to mount a qemu RAW image to your linux system for various reasons. To do so, please follow the next steps: Mounting a raw image file with one partition is pretty straight forward. Assuminug the RAW image file name is VirtualMachineImage.raw and the directory to mount the disk is /mnt Mount a RAW Qemu Image File to your Linux system Read More » CONVERT WINDOWS SERVER 2019 EVALUATION TO RETAIL Dedicated server / December 26, 2021 To convert your windows server 2019 from Evaluation to Retail, use the following PowerShell command: DISM /Online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula For no restart prompt after the conversation, please use the following command: DISM /NoRestart /Online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula Convert Windows Server 2019 Evaluation to Retail Read More » ENABLE RDP FIREWALL RULES AND DISABLE RDP NLA FROM POWERSHELL WINDOWS SERVER 2016/2019 Uncategorized / December 25, 2021 By default, you might find RDP firewall rules disabled which prevent RDP connections to the server. To enable preset firewall rules of RemoteDesktop, use the following PowerShell command: Enable-NetFirewallRule -DisplayGroup ‘Remote Desktop’ or from CMD, append powershell.exe in the beginning: powershell.exe Enable-NetFirewallRule -DisplayGroup ‘Remote Desktop’ To disable RDP Network Level Authentication (NLA), use the Enable RDP Firewall rules and disable RDP NLA from PowerShell Windows Server 2016/2019 Read More » ALLOW MULTIPLE CONNECTIONS OPENVPN Linux / August 27, 2021 To allow multple connections with the same profile, add the following to the OpenVPN server.conf file. Usually located at /etc/openvpn/server.conf Add this to the file: duplicate-cn save and exist, then restart openvpn Allow multiple connections openVPN Read More » RESTART NETWORK RHEL 8/ALMALINUX 8 Linux / August 13, 2021 An updated version of this article is available here: Restart Netowork in RHEL 9/Almalinux 9/RockyLinux 9 with nmcli You can restart the network on RHEL 8 as follows: nmcli networking off; nmcli networking on To restart NetworkManager service sudo systemctl restart NetworkManager To restart an individual network interface, you can use the following (where restart network RHEL 8/Almalinux 8 Read More » DEDICATED IPV6 IS REMOVED AFTER NETWORK RESTART (CPANEL) cPanel, Linux / June 3, 2021 After network service restart, ipaliases and cpipv6 should be restarted to retrieve all allocated IPs after system network is restarted. /usr/local/cpanel/scripts/restartsrv ipaliases /usr/local/cpanel/scripts/restartsrv cpipv6 Dedicated IPv6 is removed after network restart (cPanel) Read More » HOW TO FIX DBCACHE: EXIT 11 ERROR WITH CPANEL AND MARIADB cPanel / December 5, 2020 Symptoms Updating MariaDB to v10.2.35 or v10.3.26 may hinder select sites to be inaccessible and the MySQL Database interface within cPanel may populate “The MySQL server is currently offline.” Workaround As of 2020-11-06, cPanel development team has released an autofixer to address this issue. If you are experiencing this problem now, though, you may How to fix DBCACHE: exit 11 error with cPanel and MariaDB Read More » MAKE CSF WORK WITH OPENVPN Linux / October 26, 2020 To make CSF work with OpenVPN, you’ll need to create extra iptable rules. We do that by adding them to csfpre.sh. nano /etc/csf/csfpre.sh If the file does not exist, you can create it. If it already exists, you should append to it. iptables -A FORWARD -m state –state RELATED,ESTABLISHED -j ACCEPT iptables -A FORWARD -s Make CSF work with OpenVPN Read More » Post pagination 1 2 … 4 Next → SEARCH Search for: RECENT POSTS * Restart Netowork in RHEL 9/Almalinux 9/RockyLinux 9 with nmcli * OpenVPN Route Private traffic only (OpenVPN Server on linux) * Mount a RAW Qemu Image File to your Linux system * Convert Windows Server 2019 Evaluation to Retail * Enable RDP Firewall rules and disable RDP NLA from PowerShell Windows Server 2016/2019 TAGS cagefs centos centos7 cli cloudlinux count cpanel cpu cyber security dedicated server development domain encryption git host https linux openvpn phpmyadmin security server SSH ssl ssl certificate theme threads transfertool updates wget whm windows windows 10 wordpress wp-cli ARCHIVES * August 2023 * June 2022 * February 2022 * December 2021 * August 2021 * June 2021 * December 2020 * October 2020 * September 2020 * August 2020 * March 2020 * February 2020 * April 2019 * October 2018 * June 2017 * May 2017 * March 2017 * February 2017 * January 2017 * December 2016 * September 2014 * August 2014 * July 2014 * June 2014 * September 2013 * May 2013 * April 2013 * March 2012 Copyright © 2024 XO Techy