Search results for:

sqljpg - ⚠️ SQL 2012 Reporting not starting

⚠️ SQL 2012 Reporting not starting

Error Message: Microsoft.Reporting.WinForms.ReportServerException: The Report Server Windows service ‘ReportServer$SCE’ is not running. The service must be running to use Report Server. (rsReportServerServiceUnavailable)at Microsoft...

what is cpanel - How to ODBC support on a cPanel server

How to ODBC support on a cPanel server

You first have to install the devel packages for unixodbc, then add a line in rawopts file and rebuild Apache+PHP. 1. Install the UnixODBC devel packages: yum install unixODBC unixODBC-devel 2. You now need to create a file...

image 19 - How to Change SSH port 🔢 in cPanel

How to Change SSH port 🔢 in cPanel

In order to change the SSH port and protocol, you will have to edit sshd_config nano /etc/ssh/sshd_config Change Protocol 2,1 -> to Protocol 2Change #Port 22 -> to some other port and uncomment it Example: Protocol 2 Port 2255 Then restart ssh...

windows 10 2018 insider wallpaper - Ports

Ports

Parallel ports

Windows uses lpt1, lpt2, & lpt3.Linux uses /dev/lp0, /dev/lp1, & /dev/lp2.

Serial ports

Windows uses com1, com2, & so on.Linux uses /dev/ttyS0, /dev/ttyS1, & so on.

image - Enable Brotli Compressing using .htaccess file

Enable Brotli Compressing using .htaccess file

To check if Brotli is enabled on the server for the current PHP version: php -m | grep brotli To use it on the website add the following to the beginning of the .htaccess file: <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text...

modem unlocker huawei - Setting up an SMS server on Ubuntu 21.04 using Minicom

Setting up an SMS server on Ubuntu 21.04 using Minicom

I have an SMS booking app running on Ubuntu and will be setting up SMS autoresponder using a HUAWEI Mobile Modem E1550. Remove PIN from the SIM card SIM card has to be without a PIN so if you have purchased a prepaid SIM card that has PIN enabled...

image 8 - iOS Universal Links not working behind Cloudflare

iOS Universal Links not working behind Cloudflare

Support universal links are used for iOS developers so that users can tap a link to the website and get seamlessly redirected to their installed app without going through Safari. Apple has pretty well-explained documentation on how to setup...