Search This Blog

Friday, October 17, 2025

How to connect Canon Copier to Universal Print

Reference: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/secure/tls-ups.html

1) Network Settings > TLS Settings

Set and enable the following:

Maximum Version: TLS 1.3

Minimum Version: TLS 1.2

Encryption Algorithm:

AES-CBC (256-bit)

AES-GCM (256-bit)

Key Exchange Algorithm: ECDHE

Signature Algorithm: RSA

HMAC Algorithm: SHA384

Specify Allowed Versions
Algorithm Settings
 
 
 
 
 
 
 
 
 
 
 
 
 
 

2) Restart Printer

3) Network Settings > Settings for Universal Print

The only thing you need to enter is Printer Name and Application ID : f9fc375c-c7ba-4e5c-b213-23affd792cc1, everything else is by default "Initial Settings"

 
 
 
 

4) Network Settings > Settings for Universal Print

Click "Register"

Registration Status

Click [Register] and register the device using the URL for registration.
To display the latest registered information, click the update icon for [Last Updated].
Registration Status :Not Registered

5) You might have to disable IPv6

Wednesday, September 6, 2023

Acrobat Pro 64-bit - The File table entry 'snapshot_blob.bin' has no associated entry in the Media table.

 Error: Product: Adobe Acrobat (64-bit) -- Error 2602.The File table entry 'snapshot_blob.bin' has no associated entry in the Media table.

Solution: Open MSI with Orca, change LastSequence for last file in Media table to last file sequence in File table.


Thursday, December 2, 2021

How to download Office 365

1) Download https://www.microsoft.com/en-us/download/details.aspx?id=49117

2) Run the exe, extract to a folder

3) Rename one of the configuration xml to configuration.xml that you want to download

4) setup.exe /download

Monday, August 15, 2016

Running ActivePerl compiled executable in linux

Perl Error:
Panic: '/usr/lib64/perl5/CORE/libperl.so' is not an ActivePerl 5.14 library

Solution 1: remove noexec switch from /tmp
Solution 2: perlapp --tmpdir "tmp_directory", for me I created a tmp folder in the same folder as the executable, and then referenced to it using --tmpdir. when the executable execute, it extracts all the required libraries to the "tmp_directory".