Just a huge amount of tests, shortcuts and other stuff. This is my messy drawer, do not expect organization here.
Go to file
Bruno Fontes 958dc79c93
Fixing cases where password were being displayed
Sometimes the "echo -e "$sudoPass\n" | yes" command
were displaying the password instead of confirming
something. So I changed it to make one thing at a
time.

First I refresh the use of sudo with password,
just using sudo in an echo command. So I can
use the command that really needs it with
not worries about asking the password.
2018-10-25 14:27:06 -03:00
apt-get Added a Basic apt-get updater 2018-06-11 13:44:55 -03:00
Backup Fixing Backup exclude file 2018-09-27 10:33:14 -03:00
Egnyte Adding egnyteToPath 2018-07-31 11:46:51 -03:00
Pacman Fixing cases where password were being displayed 2018-10-25 14:27:06 -03:00
Services Changing the old try to mount partition as a service to systemd.mount 2018-07-26 11:24:21 -03:00
SSH -mAdding a script to deployFrom Git using my KeyChain data 2018-09-22 11:48:19 -03:00
csound Adding a csound script that changes audio profile 2018-09-27 11:00:27 -03:00
README.md Formatting README.md 2018-07-27 20:43:17 -03:00
zshrc Including a few new commands and updates 2018-09-25 17:09:16 -03:00

linuxShortcuts

apt-get

update.sh

A basic script to update your packages with apt-get

Egnyte

pathToEgnyte.sh

A simple script that converts Egnyte file paths from Z:\ to our company website URL

Pacman

aur

Just a simple and fast shortcut to install aur packages using aurman with no confirmation.

Recommended: include in your ~/.bashrc the following line: alias aur='source ~/linuxShortcuts/Pacman/aur'

Usage: find your package on aur website and just type aur name-of-package.

Example: for visual-studio-code-bin just type aur visual-studio-code-bin. It will ask for your root password and it will install it with all dependencies.

updateRepositories.sh

A basic script to update the original packages with Pacman and aurman

Services

run-media-bruno-Multimedia.mount

My script to mount a partition out of FSTAB

SSH

check-ssh-identity.sh

Add a ssh identity if there is none.