Posts

Digital Marketing

UDP and TCP syslog reception provided by rsyslog

Inside /etc/rsyslog.conf # Provides UDP syslog reception #$ModLoad imudp #$UDPServerRun 514 # Provides TCP syslog reception $ModLoad imtcp $InputTCPServerRun 514

Common pattern to visually hide text for only screen readers to read

<script src="https://gist.github.com/goyuninfo/a3a4e912765d1b6afffd7ceba972d693.js"></script>

Use a
element to mark up a photo in a document, and a
element to define a caption for the photo

An #Excel add-in interacts with objects in Excel by using the Office #JavaScript #API

Promotion Codes for Google Workspace Business Starter plan and the Google Workspace Business Standard plan

Google Workspace Business Starter plan and the Google Workspace Business Standard plan Promotion Codes   Google Workspace Business Starter Promotion code for the Americas   |  Expires 10/2023 CCDFQJL7DLHHX3U   Google Workspace Business Standard Promotion code for the Americas   |  Expires 10/2023 Y9K6LEPY9LFNAMH   Each promotion code provides 10% off the first year on either the Google Workspace Business Starter plan and the Google Workspace Business Standard plan.

Provides UDP syslog reception for rsyslog

The  rsyslog  configuration is defined in the  /etc/rsyslog.conf  file # Provides UDP syslog reception $ModLoad imudp $UDPServerRun 514

How to configure the clipboard on a Linux NICE DCV server

To configure the clipboard on a Linux NICE DCV server, you can follow these steps: Navigate to /etc/dcv/ and open the dcv.conf file with your preferred text editor. Locate the primary-selection-paste parameter in the [clipboard] section and set the value to true. If there’s no primary-selection-paste parameter in the [clipboard] section, add it manually using the following format: [clipboard] primary-selection-paste = true Save and close the file. Stop and restart the NICE DCV session.