Skip to content

Instantly share code, notes, and snippets.

View jotisa's full-sized avatar
💭
WordPressING

Jonatan Tisnado jotisa

💭
WordPressING
View GitHub Profile
@jotisa
jotisa / gist:be4a5e9de8b66899db5f5b3989091851
Last active January 1, 2024 19:23
How to connect iPazzPort Bluetooth Keyboard
# To connect iPazzPort Bluetooth as it appears on the bluetooth listÑ
Pair the device with your PC or laptop on Linux Mint.
Then switch of the keyboard and turn on again and
Voila! The keyboard is functional!!!
* Just in case: To reconnect press the ENTER to the right on the number keyboard.
@jotisa
jotisa / freepbxarmbian
Last active January 30, 2023 21:52 — forked from morsine/freepbxarmbian
How to install FreePBX 15 with Asterisk 16 on Armbian or Orange Pi
# Note: These steps worked for me, but it might not work for you. This requires changing some stuff which might break your system.
# I am not responsible for anything
# be the root user!
sudo -i
# change the sources.list file contents
# open it and remove everything inside
nano /etc/apt/sources.list
@jotisa
jotisa / anaconda_install_chromeos.md
Last active November 12, 2022 08:53 — forked from TomatOid/anaconda_install_chromeos.md
Python4Physics: Installing anaconda on Chrome OS

Installing Anaconda on Chrome OS is very similar to a linux install, with a few extra steps.

  • Firstly, you will need to enable developer mode on your chromebook. Refer to the official google documentation for information on how to do this.
  • Now, you will need to download the latest Anaconda for 64 bit (most likely x86) linux to your Downloads folder. As of 5/12/2021, the latest version can be downloaded here.
  • You will now need to enter Chrome OS's super secret terminal by pressing the key combination Ctrl + Alt + T. You will find yourself in the very strange crosh terminal which is mainly used for debugging Chrome. To enter a proper shell environment, type shell and press enter. If this command fails, you are probably not in developer mode.
  • Note: you can paste into the terminal using the key combo Ctrl + Shift + V
  • We now need to change what direct