This is rad. I would never have considered losing the chain, but it work.
The bike has no chain it’s essentially an adult big wheel and positions the rider a bit more awkwardly than your standard bike.
This is rad. I would never have considered losing the chain, but it work.
The bike has no chain it’s essentially an adult big wheel and positions the rider a bit more awkwardly than your standard bike.
Using the StickMount app available on the Play store, which allows users to mount/dismount mass storage devices, he was able to connect the ASUS-made tab to a USB hub and hook it up to a keyboard, mouse and, most amusingly of all, a floppy drive — to play Ultima on DOSbox, of course.
via ULTIMAte hack: Nexus 7 hooks up with external USB storage, floppy drive for retro-gaming — Engadget.
NOTE: As a best practice, always make a backup copy of your configuration files before attempting to modify them.
SUMMARY: These instructions describe the steps needed to get install an Apache web server and configure it to server multiple independent websites using virtual host configurations. Where appropriate I’ve tried to include paths formatted both for Mac/Linux (EXT) and Windows (NTFS) file systems.
This was the formal weapon of a Jedi Knight. Not as clumsy or random as a blaster. More skill than simple sight was required for its use. An elegant weapon. It was a symbol as well. Anyone can use a blaster or a fusioncutter—but to use a lightsaber well was a mark of someone a cut above the ordinary.
―Obi-Wan Kenobi
Install XAMPP
Add a new entry to your hosts file
127.0.0.1 mywebapp 127.0.0.1 mywebapp.localhost
Add files for your new website
C:devmywebappindex.html
/dev/mywebapp/index.html
Configure Apache to host multiple websites
/xampp/apache/conf/httpd.conf C:xamppapacheconfhttpd.conf
# Include “conf/extra/httpd-vhosts.conf”
Include "conf/extra/httpd-vhosts.conf"
/xampp/apache/conf/extra/httpd-vhosts.conf C:xamppapacheconfextrahttpd-vhosts.conf
Mac/Linux (EXT):
<VirtualHost *:80> ServerName mywebapp.localhost ServerAlias mywebapp ErrorLog "logsmywebapp.local-error.log" CustomLog "logsmywebapp.local-access.log" combined DocumentRoot /dev/mywebapp AddDefaultCharset UTF-8 <Directory "/dev/mywebapp"> DirectoryIndex index.html Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
Windows (NTFS)
<VirtualHost *:80> ServerName mywebapp.localhost ServerAlias mywebapp ErrorLog "logsmywebapp.local-error.log" CustomLog "logsmywebapp.local-access.log" combined DocumentRoot "C:devmywebapp" AddDefaultCharset UTF-8 <Directory "C:devmywebapp"> DirectoryIndex index.html Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>
ADDENDUM: Windows users may also wish to download BareTail and HostsToggle
Marina del Rey WaterBus service resumes tomorrow. http://www.argonautnewspaper.com/articles/2012/06/21/news_-_features/marina_del_rey/m1.txt