Ubuntu 16.04 Postinstall

Enable root:
[bash]
sudo su
sudo passwd root
su -l
[/bash]

disable IPv6:
[bash]
vi /etc/sysctl.d/01-disable-ipv6.conf
[/bash]
[bash]
net.ipv6.conf.all.disable_ipv6 = 1
[/bash]

remove Shopping lense:
[bash]
apt-get remove unity-lens-shopping
gsettings set com.canonical.Unity.Lenses disabled-scopes "[‚more_suggestions-amazon.scope‘, ‚more_suggestions-u1ms.scope‘, ‚more_suggestions-populartracks.scope‘, ‚music-musicstore.scope‘, ‚more_suggestions-ebay.scope‘, ‚more_suggestions-ubuntushop.scope‘, ‚more_suggestions-skimlinks.scope‘]"
[/bash]

additional deb’s:
[bash]
apt-get install ubuntu-restricted-extras ffmpeg gxine libdvdread4 icedax tagtool libdvd-pkg easytag id3tool lame libxine2-ffmpeg nautilus-script-audio-convert libmad0 mpg321 libavcodec-extra gstreamer1.0-libav

dpkg-reconfigure libdvd-pkg
[/bash]

disable Guest account:
[bash]
apt-get install gksu
gksu gedit /etc/lightdm/lightdm.conf

[SeatDefaults]
greeter-session=unity-greeter
allow-guest=false

/etc/init.d/lightdm restart
[/bash]

Install lnav Logging-Tool:

[bash]
apt-get install lnav
[/bash]

Unity Tweak Tools:
[bash]
apt-get install unity-tweak-tool
[/bash]

One-click minimize:
[bash]
apt-get install compizconfig-settings-manager
[/bash]
CCSM“ > Then go to Unity plugin > Tick ‚Minimize Single Window Applications‘ feature

http://www.noobslab.com/2016/04/important-20-tweaksthings-to-do-after.html

un-zip:
[bash]
apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller
[/bash]

MiniTube:
[bash]
apt-get install libqt5widgets5 libqt5network5 libqt5script5 libqt5sql5 libqt5sql5-sqlite libqt5dbus5 phonon4qt5 libphonon4qt5-4 phonon4qt5-backend-gstreamer
wget -O minitube64.deb http://flavio.tordini.org/files/minitube/minitube64.deb
dpkg -i minitube64.deb
[/bash]

Dieser Beitrag wurde unter bash, Linux veröffentlicht. Setze ein Lesezeichen auf den Permalink.