Last active
August 29, 2015 14:00
-
-
Save ricardoanguiano/11105519 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 32-bit Installation Notes
This file contains hidden or 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
Ubuntu 14.04 32-bit Installation Notes | |
================= | |
# Install local mirror /etc/sources.list | |
apt-get update | |
apt-get upgrade | |
apt-get install ssh screen apt-file | |
What's listening and connected? | |
=============================== | |
root@demosourcery-1404-32:~# lsof -i | |
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | |
cupsd 462 root 7u IPv4 8325 0t0 TCP localhost:ipp (LISTEN) | |
avahi-dae 464 avahi 13u IPv4 8213 0t0 UDP *:mdns | |
avahi-dae 464 avahi 14u IPv6 8214 0t0 UDP *:mdns | |
avahi-dae 464 avahi 15u IPv4 8215 0t0 UDP *:42814 | |
avahi-dae 464 avahi 16u IPv6 8216 0t0 UDP *:55229 | |
cups-brow 493 root 8u IPv4 8401 0t0 UDP *:ipp | |
dnsmasq 833 nobody 4u IPv4 9586 0t0 UDP demosourcery-1404-32:domain | |
dnsmasq 833 nobody 5u IPv4 9587 0t0 TCP demosourcery-1404-32:domain (LISTEN) | |
unity-sco 2233 ricardo 9u IPv4 20965 0t0 TCP demosourcery-1404-32.local:43634->productsearch.ubuntu.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 7u IPv4 16657 0t0 TCP 10.0.2.15:46153->productsearch.ubuntu.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 10u IPv4 16649 0t0 TCP 10.0.2.15:46149->productsearch.ubuntu.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 11u IPv4 16652 0t0 TCP 10.0.2.15:50799->productsearch.ubuntu.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 12u IPv4 16653 0t0 TCP 10.0.2.15:46151->productsearch.ubuntu.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 13u IPv4 16655 0t0 TCP 10.0.2.15:50801->productsearch.ubuntu.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 18u IPv4 16676 0t0 TCP 10.0.2.15:55786->3rdpartymedia.ubuntuone.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 23u IPv4 16659 0t0 TCP 10.0.2.15:50803->productsearch.ubuntu.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 24u IPv4 16661 0t0 TCP 10.0.2.15:46155->productsearch.ubuntu.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 27u IPv4 16674 0t0 TCP 10.0.2.15:49331->3rdpartymedia.ubuntuone.com:https (CLOSE_WAIT) | |
gvfsd-htt 2367 ricardo 36u IPv4 16672 0t0 TCP 10.0.2.15:55784->3rdpartymedia.ubuntuone.com:https (CLOSE_WAIT) | |
dhclient 2661 root 6u IPv4 17601 0t0 UDP *:bootpc | |
dhclient 2661 root 20u IPv4 17573 0t0 UDP *:43139 | |
dhclient 2661 root 21u IPv6 17574 0t0 UDP *:47906 | |
sshd 3549 root 3u IPv4 19471 0t0 TCP *:ssh (LISTEN) | |
sshd 3549 root 4u IPv6 19473 0t0 TCP *:ssh (LISTEN) | |
sshd 3660 root 3u IPv4 19708 0t0 TCP demosourcery-1404-32.local:ssh->CAS-RICARDO-LT.local:65442 (ESTABLISHED) | |
sshd 3723 ricardo 3u IPv4 19708 0t0 TCP demosourcery-1404-32.local:ssh->CAS-RICARDO-LT.local:65442 (ESTABLISHED) | |
Next Steps: Remove Amazon Product Search | |
========================================= | |
apt-get remove unity-webapps-common | |
Install Packages Required to get VirtualBox Guest Additons to Build and Install | |
=============================================================================== | |
apt-get install build-essential linux-headers-`uname -r` dkms | |
Change Security and Privacy Settings | |
==================================== | |
Disable Logging | |
Disable Online search in dash | |
Make Graphics Usable in VirtualBox | |
================================== | |
sudo apt-get install gnome-session-flashback | |
Logout and click on the ubuntu unity logo, choose the gnome metacity session, login. Now the session feels like 10.04 did: pre-unity with no graphics effects. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment