All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login


All New Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated

elicro / cleanup-old-file.psq

0 likes
0 forks
1 files
Last active 1744673383
1 # Define the path to the file or folder
2 $path = "C:\Program Files (x86)_1"
3
4 # Get the current user's identity
5 $currentUser = [System.Security.Principal.WindowsIdentity]::GetCurrent().Name
6
7 # Create a security identifier (SID) for the current user
8 $currentUserAccount = New-Object System.Security.Principal.NTAccount($currentUser)
9 $currentUserSid = $currentUserAccount.Translate([System.Security.Principal.SecurityIdentifier])

elicro / accel-ppp-auto-install-debian9.sh

0 likes
0 forks
1 files
Last active 1744331569
1 #!/bin/bash
2
3 # Autor: remontti.com.br
4
5 VERDE='\033[1;32m'
6 AZUL='\033[1;36m'
7 AMARELO='\033[1;33m'
8 NC='\033[0m'
9
10 echo " ${AZUL} .,,, ./##( ${NC}";
Newer Older

Powered by Opengist ⋅ Load: 69ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文