• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle
  • Linux is not a company fighting for profits and market share, with software developers paid to work according to the company’s strategy.

    You want something in Linux that nobody cares to develop? Decelop it yourself or gtfo.

    A few hours ago I was helping a GUI-oriented colleague to get network working in a SUSE test installation. He had configured it in yast (a GUI admin interface), but he couldn’t get to the internets.

    I logged in, got me a command line:

    ip a s (it had an inteface with an IP, and it was up).

    ip r s (it had a default route to the world)

    ping 8.8.8.8 (it worked)

    host google.com (didn’t work, it’s always dns)

    vi /etc/resolv.conf (added search and nameservers, there were none).

    problem fixed (also suggested him to check his /etc/host, as domainame wasn’t set either).

    Why on earth do I want a gui to make simple things complicated - and silently fail while trying to do it? (yast couldn’t find wpa-supplicant, although this is a VM with no wifi).

    IMO, administering Linux through GUI tools is dangerous, because you probably don’t know, or don’t want to know, exactly what the tool is doing. It makes Linux as “inexplicable” as Windows.



  • It is not safe, it will explode, leak poisonous gases, kill everyone and all puppies and kittens, smack Earth out of its orbit into the Sun, and so forth.

    Having said that, some 6 months ago I noticed my 2 year old Samsung A71 had a slightly fat back, so after a few months (it was steady, not growing), I took it to a repair shack to have the battery replaced. The guy asked me if the battery was still holding normal charge, and I said yes, a whole day of usage.

    He asked me if I wanted to just “deflate” it. Well, yes.

    So he did what you said, and the universe is still unharmed.

    But in my case it was just gas trapped in the battery envelope; probably it overheated once while charging, but there was little or no damage to the battery itself. If even after passing gas yours is still swolen, it may mean your electrodes are deformed, which is probably more risky than my case.

    I’m not in any way recommending you to keep using it. It worked for me, but I’m a very lucky person.







  • When you say “login screen” is it graphical or the console?

    If it’s graphical, can you drop to the console (ctrl+alt+F1 ?) and try to login there? And with a brand new user (create one without the ssd) or root? Just to check if it’s something triggered by a user config pointing to the drive.

    Also, is your fstab using UUIDs or /dev/sdXn?

    After the hang, if you boot without the ssd, can you then find any errors in the message log from the previous boot?


  • Dogs were hardwired by selective breeding to worship their owners. Not long ago they at least were loyal companions. You got one off the streets, fed it leftovers, washed it with a hose, it lived in the yard, and it was VERY happy and proud of doing its job. Some breeds now were bred into painful disabling deformities just to look “cute”, and they became hysterical neurotic yapping fashion accessories. Useless high maintenance toys people store in small cages (“oh, but my child loves his cage”) when they don’t need hardwired unconditional lopsided “love” to feed their narcissism.


  • What’s the purpose? Which application do you have running on Linux that you think you need to compile everything, configure everything, and that will only run on an “advanced” distro?

    Is it some high specialized clustered distributed high performance, high availability computing application where you need your own kernel tweaks in?

    Or are you just a distro hopper, tinkering just for the sake of it and for imaginary bragging rights? If it’s for learning, try to establish a specific real goal and learn how to reach it.