InFerNo

joined 2 years ago
[–] InFerNo@lemmy.ml 8 points 7 hours ago

Doesn't look like gnome in any way. That task bar looks like windows 11. Gnome doesn't have a task bar. The "bar" of icons on the left are discord servers.

[–] InFerNo@lemmy.ml 4 points 1 day ago

Hammer and chisel

[–] InFerNo@lemmy.ml 15 points 1 day ago (2 children)

Is it to make sure, or is it to make sure?

[–] InFerNo@lemmy.ml 4 points 2 days ago (2 children)

Is this copied from somewhere? I read this exact reply before on a similar Forest Gump post.

[–] InFerNo@lemmy.ml 2 points 2 days ago

Random capitalization of nouns

[–] InFerNo@lemmy.ml 3 points 4 days ago (1 children)

When you're on Linux, use czkawka to clean out your files. It searches for duplicates, big files, empty files, ...

Also works on windows, if you want to clean first.

https://github.com/qarmin/czkawka

btw, you're creating backups, right? A big disk 8TB is fairly inexpensive. Back it up before you do large file transactions.

[–] InFerNo@lemmy.ml 9 points 4 days ago

Regardless of how cute this is. Cats don't sleep in their own "beds", they sleep wherever they want.

[–] InFerNo@lemmy.ml 9 points 4 days ago (3 children)

It doesn't go anywhere. In the file explorer you can just open the disk and work with the contents. Linux can access ntfs drives.

You could detach them before installation, I did that with windows too in the past, to make sure they aren't accidentally formatted during installation.

[–] InFerNo@lemmy.ml 3 points 4 days ago (1 children)

The roots destroy sewer systems etc too. There's a bike path I take to work where the pavement is all distorted by the roots, making it very unsafe, but I still prefer that the trees are there.

[–] InFerNo@lemmy.ml 21 points 5 days ago (2 children)

I never ask for anything on stack, I just scraped by enough reputation to do basic shit, I'm not going to risk it by asking a duplicate question.

[–] InFerNo@lemmy.ml 30 points 5 days ago (1 children)

[VINCENT] But you know what the funniest thing about Europe is?

[JULES] What?

[VINCENT] It's the little differences. I mean, they got the same shit over there they got here, but, it's just, just, there it's a little different.

[JULES] Example?

[VINCENT] Alright, you can walk into a movie theatre in Amsterdam and buy a beer. And I don't mean just like in no paper cup. I'm talking about a glass of beer. And in Paris, you can buy a beer at McDonald's. And you know what they call a Quarter Pounder with Cheese in Paris?

[JULES] They don't call it a Quarter Pounder with Cheese? [VINCENT] No, they got the metric system there, they wouldn't know what the fuck a Quarter Pounder is.

[JULES] Then what do they call it?

[VINCENT] They call it Royale with Cheese.

[JULES] Royale with Cheese. What do they call a DOGE?

[VINCENT] DOGE's a DOGE, but they call it LA DOGE.

[–] InFerNo@lemmy.ml 6 points 5 days ago

Rubber ducking to the next level

 

I have a SMB share on a computer. It's set to anonymous access, meaning I don't have to enter a password to access the shares. All my PC's at home are Linux so this has served me for many years. I now have a Windows 11 laptop from work that refuses to connect to this device. The message it gives me is you can't access this shared folder because your organization's security policies block unauthenticated guest access

I have tried adding a new share that requires authenticated access, but Windows keeps giving the same error.

I have changed the protocol settings to be higher, but they had no effect. Here is my current config:

#======================= Global Settings =====================================
[global]

	protocol = SMB3_11
	client min protocol = SMB3
	client max protocol = SMB3_11

	workgroup = REDACTED.HOME

	server string = SAMBA

	map to guest = bad user

	hosts allow = 192.168.1. 127.

	printcap name = /etc/printcap
	load printers = no

	log file = /var/log/samba/%m.log

	max log size = 50

	security = user

#============================ Share Definitions ==============================
[smbshare]
   path = /mnt/share
   public = yes
   only guest = yes
   writable = yes
   browseable = yes
   create mask = 0777
   directory mask = 0777
   printable = no
   guest ok = yes

[smbshareauth]
   comment = Authenticated share
   path = /mnt/share
   read only = no
   public = yes

This config still works for my anonymous share on my Linux machine, but (still) not on Windows 11 with the authenticated share. Removing the anonymous share from the config and leaving only the authenticated share does nothing for Windows 11, still same error.

Protocol before was

	protocol = SMB3
	client min protocol = SMB2
	client max protocol = SMB3

I tried to connect to \\192.168.1.5\smbshareauth but that gives the above error. Help is greatly appreciated!

 

I would love to have a button on images in Jerboa that would completely invert the colors of an image. My retinas keep getting burned when I'm opening a post on my dark themed phone that is of a white image with text. It would be great to be able to view/read the image this way.

PS double tapping an image zooms it in waaaay too far. It should zoom to 100% size. My biggest pet peeve when trying to enlarge images.

25
submitted 4 months ago* (last edited 4 months ago) by InFerNo@lemmy.ml to c/linux@lemmy.ml
 

Has there been any mention of time management tools getting built in into GNOME? I thought I read something a short while ago that would land in one of the next versions, but I can't seem to find anything about it anymore. It had some sort of pomodoro timer as part of it and I thought it was a neat feature to look out for. Can't seem to find it anymore though. Perhaps it was a GNOME Circle post?

 

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.

11
submitted 11 months ago* (last edited 10 months ago) by InFerNo@lemmy.ml to c/archlinux@lemmy.ml
 

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.

edit:

The solution was to add DNSSEC=no in /etc/systemd/resolved.conf. I learned this by running journalctl -u systemd-resolved -f, which said DNSSEC validation failed for question google.com IN A: failed-auxiliary.

 

 

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?

 

Hi, I'm looking for info on the compatibility of the "Gold Cartridge" with regards to the Master System. I was looking at one of these and it says on the box that it's made for the Mark III and Master System. However, the form factor is different than other Master System cartridges, and it's also nothing like a Sega Card. I've been looking for information online, but to my surprise I'm not coming up with any answers.

Are the Gold Cartridges compatible with (EU) Master System consoles? Do they fit in the cartridge slot?

 

I have an old Logitech UltraX Premium low-profile scissor switch keyboard. Unfortunately this one's dieing, as one of the keys is now broken.

I'm not well versed in mechanical switches and I'm not native English, so some of the explained terminology is a bit harder to understand when I'm looking for the subtle differences in the switches.

I'm looking for the right switch that is somewhat similar to my current keyboard. On any given key I can apply some pressure, but the key will not press down. When I push a little harder, the key goes down to the bottom. What kind of switch am I looking for in this case? Linear, clicky, "tactile bump", ...?

I'm currently interested in the Keychron K5. It has similar dimensions with regards to height of the keys (around 2cm) and is a full layout.

Thanks in advance.

 

cross-posted from: https://lemmy.ml/post/2956502

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.

 

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.

 

It's been a while since they've made one.

I have a PineTime and my wife wants one too, so I was looking to see if there's any mention of a PT2 on the horizon, as well as catch up on all the hardware news, but to my surprise there hasn't been any news since april. Not a big deal, it's only a few months, but still, they used to provide monthly updates. Skipping an update can happen, but they basically skipped 3 months since the last one. What's going on?

view more: next ›