Atemu

joined 5 years ago
MODERATOR OF
[–] Atemu@lemmy.ml 7 points 6 months ago (1 children)

The originals remain untouched.

It is possible to override existing commands with aliases though. This is useful for setting flags by default. I have alias ls='ls --color' for instance such that whenever I run ls, it actually runs ls --color, providing colourful output.

Note that aliases are only a concept within your command line shell though. Any other program running ls internally won't have the flag added and wouldn't be able to use any of the other aliases either (not that it would know about them).

It's very easy to program your own "proper" commands though on Linux. If you had some procedure where you execute multiple commands in some order with some arguments that may depend on the outputs of previous commands, you could write all that as a shell script, give it some custom name, put it in your $PATH and run it like any other command.

[–] Atemu@lemmy.ml 8 points 6 months ago (3 children)

You could make aliases that are easier to remember for you.

If you e.g. had trouble remembering that mv does a rename, you could alias rename=mv. Ideally just put whatever you would have googled in "linux command to x" as the alias.

That's the power of Linux; you can tweak everything to your preferences and needs.

[–] Atemu@lemmy.ml 2 points 6 months ago (1 children)

There's nothing further I can tell you. You'll need to figure out which parts those sensors correspond to to draw any sort of conclusion.

I'd recommend you try the out-of-tree driver I linked. You can just rmmod the normal one and insmod the custom one at runtime.

[–] Atemu@lemmy.ml 3 points 6 months ago (3 children)

First of all you need to figure out which sensor this even is. On my nct6687, there's a sensor on the PCIe slot that is constantly >90° and that appears to be totally normal.

Could you post the output of sensors?

Here is how it looks like on my machine:

nct6687-isa-0a20
Adapter: ISA adapter
+12V:           12.26 V  (min = +12.14 V, max = +12.46 V)
+5V:             5.06 V  (min =  +5.00 V, max =  +5.08 V)
+3.3V:           0.00 V  (min =  +0.00 V, max =  +3.40 V)
CPU Soc:         1.02 V  (min =  +1.02 V, max =  +1.04 V)
CPU Vcore:       1.27 V  (min =  +0.91 V, max =  +1.40 V)
CPU 1P8:         0.00 V  (min =  +0.00 V, max =  +0.00 V)
CPU VDDP:        0.00 V  (min =  +0.00 V, max =  +0.00 V)
DRAM:            1.11 V  (min =  +1.10 V, max =  +1.11 V)
Chipset:       202.00 mV (min =  +0.18 V, max =  +0.36 V)
CPU SA:          1.08 V  (min =  +0.61 V, max =  +1.14 V)
Voltage #2:      1.55 V  (min =  +1.53 V, max =  +1.57 V)
AVCC3:           3.39 V  (min =  +3.32 V, max =  +3.40 V)
AVSB:            0.00 V  (min =  +0.00 V, max =  +3.40 V)
VBat:            0.00 V  (min =  +0.00 V, max =  +2.04 V)
CPU Fan:        730 RPM  (min =  718 RPM, max = 1488 RPM)
Pump Fan:         0 RPM  (min =    0 RPM, max =    0 RPM)
System Fan #1:    0 RPM  (min =    0 RPM, max =    0 RPM)
System Fan #2:  490 RPM  (min =  421 RPM, max =  913 RPM)
System Fan #3:    0 RPM  (min =    0 RPM, max =    0 RPM)
System Fan #4:  472 RPM  (min =  458 RPM, max =  939 RPM)
System Fan #5:    0 RPM  (min =    0 RPM, max =    0 RPM)
System Fan #6:    0 RPM  (min =    0 RPM, max =    0 RPM)
CPU:            +37.0°C  (low  = +30.0°C, high = +90.0°C)
System:         +25.0°C  (low  = +22.0°C, high = +48.0°C)
VRM MOS:        +22.0°C  (low  = +20.5°C, high = +66.0°C)
PCH:            +21.5°C  (low  = +18.5°C, high = +49.0°C)
CPU Socket:     +21.0°C  (low  = +19.0°C, high = +56.5°C)
PCIe x1:        +92.0°C  (low  = +76.5°C, high = +97.0°C)
M2_1:            +0.0°C  (low  =  +0.0°C, high =  +0.0°C)

Note that I use the https://github.com/Fred78290/nct6687d/ kernel module though. The upstream one doesn't label many temps.

[–] Atemu@lemmy.ml 1 points 6 months ago

I wouldn't go ARM unless you really like tinkering with stuff.

I bought a used Celeron J4105-based system years ago for <100€ and it's doing just fine. The N100 is its successor that should be better in every way.

Don't be afraid to buy cheap used hardware. Especially things like RAM or cases that don't really ever break in normal usage.

Two 4TB HDDs for 120€ each is a rip-off. That's twice what you pay per GB in high capacity drives. Even in the lower capacity segment you can do much better such as 6TB for 100€.

If you have proper (tested!) backups and don't have any specific uptime requirements, you don't need RAID. I'd recommend getting one 16TB-20TB drive then. That would only cost you as much as those two overpriced 4TB drives.

[–] Atemu@lemmy.ml 2 points 6 months ago

with regard/respect to

Whoever told you text is expensive to draw has no idea what they're talking about.

[–] Atemu@lemmy.ml 1 points 6 months ago* (last edited 6 months ago) (2 children)

No terminal emulator ever should affect the performance of the rest of your system.

I mean that totally w.r.t. how it feels to interact with the terminal emulator.

[–] Atemu@lemmy.ml 2 points 6 months ago (4 children)

A screencast cannot really capture that. Practically any terminal is fast enough to render a shitton of text quickly and "smoothly".

The difference in speed can only really be felt.

W.r.t. UI, it looks exactly like you'd expect a GTK4/adwaita terminal emulator to look.

[–] Atemu@lemmy.ml 0 points 6 months ago* (last edited 6 months ago)

Unless you frequently build this from source, you don't need to care about the pandoc build-time dep.

[–] Atemu@lemmy.ml 2 points 6 months ago

IME it feels much snappier than foot.

[–] Atemu@lemmy.ml 1 points 6 months ago* (last edited 6 months ago) (6 children)

I mean, it's a terminal emulator; what's it supposed to show, a bunch of white text on black background?

[–] Atemu@lemmy.ml 2 points 6 months ago

The problem with xterm is that everything else about it sucks. The only other half-decent performer is mlterm which is decent but has its share of issues.

This one feels quite snappy; better than foot.

 

Due to the lack of innovation, there wasn't really a community where discussion and news about alternative search engines would fit, so I created one.

I was introduced to Kagi by an IRL friend of mine and was initially veeery sceptical of a paid search engine. You can probably relate. Fast forward a few months, I gave it a trial and was very pleasantly surprised. So much so that I'm now a subscriber and use it on all my devices.

What's your experience like?

 

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

I'm trying out Actual and have imported my bank's (Sparkasse) data for my checking account via CSV. In the CSV import, I obviously had to set the correct fields and was a bit confused because Actual only has the "Payee" field while my CSVs have IBAN, BIC and a free text name (i.e. "Employer GmbH".)

IBAN is preferable because it's a unique ID while the free text name can be empty or possibly even change(?). (Don't know how that works.)
OTOH, the free text name is preferable because I (as a human) can use it to infer the actual payee while the IBANs are just a bunch of numbers.

Is it possible to use IBAN aswell as the free text name or have a mapping between IBAN and a display name?

How do you handle that?

 

I assume many of you host a DMS such as Paperless and use it to organise the dead trees you still receive in the snail mail for some reason in the year of the lord 2023.

How do you encode your scans? JPEG is pretty meh for text even at better quantisation levels ("dirty" artefacts everywhere) and PNGs are quite large. More modern formats don't go into a PDF, which means multiple pages aren't possible (at least not in Paperless).

Discussion on GH: https://github.com/paperless-ngx/paperless-ngx/discussions/3756

view more: ‹ prev next ›