perishthethought

joined 1 year ago
[–] perishthethought@lemm.ee 4 points 3 weeks ago (1 children)

C'mon Dewey, there's nothin' wrong with a little machete fightin'

[–] perishthethought@lemm.ee 7 points 3 weeks ago

No, not really.

But hope you feel better soon.

[–] perishthethought@lemm.ee -4 points 1 month ago

/ end of thread

[–] perishthethought@lemm.ee 11 points 1 month ago (5 children)

What COM Port is your mouse on?

That question got me. SO glad we got past setting IRQs and setting up modems and dip switches and all that.

[–] perishthethought@lemm.ee 1 points 1 month ago (1 children)

And I will never forgive for them for that.

[–] perishthethought@lemm.ee 14 points 2 months ago* (last edited 2 months ago) (12 children)

How about this?

The Cathedral and the Bazaar : Musings on Linux and Open Source by an Accidental Revolutionary by Eric Raymond,

https://www.betterworldbooks.com/product/detail/the-cathedral-and-the-bazaar-musings-on-linux-and-open-source-by-an-accidental-revolutionary-9780596001087

It's from 1997 but addresses some of what you mentioned. Things have changed a lot since it was written though, so just keep that in mind.

[–] perishthethought@lemm.ee 2 points 2 months ago (2 children)

Oh rly? I'm on KDE!

[–] perishthethought@lemm.ee 0 points 2 months ago

Tuta (used to be called Tutanota), web and Android clients).

Because F++k Google.

[–] perishthethought@lemm.ee 2 points 2 months ago

Wow, what an odd coincidence.

[–] perishthethought@lemm.ee 5 points 2 months ago

Good thing...

ಠ_ಠ

 

Around 2000 or so, I used to work in tech support for a software company who had like 5000 Windows-based customers and 5 running Solaris. My boss chose me to learn Solaris when the previous "expert" left. I bought this book and started hacking. Good times!

 

Lurkers - what's your story?

 

Just sharing something neat I learned today about Linux...

In Windows, I used to do this a lot:
-- Be at a command prompt, in some directory, e.g.: C:\my files\more files
-- When I need to see that same folder in the Windows GUI, I'd type: start . (note the period, meaning "this directory")
-- The Windows file manager would open in a new window, focused on that same folder as the path.

I realized today I didn't know how to do that in Linux (I'm on Ubuntu) so I searched around and found the xdg-open command.

The man page for xdg-open says:

xdg-open opens a file or URL in the user's preferred application. If a URL is provided the URL will be opened in the user's preferred web browser.

At any terminal prompt, I type something like:

xdg-open .

or xdg-open ~/Documents

And boom! A new KDE Dolphin files window appears, focused on that path.

or this works too, but with a browser:

xdg-open http://eff.org

Rock and/or roll!

 

Pinry is like Pinterest, but open source and you can very easily self-host it. I just installed it a few days ago and it's really easy to learn; I've saved a few images in it that I wanted to keep. It's very handy, IMO.

This is the first self-hosted app I've installed that I think my family will want to use as well. Now, my SO and I can share pictures of things we want to work on around the house and such, and my kid can share pics of the dogs. Not exactly essential software but fun nonetheless!

The install via Docker was very easy. Just follow these steps. Just don't do what I did at first and follow the readme from a now out of date github repo. That doesn't work any more.

The source is here - https://github.com/pinry/pinry

Once you have it up, there's a bookmarklet visible from the home page that makes it very easy to "post" an image from any other site to your Pinry site in just a couple of clicks. There are Chrome and Firefox extensions instead, if you prefer. But wait - there's more! There's also an API included which would allow you to, for instance, post a Pin to your boards from the console via curl.

All in all, this is good stuff and I thank the team who are working on it very much.

 

Hi all - I am learning about Linux and want to see if my understanding is correct on this - the list of major parts of any distro:

  1. the Linux Kernel
  2. GRUB or another bootloader
  3. one or more file systems (gotta work with files somehow, right?)
  4. one or more Shells (the terminal - bash, zsh, etc...)
  5. a Desktop Environment (the GUI, if included, like KDE or Gnome - does this include X11 or Wayland or are those separate from the DE?)
  6. a bunch of Default applications and daemons (is this where systemd fits int? I know about the GNU tools, SAMBA, CUPS, etc...)
  7. a Package Manager (apt, pacman, etc...)

Am I forgetting anything at this 50,000 foot level? I know there are lots of other things we can add, but what are the most important things that ALL Linux distributions include?

Thanks!

 

Sharing the link to this project I found and really like. It's simple to setup with docker, simple to use but really helpful for people not already doing full-on budgeting, financial management.

It's allowed to me quickly setup all of my monthly, yearly, etc... subscriptions and see them in one place. It includes this nice summary screen so you can see what you're spending at a glance. (This is from my server but these are not the real numbers)

https://i.imgflip.com/85ltw7.jpg

 

Loving this weekly summary of things happening with self-hosting apps, etc...

 

The Master Control Program is dead.

 

Hi y'all. I've got an Intel Nuc 10 here. I want to run a few apps on it, like BitWarden, PiHole, NextCloud, Wireguard, and maybe more, just for my own use, inside my home.

Is there a way to guage whether the hardware is up to the task in advance? Like, if love to be able to plan this by saying, "this container will use x MB of ram and 5% of the cpu" and so on?

I want to run everything on this one PC since that's all I have right now.

EDITED TO ADD: T****hank you all! Great info. :thumbsup

view more: ‹ prev next ›