This profile is from a federated server and may be incomplete. Browse more on the original instance.
funkajunk, 2 years ago to memes in Inspired by an earlier post, this one's for the IT workers. Port 80 is open so you can redirect to https, it’s not actually serving over http
Port 80 is open so you can redirect to https, it’s not actually serving over http
funkajunk, 2 years ago to memes in Oh hi there Meta
Meta
funkajunk, 2 years ago to news in Six suspects in assassination of Ecuador candidate murdered in prison It’s hitmen all the way down
It’s hitmen all the way down
funkajunk, 1 year ago (edited 1 year ago) to lemmyshitpost in The four houses dads belong to. Milwaukee = Gryffindor DeWalt = Ravenclaw Makita = Hufflepuff Ryobi = Slytherin
Milwaukee = Gryffindor
DeWalt = Ravenclaw
Makita = Hufflepuff
Ryobi = Slytherin
funkajunk, 1 year ago to linux in Is DNS Bloat too? At first I thought this was a joke, but it’s actually informative 🤔
At first I thought this was a joke, but it’s actually informative 🤔
funkajunk, 1 year ago to asklemmy in How to stop eating junk food? So many people still don’t realize that weight loss comes down to 90% diet and 10% exercise.
So many people still don’t realize that weight loss comes down to 90% diet and 10% exercise.
funkajunk, 1 year ago to memes in Flirting What a simp
What a simp
funkajunk, 2 years ago to linux in Question about RMM remote support on Wayland. Remote monitoring and management
Remote monitoring and management
funkajunk, 2 years ago to programmer_humor in The classic font size exploit My guess is Monokai?
My guess is Monokai?
funkajunk, 2 years ago to memes in These blueberries are getting expensive! Yeah, but I bet it looks dope.
Yeah, but I bet it looks dope.
funkajunk, 2 years ago to memes in Every day we stray further from God's light. At least the textures are similar 🤷♂️
At least the textures are similar 🤷♂️
funkajunk, 1 year ago to linux in Linux Mint 21.3: Empowering tech-savvy Moms with the Perfect Desktop Experience I have 18 people on my IT team and 6 are women.
I have 18 people on my IT team and 6 are women.
funkajunk, 1 year ago to foodporn in Homemade Charcuterie https://lemmy.world/c/confidently_incorrect
https://lemmy.world/c/confidently_incorrect
funkajunk, 1 year ago to asklemmy in How to stop eating junk food? Calories burned from running isn’t that great of a return. An estimate is that a 200 pound person burns 792 calories per hour running at 5mph (12min/mile, or 8kph) on a firm, level surface. A 140 pound person burns 555 calories in the same scenario. Source: captaincalculator.com/…/calories-burned-running-c… It’s much simpler to not consume excess calories, if you maintain a caloric deficit and don’t exercise at all you will lose weight.
Calories burned from running isn’t that great of a return.
An estimate is that a 200 pound person burns 792 calories per hour running at 5mph (12min/mile, or 8kph) on a firm, level surface. A 140 pound person burns 555 calories in the same scenario.
Source: captaincalculator.com/…/calories-burned-running-c…
It’s much simpler to not consume excess calories, if you maintain a caloric deficit and don’t exercise at all you will lose weight.
funkajunk, 1 year ago to linux in New Linux user here. Is this really how I'm supposed to install apps on Linux? Open the terminal and copy and paste the commands found in their install guide for Ubuntu: <span style="color:#323232;"># Download signing key </span><span style="color:#323232;">sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc </span><span style="color:#323232;"> </span><span style="color:#323232;"># Add the stable repository </span><span style="color:#323232;">echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mullvad.list </span><span style="color:#323232;"> </span><span style="color:#323232;"># Install </span><span style="color:#323232;">sudo apt update </span><span style="color:#323232;">sudo apt install mullvad-vpn </span>
Open the terminal and copy and paste the commands found in their install guide for Ubuntu:
<span style="color:#323232;"># Download signing key </span><span style="color:#323232;">sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc </span><span style="color:#323232;"> </span><span style="color:#323232;"># Add the stable repository </span><span style="color:#323232;">echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mullvad.list </span><span style="color:#323232;"> </span><span style="color:#323232;"># Install </span><span style="color:#323232;">sudo apt update </span><span style="color:#323232;">sudo apt install mullvad-vpn </span>