Это старая версия документа.
Содержание
Ubuntu 14.04 Setup Guid
mc
sudo apt-get install mc
language switch
- click on language on the bar
- select «text entry settings»
- tap on «Switch to previous source using:»
links
cd ~ ln -s /media media rm -R Downloads Documents Dropbox Music Pictures Public Templates Videos ln -s /media/store/Documents Documents ln -s /media/store/Dropbox Dropbox ln -s /media/store/Downloads Downloads ln -s /media/store/Music Music ln -s /media/store/Pictures Pictures ln -s /media/store/Public Public ln -s /media/store/Videos Videos ln -s /media/store/asutp asutp
skype
http://www.skype.com/en/download-skype/skype-for-computer/
sudo apt-get install sni-qt:i386
dropbox
startup applications
skype pidgin goldendict /opt/extras.ubuntu.com/touchpad-indicator/bin/touchpad-indicator
pidgin
sudo apt-get install pidgin sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install pidgin-indicator
virtualbox
sudo gedit /etc/apt/sources.list add line: deb http://download.virtualbox.org/virtualbox/debian trusty contrib wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - sudo apt-get update sudo apt-get install virtualbox-4.3
Enabling USB devices:
sudo usermod -a -G vboxusers $USER
optional
Ubuntu/Debian users might want to install the dkms package to ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade. For Debian it is available in Lenny backports and in the normal repository for Squeeze and later. The dkms package can be installed through the Synaptic Package manager or through the following command:
sudo apt-get install dkms
What to do when experiencing The following signatures were invalid: BADSIG … when refreshing the packages from the repository?
sudo -s -H apt-get clean rm /var/lib/apt/lists/* rm /var/lib/apt/lists/partial/* apt-get clean apt-get update
pipe serial port
In virtual machine serial port settings check «Pipe» and type «/home/denis/tmp/com3_sock»
sudo apt-get install socat socat UNIX-CONNECT:/home/denis/tmp/com3_sock file:/dev/ttyUSB1
Emulating tty with socket:
socat UNIX-CONNECT:/home/denis/tmp/com3_sock TCP-LISTEN:8040 telnet localhost 8040
hg
sudo add-apt-repository ppa:mercurial-ppa/releases sudo add-apt-repository ppa:tortoisehg-ppa/releases sudo apt-get update sudo apt-get install mercurial sudo apt-get install tortoisehg
easystroke
sudo apt-get install easystroke
- mc, command, gnome-terminal –maximize -e mc
- close, key, alt-f4
qt
Tребует предварительной установки gcc и opengl:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.9 g++-4.9 cpp-4.9 sudo apt-get install libglu1-mesa-dev -y sudo update-alternatives --remove-all gcc sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 20 sudo update-alternatives --config gcc sudo update-alternatives --remove-all g++ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 20 sudo update-alternatives --config g++
java
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer
http://www.linuxrussia.com/2013/04/oracle-java-7-ubuntu-1304-1204-1210.html
postgresql
sudo gedit /etc/apt/sources.list.d/pgdg.list
deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo apt-get update apt-get install postgresql-9.4 postgresql-contrib pgadmin3
firebird (ppa)
sudo add-apt-repository ppa:mapopa sudo apt-get update apt-cache search firebird2.5-* sudo apt-get install firebird2.5-super sudo dpkg-reconfigure firebird2.5-super sudo apt-get install firebird2.5-examples firebird2.5-dev cd /usr/share/doc/firebird2.5-examples/examples/empbuild/ sudo gunzip employee.fdb.gz sudo chown firebird.firebird employee.fdb sudo mv employee.fdb /var/lib/firebird/2.5/data/ isql-fb SQL> connect "/var/lib/firebird/2.5/data/employee.fdb " user 'SYSDBA' password 'admin';
firebird (tar.gz)
Download from here http://www.firebirdsql.org/en/downloads/ and unpack anywhere.
wget http://cznic.dl.sourceforge.net/project/firebird/firebird-linux-amd64/2.5.4-Release/FirebirdSS-2.5.4.26856-0.amd64.tar.gz tar -xzvf FirebirdSS-2.5.4.26856-0.amd64.tar.gz sudo ./install.sh sudo cp /usr/lib64/* /home/denis/tmp /opt/firebird/bin/isql SQL> connect "/opt/firebird/examples/empbuild/employee.fdb " user 'SYSDBA' password 'admin';
sudo apt-get install flamerobin
SQL> CREATE DATABASE '/tmp/testdb' user 'SYSDBA' password 'admin'; SQL> connect "/tmp/testdb" user 'SYSDBA' password 'admin';
teamviewer
goldendict
sudo apt-get install goldendict add dictionary: /home/denis/media/store/3-mainstorage/SoftFree/Dictionary/eng/goldendict/
restricted software
sudo apt-get install ubuntu-restricted-extras
disable error message
sudo gedit /etc/default/apport Change value of "enabled" from 1 to 0
power management tool
sudo add-apt-repository ppa:linrunner/tlp sudo apt-get update sudo apt-get install tlp tlp-rdw
touchpad
sudo add-apt-repository ppa:atareao/atareao sudo apt-get update sudo apt-get install touchpad-indicator