Skip to content

Instantly share code, notes, and snippets.

@lacherogwu
lacherogwu / apps-list.md
Last active January 22, 2023 19:38
Apps List

Ecommerce

  • medusajs.com - Shopify open source

Shopify Apps

  • MassFulfill - Upload tracking number in bulk(excel sheet)

ClickFunnels Apps

  • Useproof (x from Washington bought y)
  • Deadline funnel (scarcity)

Email Marketing

@lacherogwu
lacherogwu / reset-data.ps1
Created August 3, 2022 17:09
Reset Windows Mac Address & VolumeId
if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { Start-Process powershell.exe "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" -Verb RunAs; exit }
function Get-RandomAlphanumericString
{
Param($length)
return -join ((65..70) + (48..57) | Get-Random -Count $length | % {[char]$_})
}
# Change Mac Address