Skip to main content

Posts

temp-1

 /etc/services Entry Configuration User Guide Add Services to /etc/services: Description: This section defines custom service entries to be added to the system’s /etc/services file. These entries map service names to port numbers and protocols (e.g., 1313/tcp), enabling applications to reference services by name instead of port. ✅ Used for internal service discovery, firewall rules, and application configurations.  Section: Add Entries to /etc/services (add_etc_services) Example JSON: json 1 2 3 4 5 6 7 8 9 ⌄ "add_etc_services": {   "COMMENT": "Add the following services in /etc/services. (Space separating key/value)",   "file_name": "/etc/services",   "oracellsnr": "1313/tcp",   "csawhttp": "2382/tcp",   "csawrm": "4390/tcp",   ...   "ogg_17": "7817/tcp" } FIELD NAME TYPE DESCRIPTION EXAMPLE VALUE COMMENT String Instruction or note for users/admins "Ad...

Install Apache Guacamole on Ubuntu 22.04

  Install Apache Guacamole on Ubuntu 22.04 Apache Guacamole Installation Guide Remote Desktop Gateway for Ubuntu 22.04 Ubuntu 22.04 Remote Desktop What is Apache Guacamole? Apache Guacamole is a clientless remote desktop gateway that supports standard protocols like VNC, RDP, and SSH. Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser. Clientless No plugins or client software needed Secure ...

temp

 {   "_id": {     "$oid": "6841e4b0fd270b2ab92d7eaa"   },   // 📌 [Auto-generated]   // Description: Unique system identifier for internal use (MongoDB ObjectId).   // Type: ObjectId (string)   // Required: No (automatically handled)   "vast_id": "21452",   // 📌 [Required]   // Description: Your unique request ID or reference number.   // Type: string   // Format: Numeric string (e.g., "21452")   // Example: "21452"   "env": "dev",   // 📌 [Required]   // Description: The environment where the VM will be deployed.   // Type: string   // Allowed values: "dev", "qa", "uat", "prod"   // Example: "dev" for development, "prod" for production   "ver": "0.2",   // 📌 [Do Not Modify]   // Description: Template version. Used by automation to ensure compatibility.   // Type: string   // Format: Semantic versioning (e.g., "...