dadarobot

joined 1 year ago
[–] [email protected] 7 points 19 hours ago* (last edited 17 hours ago)

A lot of great advice from others here. Must admit i didnt read your whole post, pretty long. So this is more of general advice for switching. Also fairly long, so i dont blame you if you dont read this whole thing lol

I feel like you should find a good way to dip your toes into linux before you fully commit. Dual booting can be complicated, and will break from time to time. You should either spin up a virtual machine, or install linux on an old pc or laptop to test the waters, and figure out your new workflow. This is really my main piece of advice. Use both for a while.

Try to use linux the linux way, dont try to use it the way you use windows. A year or so ago LTT did a series of videos where they were using linux exclusively for a month. I was constantly frustrated when they tried to do things like manually copy files to the non user filesystem. You generally should never do that, and there is usually a location in your user directory that a program will also look for these files. You obviously won't know what the linux way to do things is right away, but that's part of why you want to use both windows and linux for a while. You will likely break your system at some point doing things wrong, when you dont know its wrong. Then just reinstall fresh and go again.

You should get a passing familiarity with the command line. You can do a majority of stuff in the gui, but when you run into problems, most advice online will use command line because it is mostly universal between distros and desktop environments. Linux is basically command line first, with a ton of great graphical front ends on top of it.

I expect the biggest pain points will be proprietary software that you might miss. Despite the claims of the linux evangelicals, there is not a good replacement for photoshop depending on what you use it for. Gimp works well for photo editing, but when i worked in marketing and had to pump out a bunch of ads quickly, it was a bit much to use gimp for. Just using that as an example. Stuff like this will be a major adjustment.

Ive been using linux almost exclusively for over 20 years, so i dont have much insight on how to make an easy transition. In fact when i have to use windows for work or something, i generally set it up with more of a linux workflow. Using lots of command line software etc

Good luck, have fun, and dont get too frustrated when things break!

[–] [email protected] 8 points 1 week ago (1 children)

Not a nintendo fan boy, but i will say i love that they focus more on good gameplay than having the flashiest graphics

[–] [email protected] 5 points 1 week ago

Yeah i agree. Ffxvi just came out on pc and square is whining about not hitting sales goals. Like visions of mana just came out and im still playing that. Give me a couple months to buy the game, dorks

[–] [email protected] -1 points 1 week ago

The DLCS aren't cosmetic - they're "additional" storylines.

Why are you defending the practice of selling incomplete games with the option to pay to play the entire game ON DAY 1?

What? Is it additional storylines or part of the main game? Who fucking cares, dont buy it if you dont want to. I only recently played the yuffy story on ff7r and it didnt add shit to my experience.

[–] [email protected] 15 points 2 weeks ago
[–] [email protected] 7 points 2 weeks ago (1 children)

Any reduction in plastic is a good thing.

[–] [email protected] 36 points 2 weeks ago (22 children)

Personally, id choose them over plastic ones if not just to save plastic

[–] [email protected] 18 points 2 weeks ago

Grow up. Dude wrote a good comment highlighting how these policies harm the consumer and you reply with "wow how cringe, capitalism good , actually"

[–] [email protected] 18 points 3 weeks ago

I gotta say, i love how these comments are civil. Linux often seems to devolve into turf wars. Just made me happy

[–] [email protected] 5 points 3 weeks ago

I was having issues with my pc hanging on reboot, so i changed the bios to auto boot when power is applied, and use a smart switch to manually power cycle when it hangs.

Not sure if the mac bios supports that, but its worth a look

[–] [email protected] 2 points 3 weeks ago (1 children)

I may be wrong, but isnt vi based on ed?

[–] [email protected] 1 points 1 month ago

Yeah the thing that made ipas make sense to me was imagining drinking grapefruit juice.

 
105
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/linuxmemes
 

Funny and informative

214
Rule (lemmy.sdf.org)
 
18
Help with VIA macros? (lemmy.sdf.org)
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

I just got a cidooo v21 numpad, and was very excited to use macros for OBS.

I have been using alt-z for tap-to-talk in obs, and i set up layer 3 to be obs macros. I want "enter" to be tap to talk ie alt-z. When i press the enter key and keep it held, it only registers as a short tap. I even made sure the macro is set for keydown on both keys.

Whats the simplest way to have the macro report as held for the duration of me holding the enter key?

Edit: potential alternate solution: whats the best way to have different macros for the press and release of the enter key? That way i could simply unmute on press and mute on release

 

I have a client with locally hosted security cameras. There is a DVR box that has a port open and a 3rd party app you can view the cameras from. Traditionally we have been forwarding the port to the WAN via the router there. Its a restaraunt btw.

When the ISP upgrades the router every few years there's a huge headache trying to get the ports back open and bridging the modem and router blah blah blah. Not only this, even though they are supposed to have a static wan ip, it does change from time to time.

What i would like to do is plug in a raspberry pi on the network and forward the DVR's ports somewhere accessable.

Im thinking of something along the lines of wireguard, but just for a single ip/port that i can tunnel over ngrok. Seems doable but i'm having trouble finding the proper terms to google. Port forwarding generally brings up router config, and tunnelling seems to expect you to be on the device who's ports you wish to access.

Any advice?

 

Beth Gibbons has announced a new solo record, so I gave this album a listen

40
Rule (lemmy.sdf.org)
 
155
I got covid :( (lemmy.sdf.org)
 
96
PSL (lemmy.sdf.org)
 
21
wireguard on freebsd (lemmy.sdf.org)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/selfhosted
 

I am trying to setup a wireguard server on freebsd using this guide. the only thing i've done different is make the AllowedIPs 0.0.0.0/0

I seem to have messed something up because when I have wireguard running, i cannot ping or curl anything from the server. It doesn't take down the machine though, I am still able to ssh into the server.

I still have yet to get the client to actually connect, but i assume this networking issue is a potential cause. googling doesn't seem to help me find anyone with my same issue.

my wg0.conf is as follows

[Interface] Address = 10.96.100.1/32 # address the server will bind to

ListenPort = 51820 # listener port

PrivateKey = [redacted]

[Peer] #phone

AllowedIPs = 0.0.0.0/0

PreSharedKey = [redacted]

PublicKey = [redacted]

 

This happening to yall too? /c/[email protected]

7
rule (lemmy.sdf.org)
 

view more: next ›