willybe

@willybe@lemmy.ca

This profile is from a federated server and may be incomplete. Browse more on the original instance.

willybe,

Keep this quiet, but VPN to UK and sign up for channel 4. They have commercials, but UK does much funnier commercials than across the pond.

willybe,

Like a Bosch!

willybe,

Docker is a moderately sized step beyond VM.

I might recommend setting up VMs with something easy like VirtuaBox. When you have that figured out move on to Docker.

If your a casual user VMs are likely sufficient.

willybe,

I used awk to migrate users from one system to another. I created template scripts for setting up the user in the new system, I dumped the data from the old system, then used awk to process the dump and create scripts for each user in the new system. That was a fun project.

willybe,

Geez really? I had no idea that pedestrians were so careless, what is it about larger trucks that makes people jump out in front of them.

I like to see things as an opportunity, and I think we can use this as a lesson to do things differently. Like, let’s make trucks louder so you hear them before you see them. More Turbo, and how about vertical tail pipe stack. Next we can increase the number of lights, and make them brighter so that everyone can see. Let’s add more cameras and computers so the driver can see their blind spots simply by looking at the command console screen. We can even make these features available for free for a small amount of non invasive advertising.

Do you remember how trains solved the problems of cows derailing trains. They put a guard on the front. So let’s make an even bigger steel bumper.

willybe, (edited )

Yes that’s the right way to block root login. An added filter you can use the ‘match’ config expression to filter logins even further.

If you’re on the open network, your connection will be heavily hit with login attempts. That is normal. But using another service like Fail2Ban will stop repeated hits to your host.

Ssh listens on port 22, as soon as a connection is made the host moves the connection to another port to free up 22 for other new connections.Btw: I wasn’t thinking clearly here. Out going connections won’t be using port 22, but the listening incoming port is always 22.

willybe,

Match blocks allow you to restrict who/what is allowed or not allowed to connect to the server. There is a large number of options to utilize. Put this near the bottom of sshd_config. There should be an example there.

Here are some more examples: stackoverflow.com/…/sshd-with-multiple-match-sect…

willybe,

This is the way.

AKA don’t be this guy.

Don’t trust executables on your computer. A Windows VM in a Linux host that you revert to a prior snapshot of you’re really curious.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #