New Dev into Ubuntu

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • FiraCode

    Free monospaced font with programming ligatures

  • # !/usr/bin/env bash fonts_dir="${HOME}/.local/share/fonts" if [ ! -d "${fonts_dir}" ]; then echo "mkdir -p $fonts_dir" mkdir -p "${fonts_dir}" else echo "Found fonts dir $fonts_dir" fi version=5.2 zip=Fira_Code_v${version}.zip curl --fail --location --show-error https://github.com/tonsky/FiraCode/releases/download/${version}/${zip} --output ${zip} unzip -o -q -d ${fonts_dir} ${zip} rm ${zip} echo "fc-cache -f" fc-cache -f

  • Docker Compose

    Define and run multi-container applications with Docker

  • # https://docs.docker.com/compose/install/ # Run this command to download the current stable release of Docker Compose: sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose # Apply executable permissions to the binary: sudo chmod +x /usr/local/bin/docker-compose

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • espanso

    Cross-platform Text Expander written in Rust

  • #snap sudo apt-get update sudo apt-get install xclip sudo snap install espanso --classic espanso start #debian wget https://github.com/federico-terzi/espanso/releases/latest/download/espanso-debian-amd64.deb sudo apt install ./espanso-debian-amd64.deb espanso start

  • Emby.Releases

    Contains binary releases

  • # Ubuntu X64 # Download emby-server-deb_4.6.4.0_amd64.deb wget https://github.com/MediaBrowser/Emby.Releases/releases/download/4.6.4.0/emby-server-deb_4.6.4.0_amd64.deb | bash sudo dpkg -i emby-server-deb_4.6.4.0_amd64.deb # Open a web browser to http://localhost:8096 # # Permissão usuário ao acesso web # chown -R emby:emby /path/to/your/folder # sudo adduser emby www-data # Utilizando Emby com um HD Externo sudo mkdir /hdd sudo nano /etc/fstab # add this line to end of file: /dev/sda1 /hdd ntfs defaults 0 0 # mount the hard drive sudo mount /hdd #chmod permissions: sudo chmod 777 /hdd -R

  • franz

    Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.

  • sudo apt-get install libappindicator3-1 wget https://github.com/meetfranz/franz/releases/download/v5.7.0/franz_5.7.0_amd64.deb -O franz.deb | bash sudo dpkg -i franz.deb sudo apt-get install -f

  • distributions

    NodeSource Node.js Binary Distributions

  • # fonte: https://github.com/nodesource/distributions/blob/master/README.md # Using Ubuntu curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt-get install -y nodejs # npm sudo apt-get install -y build-essential

  • NoiseTorch

    Real-time microphone noise suppression on Linux.

  • # https://github.com/lawl/NoiseTorch wget https://github.com/lawl/NoiseTorch/releases/download/0.11.4/NoiseTorch_x64.tgz | bash # Unpack the tgz file, into your home directory. tar -C $HOME -xzf NoiseTorch_x64.tgz # This will unpack the application, icon and desktop entry to the correct place. # Depending on your desktop environment you may need to wait for it to rescan for applications, or tell it to do a refresh now. # With gnome this can be done with: gtk-update-icon-cache # You now have a noisetorch binary and desktop entry on your system. # Give it the required permissions with setcap: sudo setcap 'CAP_SYS_RESOURCE=+ep' ~/.local/bin/noisetorch # If noisetorch doesn't start after installation, you may also have to make sure # that ~/.local/bin is in your PATH. On most distributions e.g. Ubuntu, # this should be the case by default. If it's not, make sure to append if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi # to your ~/.profile. If you do already have that, you may have to log in and # out for it to actually apply if this is the first time you're using ~/.local/bin. # ---------------- # Removendo Noise Torch rm ~/.local/bin/noisetorch rm ~/.local/share/applications/noisetorch.desktop rm ~/.local/share/icons/hicolor/256x256/apps/noisetorch.png

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • You don't have to type faster to type faster

    2 projects | news.ycombinator.com | 3 Apr 2024
  • Espanso: Because Who Actually Likes Typing Out Their Emails?

    1 project | dev.to | 1 Apr 2024
  • Goldboot – packer alternative for machine images written in Rust

    1 project | news.ycombinator.com | 10 Mar 2024
  • Polish characters and formatting issues on MacOS

    1 project | /r/espanso | 8 Dec 2023
  • Custom RAM boot PXE Linux

    5 projects | /r/linux | 6 Dec 2023