Bruno Fontes 6c66d88068 Adding script to check DNS on laptop
Laptop battery is not working, so when the clock is wrong, my DNS
server does not works (because of DNSSEC) and it makes the clock to not
be able to update properly.

So this script changes the DNS to Quad9 and forces update the clock time
before changing it back to my DNS server.
2019-06-14 02:35:57 -03:00
2019-04-13 20:59:28 -03:00
2018-06-11 13:44:55 -03:00
2018-09-27 10:33:14 -03:00
2018-07-31 11:23:12 -03:00
2018-07-27 20:43:17 -03:00
2018-10-25 14:30:52 -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.

Description
Just a huge amount of tests, shortcuts and other stuff. This is my messy drawer, do not expect organization here.
Readme 372 KiB
Languages
Shell 100%