Comment on
*Permanently Deleted*
Reply in thread
Add three more zeros to that number, friend.
Comment on
*Permanently Deleted*
Reply in thread
Add three more zeros to that number, friend.
Comment on
Trump appointed Walz to serve on the Council of Governors in 2019
Reply in thread
How is this conversation not a political discussion? What makes this an ‘ad’? I’m just curious for your point of view.
Edit: (forgot ‘this’)
Comment on
Self-Driving Waymo Cab Smashes Into Delivery Robot
Reply in thread
It appears the video may have been sped up in the part just before the impact. I would like to see the unedited clip, I bet it was way less severe than it looked.
Comment on
My favourite piece of Internet history
Is that Dwigt from Threat Level Midnight?
Comment on
Jean-Claude
Jean-Clad Van Denim
Comment on
Math(s)
Someone’s never played darts, I see.
Comment on
Could someone explain how to set up a lemmy instance with ansible for an absolute beginner
Reply in thread
I’m not trying to be mean, but I think you might be trying to jump straight into the deep end before learning to swim. While the commands have been included in the guide in order for you to be able to install this, it really does help to understand what those commands do, and what they mean. I suggest first getting to know your pi a little bit better, learning how to get SSH going on that and then moving on to installing Ansible. There’s information on the raspberry pie website on how to get SSH enabled on your pi.
Comment on
Carbs rule
Reply in thread
Pa-a-aaasta!
Comment on
'Jibbering nonsense': Trump thinks that Biden may 'crash' the DNC and take back nomination
Reply in thread
Oh, how I miss u/shittymorph’s posts.
Comment on
Could someone explain how to set up a lemmy instance with ansible for an absolute beginner
Reply in thread
And which step in this process did you get stuck, and what were the errors, if any?
You gotta give us some more info here.
Comment on
King Charles’ €500K lobster dinner blows hole in French presidency’s budget
Reply in thread
Personally, it’s absolutely maddening to see this long ass reply in every thread. I know I can block it, but I choose to downvote instead. Perhaps the bot creator could shorten the reply to a single line and a link?
Just my $0.02
Comment on
Just another annular eclipse pic
Reply in thread
I agree I could have toned down the saturation a bit. It was processed in the camera app of my iPhone. Here’s the original
Comment on
Could someone explain how to set up a lemmy instance with ansible for an absolute beginner
Reply in thread
SSH may be installed on the pi but may need to be enabled. That was the second to last bullet point in the requirements. The final on being to install Ansible. If you did not get the requirements taken care of, installation will not be successful.
Please first try to SSH into your pi. Once you have that done, you should install Ansible. After that, you should be able to run the playbook from step 7 and we can proceed from there.
Comment on
Dems Forgot Democracy Begins At Home #Shorts #USA #Elections #Democracy #KamalaHarris #DonaldTrump
I don’t like the way they did it, and should have held some sort of primary or whatever, but our choices are now Harris, Trump, or none. I know who I am voting for, and it ain’t the weirdo Trump.
Comment on
Behind the scenes shot from way back in 1985
Reply in thread
Maybe Aliens?
Comment on
Could someone explain how to set up a lemmy instance with ansible for an absolute beginner
Reply in thread
It should already be there if it’s a Win or Linux, you just need to enable SSH on the pi, then you can remote into it by running this from a command line / shell:
Where ‘pi’ is your user on your pi, and ‘1.2.3.4’ is the IP address or hostname for the pi.
Just want to add too that installing and hosting something like Lemmy is not really a beginner task. I’m not trying to discourage, quite the opposite. You should just know this will be a challenging endeavor, but will be rewarding once you do complete it, and you will learn a lot in the process.
Comment on
Donald Trump would have been convicted over 2020 election, says special counsel
Reply in thread
For the uninitiated: https://youtu.be/VqzkKs5shCM?si=1grOTfbM2mI4G1JY
Comment on
King Charles’ €500K lobster dinner blows hole in French presidency’s budget
Reply in thread
Good point. I guess several mobile clients are having issues with the spoiler tag.
Comment on
Dems Forgot Democracy Begins At Home #Shorts #USA #Elections #Democracy #KamalaHarris #DonaldTrump
Reply in thread
What is PSL, and who is Claudia de la Cruz? I’ve not heard of either. Is she campaigning for President?
Comment on
Could someone explain how to set up a lemmy instance with ansible for an absolute beginner
Reply in thread
No not really. You first enable it on the raspberry pie. Then you access your raspberry pie from your normal computer by running this command in your command line or shell: ssh [email protected] where ‘user’ is your raspberry pi user (pi by default), and ‘1.2.3.4’ is the ip address of the pi.