User Tools

Site Tools


helpful_ubuntu_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
helpful_ubuntu_commands [2026/02/07 09:29] mikehelpful_ubuntu_commands [2026/04/08 08:26] (current) mike
Line 1: Line 1:
 ====== Helpful Ubuntu/Linux Commands and Procedures ====== ====== Helpful Ubuntu/Linux Commands and Procedures ======
-----+
 === Disable Ubuntu Pro "Ads", Etc. === === Disable Ubuntu Pro "Ads", Etc. ===
 <color red>First implemented in my network 03/20/2025; monitoring for effectiveness</color> <color red>First implemented in my network 03/20/2025; monitoring for effectiveness</color>
Line 76: Line 76:
 === Generate password hashes (useful for Ansible playbooks amongst other things) === === Generate password hashes (useful for Ansible playbooks amongst other things) ===
   mkpasswd --method=sha-512   mkpasswd --method=sha-512
 +  
 +==== Extracting encrypted/password protected .ZIP files ====
 +.zip files that have been encrypted with AES-256 cannot be extracted via the default 'unzip' program that the distro installs.  Instead, one must install **7zip**.  Perform the following steps:
 +  apt update
 +  apt install 7zip
 +Once installed, use the **7zz** command to extract the file (you will be prompted for the password used to initially encrypt the archive if one was used):
 +  7zz x <filename>
 +
 ==== Cookbook for passing client IP address to systems behind a reverse proxy ==== ==== Cookbook for passing client IP address to systems behind a reverse proxy ====
 === On the reverse proxy: === === On the reverse proxy: ===
helpful_ubuntu_commands.1770485389.txt.gz · Last modified: by mike

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki