Linux Software

Resources for Linux Software


COLORLS _


Installing Colorls.
sudo gem install colorls

DRIVER UBUNTU _


ubuntu-drivers devices
sudo ubuntu-drivers autoinstall

GNOME TWEAKS _


Installing Gnome Tweaks.
sudo apt-get install gnome-tweaks

Packages :

Error ArcMenu.
sudo apt install gir1.2-gmenu-3.0

GOGH COLOR _


1. Rename profil terminal.
bash -c  "$(wget -qO- https://git.io/vQgMr)"
2. Chose colorscheme.
"Arthur" number "09" or other theme

GRUB CUSTOMIZER _


  • Option 1

In Ubuntu Software search : Grub Customizer.


  • Option 2
1. Add Grub Customizer PPA repository to your system.
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
2. Upgrade your system’s Repository Index.
sudo apt-get update
3. Install Grub Customizer.
sudo apt-get install grub-customizer

Link: Grub Customizer

INKSCAPE _


sudo apt-get install inkscape

Link: Inkscape

LIQUIDCTL _


1. Install dependencies.
apt install -y git build-essential libssl-dev libffi-dev python3-dev python3-pip python3-setuptools python3-pkg-resources python3-docopt python3-hidapi python3-hid python3-usb libusb-1.0
2. Install libusb.
sudo apt-get install libusb-1.0.0-dev
3. Clone the repository.
git clone https://github.com/jonasmalacofilho/liquidctl
4. Navigate to the liquidctl directory.
cd liquidctl/
5. Install liquidctl.
python3 setup.py install

Link: Liquidctl

MATTER _


Configure entry in Grub Customizer Install Grub Customizer

1. Install Grub Mkconfig.
sudo grub-mkconfig
1. Install Grub Mkconfig.
./matter.py -i linux windows recovery ubuntu ubuntu ubuntu ubuntu bios restart shutdown

Link: Matter


1. Install Opencorsairlink
sudo snap install opencorsairlink
2. Connect the raw-usb interface.
sudo snap connect opencorsairlink:raw-usb
3. Connect the hardware-observe interface.
   sudo snap connect opencorsairlink:hardware-observe
4. Set the fan mode.
sudo opencorsairlink --device 0 --fan channel=0 or 1 or 2 or 3 or 4,mode=3
5. Install liquidctl.
python3 setup.py install

Link: Opencorsairlink

PYTHON _


Link: Python

RUBY _


  • Option 1

In Ubuntu Software search : Ruby 3.0.2.


  • Option 2
1. Install Ruby.
sudo apt-get install ruby-full

Link: Ruby

SENSORS _


1. Install Sensors.
sudo apt-get install lm-sensors
2. Detect sensors.
sensors

Link: Sensors

SNAP _


1. Install Snap.
sudo apt install snapd

Link: Snap