Need a bit of time for that, but can share details/diagram/code of mine later on
- 9 Posts
- 171 Comments
redlemace@lemmy.worldto
Technology@lemmy.world•Artemis II Astronauts Have ‘Two Microsoft Outlooks’ and Neither WorkEnglish
41·27 days agoI hope not. If they ask it to summarize the email that Houston sends them,
it couldwill be a disaster.FTFY
redlemace@lemmy.worldto
Technology@lemmy.world•Thousands lose their jobs in deep cuts at tech giant OracleEnglish
171·28 days agoBut hey! We are in on the AI bubble !! /s
redlemace@lemmy.worldto
Selfhosted@lemmy.world•Looking for recommendations on a rack.English
4·1 month agoMy first “rack” where just wooden beams. Worked like a charm.
Then I got a 19" rack for free. Cut out 90cm frtom the middel and “welded” back together so its roughly 150cm and fit where i wanted it. A light that comes on when the door opens made it perfect
redlemace@lemmy.worldto
Selfhosted@lemmy.world•Euro-Office, a good fork of highly criticized ONLYOFFICEEnglish
12·1 month agoI know, but the question was “what do you use” but agreed no doc SERVER
redlemace@lemmy.worldto
Selfhosted@lemmy.world•What do you use for your server administration?English
2·1 month agoExactly this! Oh, and gatus for the nice view (mostly own php talking to gatus api)
redlemace@lemmy.worldto
Selfhosted@lemmy.world•Euro-Office, a good fork of highly criticized ONLYOFFICEEnglish
132·1 month agoLibreoffice and syncthing. Works for me.
redlemace@lemmy.worldto
Technology@lemmy.world•Scientists uncovered the nutrients bees were missing — Colonies surged 15-foldEnglish
4·1 month agoWorks for me. I only mow early spring and early autumn. During spring and summer the yard runs on it’s own. Every year is different. Each year it looks different. Every year honey tast little different. But … that is how it’s supposed to be!
“brands” hate that, taste must be 100% predictable year to year. Just like wine. Grapes are different each year too. Imagine the amount of additives required to adjust (read that as ruin) the original flavor.
redlemace@lemmy.worldto
United States | News & Politics@lemmy.ml•Trump’s War on Iran Could Cost Trillions
4·1 month ago55.83% tariff for each country that did not step up and helped when he told them to would cover the costs /s
redlemace@lemmy.worldto
Technology@lemmy.world•Firefox's beta feature "Smart Window" shared browsing and search history to AI models without promptingEnglish
2·2 months agowaterfox a better balance between firefox & LibreWolf
There is also remmina (linux) or mobaxterm (win).
redlemace@lemmy.worldto
Linux@lemmy.ml•Please please please help me with a windows install
3·2 months agoI fear the day my garmin forerunner 305 dies on me … I push and pull all directly in gpx format using just my debian desktop. It auto-imports into workout-tracker too
Have you considered gadgedbridge? I use it for my huawei band instead of the huawei apps. Everything lands in a sql database you can even query directly using sqlite3 and script around the data
redlemace@lemmy.worldto
Linux@lemmy.ml•Please please please help me with a windows install
21·2 months agoIf you want dual boot, then usually: install windows, repartition and install linux.
But… Why not just run windows as a vm on your linux desktop? Not wine and the likes, just a vm in virtualbox or boxes or kvm
redlemace@lemmy.worldto
Selfhosted@lemmy.world•Suggestions for log aggregation for proxmox containersEnglish
7·2 months agoOn every device (but the central syslogserver or you create a loop that fills the drive in mere seconds)
/etc/rsyslog.d/99-centralsyslog.conf
$PreserveFQDN on *.* @192.168.1.66then on the central syslog server 192.168.1.66
/etc/rsyslog.d/01-syslog_receiver.conf
# provides UDP syslog reception module(load="imudp") input(type="imudp" port="514") # provides TCP syslog reception module(load="imtcp") input(type="imtcp" port="514")and also
/etc/rsyslog.d/20-save2postgresql.conf
# Load the PostgreSQL output module module(load="ompgsql") # Template for inserting logs template(name="pgsql-template" option.sql="on" type="string" string="INSERT INTO system_events (hostname, facility, priority, tag, message) VALUES ('%HOSTNAME%', %syslogfacility%, %syslogpriority%, '%syslogtag%', '%msg%' )") # Send logs to PostgreSQL *.emerg :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template *.panic :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template *.alert :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template *.crit :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template *.error :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template *.err :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template #*.warning :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template #*.warn :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template #*.notice :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template #*.info :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-template #*.debug :ompgsql:127.0.0.1,syslog,syslog_user,WeakPassword;pgsql-templateMake sure you install postgres, the rsyslog-psql module and create the database and tables.
Grafana can run on the same or any other server.
redlemace@lemmy.worldto
Selfhosted@lemmy.world•Suggestions for log aggregation for proxmox containersEnglish
8·2 months agoI use syslog on everything that can send it. All forward to a centralized rsyslog which stores directly into postgres. Grafana nativly can read from that. Super lightweight, super flexible. (I use 1 cpu and 2G mem and it works better than graylog which needed 4 cpu’s and 16 G ram)
redlemace@lemmy.worldto
Technology@lemmy.world•YouTube ads are about to get even longer and they’ll be unskippableEnglish
31·2 months agoYou guys get ads ?
you guys go to YT ? I wonder how and why it’s still out there. They make it so obvious they don’t want people to watch video’s there
redlemace@lemmy.worldto
Selfhosted@lemmy.world•Do you stick to the same linux distro across your devices?English
2·2 months agoEvery now and then I try something else (usually live usb from ventoy) just to see how others evolve. I like endevour, but I always en up with debian minimal install. Only on mylaptop I add xfce4. It’s just rock solid. For my wife’s laptop it’s elementary, only because of the looks just to make her move from windows to linux painlessly
redlemace@lemmy.worldto
United States | News & Politics@lemmy.ml•Fox News uses old clip of Trump after he wore hat while saluting slain US soldiers
3·2 months agoThe real question is, did he show up? Last time he had more urgent matters than honoring fallen soldiers (aka playing golf)
redlemace@lemmy.worldto
Selfhosted@lemmy.world•I'm using my home server and coding to rebuild my brain after a stroke.English
4·2 months agoBeen there done that. It’s much harder than it seems from this post. Your brain suffered severe damage, getting it to work again as good as possible takes huge amounts of energy and will power. Good job bro! (Watch yourself, don’t over do it)


got started Not pretty nor fancy, but at least there is some to start with ;)