Deprecated: Optional parameter $label declared before required parameter $itemArray is implicitly treated as a required parameter in /sdf/www/af/b/bendavis/scripts/sb_forms.php on line 18

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 234

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 237

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 240

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 243

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 246

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 249

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 252

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 255

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 258

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 261

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 264

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 267

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 270

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 273

Warning: Trying to access array offset on value of type null in /sdf/www/af/b/bendavis/themes/default/themes.php on line 276

Deprecated: Function strftime() is deprecated in /sdf/www/af/b/bendavis/scripts/sb_date.php on line 394

Deprecated: Function strftime() is deprecated in /sdf/www/af/b/bendavis/scripts/sb_date.php on line 397
bendavis.us - Ubuntu Notes

Warning: Undefined array key "id" in /sdf/www/af/b/bendavis/themes/default/themes.php on line 103
Ubuntu Notes 
Friday, October 27, 2006, 12:05 PM
File Sharing
How To's
MythTV install
Samba - Connecting from Windows 98 - Needed to setup an id in samba that matched the id used to login to windows 98
- sudo smbpassword -a password
- then sudo /etc/int.d/samba restart
Remote control Ubuntu from Windows

Installing JRE - Need to update the sources.list first.
sources.list generator

Installing galleon.tv

To run the gui.sh, make sure the correct JVM binaries are ahead of ubuntu's in the path:
PATH=/usr/lib/jvm/java-1.5.0-sun-1.5.0.06/jre/bin:$PATH

How To Mounts mbfs Shares Permanently

Shut down linux from terminal
* REBOOT: sudo shutdown -r now
* SHUTDOWN: sudo shutdown -h now

Running MediaWiki on Ubuntu

ubuntu directory structure

Apache directory location

==Get hello world webpage to work on Apache 2 under umbuntu==

# change directory to: /var/www$
# Set security: sudo chmod 755 *
# Create html file: sudo vi index.html
# put vi in insert mode: i
# Paste into file using terminal: <html><body>hello world</body></html>
# exit insert mode: esc
# save and exit vi: :wq
# restart apache
## Change to directory: /usr/sbin
## Restart: sudo apache2ctl -k restart

Sources:
* http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch20_:_The_Apache_Web_Server



==Apache Stop, Start, Restart==

/usr/sbin$ sudo apache2ctl -k restart
/usr/sbin$ sudo apache2ctl -k stop
/usr/sbin$ sudo apache2ctl -k start


==mySQL==

# Display DB status, make sure it is running: /usr/bin$ sudo mysqladmin status
# connect to command window: default@linux:/usr/bin$ mysql -u root