sudo grub-mkpasswd-pbkdf2
Output:
grub.pbkdf2.sha512.10000.EXAMPLE000EXAMPLE000
| Sub AcceptAndRecreateWorkingVersion() | |
| Dim doc As Document | |
| Dim rev As Revision | |
| Dim com As Comment | |
| Dim originalTrackChanges As Boolean | |
| Dim revCount As Long | |
| Dim response As VbMsgBoxResult | |
| Dim authors As Collection | |
| Dim author As Variant | |
| Dim sOldAuthor As String |
| pages: | |
| - name: Home | |
| - size: small | |
| widgets: | |
| - type: twitch-channels | |
| channels: | |
| - theprimeagen | |
| - j_blow | |
| - piratesoftware | |
| - cohhcarnage |
| Install-Module -Name Microsoft.WinGet.Client -Force -Repository PSGallery | |
| Import-Module -Name Microsoft.WinGet.Client | |
| Repair-WinGetPackageManager |
| # Ensure the GitHub CLI is authenticated | |
| gh auth status | |
| # Initialize an empty array to hold all closed PRs | |
| $allClosedPRs = @() | |
| # Fetch closed PRs with a higher limit | |
| $closedPRs = gh pr list --state closed --json number,labels --limit 500 | |
| $closedPRs = $closedPRs | ConvertFrom-Json | |
| $allClosedPRs += $closedPRs |
| import os | |
| import rembg | |
| def process_images(input_dir, output_dir): | |
| if not os.path.exists(output_dir): | |
| os.makedirs(output_dir) | |
| for filename in os.listdir(input_dir): | |
| if filename.lower().endswith('.png'): | |
| input_path = os.path.join(input_dir, filename) |
| function Disable-Indexing { | |
| Param($Drive) | |
| $obj = Get-WmiObject -Class Win32_Volume -Filter "DriveLetter='$Drive'" | |
| $indexing = $obj.IndexingEnabled | |
| if("$indexing" -eq $True){ | |
| write-host "Disabling indexing of drive $Drive" | |
| $obj | Set-WmiInstance -Arguments @{IndexingEnabled=$False} | Out-Null | |
| } | |
| } |
| deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
| deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse | |
| deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse |
| ### MangoHud configuration file | |
| ### Uncomment any options you wish to enable. Default options are left uncommented | |
| ### Use some_parameter=0 to disable a parameter (only works with on/off parameters) | |
| ### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead | |
| ################ PERFORMANCE ################# | |
| ### Limit the application FPS. Comma-separated list of one or more FPS values (e.g. 0,30,60). 0 means unlimited (unless VSynced) | |
| # fps_limit= |
| ### Fading | |
| fading = true; | |
| fade-in-step = 0.06; | |
| fade-out-ste = 0.06; | |
| fade-delta = 3; | |
| fade-exclude = [ | |
| "class_g = 'yakuake'" | |
| ] | |
| ### Opacity |