Skip to content

Instantly share code, notes, and snippets.

View tarcisiomiranda's full-sized avatar

Tarcisio Miranda tarcisiomiranda

View GitHub Profile
@JoeyBurzynski
JoeyBurzynski / sysctl.conf
Created December 11, 2019 07:13
sysctl.conf Optimization / Ubuntu 18.04
# Kernel sysctl configuration file for Linux
#
# Version 1.14 - 2019-04-05
# Michiel Klaver - IT Professional
# http://klaver.it/linux/ for the latest version - http://klaver.it/bsd/ for a BSD variant
#
# This file should be saved as /etc/sysctl.conf and can be activated using the command:
# sysctl -e -p /etc/sysctl.conf
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and sysctl.conf(5) for more details.
@nickadam
nickadam / ps1_to_cmd.ps1
Created March 31, 2020 16:38
[ps1_to_cmd] Convert a multiline PS1 script to a single line cmd file #PowerShell
$s = Get-Content script.ps1 | Out-String
$j = [PSCustomObject]@{
"Script" = [System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes($s))
} | ConvertTo-Json -Compress
$oneline = "[System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String(('" + $j + "' | ConvertFrom-Json).Script)) | iex"
$c = [convert]::ToBase64String([System.Text.encoding]::Unicode.GetBytes($oneline))
("Powershell -NoLogo -NonInteractive -NoProfile -ExecutionPolicy Bypass -Encoded " + $c) | Out-File -Encoding Default script.cmd
@davidteren
davidteren / nerd_fonts.md
Last active May 5, 2026 21:56
Install Nerd Fonts via Homebrew [updated & fixed]
@smilzo
smilzo / tutorial ISO.txt
Last active June 6, 2024 06:06
Create ESXi 7.0U3c install ISO with USB-NIC Fling
I need form my homelag to create an ISO with the fling USB-NIC because the realtek chipset
on motherboard is not recognized by ESXi 7.0U3c, so I used an USB Network adapter for my
home assembled server with an i9 9900k
You can find the Fling at: https://flings.vmware.com/usb-network-native-driver-for-esxi and
download ESXi703-VMKUSB-NIC-FLING-51233328-component-18902399.zip
Now download the offline VMware-ESXi-7.0U3c-19193900-depot.zip from your VMWare account, I'm working
on a new version with the online version, but now it work with the zip from VMWare
Install VMware Powercli
Open Powershell as Administrator and launch

Bem vindo candidato(a)!

Vamos explicar como funciona o nosso desafio:

Imagine que um desenvolvedor recebeu uma tarefa de uma pessoa da equipe de produto. A pessoa de produto queria poder controlar sondas em outros planetas por meio de comandos. Para explicar o funcionamento do produto, o seguinte exemplo foi escrito em um pedaço de papel:

Explicação da necessidade:

Tamanho da área do planeta : 5x5
@ayebrian
ayebrian / vmware.md
Last active May 13, 2026 01:20
VMware ESXi / Workstation / ISO Downloads

Download VMware ISOs in this repo

Also I would happy if you visit my site with tech tips!: https://hausmer.com

All license keys and activation files have been removed in accordance with GitHub's Terms of Service.

Only official trial installers are available. Bring your own license (BYOL).