Snippets

n novakmi Ubuntu after install script

Created by n last modified
#add-apt-repository -y ppa:webupd8team/java
#add-apt-repository -y ppa:webupd8team/brackets
#sudo add-apt-repository -y ppa:webupd8team/atom
#sudo add-apt-repository -y ppa:rebuntu16/sparkleshare+unofficial

#add-apt-repository -y ppa:rebuntu16/avidemux+unofficial ## TODO not yet working

#sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian vivid contrib"
#wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | apt-key add -

#wget -q -O - http://archive.getdeb.net/getdeb-archive.key | apt-key add -
#add-apt-repository "deb http://archive.getdeb.net/ubuntu vivid-getdeb apps"

#add-apt-repository -y ppa:stefansundin/truecrypt


#apt-get update

## Appearance
#apt-get install -y xfwm4-themes # Wallis theme
#apt-get install -y human-theme 

## Tools
#apt-get install -y synaptic
#apt-get install -y keepassx
#apt-get install -y redshift
#apt-get install -y redshift-gtk
#apt-get install -y kupfer
#apt-get install -y mc
#apt-get install -y htop
#apt-get install -y p7zip-full p7zip-rar
#apt-get install -y iptux
#apt-get install -y xfce4-sensors-plugin
#apt-get install -y python-xlib # needef for quicktile
#apt-get install -y traceroute
#apt-get install -y sparkleshare
#apt-get install -y asciidoctor
#apt-get install -y network-manager-openvpn
#apt-get install -y linphone
#apt-get install -y suckless-tools  #dmenu for snippy
#apt-get install -y konsole # Note: brings lot of KDE stuff
#apt-get install -y krusader # Note: brings lot of KDE stuff


#apt-get install -y pac # req. GetDeb
#apt-get install -y truecrypt # req truecrypt PPA
#apt-get install -y sparkleshare # req. sparkleshare PPA

## Development
#apt-get install -y brackets #req. brackets PPA
#apt-get install -y atom #req. atom PPA
#apt-get install -y meld
#apt-get install -y universalindentgui
#apt-get install -y glogg
#apt-get install -y git
#apt-get install -y python-pexpect
#apt-get install -y python-pytest

#apt-get install -y python-paramiko
#apt-get install -y python-pip
#apt-get install -y libssl-dev
#apt-get install -y libfile-util-perl



## Java from http://www.webupd8.org/
#apt-get install -y oracle-java8-installer
#echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
#apt-get install -y oracle-java8-set-default
#apt-get install -y oracle-java8-unlimited-jce-policy 

## Multimedia
# apt-get install -y smplayer
#apt-get install -y clementine
#apt-get install -y audacity
#apt-get install -y avidemux-qt
#apt-get install -y handbrake-cli
#apt-get install -y handbrake
#apt-get install -y gthumb
##apt-get install -y avidemux2.6-qt5   ## TODO not yet working
##apt-get install -y avidemux2.6-plugins-qt5 ## TODO not yet working


## Internet
#apt-get install -y chromium-browser

## Other 
#apt-get install -y wine

#wget http://launchpadlibrarian.net/199480915/libvpx1_1.3.0-3ubuntu1_amd64.deb ## TEMP workaround for VBox on 15.10
#dpkg -i libvpx1_1.3.0-3ubuntu1_amd64.deb ## TEMP workaround for VBox on 15.10
#apt-get install -y virtualbox-5.0
# rm libvpx1_1.3.0-3ubuntu1_amd64.deb

#apt-get install -y skype # enable Canonical partner repository, check https://itbubbles.wordpress.com/2013/10/21/xubuntu-13-10-sound-issues-skype-distorted-microphone-crackling-sound-indicator-disabled/

#fix sensors
#chmod u+s /usr/sbin/hddtemp

#install also 
#groovy2 ???
#trolcommander https://github.com/trol73/trol-commander-dist
#Copy ???
#Davmain http://sourceforge.net/projects/davmail/files/davmail/
#QuickTiles
#snippy
#sparkleshare
#copyq https://github.com/hluk/CopyQ/releases
# AsciidocFX https://github.com/asciidocfx/AsciidocFX/releases
# skype http://www.skype.com/en/download-skype/skype-for-linux/ - check https://itbubbles.wordpress.com/2013/10/21/xubuntu-13-10-sound-issues-skype-distorted-microphone-crackling-sound-indicator-disabled/

## copy settings from previous install 

# ${HOME}/.atom
# ${HOME}/.linphonerc
# ${HOME}/.trolcommander
# ${HOME}/.davmail.properties
# ${HOME}/.config/pac
# ${HOME}/.config/quicktile.cfg
# ${HOME}/.config/Brackets
# ${HOME}/.config/Clementine
# ${HOME}/.config/Copyq
# ${HOME}/.config/sparkleshare
# ${HOME}/.config/glogg

# ${HOME}/.ssh

# ${HOME}/.IdeaIC14






Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.