I have to pip install with uv and create a venv to… wait why didn’t gcc finish linking I can’t read this error WTF where is my this lib I’ve installed 30 packages from apt
- 0 Posts
- 6 Comments
It’s easy to build most flatpaks on flathub into bundles from source.
An example building KDE's weather application from source
# Setup for building bundles sudo apt install flatpak flatpak-builder git flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo # Building flatpak bundles from source code git clone https://github.com/flathub/org.kde.kweather cd org.kde.kweather flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo builddir org.kde.kweather.json flatpak build-bundle repo org.kde.kweather.flatpak org.kde.kweather # Installing the build on any device that has completed setup flatpak install -y --user ./org.kde.kweather.flatpak # Running the installed flatpak flatpak run org.kde.kweatherThe flathub organization account contains everything needed for most applications on flathhub
edit: I write code sometimes, and building projects from source is often a painful process that can feel overwhelming and hopeless at times. I was really impressed when I realized this was possible, and went and built some of my favorite applications from source afterwards.
0t79JeIfK01RHyzo@lemmy.mlto
Technology@lemmy.world•Departing Meta staffer posts biting anti-AI video internally amid mass layoffsEnglish
332·1 month agoWow he really reminds me of someone

0t79JeIfK01RHyzo@lemmy.mlto
Linux@lemmy.ml•How to check pc for spyware and can you say there is no spyware or is it probabilityEnglish
1·2 months agodeleted by creator
0t79JeIfK01RHyzo@lemmy.mlto
Linux@lemmy.ml•How to check pc for spyware and can you say there is no spyware or is it probabilityEnglish
25·2 months agoYou can
- Watch network access - What is communicating to the outside? Why is it? What is it communicating? I like sniffnet
- Watch CPU and GPU usage - What is using resources? Why is it? I like Mission Center and
ps auxfin the terminal - What is using the disk? I like Filelight and Disk Usage Analyzer
- Run AV software. I don’t have any recommendations.
- And I guess sometimes you can also find it when benchmarking software because you want the absolute best performance.
You can also assume you are compromised and use a solution like a Faraday cage. If you’re trying to detect advanced spyware, it might be better to check network activity from outside the device like what network activity is the router managing for the computer.
0t79JeIfK01RHyzo@lemmy.mlto
Technology@lemmy.world•EFF is Leaving X | Electronic Frontier FoundationEnglish
1·3 months agoThe traffic seems well ranked still. Maybe concerns of algorithmic censorship? As an example, X.com now promotes posts from premium users, and then has an extra promotion mode for premium+ users. (Normal users are now much less visible than premium users)
edit: I don’t like my comment