InFerNo

joined 1 year ago
[–] [email protected] 16 points 1 day ago (2 children)

He looks like Beavis

[–] [email protected] 7 points 3 days ago

Everybody knows you run faster with a knife

[–] [email protected] 2 points 4 days ago

Neat! I kept using du and df and work my way to the culprit. On PC's with GNOME I use baobab.

[–] [email protected] 4 points 4 days ago

My PC has a tpm, the CPU is simply on the unsupported list.

[–] [email protected] 0 points 5 days ago* (last edited 5 days ago)

How do you indicate going right with your left hand? Here you extend your arm in the direction you want to go.

Just looked it up to check and it's in the "wegcode" (traffic law), artikel 12.4 and 13.

[–] [email protected] 4 points 5 days ago

That's simply a matter of numbers. More people = more content, but people can't seem to get past the fewer content so they don't join/stay.

[–] [email protected] 4 points 5 days ago

They're the same, and one requires you to jump though hoops to install. OTOH Edge has rounded corners on the viewport which is weird as shit. And that dumb side bar...

[–] [email protected] 4 points 1 week ago (2 children)

Some people are into that

[–] [email protected] 2 points 1 week ago

I've always watered the top because a recipe had it as a step and now I know why 😄

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

If you weren’t wondering about the method of obtaining the data in the meme, you might want to reflect on why.

Literally what started this chain of replies, me asking how one gets these numbers. I learned how Americans come to these numbers now, I just feel there's some hostility in some of the replies simply for not knowing how something works but wanting to learn. It was simply the comment where I again saw someone mention numbers and now I really wanted to know where the numbers originated. I could have asked the same question in a top comment but I think the place where I asked is kinda irrelevant.

[–] [email protected] -4 points 1 week ago (2 children)

In my country voting is anonymous, how would anyone know based on their sex or color or whatever how anyone voted. Here, your vote is considered private so asking a person how they voted as they walk out the polling station is just a foreign concept to me.

What's even weirder is how you came to your conclusions. You really have to explain the mental gymnastics you used, because you're really coming out of nowhere.

[–] [email protected] 0 points 1 week ago

Happy to see you got it fixed

 

I'm not coming up with a lot of useful (clear) results when searching for a solution to this issue.

Is it OK to simply dd the 128GB disk to the 32GB disk using count to stop after the 16GB partition was cloned?

A bit more context: I had to clone a 16GB eMMC and only had a 128GB SD around. Now I purchased a 32GB eMMC and want to clone it again. The partition holds a root filesystem for an ARMv8 device. I don't have the 16GB eMMC anymore, that would have been the easy way out.

 

I'm trying to troubleshoot this DNS I have on a small old Odroid C1 board.

I have set up a static IP, but cannot get DNS to work. The image comes with systemd-resolved by default. I have notes that said to set a static IP, then disable systemd-resolved, and after a reboot the DNS would work, but that didn't work. I've looked into systemd-resolved a little bit, and have configured the DNS servers manually, which is required when using a static address.

My gateway is also my DNS.

Here is what I believe to be relevant output:

/etc/systemd/network/eth0.network:

[Match]
Name=eth0

[Network]
Address=192.168.10.44/24
Gateway=192.168.10.254
DNS=192.168.10.254
DNS=1.1.1.1

Output of resolvectl status and some pings:

[root@alarm alarm]# resolvectl status
Global
       LLMNR setting: yes
MulticastDNS setting: yes
  DNSOverTLS setting: no
      DNSSEC setting: allow-downgrade
    DNSSEC supported: yes
  Current DNS Server: 1.1.1.1
         DNS Servers: 192.168.10.254
                      1.1.1.1
Fallback DNS Servers: 1.1.1.1
                      9.9.9.10
                      8.8.8.8
                      2606:4700:4700::1111
                      2620:fe::10
                      2001:4860:4860::8888
          DNSSEC NTA: 10.in-addr.arpa
                      16.172.in-addr.arpa
                      168.192.in-addr.arpa
                      17.172.in-addr.arpa
                      18.172.in-addr.arpa
                      19.172.in-addr.arpa
                      20.172.in-addr.arpa
                      21.172.in-addr.arpa
                      22.172.in-addr.arpa
                      23.172.in-addr.arpa
                      24.172.in-addr.arpa
                      25.172.in-addr.arpa
                      26.172.in-addr.arpa
                      27.172.in-addr.arpa
                      28.172.in-addr.arpa
                      29.172.in-addr.arpa
                      30.172.in-addr.arpa
                      31.172.in-addr.arpa
                      corp
                      d.f.ip6.arpa
                      home
                      internal
                      intranet
                      lan
                      local
                      private
                      test

Link 2 (eth0)
      Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6
DefaultRoute setting: yes
       LLMNR setting: yes
MulticastDNS setting: no
  DNSOverTLS setting: no
      DNSSEC setting: allow-downgrade
    DNSSEC supported: yes
  Current DNS Server: 1.1.1.1
         DNS Servers: 192.168.10.254
                      1.1.1.1
[root@alarm alarm]# ping google.com
ping: google.com: Name or service not known
[root@alarm alarm]# ping tweakers.net
ping: tweakers.net: Name or service not known
[root@alarm alarm]# ping 192.168.10.254
PING 192.168.10.254 (192.168.10.254) 56(84) bytes of data.
64 bytes from 192.168.10.254: icmp_seq=1 ttl=64 time=0.329 ms
64 bytes from 192.168.10.254: icmp_seq=2 ttl=64 time=0.243 ms
^C
***
192.168.10.254 ping statistics
***
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.243/0.286/0.329/0.043 ms
[root@alarm alarm]# ping 1.1.1.1       
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=58 time=22.3 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=58 time=14.3 ms
^C
***
1.1.1.1 ping statistics
***
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 14.258/18.280/22.302/4.022 ms

Alternatives to systemd-resolved welcome, just need it to work.

 

 

I have a "Professional control pad PRO-2" (this one https://segaretro.org/Konix_Power_Pad), but unfortunately it does not work.

When I open it up and toy with the contacts I can get all the buttons to work at the same time, and indefinitely, by bridging the start button contact with a single piece of metal. The 3 lights will go on and stay on, and the game will keep receiving start repeatedly. I have tested this with Virtua Racing, it will start the game, go through all menus and then when the race starts it will pause and continue repeatedly. When I touch both sides of the start button contact with a multimeter it does nothing.

I don't know much about electronics, but I would like to repair this controller.

Here are pictures of the inside of the controllers.

https://imgur.com/a/WTQsCIt

I'm not seeing anything wrong, and the capacitors don't look leaky, but I could replace them. How can I best proceed?

 

I have 15 VM's running for clients and I'm looking for a way to keep the tools up to date without having to connect to each server and do it manually. A few examples are WinDirStat, Firefox, SSMS, Filelocator, etc.

We have expanded recently and I'm at the limits of doing this manually. These servers are not domain joined and are in separate virtual networks.

view more: next ›