[-] dadarobot@lemmy.sdf.org 7 points 17 hours ago* (last edited 15 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!

[-] dadarobot@lemmy.sdf.org 36 points 2 weeks ago

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

22
Phil spectrum (lemmy.sdf.org)
[-] dadarobot@lemmy.sdf.org 61 points 2 months ago

Most of the biden haters i know on the left are upset about his support for israel. Harris has been much more critical of the genocide. We'll just have to see.

I didnt want to vote for biden, but was still going to vote blue no matter who. Im glad i dont have to vote for genocide anymore.

[-] dadarobot@lemmy.sdf.org 28 points 2 months ago

100%. People want to act like it was a "bad debate performance" but it was absolutely eye opening to the american people. Its not about who won or lost a debate.

98
submitted 2 months ago* (last edited 2 months ago) by dadarobot@lemmy.sdf.org to c/linuxmemes@lemmy.world

Funny and informative

221
Rule (lemmy.sdf.org)
[-] dadarobot@lemmy.sdf.org 37 points 4 months ago

How do they know? No one's checked mine. Can yall have someone sent over?

[-] dadarobot@lemmy.sdf.org 59 points 4 months ago* (last edited 4 months ago)

Linux is unix-like, and not from the same family really. ChromeOS is based on linux, so similarly unix-like. Mac is Darwin, which is actually unix. Also all BSDs are unix

37
Help with VIA macros? (lemmy.sdf.org)
submitted 5 months ago* (last edited 5 months ago) by dadarobot@lemmy.sdf.org to c/mechanicalkeyboards@lemmy.ml

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

[-] dadarobot@lemmy.sdf.org 44 points 6 months ago

The customer is always right, in matters of taste.

[-] dadarobot@lemmy.sdf.org 41 points 7 months ago* (last edited 7 months ago)

Waydroid runs decently on the pinephone. On a phone with better specs, it might be downright usable for proprietary apps.

Potentially a proton-style layer could really ease transition, like on the steamdeck

[-] dadarobot@lemmy.sdf.org 62 points 7 months ago

Everyone saying Android is completely missing the point. I mean yeah, it runs the linux kernel, but i feel like most of yall wouldn't call ChromeOS linux on the other hand.

The obvious connotations are privacy, choice, wayland/x11 support, a useful terminal, a rich foss ecosystem, and arch btw.

14

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?

12
submitted 7 months ago by dadarobot@lemmy.sdf.org to c/music@lemmy.world

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

48
Rule (lemmy.sdf.org)
170
I got covid :( (lemmy.sdf.org)
submitted 11 months ago by dadarobot@lemmy.sdf.org to c/memes@lemmy.ml
114
PSL (lemmy.sdf.org)
submitted 11 months ago by dadarobot@lemmy.sdf.org to c/memes@lemmy.ml
21
wireguard on freebsd (lemmy.sdf.org)
submitted 1 year ago* (last edited 1 year ago) by dadarobot@lemmy.sdf.org to c/selfhosted@lemmy.world

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]

[-] dadarobot@lemmy.sdf.org 33 points 1 year ago

Very likely a parody account

view more: next ›

dadarobot

joined 1 year ago