Skip to content

Instantly share code, notes, and snippets.

View StepanPetei's full-sized avatar
🏠
Covid-19 edition

Stepan Petei StepanPetei

🏠
Covid-19 edition
View GitHub Profile
@StepanPetei
StepanPetei / install_google_chrome.sh
Created February 2, 2025 03:09 — forked from twistedpair/install_google_chrome.sh
Install Google Chrome in Ubuntu Linux with apt-get
# Installing google chrome via APT (sadly no SNAP available from Google, like there is for Chromium)
# Setup the Google signer and repo
curl -O https://packages.cloud.google.com/apt/doc/apt-key.gpg && sudo apt-key add apt-key.gpg
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
# Install
sudo apt-get update
sudo apt-get install google-chrome-stable
@StepanPetei
StepanPetei / gist:6cd93396f19c6559eba022d6d856387c
Last active January 14, 2025 21:24 — forked from khakimov/gist:3558086
Matrix Effect in you terminal
#!/bin/env sh
lines=$(tput lines)
cols=$(tput cols)
awkscript='
{
letters="ァアィイゥウェエォオカガキギクグケゲコゴサコゴサザシジスズセゼソゾタダチヂッツヅテデトドナニヌネノハバパヒビピフブプヘベペホボポマミムメモャヤュユョヨラリルレロヮワヰヱヲンヴヵヶヷヸヹヺ・ーヽヾabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@#$%^&*()"
lines=$1