Posts

Showing posts from April, 2023

Digital Marketing

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.

Example to run a remote command after login from ssh

vim ~/.ssh/config:   RequestTTY force   RemoteCommand dcv create-session s$RANDOM && bash

Automatically create a console session on NICE DCV server

Navigate to  /etc/dcv/  and open the  dcv.conf  file with your preferred text editor. # Property "create-session" requests to automatically create a console session # (with ID "console") at DCV startup. # Can be set to true or false. # If not specified, no console session will be automatically created. create-session = true

Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK).

Corretto comes with long-term support that includes performance enhancements and security fixes.  Corretto is certified as compatible with the Java SE standard and is used internally at Amazon for many production services. With Corretto, you can develop and run Java applications on operating systems such as Amazon Linux 2, Windows, and macOS.