Skip to content

Random useful notes for using an Elementary OS 6.1 Jólnir/ Elementary OS 7.0 Horus.

Notifications You must be signed in to change notification settings

ldrahnik/elementary-random-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Search in terminal history

You can use history | grep [search term] to show history that includes the term, or if you want to go through the matching history one at a time (skipping duplicates) you can use ctrl+r, enter the start of the command, and press ctrl+r repeatedly to go back though the results.

(credits elementary/terminal#277 (comment))

Error during updating with AppCenter

Aborted due to failure (Error pulling from repo: While pulling runtime/io.elementary.Platform/x86_64/7.2 from remote appcenter: Validating dirtree 6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d (/files/etc/debuginfod/): Dir 0 in dirtree: Invalid NULL filename)
  • Solution
$ sudo flatpak --system repair

Create new terminal tab with the same working directory as previous one

  • double click on already opened terminal tab

Create new terminal tab with working directory

io.elementary.terminal -t --working-directory=$HOME/projects/..

Drivers for HP DeskJet Ink Advantage 5075

  • Download latest hplip-*.run file for Elementary OS from website
  • $ chmod x+u hplip-*.run
  • $ sudo hplip*.run
# configure: error: cannot find libusb support
$ sudo apt-get install -y libusb-dev
 
# configure: error: cannot find python-devel support
$ sudo apt-get install python3.9-dev
  • Restart laptop
  • Connect printer to created mobile hotspot, laptop connect to the same mobile hotspot
  • Run $ sudo hp-setup

About

Random useful notes for using an Elementary OS 6.1 Jólnir/ Elementary OS 7.0 Horus.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published