Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

gnuhaut, to linux in Which terminal emulator do you use?

xterm on X11 (urxvt is also good but no true color support), foot on wayland

gnuhaut, to linux in is there any way to attach an audio to an image without re-encoding either

No. It says right there on the github, it can do all sorts of stuff. It can replace audio tracks.

gnuhaut, to linux in is there any way to attach an audio to an image without re-encoding either

Haven’t tried it myself, but there’s lossless-cut:

github.com/mifi/lossless-cut

gnuhaut, to linux in Is it actually dangerous to run Firefox as root?

On a typical home user desktop linux setup, there’s virtually no difference between your regular user and root.

Access to your data, emails, passwords, installing software (in /home), access to LAN and so on are already possible without root permissions, so there really is not a whole lot that an attacker cannot do even without root.

And then, if you use sudo or su (or whatever) to switch to root with a password, escalating to root privileges is basically trivial for an attacker. An attacker can divert your PATH to compromised binaries. They could just replace “sudo” with their own little script that steals your password.

gnuhaut, to linux in Wifi stopped showing in linux mint

Device-2: Intel Wireless-AC 9260 driver: iwlwifi v: kernel pcie: > speed: 5 GT/s lanes: 1 bus-ID: 3e:00.0 chip-ID: 8086:2526

So I assume this is not old info and the thing shows up in lspci?

wifi seems to be a shell script coming from tlp, maybe you can do:

sh -x /usr/bin/wifi

to figure out why it thinks you have no wifi. This gives you a trace of the commands that wifi actually runs.

Also, wifi should be managed by NetworkManager so you could look into that documentation and log files for that. Also look at kernel logs like dmesg maybe.

Also also, this could be hardware problem of course. Maybe it just needs to be fully powered off to reset. Have you tried removing the battery? If you cannot do that, there might be little hole at the bottom of the laptop, to stick a paper clip into, to completely power cycle the machine. Maybe that’ll reset it.

gnuhaut, to linux in Make Inkscape installed through Flatpak callable in the terminal as 'inkscape'?

This is not a bashism. It’ll work fine with any sh.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #