Last active
January 22, 2018 18:12
-
-
Save s4s0l/662afcc3bd00360a1e87456445176425 to your computer and use it in GitHub Desktop.
'N' things to do aafter elementaary os loki install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update && sudo apt-get upgrade | |
sudo apt install gdebi | |
sudo apt install software-properties-gtk software-properties-common | |
sudo apt install firefox audacity chromium-browser mc git subversion vlc vim ansible vagrant virtualbox | |
curl -s "https://get.sdkman.io" | bash | |
sdk i java 8u152-zulu | |
wget http://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip \ | |
&& echo "8021a28b8cac41b44f1421fd210a0a0822fcaf88d62d2e70a35b2ff628a8675a ZuluJCEPolicies.zip" | sha256sum -c - \ | |
&& unzip -oj ZuluJCEPolicies.zip ZuluJCEPolicies/local_policy.jar -d "$(dirname -- $(which java))/../jre/lib/security/" \ | |
&& unzip -oj ZuluJCEPolicies.zip ZuluJCEPolicies/US_export_policy.jar -d "$(dirname -- $(which java))/../jre/lib/security/" \ | |
&& rm ZuluJCEPolicies.zip \ | |
&& chmod -R 740 "$(dirname -- $(which java))/../jre/lib/security/" | |
! open new shell | |
sdk i ant | |
sdk i gradle | |
sdk i sbt | |
sdk i maven | |
sdk i groovy | |
sdk i scala | |
! install chrome & opera | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0DF731E45CE24F27EEEB1450EFDC8610341D9410 | |
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list | |
sudo apt-get update | |
sudo apt-get install spotify-client | |
! install idea | |
! dropbox hack: env XDG_CURRENT_DESKTOP=Unity QT_STYLE_OVERRIDE='' dropbox start | |
wget https://gist.githubusercontent.com/s4s0l/0457f3b3839425c2ed793906b185ca72/raw/385983df3f79f5ada15aad6117cf9799d540da88/install_all_docker_tools.sh \ | |
&& chmod +x ./install_all_docker_tools.sh \ | |
&& sudo ./install_all_docker_tools.sh \ | |
&& rm ./install_all_docker_tools.sh | |
sudo usermod -aG docker $USER | |
! relogin | |
git config --global user.name "AAA" | |
git config --global user.email xxx@xxx | |
git config --global core.editor vi | |
ssh-keygen -t rsa -C "my@email" -b 4096 | |
cat ~/.ssh/id_rsa.pub | |
! to co wypluje powyższe dodać fo gitlaba i githuba i ewentualnie do bitbucketa | |
sudo sysctl -w vm.max_map_count=262144 | |
sudo sh -c 'echo "vm.max_map_count=262144" >> /etc/sysctl.conf' | |
sudo sysctl -w fs.inotify.max_user_watches=524288 | |
sudo sh -c 'echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.conf' | |
sudo apt install python3-software-properties python-software-properties screenfetch ffmpeg | |
printf "\nscreenfetch" >> ~/.bashrc | |
docker pull tutum/hello-world | |
sudo apt install redshift | |
sudo apt install libreoffice | |
sudo apt install gimp inkscape shutter | |
sudo apt install htop gnome-system-monitor | |
sudo apt-get install alacarte | |
sudo apt-get install keepassx | |
# nowy ansible | |
sudo apt install python-pip | |
sudo -H pip install ansible | |
# Opcjonalnie: | |
sudo apt install yakuake | |
# desctop app for ms teams in chromium needs : | |
/usr/bin/chromium-browser --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36" --profile-directory=Default --app-id=hahdghkcpbaedkebonmdbfgbgkdednkh | |
https://launchpad.net/~fingerprint/+archive/ubuntu/fingerprint-gui | |
Hint: | |
konfliktujace skróty: | |
gsettings list-recursively | grep \<Alt\>F7 | |
i potem: | |
gsettings set org.gnome.desktop.wm.keybindings begin-move "['']" | |
gsettings set org.gnome.desktop.wm.keybindings cycle-group-backward "['']" | |
gsettings set org.gnome.desktop.wm.keybindings cycle-group "['']" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment