HackerTrans
TopNewTrendsCommentsPastAskShowJobs

letters90

no profile record

comments

letters90
·w zeszłym roku·discuss
It's simple to setup a resolver, really. Basically just "apt install unbound" and you have a resolver ready.

the only thing you might have to adjust is the access control

https://www.linuxbabe.com/ubuntu/set-up-unbound-dns-resolver...

      access-control: 10.0.0.0/8 allow
      access-control: 127.0.0.1/24 allow
      access-control: 2001:DB8::/64 allow
letters90
·w zeszłym roku·discuss
That'd be a really good idea

https://en.wikipedia.org/wiki/Root_name_server

To be honest, setting up a DNS4EU replica would just be a simple unbound
letters90
·w zeszłym roku·discuss
If denmark was to successfully adopt libreoffice they would probably invest in its upkeep aswell

Preventing another migration is a cost reduction in itself
letters90
·w zeszłym roku·discuss
Not in other countries besides the US. Haven't seen a printout since I started doing taxes.
letters90
·w zeszłym roku·discuss
With DBeaver I was able to use tnsnames.ora to use a few tricks to connect to an oracle db

It required certain host/user/cid combination to pass the whitelist.
letters90
·w zeszłym roku·discuss
The minecraft demo is quite impressive

https://browsercraft.cheerpj.com/
letters90
·w zeszłym roku·discuss
the update is gold, original message: "They are reproduceable" updated message "lol actually not"
letters90
·w zeszłym roku·discuss
I'm not the type to write a blog. I just don't want to invest that much.

What I do though is documenting for myself, everything.

It has helped me greatly in the last few years
letters90
·w zeszłym roku·discuss
I was asking myself the same question, looking for something noteworthy.

No there's nothing here to find. The way to go is in the linked discourse, god it's ugly, use iperf.
letters90
·w zeszłym roku·discuss
I used nspawn to get a system running in the most ridiculous way.

A debian aarch64 vm on kvm starting a systemd-nspawn for an unpacked raspberry pi 3 iso.

It works way too well judging by how ridiculous it was.

Still saved me a few days instead of setting things up myself.

I actually liked how easy it is to spin up nspawn as a systemd service

  [Unit]
  Description=Raspberry Image Machine
  After=multi-user.target

  [Service]
  Type=simple
  User=root

  ExecStart=/usr/bin/systemd-nspawn -D /mnt/ /sbin/init

  [Install]
  WantedBy=multi-user.target
letters90
·w zeszłym roku·discuss
> All you need to use is a mac.

Might as well require you to pay 1000$ up front to use.
letters90
·7 lat temu·discuss
I'm curious but too lazy to look it up myself. SO I'll just ask.

How far does the 'linux' specification go. Say I want to run a V program on AIX what kind of libraries will I need?

What about the 'windows' specification. Do the redistributables support windows 2000/7/Vista/8/8.1/10

We have a lot of different systems on our clients, mac as well. It would be nice to read concrete requirements for running to really see how much effort rolling out a V application would be.