krash

joined 3 years ago
[–] krash@lemmy.ml 1 points 5 days ago

I used freshrss for quite some time, but the themes always looked a bit "off" for me. Went to miniflux and its awesome in its minimalism.

[–] krash@lemmy.ml 7 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I have a surface Go Gen1 and linux worked flawlessly on it. The bootup was tricky af though.

There is a tiny linux surface community that I created here on Lemmy, ask your questions there and I'll be happy to help (while making the answers avaible to others In the same situation): https://lemmy.ml/c/surfacelinux

[–] krash@lemmy.ml 1 points 1 month ago (1 children)

But proton drive soaent have a linux client yet, I suppose you just upload your files there once through the web interface and don't sync?

[–] krash@lemmy.ml 1 points 1 month ago

Hmm, nocodb is a webapp first and foremost. It does have binaries to run directly on the host, but I'm not entirely sure to recommend this over libreoffice actual app for database management. I believe it would be more in line with OPs requirement.

[–] krash@lemmy.ml 4 points 3 months ago (1 children)

With macOS or Asahi?

He is on another level, so I imagine he can solve issues that arise compared to the average person 😁

[–] krash@lemmy.ml 1 points 3 months ago (1 children)

Whaaaat, you're having a good experience with teams in Firefox? I've run into all kinds of problems with teams under Firefox in linux, particularly with codecs and not being able to receive video. It works better under edge in linux, but unsurprisingly, the best teams experience is under the native client in Windows.

[–] krash@lemmy.ml 3 points 3 months ago (2 children)

Correct me I'd I'm wrong, but with docker you're limited to the filesyatems and the image of the OS you're installing. If you need to experiment with the pre-OS boot events, can that even be accomplished with docker? E.g., trying out different GRUB settings, setting up LUKS with dropbear etc. I think those things require a VM.

[–] krash@lemmy.ml 3 points 3 months ago* (last edited 3 months ago) (7 children)

Why is flatpak a security risk? The applications run isolated and offer higher security, unless I'm missing something?

[–] krash@lemmy.ml 3 points 3 months ago

I've been using linux on and off for 20 years and docker reignited my interest for running linux. There's plenty of good guides and free courses, if you need help finding one - let me know and I'll send you a YT playlist.

[–] krash@lemmy.ml 10 points 4 months ago

Briar, for communication during internet blackouts or when there is no connectivity at all.

[–] krash@lemmy.ml 2 points 4 months ago

Will keep an eye on this, looks interesting!

[–] krash@lemmy.ml 1 points 4 months ago

Can vouch for kopia, excellent backup tool.

 

I've seen a lot of posts for a lot of different homepage for selfhosters: homepage, homer, homarr (which has an 700 MB image!).

I was after something lightweight, simple and easy to configure and get up and running without all the frills and flashy features. And I found a hidden geml in envlinks - a really simple dashboard that is supersimple to configure (just env-variables in the compose file) and still customisable enough for my needs.

Hope it will satisfy the need of other minimalists out there :-)

 

Hello all, I wan to create an alias of this command: alias dockps = "docker ps --format "table {{.ID}}\t{{.Names}}\t{{.Status}}\t{{.Ports}}""

The syntax for creating an alias is: alias $COMMAND = "docker ps --format "table {{.ID}}\t{{.Names}}\t{{.Status}}\t{{.Ports}}""

However, since there are quote marks, I assume they neet to be escaped with \. But in the case above, I'm getting the errors in fish and bash.

Fish error: $ alias dockps = "docker ps --format \"table {{.ID}} {{.Names}} {{.Status}} {{.Ports}}\""

alias: expected <= 2 arguments; got 3

Bash error: $ alias dockps = "docker ps --format \"table {{.ID}} {{.Names}} {{.Status}} {{.Ports}}\"" bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format "table {{.ID}} {{.Names}} {{.Status}} {{.Ports}}": not found

What am I doing wrong?

Thanks in advance!

Edit: For fish shell users out there, this can be accomplished by using func: $ function dockerps docker ps --format "table {{.ID}}\t{{.Names}}\t{{.Status}}\t{{.Ports}}" end $ funcsave dockerps

I'm leaving the question up as the question with escape characters is still relevant and can be a learning resouce.

64
submitted 10 months ago* (last edited 10 months ago) by krash@lemmy.ml to c/selfhosted@lemmy.world
 

Hello selfhosters.

We all have bare-metal servres, VPS:es, containers and other things running. Some of them may be exposed openly to the internet, which is populated by autonomous malicious actors, and some may reside on a closed-off network since they contain sensitive data.

And there is a lot of solutions to monitor your servers, since none of us want our resources to be part of a botnet, or mine bitcoins for APTs, or simply have confidential data fall into the wrong hands.

Some of the tools I've looked at for this task are check_mk, netmonitor, monit: all of there monitor metrics such as CPU, RAM and network activity. Other tools such as Snort or Falco are designed to particularly detect suspicious activity. And there also are solutions that are hobbled together, like fail2ban actions together with pushover to get notified of intrusion attempts.

So my question to you is - how do you monitor your servers and with what tools? I need some inspiration to know what tooling to settle on to be able that detect unwanted external activity on my resources.

view more: next ›