• 0 Posts
  • 39 Comments
Joined 3 months ago
cake
Cake day: March 24th, 2024

help-circle





  • pacman -Qq listet alle deine installierten Pakete auf, das zweite ‘q’ ist dazu da, dass in der Auflistung nicht die Versionszahlen dabei stehen.

    | ist eine Röhre welche die Standardausgabe vom ersten Befehl zur Standardeingabe des nächsten Befehls weiterleitet.

    pacman -S - installiert alle Pakete die über die Standardeingabe reinkommen, normalerweiße schreibt man anstatt dem Minus den/die Paketnamen hin, aber in diesem Fall will man ja die Pakete die über die Röhre reinkommen installieren, dazu ist das ‘-’ da.

    Zu Lange;Nicht Gelesen

    Die Zeile installiert alle deine Pakete nochmal neu.













  • I don’t think that’s possible with searxng (but I’m not 100% sure, but I can’t seem to find that feature)

    I know there are browser extensions which can filter out domains in search results for different search engines like google and duckduckgo.

    But the pinning/lowering/raising is a bit trickier to implement as an extension, because what kagi does is basically:

    1. Load 3 pages of search results in the backend
    2. Show a result as the first entry if it matches a rule for pinning
    3. Influence the search ranking algorithm with the lower/raise rules of the user
    4. Filter out blocked domains

    It would be possible but not as “streamlined” as Kagi does.

    Don’t get me wrong, Kagi definitely has its rough edges and the search ranking algorithm is sometimes very unpredictable, but it provides good enough results for me to be worth the 10$ per month for unlimited searches.