Skip to content

Instantly share code, notes, and snippets.

View sergioPerez-e's full-sized avatar
🪄
Work from home

SergioPerez-e sergioPerez-e

🪄
Work from home
View GitHub Profile
@sergioPerez-e
sergioPerez-e / adding-alias-linux.md
Last active March 20, 2025 03:10
Adding alias to a command on Linux

Adding a permaent alias to a command on Linux

I will create a permanent alias of gnome-text-editor to text to be more aficient.

  1. edit bashrc.
nano ~/.bashrc  
@sergioPerez-e
sergioPerez-e / ubuntu-setup-2025.md
Created March 13, 2025 09:56
ubuntu configuration

UBUNTU 24.04

cd Download

sudo apt-get update && sudo apt-get upgrade -y
sudo apt install wget gparted gdebi vlc cheese neofetch headers-$(uname -r) linux-headers-generic git unzip unrar ntfs-3g p7zip ufw synaptic

sudo apt-get install gnome-tweaks
sudo ubuntu-drivers devices
@sergioPerez-e
sergioPerez-e / recovery-linux.md
Created March 2, 2025 11:34
recovery linux mode

Enter to Recovery mode on Linux

Cuando luego del grub Linux se queda en pantalla negra, en pantalla negra con un dash blanco estatico o con un dash blanco parpadeante. Usar el recovery mode de las opciones del grub no funciono tampoco.

No encontre una solucion a este problema por lo que opte por instalar otra distro. Puse algunas recomendaciones para evitar esto, al tener siempre el SO actualizado causa mucha inestabilidad.

Apesar de tener una version antigua del kernel que no me dio problemas, si quitaba nomodeset del arranque volvia el error.

SO:

@sergioPerez-e
sergioPerez-e / Linux-wifi-firmware.md
Last active January 25, 2025 23:41
Linux-wifi-firmware
@sergioPerez-e
sergioPerez-e / Shortcuts-customs.md
Last active March 2, 2025 10:25
Shortcuts-customs

DEBIAN, UBUNTU, XFCE, SHORT CUTS, SCREENSHOOTS, KEYBOARD

Keyboard shortcuts customs for Ubuntu/Debian (Gnome, XFCE) Auto save screenshots

Gnome (Ubuntu/Debian)

Disable-auto-group_by_application-switch-shorthcut (Debian, Linux Mint)

  1. settings > keyboard
  2. keyboard shortcuts > customize
@sergioPerez-e
sergioPerez-e / Disable_Bluettoth_auto turn-on.sh.md
Last active March 2, 2025 10:09
Disable_Bluettoth_auto turn-on.sh

Disable auto start Bluetooth adapter

Disable auto-turn on Blueoorh on Debian

Edit main.conf

  1. nano /etc/bluetooth/main.conf
  2. replace true by false in the label AutoEable
  3. save, exit, reboot
@sergioPerez-e
sergioPerez-e / check-package-size.md
Last active March 2, 2025 10:13
check-package-size

Check Package Size

Check package and its size on Ubuntu/Debian. Tested on Ubuntu 24, Debian 12

  1. The package must exist on the reposority
sudo apt-get update
apt show package_name | grep Size
@sergioPerez-e
sergioPerez-e / install-uninstall-horizon_client.md
Last active March 2, 2025 10:30
Install and Uninstall VMware Horizon Client for Linux
@sergioPerez-e
sergioPerez-e / ConvertHEICtoJPG.md
Last active March 2, 2025 10:34
Convert HEIC to JPG

Convert HEIC to JPG

How to Convert HEIC to JPG, tested on Fedora 37

Installation

The lastest version with DNF donesn't work. Install with YUM

sudo yum install libheif-1.13.0