Difference between revisions of "ArtistX"
(Created page with "{{Plugin | logo = http://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Ubuntu_logo.svg/200px-Ubuntu_logo.svg.png | website = http://www.ubuntu.com/ | wikipedia = http://en.wi...") |
|||
Line 1: | Line 1: | ||
{{Plugin | {{Plugin | ||
| logo = http://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Ubuntu_logo.svg/200px-Ubuntu_logo.svg.png | | logo = http://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Ubuntu_logo.svg/200px-Ubuntu_logo.svg.png | ||
− | | website = http://www. | + | | website = http://www.artistx.org/ |
| wikipedia = http://en.wikipedia.org/wiki/Ubuntu_(operating_system) | | wikipedia = http://en.wikipedia.org/wiki/Ubuntu_(operating_system) | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
Line 27: | Line 27: | ||
}} | }} | ||
+ | ArtistX is an Ubuntu 11.10-based live DVD that turns a common computer into a full multimedia production studio. | ||
+ | |||
+ | ArtistX is created with the Relinux "successor of Remastersys" software for live DVDs and includes the 3.0.0-15 Linux kernel, GNOME 3 and KDE 4.7 and about 2,500 free multimedia software packages, nearly everything that exists for the GNU/Linux operating system organized in the GNOME menu. | ||
+ | |||
+ | Main features: based on Ubuntu 11.10 'Oneiric Ocelot' without Unity with all updates (from October 2011); most of GNU/Linux multimedia packages and the very easy Ubiquity installer. | ||
{{TFTPPlugin | {{TFTPPlugin | ||
Line 32: | Line 37: | ||
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | | downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/ | ||
| product = ArtistX Live 1.2 | | product = ArtistX Live 1.2 | ||
− | | producturl = http://www. | + | | producturl = http://www.artistx.org/site3/download.html |
| productfile = artistx_1.2_live_dvd_iso_01_06_2012.iso | | productfile = artistx_1.2_live_dvd_iso_01_06_2012.iso | ||
| pluginname = ArtistX Live | | pluginname = ArtistX Live |
Revision as of 15:46, 7 February 2012
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
ArtistX 1.2 http://www.artistx.org/ |
---|
Contents
Information
ERPXE Module
- Name: - ArtistX
- Version: 1.2
- Official website: http://www.artistx.org/
- License: GNU General Public License
- Wikpedia Page: http://en.wikipedia.org/wiki/Ubuntu_(operating_system)
- Download: http://www.erpxe.com/downloads
Plugin type
ArtistX | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
ArtistX | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Screen Shots
Special Information
ArtistX is an Ubuntu 11.10-based live DVD that turns a common computer into a full multimedia production studio.
ArtistX is created with the Relinux "successor of Remastersys" software for live DVDs and includes the 3.0.0-15 Linux kernel, GNOME 3 and KDE 4.7 and about 2,500 free multimedia software packages, nearly everything that exists for the GNU/Linux operating system organized in the GNOME menu.
Main features: based on Ubuntu 11.10 'Oneiric Ocelot' without Unity with all updates (from October 2011); most of GNU/Linux multimedia packages and the very easy Ubiquity installer.
Linux Installation Instructions
Download artistx110-ARCH-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract artistx110-ARCH-XXX.tar.gz file:
tar -xvzf artistx110-ARCH-XXX.tar.gz
Download ArtistX Live 1.2 ISO Latest Version to /mnt/ :
http://www.artistx.org/site3/download.html
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/artistx_1.2_live_dvd_iso_01_06_2012.iso /mnt/cdrom/
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/artistx/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/artistx/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/artistx/casper/
Verify files with filelist.txt in each folder.
All Done!