Ubuntu Install
Ubuntu Install
Ubuntu Install
--------------
CHANGE USERNAME HOSTNAME
--------------
---------
-------------
INSTALLATION:
OPTION 1: Add the Ubuntu After Install PPA to your software sources and install Ubuntu After
Install. Open a terminal window and enter:
OPTION 2: Download the Ubuntu After Install application directly (download link at bottom of
page). Double click on the downloaded .deb file to Install the application using the Ubuntu Software
Center or manually with dpkg -i from the command line.
Once installed search Ubuntu Dash for Ubuntu After install and start the application.
Follow the on-screen instructions (see screenshots below)
------------
FIREWALL
sudo ufw enable
-----------
LIB PACKAGE
--------
OPENMPI
wget https://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.1.tar.gz
cd openmpi-1.8.1
- Configure the installation file
./configure --prefix="/home/$USER/.openmpi"
make
sudo make install
export PATH="$PATH:/home/$USER/.openmpi/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/$USER/.openmpi/lib/"
- Test if install was successful
mpirun
---
WORKAROUNDS found:
* Disable IBus: set "Keyboard input method system" to "None" ( System Settings -> Language Support
-> Language tab).
* Execute in terminal "killall ibus-daemon"
----
LibDVDCSS is a library required for reading some DVDs. Unfortunately, due to legal issues, it is not
included by default. This repository is provided by Videolan, and requires a bit more code to add.
-------
This PPA (WebUpd8 again), hosts the program Y PPA Manager. That's right, we're adding a PPA so we
can add PPAs. But that's not all it does, it can also remove, purge, check for duplicates and remove
broken ones.
-------
sudo apt-get install synaptic vlc gimp gimp-data gimp-plugin-registry gimp-data-extras y-ppa-manager
bleachbit openjdk-7-jre oracle-java8-installer flashplugin-installer unace unrar zip unzip p7zip-full
p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller libxine1-ffmpeg mencoder flac faac
faad sox ffmpeg2theora libmpeg2-4 uudeview libmpeg3-1 mpeg3-utils mpegdemux liba52-dev
mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 totem-mozilla icedax lame libmad0 libjpeg-
progs libdvdcss2 libdvdread4 libdvdnav4 libswscale-extra-2 ubuntu-restricted-extras ubuntu-
wallpapers*
----------
----
UPDATE PROBLEMS
http://ask.xmodulo.com/find-remove-obsolete-ppa-repositories-ubuntu.html
$ sudo apt-get update | grep "Failed"
.....
DUPLICATE
--------
CLEANUP
Some people like to clean up after themselves. I tend not to, but I know I should. These commands will
get rid of some of the chaff you may have created while messing around with your system.
---------
WINE:
http://askubuntu.com/questions/316025/how-to-install-and-configure-wine
rm -fr ~/.wine
export WINEARCH=win32
export WINEPREFIX="/home/USER/.wine"
winecfg
----------
WHAT TO DO:
-----
SCAN
download scangear
scangearmp-mp230series-2.00-1-deb
----------
---------
OR
https://gist.github.com/trastle/5722089
Acquire::http::Pipeline-Depth "0";
Acquire::http::No-Cache=True;
Acquire::BrokenProxy=true;
sudo rm /var/lib/apt/lists/*
sudo rm /var/lib/apt/lists/partial/*
sudo apt-get update
OR
OR
sudo rm /var/lib/apt/lists/*
sudo rm /var/lib/apt/lists/partial/*
sudo apt-get update
-----