SqueezePlayOS first Steps
1)deprecated.
2) Ssh to the joggler user: joggler passwd:joggler
3) Change root passwd
sudo passwd
4) #login as root
su -
5) update apt-get
apt-get update
6) if you live outside uk, reconfigure the timezone
dpkg-reconfigure tzdata
7) Install some useful packages (if you don't know what screen is, I recommend you to learn about it)
localpurge: to remove unused locales (other languages)
ntfs-3g: to mount in readwrite mode ntfs disks
cifs-utils: to mount windows shares
screen: linux console multitasking
locate: to find things. To fill the database, is necesary to do a
updatedb
links: console web browser
apt-get install cifs-utils screen
(with all)
apt-get install localepurge ntfs-3g cifs-utils screen locate links transmission-daemon lighttpd php5-cgi mysql-server mysql-client php5-mysql php5-gd unzip sdparm samba
sources.list
#------------------------------------------------------------------------------#
# OFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb
http://cl.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
###### Ubuntu Partner Repo
deb
http://archive.canonical.com/ubuntu trusty partner
###### Ubuntu Extras Repo
deb
http://extras.ubuntu.com/ubuntu trusty main
#------------------------------------------------------------------------------#
# UNOFFICIAL UBUNTU REPOS #
#------------------------------------------------------------------------------#
###### 3rd Party Binary Repos
#### Daniil's Bash Video Download -
http://daniil.it
## Run this command: wget -q -O -
http://dano.cu.cc/1Aci9Qp | sudo apt-key add - && sudo apt-get update
deb
http://repo.daniil.it lenny main
#### Dropbox -
http://dropbox.com
## Run this command: sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
deb
http://linux.dropbox.com/ubuntu/ trusty main
#### exFAT PPA -
https://launchpad.net/~relan/+archive/exfat
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A252A784
deb
http://ppa.launchpad.net/relan/exfat/ubuntu trusty main
#### GetDeb -
http://www.getdeb.net
## Run this command: wget -q -O-
http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
deb
http://archive.getdeb.net/ubuntu trusty-getdeb apps
#### JDownloader PPA -
https://launchpad.net/~jd-team
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A68F637
deb
http://ppa.launchpad.net/jd-team/jdownloader/ubuntu trusty main
#### MKVToolnix -
http://www.bunkus.org/videotools/mkvtoolnix/
## Run this command: wget -q
http://www.bunkus.org/gpg-pub-moritzbunkus.txt -O- | sudo apt-key add -
deb
http://www.bunkus.org/ubuntu/trusty/ ./
#### ownCloud Desktop Client -
http://owncloud.org/
## Run this command: wget -q
http://download.opensuse.org/repositori ... elease.key -O- | sudo apt-key add -
deb
http://download.opensuse.org/repositori ... ntu_14.04/ /
#### Paissad's PS3 Media Server -
http://deb.paissad.net
## Run this command: wget -q -O -
http://deb.paissad.net/public-key.asc | sudo apt-key add -
deb
http://deb.paissad.net unstable main contrib non-free personal
#### Webmin -
http://www.webmin.com
## Run this command: wget
http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
deb
http://download.webmin.com/download/repository sarge contrib
--------
wget -q -O -
http://dano.cu.cc/1Aci9Qp | sudo apt-key add - && sudo apt-get update
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A252A784
wget -q -O-
http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6A68F637
wget -q
http://www.bunkus.org/gpg-pub-moritzbunkus.txt -O- | sudo apt-key add -
wget -q
http://download.opensuse.org/repositori ... elease.key -O- | sudo apt-key add -
wget -q -O -
http://deb.paissad.net/public-key.asc | sudo apt-key add -
wget
http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -