Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.
The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.
This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.
Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.
The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.
LAMP is a powerful bash script for the installation of Apache + PHP + MySQL/MariaDB and so on. You can install Apache + PHP + MySQL/MariaDB in an very easy way, just need to choose what you want to install before installation. And all things will be done in few minutes.
cd~/lamp
git reset --hard // Resets the index and working tree
git pull // Get latest version first
chmod 755 *.sh
./upgrade.sh // Select one to upgrade
./upgrade.sh apache // Upgrade Apache
./upgrade.sh db // Upgrade MySQL or MariaDB
./upgrade.sh php // Upgrade PHP
./upgrade.sh phpmyadmin // Upgrade phpMyAdmin
./upgrade.sh adminer // Upgrade Adminer
Backup
You must modify the config before run it
Backup MySQL or MariaDB datebases, files and directories
Backup file is encrypted with AES256-cbc with SHA1 message-digest (Depends on openssl command) (option)
Auto transfer backup file to Google Drive (Depends on rclone command) (option)
Auto transfer backup file to FTP server (Depends on ftp command) (option)
Auto delete remote file from Google Drive or FTP server (option)
./backup.sh
Uninstall
./uninstall.sh
Default Installation Location
Apache Location
Path
Install Prefix
/usr/local/apache
Web root location
/data/www/default
Main Configuration File
/usr/local/apache/conf/httpd.conf
Default Virtual Host conf
/usr/local/apache/conf/extra/httpd-vhosts.conf
Virtual Host location
/data/www/virtual_host_names
Virtual Host log location
/data/wwwlog/virtual_host_names
Virtual Host conf
/usr/local/apache/conf/vhost/virtual_host.conf
phpMyAdmin Location
Path
Installation location
/data/www/default/phpmyadmin
Adminer Location
Path
Installation location
/data/www/default/adminer.php
KodExplorer Location
Path
Installation location
/data/www/default/kod
PHP Location
Path
Install Prefix
/usr/local/php
Configuration File
/usr/local/php/etc/php.ini
ini additional location
/usr/local/php/php.d
MySQL Location
Path
Install Prefix
/usr/local/mysql
Data Location
/usr/local/mysql/data
my.cnf Configuration File
/etc/my.cnf
MariaDB Location
Path
Install Prefix
/usr/local/mariadb
Data Location
/usr/local/mariadb/data
my.cnf Configuration File
/etc/my.cnf
Process Management
Process
Command
Apache
/etc/init.d/httpd (start|stop|status|restart)
MySQL
/etc/init.d/mysqld (start|stop|status|restart)
MariaDB
/etc/init.d/mysqld (start|stop|status|restart)
Memcached
/etc/init.d/memcached (start|stop|restart)
Redis-Server
/etc/init.d/redis-server (start|stop|restart)
lamp Command
Command
Description
lamp add
Create a new Apache virtual host
lamp del
Delete a Apache virtual host
lamp list
List all of Apache virtual hosts
lamp version
Print version and exit
Bugs & Issues
Please feel free to report any bugs or issues to us, email to: i@teddysun.com or open issues on Github.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
Learn more.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
You can always update your selection by clicking Cookie Preferences at the bottom of the page.
For more information, see our Privacy Statement.
Essential cookies
We use essential cookies to perform essential website functions, e.g. they're used to log you in.
Learn more
Always active
Analytics cookies
We use analytics cookies to understand how you use our websites so we can make them better, e.g. they're used to gather information about the pages you visit and how many clicks you need to accomplish a task.
Learn more