Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tech_notes:programs [2025-03-03 Mon wk10 17:08] – [dpkg -l] baumkptech_notes:programs [2025-11-14 Fri wk46 16:19] (current) – [dpkg -l] baumkp
Line 13: Line 13:
   *chromium, web browser   *chromium, web browser
   *cmatrix, simulates matrix screen in terminal   *cmatrix, simulates matrix screen in terminal
-  *cpp, GNU C compiler+  *cpp, GNU C preprocessor
   *curl, CLI URL manipulation   *curl, CLI URL manipulation
   *eza, a modern replacement for ls   *eza, a modern replacement for ls
 +  *[[https://github.com/fastfetch-cli/fastfetch|fastfetch]] Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind. Also see [[https://itsfoss.com/fine-control-fastfetch/|Deep Dive With Fastfetch; a Neofetch Alternative]]
 +    *To run automatically when opening the terminal add the following to 
 +    ++++~/.bashrc:|
 +      *<code>if [ -f /usr/bin/fastfetch ]; then
 +        fastfetch</code>
 +      *where ''/usr/binfastfetch'' is the fastfetch executable with path. 
 +      ++++
   *firefox-esr, Firefox web browser   *firefox-esr, Firefox web browser
   *flatpak, application to deploy flatpak applications   *flatpak, application to deploy flatpak applications
-  *g++, GNU C++ compiler+  *%%g++, GNU C++ compiler%% 
 +  *gcc,
   *git, revision control system   *git, revision control system
   *gparted, Gnome partition editor   *gparted, Gnome partition editor
Line 29: Line 37:
   *librecad,  CAD System   *librecad,  CAD System
   *libreoffice, Office productive suit   *libreoffice, Office productive suit
-  *[[https://github.com/fastfetch-cli/fastfetch|fastfetch]] Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind. Also see [[https://itsfoss.com/fine-control-fastfetch/|Deep Dive With Fastfetch; a Neofetch Alternative]] 
  
 =====Python===== =====Python=====
Line 66: Line 73:
   *[[https://www.qownnotes.org/|QOwnNotes]], A markdown notepad that I used integrated with Nextcloud   *[[https://www.qownnotes.org/|QOwnNotes]], A markdown notepad that I used integrated with Nextcloud
 =====appimg===== =====appimg=====
-<- tech_notes:web_browsers|back ^ tech_notes:index|Start page ^ tech_notes:alpine|next->+<- tech_notes:web_browsers|back ^ tech_notes:index|Start page ^ tech_notes:linux_commands|next->