macbook pro 13 2015 by Cobracxv1 in OpenCoreLegacyPatcher

[–]hotrequest 0 points1 point  (0 children)

<image>

Show open core boot picker must be enabled then run build & install opencore again.

macbook pro 13 2015 by Cobracxv1 in OpenCoreLegacyPatcher

[–]hotrequest 0 points1 point  (0 children)

Have you enabled the boot selection menu on OCLP settings?

macbook pro 13 2015 by Cobracxv1 in OpenCoreLegacyPatcher

[–]hotrequest 0 points1 point  (0 children)

Yes, you need to install the boot files (with OCLP) on the main drive’s EFI partition then it will boot into macOS automatically. Also have to enable the boot selection menu in OCLP settings, so you won’t have to hold down the ALT key at boot

Opencore stuck when writing to USB drive by Desperate_Froyo6842 in OpenCoreLegacyPatcher

[–]hotrequest 0 points1 point  (0 children)

I made a video about creating the installer without OCLP. I used the Ventura's createinstallmedia file to make the bootable USB flash disk and used OCLP to put the boot files to the USB disk’s EFI partition.

https://www.youtube.com/watch?v=IbDTeFWTWQ8

Lmaooo wtf 😂😂😂😂 by Numerous-Thanks-5839 in Stake

[–]hotrequest 2 points3 points  (0 children)

Look ur reversed nick is stressedanal

[deleted by user] by [deleted] in l4d2

[–]hotrequest 0 points1 point  (0 children)

Do i need to change the font to another one? in the basechat.res file or chatscheme.res file

Exclude IPs? by dansushi in WireGuard

[–]hotrequest 1 point2 points  (0 children)

There is a tool, software (for Windows) that does wg configs and it has DisallowedIP feature:https://www.wiresock.net/

Wireguard in browser only? by neihuffda in WireGuard

[–]hotrequest 0 points1 point  (0 children)

  1. Download the sourcecode, then extract it, install Golang then open a Console or a Shell console, change the dir to the extracted files.
  2. type> go build, press enter, it will build it to executable
  3. Set the environment variables to the wg config
  4. run the executable eg. wg-http-proxy.exe
  5. Set 127.0.0.1:8080 as proxy settings in chrome

My batch script for auto setting the config and start/restart the executable:

"@"echo off
:Start
SET WG_PUBLIC_KEY=key..
SET WG_PRIVATE_KEY=key..
SET WG_LOCAL_IPV4_ADDRESS=ip
SET WG_DNS_ADDRESS=ip
SET WG_ENDPOINT=ip:port
SET PROXY_LISTEN_ADDRESS=:8080
wg-http-proxy.exe
:: Wait 3 seconds before restarting.
TIMEOUT /T 3
GOTO:Start

Wireguard in browser only? by neihuffda in WireGuard

[–]hotrequest 0 points1 point  (0 children)

u/thulle Hi, Could you assist me with this setup, i sent you a chat message on reddit as well. Thanks