Posts

Allow locked Remote Desktop Ubuntu

  Remote Connection with Local login (Original Answer) GNOME Shell Extension: Allow locked Remote Desktop The solution below is for problem with screen lock and the new GNOME Remote Desktop in Ubuntu 22.04 that allows RDP (and legacy VNC) protocol for remote desktop sharing.  If someone is physically near your your computer they will see your activities on the connected monitor and thus be able to collect sensitive information. You will need a GNOME Shell extension to solve this problem. First, install install  gnome-shell-extension-manager  with this command: sudo apt install gnome-shell-extension-manager The open the newly installed app called  Extension  in the GUI. Within this app, search for and install the  Allow locked Remote Desktop  GNOME Shell extension. Now you will be able to remotely connect to this computer even when the screen is locked. You will still need to be logged in locally first.

How install Jenkins on an Ubuntu Server

 How install Jenkins on an Ubuntu Server 22.04 Step 1: Install Java sudo apt update sudo apt install openjdk-11-jdk -y         sudo apt install openjdk-8-jdk -y        java -version Step 2: Add Jenkins Repository curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee \   /usr/share/keyrings/jenkins-keyring.asc > /dev/null  echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \   https://pkg.jenkins.io/debian-stable binary/ | sudo tee \   /etc/apt/sources.list.d/jenkins.list > /dev/null Step 3: Install Jenkins sudo apt update sudo apt install jenkins -y sudo systemctl status jenkins      Jenkins service is not running or active, run the following command to start it:  sudo systemctl enable --now jenkins Step 4: Modify Firewall to Allow Jenkins sudo ufw allow 8080 Step 5: Set up Jenkins http://localhost:8080   (Server ip : port number) Obtain the defaul...

How to install Foundry Nuke Windows 11

 SINGLE MACHINE 1.Install Your Foundry Product 2.Install FLT7 (If you already have our rlm server working and running , jump to step 8)  3.Stop Foundry License Server 4.Copy the cracked rlm.foundry.exe over the original one (C:\Program Files\The Foundry\LicensingTools7.1\bin\RLM\rlm.foundry.exe)  5.Edit xf_foundry.lic replacing HOST_NAME MAC_ADDRESS PORT . You can get those informations using rlmutil.exe , a simple dos window ipconfig/all   or you can start Foundry License Utility and choose Diagnostics and Run Diagnostics, you will find your hostname, your mac address (System ID)     PORT is by default 5053 if you dont put any (dont forget to delete the word PORT then if you dont want to specify one) . If you need more infos read RLM manual. 6.Copy the xf_foundry.lic to C:\ProgramData\The Foundry\RLM or C:\Program Files\The Foundry\LicensingTools7.1\bin\RLM\ 7.Restart RLM Server you can do that from services or just with Foundry License Utility (the b...

Autodesk Maya 2024 Install Windows 11

 1) Install Autodesk Application - Do Not Start it yet  2) Install the Autodesk network license manager (v11.18.0) from crack folder (NLM.msi Update 8)      -Default install is "C:\Autodesk\Network License Manager"     -Stop any running instance (lmgrd, adskflex) if you have one     -Replace adskflex.exe by cracked one   3) Replace the version.dll - \Program Files (x86)\Common Files\Autodesk Shared\AdskLicensing\Current\AdskLicensingAgent\ 4) Edit lic.dat and change HOSTNAME and MAC to suit your configuration (if you are not sure start LMTOOLS Utility and go to     System Settings, your HOSTNAME and MAC will be listed)    You can change vendor port too and add your previous licenses of course :)    Save lic.dat where you want (we suggest to "C:\Autodesk\Network License Manager" folder) 5) You have 2 options:     1)Start Network License Manager manually :     Run the license manager w...

AWS Site to Site VPN Configuration

AWS Site to Site VPN Configuration:- 1.      Create VPC in Mumbai          Subnet: - 10.1.0.0/16   2.      Create VPC   US East (N. Virginia)            Subnet: - 10.2.0.0./16   3.      Create Customer Gateway dummy in Mumbai         Customer Gateway IP 100.64.0.1 4.      Create Virtual private gateways in Mumbai 5.      Attached Gateway in VPC 6. Go to Route tables and attached Route                     propagation all subnet 7.      Create VPN Connection in Mumbai      PreShare Key :-    bLx6QrEpLHnfp6yPo8Rqm 8.        Create Virtual private gateways i...