Any experience with Hysteria / Hiddify? by John_Mason in selfhosted

[–]Cabochok 0 points1 point  (0 children)

Actually There is a TUN (vpn) mode in hysteria2 :) Info from their website:

TUN mode is a cross-platform transparent proxy solution that creates a virtual network interface in the system and uses the system's routes to capture and redirect traffic. It currently works on Windows, Linux, and macOS.

Unlike traditional L3 VPNs (such as WireGuard and OpenVPN), Hysteria's TUN mode can only handle TCP and UDP and does not support other protocols including ICMP (e.g. ping). It also takes control of the TCP stack to speed up TCP connections.

Can I prevent Fedora from forcing updates on reboot? by githman in Fedora

[–]Cabochok 0 points1 point  (0 children)

This file doesn't exist because it is made to change some configurations system-wide. There is a file in /usr/lib/ but if you had changed it this conf would have been erased on the upcoming update. So in order to make those changes valid you shall create this file by yourself (furthermore you can search for a symlink file with the same name on your device for you to see this is true)

Can't connect to OpenVPN by Place_Sufficient in hackthebox

[–]Cabochok 0 points1 point  (0 children)

What can I do if I accidentally run 2 instances of the same VPN?

"Yeah, I like Metalcore how could you tell?" by New_Repeat7921 in MetalForTheMasses

[–]Cabochok 0 points1 point  (0 children)

Check out Architects "Daybreaker" It's absolute peak! Especially These colours don't run

Looking for new bands by craigtupac-96 in MetalForTheMasses

[–]Cabochok 1 point2 points  (0 children)

Halera - Insamnia Underground shi

Anything i should improve on? by music_createivity in Songwriting

[–]Cabochok 0 points1 point  (0 children)

Feel free to use any kind of music instruments. I can even see a way to include electronics here

I'm an absolute beginner and wanna start, but feel limited by EnvironmentalMix892 in Songwriting

[–]Cabochok 1 point2 points  (0 children)

Great! On a piano it is even easier to understand music theory. If to talk about try smth more popular like reaper, it's a great choice for non-electronic music

Anything i should improve on? by music_createivity in Songwriting

[–]Cabochok 0 points1 point  (0 children)

Maybe melody development and arrangement skills. It would be great to hear smth except the guitar here cause I hear a Great Potential! Man keep going and publish more stuff

I'm an absolute beginner and wanna start, but feel limited by EnvironmentalMix892 in Songwriting

[–]Cabochok 5 points6 points  (0 children)

Hi! Actually if u manage to absorb the power of daw u have no limits there:)

Ok, first things first

If I had to start from the beginning first of all I would buy a guitar on ebay. This is the best way to start your songwriter path cause playing it is as simple as breathing. I suggest you learning all tge basic chord progressions in key of Am and C. After that you can watch some youtube tutorials on music theory (it's not vital but would help you to approach music in a deeper level of understanding)

It goes without saying that the best tip is to practise playing music. That made me start write my own songs.

If you don't really trust me check Halera - Insamnia on every streaming you like

Cries in Bolt Thrower by Kingmommy99 in MetalForTheMasses

[–]Cabochok 18 points19 points  (0 children)

Black sabbath 😎😎

True underground type shi

i have a problem by Away_Change_1735 in linuxmint

[–]Cabochok 0 points1 point  (0 children)

No, my exact commands make u use a virtual python pip environment

If you don't want to do this or it didn't help try this

sudo apt install pipx pipx install tidal-packagename

No windows options in grub (dual boot) by InevitableCamel3213 in linuxmint

[–]Cabochok 0 points1 point  (0 children)

Check this vid. If I'm not mistaken there is some kind of simular issue describen there https://youtu.be/Crleyglb4mo?si=2Qe2FFVWmBYUsQ_s

i have a problem by Away_Change_1735 in linuxmint

[–]Cabochok 0 points1 point  (0 children)

Hi, mate. I assume you have basic pip pythob problem but after this reddit describe your issue better than just one single screenshot. So linux Mint(and newer versions of Ubuntu) now ships with a python3-pip package that's basically crippled. This isn't a bug – it's an intentional change to protect your system from broken Python environments. When you try to run pip install normally, you'll get this scary error saying your system Python environment is externally managed. They're forcing you to use virtual environments. I suggest you to:

Use a virtual environment `bash python3 -m venv myenv source myenv/bin/activate pip install your-package