Skip to content

Instantly share code, notes, and snippets.

View oviniciusfeitosa's full-sized avatar
🧛

Vinícius Feitosa da Silva oviniciusfeitosa

🧛
View GitHub Profile
Executing the Docker Command Without Sudo
sudo usermod -aG docker $(whoami)

Available disk space on current directory

Command : du -sh
@oviniciusfeitosa
oviniciusfeitosa / [Ubuntu Gnome] VPN Client - Install and Connect
Last active July 5, 2017 13:15
[Ubuntu Gnome] VPN Client - Install and Connect
Install Network Manager VPNC client
- sudo apt-get install network-manager-vpnc
- sudo apt-get install network-manager-vpnc-gnome
Open network Manager and fill the with data like below:
- vpn.host.com.br
- username
- password
- Group name
- Group password
https://wiki.debian.org/BluetoothUser/a2dp
apt-get install pulseaudio pulseaudio-module-bluetooth pavucontrol blueman
service bluetooth restart
tecla "windows" > pulse
> blueman
https://github.com/RetroPie/RetroPie-Setup/wiki/Manual-Installation
@oviniciusfeitosa
oviniciusfeitosa / raspberry 5 inch lcd
Created July 17, 2017 05:57
raspberry 5 inch lcd
http://www.waveshare.com/wiki/5inch_HDMI_LCD#Image
@oviniciusfeitosa
oviniciusfeitosa / Runing Rancher server
Created July 20, 2017 00:36
Runing Rancher server
sudo docker run -d --restart=unless-stopped -p 8080:8080 rancher/server:stable
@oviniciusfeitosa
oviniciusfeitosa / Serialize jQuery Array as Object.js
Last active August 8, 2017 22:56
Serialize jQuery Array as Object
var parameters = {};
$("#form").serializeArray().map(function(x){parameters[x.name] = x.value;});
@oviniciusfeitosa
oviniciusfeitosa / Install non-free packagens apt-get
Last active August 10, 2017 18:30
Install non-free packagens apt-get
https://linuxdicasesuporte.blogspot.com.br/2017/07/w-possible-missing-firmware-debian.html
https://linuxdicasesuporte.blogspot.com.br/2015/02/instalou-o-sistema-e-nao-tem-rede.html