Showing posts with label Debian/Ubuntu. Show all posts
Установка Ace Stream на Debian/Ubuntu тема
Шаг 1
Добавить ссылку на соответствующий репозиторий в файл /etc/apt/sources.list.
Репозиторий следует выбирать в зависимости от операционной системы.
Debian 6:
deb http://repo.acestream.org/debian/ squeeze main
либо
deb http://repo.acestream.org/debian/ sid main
Примечание: пакеты в репозитории sid собраны с зависимостями, которые соответствуют официальным sid-репозиториям Debian. Если вы не знаете, какой репозиторий выбрать, используйте squeeze.
Debian 7:
deb http://repo.acestream.org/debian/ wheezy main
Ubuntu 11.10:
deb http://repo.acestream.org/ubuntu/ oneiric main
Ubuntu 12.04:
deb http://repo.acestream.org/ubuntu/ precise main
Ubuntu 12.10:
deb http://repo.acestream.org/ubuntu/ quantal main
Ubuntu 13.04:
deb http://repo.acestream.org/ubuntu/ raring main
Шаг 2
Установка публичного ключа. Для этого необходимо выполнить следующую команду:
Debian:
wget -O - http://repo.acestream.org/keys/acestream.public.key | apt-key add -
Ubuntu:
sudo wget -O - http://repo.acestream.org/keys/acestream.public.key | sudo apt-key add -
Шаг 3
Установка пакета acestream-full.
Debian
apt-get update
apt-get install acestream-full
Ubuntu
sudo apt-get update
sudo apt-get install acestream-full
В репозитории для Ubuntu доступны следующие пакеты:
Для Debian доступен только движок (acestream-engine).
Инструкция по установке и включению расширения Magic Player
Добавить ссылку на соответствующий репозиторий в файл /etc/apt/sources.list.
Репозиторий следует выбирать в зависимости от операционной системы.
Debian 6:
deb http://repo.acestream.org/debian/ squeeze main
либо
deb http://repo.acestream.org/debian/ sid main
Примечание: пакеты в репозитории sid собраны с зависимостями, которые соответствуют официальным sid-репозиториям Debian. Если вы не знаете, какой репозиторий выбрать, используйте squeeze.
Debian 7:
deb http://repo.acestream.org/debian/ wheezy main
Ubuntu 11.10:
deb http://repo.acestream.org/ubuntu/ oneiric main
Ubuntu 12.04:
deb http://repo.acestream.org/ubuntu/ precise main
Ubuntu 12.10:
deb http://repo.acestream.org/ubuntu/ quantal main
Ubuntu 13.04:
deb http://repo.acestream.org/ubuntu/ raring main
Шаг 2
Установка публичного ключа. Для этого необходимо выполнить следующую команду:
Debian:
wget -O - http://repo.acestream.org/keys/acestream.public.key | apt-key add -
Ubuntu:
sudo wget -O - http://repo.acestream.org/keys/acestream.public.key | sudo apt-key add -
Шаг 3
Установка пакета acestream-full.
Debian
apt-get update
apt-get install acestream-full
Ubuntu
sudo apt-get update
sudo apt-get install acestream-full
В репозитории для Ubuntu доступны следующие пакеты:
- acestream-engine - движок
- acestream-mozilla-plugin - плагин для браузеров
- acestream-player - десктопный плеер
- acestream-player-data - набор общих библиотек для плеера и плагина
- acestream-full - полный пакет, который включает в себя все вышеперечисленные
Для Debian доступен только движок (acestream-engine).
Инструкция по установке и включению расширения Magic Player
Monday, February 10, 2014
Posted by ubuntu
Установка VestaCP в RHEL/CentOS 5.x/6.x и Debian/Ubuntu Linux тема
Vesta is an open source hosting control panel currently supports RHEL 5.x/6.x, CentOS 5.x/6.x and Ubuntu LTS 12.04, Ubuntu 13.04 and Ubuntu 13.10. It comes with all necessary software to run and manage your websites hosted on your VPS, including:
Web Server (Apache with Nginx as Reverse Proxy)




Web Server (Apache with Nginx as Reverse Proxy)
- DNS server
- Database Server
- Mail Server
- FTP Server
- Nginx out of the box
- SSL certificates & SNI
- Wildcard support
- Configuration Templates
- DKIM support
- Fast Backups
- System Monitoring
- AntiSpam / Antivirus
- WHMCS billing support
- EPEL integration
- Simple and Clean GUI
- Powerfull CLI
- Reliable Platform
- Open Data Format
Install VestaCP on RHEL/CentOS and Debian/Ubuntu linux
First, login to your VPS server (I am use DigitalOcean VPS) via ssh as root and type following command:
- # curl -O http://vestacp.com/pub/vst-install.sh
- # chmod +x vst-install.sh
- # ./vst-install.sh
Install VestaCP webhosting cotrol panel
The installer asks to confirm disabling SELinux and start the install process. Type Y and hit Enter.
Type your valid email address where they will is VestaCP send your admin password.
Wait for the finish installer process.
Type your valid email address where they will is VestaCP send your admin password.
Wait for the finish installer process.
VestaCP complite installation
Now open up your favorite browser and login to VestaCP web-based UI using your VPS IP at port 8083.
- https://ip.add.re.ss:8083/
Login as admin and use given password:
VestaCP login screen
You should now see the main UI of VestaCP hosting control panel.
Main UI of Vesta hosting control panel
You now have VestaCP installed and a ready-to-use VPS to host all your websites.
Sunday, February 9, 2014
Posted by ubuntu