diff --git a/Wireless/install.sh b/Wireless/install.sh index 313f084..7f44a90 100644 --- a/Wireless/install.sh +++ b/Wireless/install.sh @@ -1,4 +1,9 @@ #! /bin/bash # https://www.youtube.com/watch?v=eUnfVG7Zst0 -sudo apt install broadcom-sta-dkms + +sudo apt install -y linux-headers-4.9.0-6 + +sudo apt install -y broadcom-sta-dkms + +sudo moprobe wl diff --git a/dropbox/setup.md b/dropbox/setup.md index c0d4ec6..eedd70c 100644 --- a/dropbox/setup.md +++ b/dropbox/setup.md @@ -9,6 +9,9 @@ cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf - ## GUI [link](https://www.dropbox.com/install-linux) +```bash +cd ~ && wget -O - "https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2015.10.28_amd64.deb" | sudo dpkg -i && sudo apt -f install +``` ``` sudo apt install -y python-gpgme diff --git a/git/.gitconfig b/git/.gitconfig index e2d0f8e..3807e68 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -3,7 +3,7 @@ name = username [core] autocrlf = input -[http] +[http "https://github.com"] proxy = socks5://127.0.0.1:1080 -[https] +[https "https://github.com"] proxy = socks5://127.0.0.1:1080