Skip to content

Instantly share code, notes, and snippets.

View alexishida's full-sized avatar
👨‍💻
Coding

Alex Ishida alexishida

👨‍💻
Coding
View GitHub Profile
@alexishida
alexishida / Manual Instalação Token ePass2003 Ubuntu.txt
Created August 16, 2021 13:26
Instalando token ePass2003 - Ubuntu
-----------------------------------------------------------------------------------------------------------------------------
PROCEDIMENTOS PARA INSTALAÇÃO ePass2003
Autor: Alex Ishida <[email protected]>
Data: 16/08/2021
Versão: 1.0.0.0
-----------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
# Instalando os Drivers
@alexishida
alexishida / Manual Instalação Token Safenet5110 Ubuntu.txt
Last active August 15, 2025 15:55
Instalando token SAFENET 5110 - Ubuntu
-----------------------------------------------------------------------------------------------------------------------------
PROCEDIMENTOS PARA INSTALAÇÃO SAFENET5110
Autor: Alex Ishida <[email protected]>
Data: 13/08/2021
Versão: 1.0.0.0
-----------------------------------------------------------------------------------------------------------------------------
PASSO 1, instale alguns pacotes disponíveis no repositório oficial do Ubuntu.
-----------------------------------------------------------------------------------------------------------------------------
sudo apt update
@alexishida
alexishida / draft-ethereum-network.txt
Last active August 19, 2022 19:36
Private Ethereum Network
# Install ethereum
https://geth.ethereum.org/docs/install-and-build/installing-geth#download-standalone-bundle
https://medium.facilelogin.com/build-your-own-blockchain-b8eaeea2f891
https://arctouch.com/blog/how-to-set-up-ethereum-blockchain/
chainid: 23852
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-properties-common

Mounting VirtualBox shared folders on Ubuntu Server 18.04 LTS (Bionic Beaver)

This guide will walk you through the steps on how to setup a VirtualBox shared folder inside your Ubuntu Server guest.

Prerequisites

This guide assumes that you are using the following setup:

You could still make this guide work with other setups (possibly with some modifications to the commands and whatnot).

@alexishida
alexishida / Rails Oracle Client 21 Linux
Last active November 18, 2025 17:17
Rails Oracle Client 21 Linux
# Version 21.6.0.0.0 (Requires glibc 2.14)
# Instalar a biblioteca (http://mirrors.kernel.org/ubuntu/pool/main/liba/libaio/libaio1_0.3.113-5_amd64.deb)
# sudo apt-get install libaio1 libaio-dev unzip
sudo apt-get install libaio1t64
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
# Criar a pasta
sudo mkdir /opt/oracle
@alexishida
alexishida / Linux-ubuntu-server-raspiberrypi.txt
Last active September 7, 2021 06:27
Ubuntu 20.04 Server Raspiberry Pi
# SSH PASSWORD
sudo pico /etc/ssh/sshd_config
PasswordAuthentication yes
PermitRootLogin yes
sudo service sshd restart
# Ubuntu configure locale e timezone
sudo dpkg-reconfigure locales
sudo dpkg-reconfigure tzdata
@alexishida
alexishida / android-commands.txt
Last active May 25, 2021 15:26
Android Commands
# Lib necessarias Ubuntu
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
# /dev/kvm device permission denied
$ sudo apt install qemu-kvm
$ sudo adduser $USER kvm
# Android SDK path (https://developer.android.com/studio/command-line/variables)
Linux: ~/Android/Sdk
# Android SDK
sudo mkdir /usr/lib/jvm
cd /usr/lib/jvm
# baixar o jdk8 no site da oracle
sudo tar -xvzf jdk-8u231-linux-x64.tar.gz
rm -rf jdk-8u231-linux-x64.tar.gz
export J2SDKDIR="/usr/lib/jvm/jdk1.8.0_231"
export J2REDIR="/usr/lib/jvm/jdk1.8.0_231/jre"
export JAVA_HOME="/usr/lib/jvm/jdk1.8.0_231"
export DERBY_HOME="/usr/lib/jvm/jdk1.8.0_231/db"
sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jdk1.8.0_231/bin/java" 0
@alexishida
alexishida / wemos d1 r32 Esp32.txt
Last active December 21, 2020 03:55
Esp32 wemos d1 r32
# Driver
https://sparks.gogo.co.nz/assets/_site_/downloads/CH34x_Install_Windows_v3_4.zip
# Configuring Arduino ide
https://www.instructables.com/Programming-the-WeMos-Using-Arduino-SoftwareIDE/
# Esp32 with Arduino ide (boardlinks)
https://dl.espressif.com/dl/package_esp32_index.json
http://esp32.net/
@alexishida
alexishida / pulseaudio-ubuntu.txt
Last active December 9, 2020 13:17
PulseAudio Ubuntu
# Install PulseAudio Ubuntu Manager
$ sudo apt-get update
$ sudo apt install pavucontrol
# Execute
$ pavucontrol
---------------------------------------------------------------------------------------------
# Restart pulseaudio