How to create .NET console program
Once you have dotnet SDK installed, you can create your first program. To create a console project run dotnet new console -o…
Once you have dotnet SDK installed, you can create your first program. To create a console project run dotnet new console -o…
To install .NET on ubuntu 20.04, run the following commands wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb rm packages-microsoft-prod.deb sudo apt-get…
CyberPanel is a free hosting control panel. To find MySQL root password on CyberPanel server, run cat /etc/cyberpanel/mysqlPassword If you want to…
If you want to change the License key for your LiteSpeed webserver, you can do the following. cd /usr/local/lsws/conf mv serial.no serial.no.old…
To start/stop OpenLiteSpeed web server, you can use the following systemd service file vi /usr/lib/systemd/system/lshttpd.service Add following content [Unit] Description=OpenLiteSpeed HTTP Server…
When updating packages on CentOS 8 server, I got the following error [root@instance-20220409-2340 ~]# dnf update Failed loading plugin “osmsplugin”: No module…
CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA,…
Allow CloudFlare IP addresses with ipset To list ipset list ipset list -n -t ipset list -n ipset list -t
IP sets are a framework inside the Linux kernel, which can be administered by the ipset utility. Depending on the type, an…
When installing r1soft kernel module, I got the following error root@localhost:~# serverbackup-setup –get-module Failed to find headers at `/lib/modules/4.19.0-20-amd64/build`. Get module failed.…
PHP ssh2 module allows you to connect to SSH servers. On Cpanel servers, this module is not available under EasyApache. You need…
Webp is a new image format for the web. It can be used on websites for the fast and efficient loading of…