Skip to content

Instantly share code, notes, and snippets.

View 2noScript's full-sized avatar
🤫
🤖 I love automation

thangpd 2noScript

🤫
🤖 I love automation
  • Việt Nam <3
  • 02:59 (UTC +07:00)
View GitHub Profile
If you'r using MAC Intel CPU you want to use VMware to virtual your desired OS such Windows or Ubuntu on the MAC OS you need to download VMware Fusion Player first then it has two version Pro and Player, the Player version is free for personal use but you need to create VM account to download and licence key.
You can create account to download yourself here:
https://customerconnect.vmware.com/group/vmware/evalcenter?p=fusion-player-personal
If you don't want to create account to get license, you can try below original license key for VMware Fusion Player:
COMPONENT:
VMware Fusion Player – Personal Use
@oleshkooo
oleshkooo / The_easiest_way_to_set_up_absolute_paths_in_your_TypeScript_project.md
Last active May 2, 2025 12:24
The easiest way to set up absolute paths in your TypeScript project
@DusanMadar
DusanMadar / TorPrivoxyPython.md
Last active March 11, 2025 09:09
A step-by-step guide how to use Python with Tor and Privoxy

A step-by-step guide how to use Python with Tor and Privoxy

Latest revision: 2021-12-05.

Tested on Ubuntu 18.04 Docker container. The Dockerfile is a single line FROM ubuntu:18.04. Alternatively, you can simply run docker run -it ubuntu:18.04 bash.

NOTE: stopping services didn't work for me for some reason. That's why there is kill $(pidof <service name>) after each failed service <service name> stop to kill it.

References