linux (10)

Hojjat

How to install Interception Tools on Pop!_OS

Interception ToolsWhat is Interception Tools?It's a software that lives between the kernel and the X server. It processes the input events and can modify it. You can modify the keyboard layout, or make the keyboard act like a mouse, or... Pressing Esc is hard. Pressing…

Continue reading...
Hojjat

Fix Scrollilng Speed on Ubuntu 18.04

Install `imwheel`: sudo apt install imwheel Create a file with this content: #!/bin/bash # Version 0.1 Tuesday, 07 May 2013 # Comments and complaints http://www.nicknorton.net # GUI for mouse wheel speed using imwheel in Gnome # imwheel needs to be installed for this script to…

Continue reading...
Hojjat

CouchDB on Ubuntu 18.04

Install CouchDB using snap: sudo snap install couchdb Set the admin pass: sudo snap set couchdb admin=1 Give it permissions that it needs: sudo snap connect couchdb:mount-observe sudo snap connect couchdb:process-control Start the service: sudo snap start couchdb Go to this address in your browser:…

Continue reading...