The cheapest SBC x86-64 I can find is LattePanda Delta. But it cost ~$200.
kutsyk_alexander
- 0 Posts
- 23 Comments
Joined 3 years ago
Cake day: July 14th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
kutsyk_alexander@lemmy.worldto
Linux@lemmy.ml•Ok, I need to scream into the void. I have questions.
8·1 year agoDid you use this instruction? If so, i think you forgot this step
wget -O- https://download.opensuse.org/repositories/home:/bgstack15:/aftermozilla/Debian_Unstable/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/home_bgstack15_aftermozilla.gpg
kutsyk_alexander@lemmy.worldto
Linux@lemmy.world•Considering switching from Windows 11 and I have some questionsEnglish
2·1 year ago- Protondb - info about current state and playability of almost any game on Steam driven by community.
- AFAIK many calendar apps use CalDAV protocol which is quite universal. So basically any compatible with CavDAV protocol app (Thunderbird, Evolution) will work just fine.
- VS Code + some extensions - yes, I know that it is not an IDE. I use it for game development on Unity (C#) and it makes job done.
kutsyk_alexander@lemmy.worldto
Linux Mint@lemmy.ml•Anyone know why this happens? Drive dismounts
2·1 year agoCan you share a content of
/etc/fstabfile? It is the first place I would check in your situation.
kutsyk_alexander@lemmy.worldto
Ansible@lemmy.world•Use nested/dynamic variables in templateEnglish
1·1 year agoI try some tests based on your description, and I think I got a solution. Try to use host_vars
This is a playbook:
--- - name: Test for lemmy hosts: your_hosts vars: networks: ext: ipv4: "127.0.0.1" tasks: - name: Use template ansible.builtin.template: src: test.j2 dest: "/etc/iptables/rules.v4" owner: root group: root mode: "0644"This is a template file
test.j2:{% for rule in rules %} {{ rule }} {% endfor %}This is a
host2.ymlfile in ahost_varsdirectory:--- rules: - "-A INPUT -p tcp -s {{ networks['ext']['ipv4'] }} --dport 6000 -j ACCEPT"For another hosts you can create separate host files with variable
rules.
kutsyk_alexander@lemmy.worldto
Ansible@lemmy.world•Use nested/dynamic variables in templateEnglish
0·1 year agoWhich module do you use for inserting the template?
kutsyk_alexander@lemmy.worldto
Ubuntu@programming.dev•I'm giving Ubuntu a trial run on my personal laptop. Any tips or cool features?
3·1 year agoInstall tlp for better battery performance.
sudo apt install tlp tlp-rdw
kutsyk_alexander@lemmy.worldto
Linux@lemmy.ml•Best ways to Sandbox a sketchy Game on Linux?
101·2 years agoYou can try Firejail
kutsyk_alexander@lemmy.worldto
Tycoon Games@lemmy.world•What is your favorite tycoon game?English
1·2 years agoOpenTTD
kutsyk_alexander@lemmy.worldto
Pop!_OS (Linux)@lemmy.world•Quick question: how can I re-enable zram after running swapoff (without restarting)?English
4·2 years agosudo swapon /dev/zram0
If you like Factorio you definitely like Mindustry
Open source. Because for me this term is the most general.
kutsyk_alexander@lemmy.worldtoDistro Hopping - For People That Can't Make A Decision@lemmy.world•Distro hoppers, what's always on your install list when you've finished setup and logged in for the first time?English
1·2 years agohtop, midnight commander, nettools (ping, ifconfig), nmap, ssh server
kutsyk_alexander@lemmy.worldto
Liftoff!@lemmy.world•Reminder to clear your Liftoff cacheEnglish
5·3 years ago6.27 Gb





OpenTTD