<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.redbrick.dcu.ie/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ryaner</id>
	<title>Redbrick Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.redbrick.dcu.ie/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ryaner"/>
	<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/Special:Contributions/Ryaner"/>
	<updated>2026-05-22T00:24:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Redbrick_Gallery&amp;diff=5446</id>
		<title>Redbrick Gallery</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Redbrick_Gallery&amp;diff=5446"/>
		<updated>2007-01-28T13:13:54Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: Fixed typo. Added link for dcu sub aqua gallery to show embedded&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RB Gallery is your free online picture gallery. Running Gallery2, you as a member of Redbrick are given unlimited storage space for all your photo&#039;s under a url of http://gallery.redbrick.dcu.ie/username&lt;br /&gt;
&lt;br /&gt;
==RB Gallery Basics==&lt;br /&gt;
To begin, simply login to the system (using Pubcookie of course) to have your own gallery auto created. From there you can begin to upload your pictures and start your album.&lt;br /&gt;
&lt;br /&gt;
==Custom Themes==&lt;br /&gt;
To get your own custom theme for your gallery, simply create your own theme, then mail the webmaster and ask nicely for it to be added. Any custom theme you create &#039;&#039;&#039;MUST&#039;&#039;&#039; contain your username to stop any naming conflicts with other user themes. It&#039;s worth noting that almost everything in the interface is customisable so there is no reason why your rbgallery can&#039;t be embedded directly into your website. Let us know on the discussion page if you do. DCU Sub Aqua have the best example so far which can be seen [http://www.redbrick.dcu.ie/~subaqua/gallery/photo_gallery.php here.]&lt;br /&gt;
&lt;br /&gt;
==Random Image==&lt;br /&gt;
The random image that appears on the side of your gallery will normally display a random image from somewhere within the entire rbgallery. If you don&#039;t want some of your pictures to appear on that image block then go into &#039;&#039;Edit Album&#039;&#039;, then &#039;&#039;Album&#039;&#039;, then put a tick in &#039;&#039;Prevent this album from being displayed in the Image Block&#039;&#039;. If however your looking to only display random images from your own album within the image block, you will need to create a custom theme and use the settings below to customize the stream. The same will work from your own website too.&lt;br /&gt;
&lt;br /&gt;
Use a PHP block like the one shown below to include an image block in a PHP page outside of Gallery.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php @readfile(&#039;http://gallery.redbrick.dcu.ie/main.php?g2_view=imageblock.External&amp;amp;g2_blocks=randomImage&amp;amp;g2_show=title&#039;); ?&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;gbDataTable&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_blocks&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Pipe(|) separate list chosen from: randomImage, recentImage, viewedImage, randomAlbum, recentAlbum, viewedAlbum, dailyImage, weeklyImage, monthlyImage, dailyAlbum, weeklyAlbum, monthlyAlbum, specificItem; default is randomImage &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_show&amp;amp;nbsp;*&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Pipe(|) separated list chosen from: title, date, views, owner, heading, fullSize; the value can also be: none &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_itemId &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Limit the item selection to the subtree of the gallery under the album with the given id; or the id of the item to display when used with specificItem block type &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_maxSize &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Scale images to this maximum size. If maxSize exceeds the thumbnail dimensions, you must also specify g2_show=fullSize &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_linkTarget &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Add a link target (for example, to open links in a new browser window) &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_itemFrame&amp;amp;nbsp;*&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Image frame to use around images &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_albumFrame&amp;amp;nbsp;*&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Image frame to use around albums &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If a parameter marked with * is omitted then the site default defined above is used.&lt;br /&gt;
&lt;br /&gt;
Image frames require CSS to be displayed correctly. Include the following in the &amp;lt;head&amp;gt; section to support image frames.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;http://gallery.redbrick.dcu.ie/main.php?g2_controller=imageblock.ExternalCSS&amp;amp;amp;g2_frames=wood&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specify the frame id (or pipe separated list of ids) in the frames parameter. Omit the parameter to support the image frames configured above. Frame ids are the directory names in the modules/imageframe/frames directory.&lt;br /&gt;
&lt;br /&gt;
==Additional Modules==&lt;br /&gt;
If there are any that you would like added then just mail the webmaster and ask for them to be installed and enabled. Usually they will be added unless there is good reason not to. Most of the defaults are already enabled and setup with the exceptions listed below.&lt;br /&gt;
The following upload methods are currently disabled:&lt;br /&gt;
* &#039;&#039;From Local Server&#039;&#039; (Pending a total rewrite of the module for security)&lt;br /&gt;
* &#039;&#039;From Web Page&#039;&#039; (Will work for anything that doesn&#039;t require the proxy. Proxy support pending)&lt;br /&gt;
&lt;br /&gt;
==Errors==&lt;br /&gt;
* Why do I get an error about user 5 not having permissions when using the Gallery Remote?&lt;br /&gt;
This is caused by cookies not being set correctly. Best thing to do is clear your cookies and restart your browser. If it still doesn&#039;t work after you login back in, repeat the previous steps and also clear the cookies from Java itself.&lt;br /&gt;
* Windows XP upload system doesn&#039;t work&lt;br /&gt;
As the message on it says, you need to login via Internet Explorer before this system will work.&lt;br /&gt;
* Why does my gallery never make it to the front page?&lt;br /&gt;
The system for rearranging the gallery frontpage bases who gets up the front on a number of different items such as view count, item count in the gallery, recent activity (i.e. if you uploaded photo&#039;s today), and lastly if you have an image assigned to your gallery or not. If you do not have an image assigned to your gallery then do not expect to ever reach the front of the gallery. The script isn&#039;t run on any regular basis currently as it&#039;s not completely accurate so be patient.&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Website_To-Do_List&amp;diff=5421</id>
		<title>Website To-Do List</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Website_To-Do_List&amp;diff=5421"/>
		<updated>2007-01-11T22:38:37Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: /* To-Do */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RedBrick&#039;s new website is incomplete. If you find any broken stuff, please add it to the list!&lt;br /&gt;
&lt;br /&gt;
== To-Do ==&lt;br /&gt;
&lt;br /&gt;
* Should the Encyclopedia be moved over here in some form? It&#039;s amusing and has a lot of nice stories about Redbrick&#039;s past. I&#039;m not sure if it should be possible for everyone to edit it though, it hasn&#039;t been touched in a long time. - [[User:Undone|undone]] 20:04, 17 Dec 2006 (UTC)&lt;br /&gt;
* Search results page look needs to be updated [http://www.google.com/u/redbrick?q=redbrick eg]&lt;br /&gt;
* My username is spelt incorrectly :( - receive&lt;br /&gt;
* Should the help tutorials be moved onto the wiki? &lt;br /&gt;
: &#039;&#039;Yes, helpdesk are already intending to do this and other things. Best to leave this item for them, they have Plans with a capital Pee.&#039;&#039; --[[User:Phaxx|Phaxx]] 15:03, 25 May 2006 (IST)&lt;br /&gt;
* http://planet.redbrick.dcu.ie should be updated to match style of new site &lt;br /&gt;
: &#039;&#039;When I helped set it up I just linked to the main site&#039;s CSS and now thats gone with the new RB site so now it&#039;s broken.&#039;&#039; --[[User:Cammy|The Dead One]] 10:30, 25 May 2006 (IST)&lt;br /&gt;
:: &#039;&#039;All the origional CSS files are still in their origional location.&#039;&#039; [[user:art_wolf|art_wolf]]&lt;br /&gt;
::: &#039;&#039;Cool. The gif version of the logo was gone though but I updated planet to use the png version and now all is good. Still, should planet but updated to match the style of the new site?&#039;&#039; --[[User:Cammy|The Dead One]] 10:28, 1 Jun 2006 (IST)&lt;br /&gt;
* If the browser is resized down, the right panel (and, eventually, the middle) disappear down the page.&lt;br /&gt;
* Add pictures to the &amp;quot;chat&amp;quot;, &amp;quot;boards&amp;quot;, &amp;quot;putty&amp;quot; buttons at the top. Antialias the text in the buttons, it looks a bit rough.&lt;br /&gt;
: &#039;&#039;Plans are to fully integrate the site with a login - so when loged in it will display emails, how many people in chat, how many new posts to the boards etc.&#039;&#039;[[user:art_wolf|art_wolf]]&lt;br /&gt;
&lt;br /&gt;
* Update pubcookie to match look of new website design &lt;br /&gt;
: &#039;&#039;Are you sure? A great many pages will send users to the pubcookie login page, from all sorts of different styles. Is there much point in making the pubcookie page match the style of just one of the sites?&#039;&#039;&lt;br /&gt;
::&#039;&#039;Yes,assuming the long term plan is for all official redbrick web services to use pub cookie and to look somewhat similar&#039;&#039;&lt;br /&gt;
* Pubcookie enable webmails&lt;br /&gt;
: &#039;&#039;Been investigating this for awhile - problem is that it requires to combining the pubcookie login and webmail logins - pubcookie on its own cannot do this.&#039;&#039;[[user:art_wolf|art_wolf]]&lt;br /&gt;
* Update webmails look to match look of new website design&lt;br /&gt;
* Add tab icon to squirrelmail&lt;br /&gt;
: &#039;&#039;Where?&#039;&#039;[[user:art_wolf|art_wolf]]&lt;br /&gt;
:: &#039;&#039;No favicon.ico is set inside squirrelmail&#039;&#039;&lt;br /&gt;
* that gradiant affect is annoying on the content pages.&lt;br /&gt;
* http://www.redbrick.dcu.ie/about/sponsors/ links on right are for about&lt;br /&gt;
* Point web boards link to somewhere or remove [[user:art_wolf|art_wolf]]&lt;br /&gt;
: &#039;&#039;web boards still &#039;linked&#039; in quick links&#039;&#039;&lt;br /&gt;
* The main redbrick logo needs to be fixed [http://www.redbrick.dcu.ie/images/redbrick_logo.png]. It doesn&#039;t display in versions IE that have PNG problems. [[user:ryaner|ryaner]]&lt;br /&gt;
: &#039;&#039;Whereabouts is it used? It comes up wrong if you just click on that link in IE6 but the only place that I can see it being used is the wiki... where it looks alright in the same browser.. - [[user:werdz|werdz]]&#039;&#039;&lt;br /&gt;
:: &#039;&#039;The wiki and any 404/500 pages on the service. Pub cookies uses it too I think. Certain versions of IE6 are affected by the png problem, certain ones aren&#039;t so it&#039;ll display more often than not. Still should be fixed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Completed ==&lt;br /&gt;
&lt;br /&gt;
When you complete an item, please move it here, and add your name!&lt;br /&gt;
&lt;br /&gt;
* http://www.redbrick.dcu.ie/about/admins/hardware/ should be wikied. It&#039;ll be updated far more frequently if it is. [[user:art_wolf|art_wolf]]&lt;br /&gt;
* http://www.redbrick.dcu.ie/services/userfree/ doesnt work [[user:art_wolf|art_wolf]]&lt;br /&gt;
* &amp;quot;Dublin City University Networking Society&amp;quot; is in tiny writing, floating in space &amp;amp; consumed by those large shortcut buttons. The grey text doesn&#039;t make it anymore visible either! [[user:art_wolf|art_wolf]]&lt;br /&gt;
* /images/blank.gif is missing, ie6 has a nice red &#039;x&#039; planted over the RB logo [[user:werdz|werdz]]&lt;br /&gt;
* A link to http://planet.redbrick.dcu.ie [[user:art_wolf|art_wolf]]&lt;br /&gt;
* http://www.redbrick.dcu.ie/services/disk/ should be removed, its revealing system and user information [[user:art_wolf|art_wolf]]&lt;br /&gt;
* The Boards button on the homepage should be changed to something that works while that system is being developed [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Roundcube image does not display fully on webmail front page [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Include wiki in the drop down list of things to search [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Change main picture, it&#039;s still advertising the 10th birthday [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Move the icons for the pubcookie page back into /images [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Move /chat from the old site to the new one. Claimed by: [[user:phaxx|phaxx]]&lt;br /&gt;
* Pubcookie enable chat. (mostly done already, related to above item) Claimed by: [[user:phaxx|phaxx]]&lt;br /&gt;
* Atm, KPMG logo is approx 24k (640width) image, though shrunk in the &amp;lt;img&amp;gt; tag. For efficiency it should/can be reduced to a &amp;lt;2k gif at the size it is to be displayed at (140px). -- [[user:werdz|werdz]]&lt;br /&gt;
* The font-family bits in the CSS file should have a generic family defined (i.e. &amp;quot;font-family:Tahoma,sans-serif&amp;quot; instead of &amp;quot;font-family:Tahoma&amp;quot;) (the site looks odd under ubuntu because Tahoma isn&#039;t installed by default so everything shows up in a serif-type font). I&#039;d do it myself but the file belongs to root.. [[user:werdz|werdz]] (thanks phaxx for fixing the permissions)&lt;br /&gt;
* Not all pages pass html validation [http://www.redbrick.dcu.ie/chat/ chat] [http://www.redbrick.dcu.ie/about/stats/ stats] - [[user:werdz|werdz]]&lt;br /&gt;
* The wiki should be a vhost - wiki.redbrick.dcu.ie instead of www.redbrick.dcu.ie/~wiki/mw/ [[user:ryaner|ryaner]]&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Redbrick_Hardware&amp;diff=5397</id>
		<title>Redbrick Hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Redbrick_Hardware&amp;diff=5397"/>
		<updated>2007-01-11T22:35:57Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: Jabber is not a machine - service on carbon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of all hardware owned and run by redbrick. For more information on the machines and their history check out the wiki and encylopedia.&lt;br /&gt;
&lt;br /&gt;
NOTE : this inventory is still incomplete.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Main login machines ==&lt;br /&gt;
&lt;br /&gt;
    * [[Carbon]]&lt;br /&gt;
    * [[Deathray]]&lt;br /&gt;
    * [[Murphy]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Other machines ==&lt;br /&gt;
&lt;br /&gt;
    * [[Enigma]]&lt;br /&gt;
    * [[Fap]]&lt;br /&gt;
    * [[Laser]]&lt;br /&gt;
    * [[Nanny]]&lt;br /&gt;
    * [[Prodigy]]&lt;br /&gt;
    * [[Tolka]]&lt;br /&gt;
    * [[Telstar]] (formerly Burner)&lt;br /&gt;
    * [[Welmar]]&lt;br /&gt;
    * [[Troublegum]]&lt;br /&gt;
&lt;br /&gt;
== Former main login machines ==&lt;br /&gt;
&lt;br /&gt;
    * [[Mother]]&lt;br /&gt;
    * [[Nurse]]&lt;br /&gt;
&lt;br /&gt;
== Other Equipment ==&lt;br /&gt;
&lt;br /&gt;
    * [[Cisco Switch]]&lt;br /&gt;
    * [[The Monolith]]&lt;br /&gt;
    * [[The Docolith]]&lt;br /&gt;
    * [[The Dellith]]&lt;br /&gt;
    * [[APC UPS]]&lt;br /&gt;
&lt;br /&gt;
== Accessories ==&lt;br /&gt;
&lt;br /&gt;
Cables&lt;br /&gt;
&lt;br /&gt;
    * 2 x Internal SCSI LVD multimode terminators [one used in enigma array]&lt;br /&gt;
    * 1 x Internal SCSI LVD cable; 8 connectors [used in enigma raid array]&lt;br /&gt;
    * 1 x Internal SCSI SE terminator&lt;br /&gt;
    * 2 x External SCSI VHCDI &amp;lt;-&amp;gt; HD68 cable [one used in enigma array]&lt;br /&gt;
    * 1 x External SCSI HD68 cable [used for DLT]&lt;br /&gt;
    * 1 x External SCSI HD68 terminator [used for DLT]&lt;br /&gt;
    * 1 x PS/2 splitter cable [primarily for shrapnel]&lt;br /&gt;
&lt;br /&gt;
Adaptors&lt;br /&gt;
&lt;br /&gt;
    * 1 x SCA &amp;lt;-&amp;gt; SCSI&lt;br /&gt;
    * 1 x External HD68 SCSI &amp;lt;-&amp;gt; Internal HD68 SCSI [used in enigma raid array]&lt;br /&gt;
    * 1 x 13W3 &amp;lt;-&amp;gt; VGA [plugged into nanny but unused]&lt;br /&gt;
&lt;br /&gt;
Tools&lt;br /&gt;
&lt;br /&gt;
    * Set of screwdrivers&lt;br /&gt;
    * Leatherman kit&lt;br /&gt;
    * Electrostatic wrist strap&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Installing_Gallery_On_Redbrick&amp;diff=5362</id>
		<title>Installing Gallery On Redbrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Installing_Gallery_On_Redbrick&amp;diff=5362"/>
		<updated>2006-10-23T21:15:13Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://gallery.sourceforge.net Gallery] is an excellent piece of PHP software for your website for orgainsing and displaying photos.&lt;br /&gt;
&lt;br /&gt;
Unfortantly it&#039;s not possible to install Gallery on redbrick and have it work straight away. So instead, use the [http://gallery.redbrick.dcu.ie RBGallery] which removes all the hassle of setting up the software, upgrades, and best of all, doesn&#039;t use your quota up.&lt;br /&gt;
&lt;br /&gt;
Download gallery and install it as instructed.&lt;br /&gt;
==Gallery 2==&lt;br /&gt;
Mostly this involves untarring it into some directory.&lt;br /&gt;
Now, you&#039;ll need to ask the admins to set up a MySQL account for you. &lt;br /&gt;
Then edit&lt;br /&gt;
 gallery2/index.php&lt;br /&gt;
 gallery2/main.php&lt;br /&gt;
 gallery2/install/index.php&lt;br /&gt;
&lt;br /&gt;
and add the #!/usr/local/bin/php&lt;br /&gt;
line as per below.&lt;br /&gt;
&lt;br /&gt;
Then go to&lt;br /&gt;
http://www.redbrick.dcu.ie/~YOURUSERNAME/gallery2  (or whereever you intalled it)&lt;br /&gt;
and follow the nifty online installation program.  At some stage it will ask you for the MySQL values that the&lt;br /&gt;
nice admins should have mailed you when they set up your datbase.  You&#039;ll need a database name, a user name and a &lt;br /&gt;
password.  Everything else: accept the defaults ( e.g. table prefixes ).&lt;br /&gt;
Ignore the bit about making a directory chmod 777; on redbrick PHP scripts run as you, so you have permission to write&lt;br /&gt;
to your own directory.&lt;br /&gt;
&lt;br /&gt;
See the bit at the bottom of this page for adding a php.ini to allow uploading big files.&lt;br /&gt;
&lt;br /&gt;
==Gallery 1==&lt;br /&gt;
&lt;br /&gt;
You must then pass all the files through &#039;dos2unix&#039; even if you downloaded the &#039;.tar.gz&#039; archive. You could probaly write a simple script to this. This is the key to getting the scripts to work. &lt;br /&gt;
&lt;br /&gt;
To get &#039;&#039;&#039;any&#039;&#039;&#039; PHP web software running on redbrick you need to add &#039;#!/usr/local/bin/php&#039; to the beginning of the php file. To get Gallery to work, you don&#039;t need to add it to all files but only the files executed, specifically:&lt;br /&gt;
&lt;br /&gt;
 add_photos.php&lt;br /&gt;
 add_photos_frame.php&lt;br /&gt;
 album_permissions.php&lt;br /&gt;
 albums.php&lt;br /&gt;
 captionator.php&lt;br /&gt;
 copy_photo.php&lt;br /&gt;
 create_user.php&lt;br /&gt;
 delete_album.php&lt;br /&gt;
 delete_photo.php&lt;br /&gt;
 delete_user.php&lt;br /&gt;
 do_command.php&lt;br /&gt;
 edit_appearance.php&lt;br /&gt;
 edit_caption.php&lt;br /&gt;
 edit_field.php&lt;br /&gt;
 edit_thumb.php&lt;br /&gt;
 extra_fields.php&lt;br /&gt;
 gallery_remote.php&lt;br /&gt;
 gallery_remote2.php&lt;br /&gt;
 highlight_photo.php&lt;br /&gt;
 index.php&lt;br /&gt;
 login.php&lt;br /&gt;
 manage_users.php&lt;br /&gt;
 modify_user.php&lt;br /&gt;
 move_album.php&lt;br /&gt;
 move_photo.php&lt;br /&gt;
 poll_results.php&lt;br /&gt;
 progress_uploading.php&lt;br /&gt;
 rename_album.php&lt;br /&gt;
 reset_votes.php&lt;br /&gt;
 resize_photo.php&lt;br /&gt;
 rotate_photo.php&lt;br /&gt;
 rss.php&lt;br /&gt;
 save_photos.php&lt;br /&gt;
 search.php&lt;br /&gt;
 setup/phpinfo.php&lt;br /&gt;
 setup/check_imagemagick.php&lt;br /&gt;
 setup/check_mail.php&lt;br /&gt;
 setup/check_netpbm.php&lt;br /&gt;
 setup/check_versions.php&lt;br /&gt;
 setup/diagnostics.php&lt;br /&gt;
 setup/frame_test.php&lt;br /&gt;
 setup/index.php&lt;br /&gt;
 setup/session_test.php&lt;br /&gt;
 slideshow.php&lt;br /&gt;
 slideshow_low.php&lt;br /&gt;
 sort_album.php&lt;br /&gt;
 tools/find_orphans.php&lt;br /&gt;
 upgrade_album.php&lt;br /&gt;
 user_preferences.php&lt;br /&gt;
 view_album.php&lt;br /&gt;
 view_photo.php&lt;br /&gt;
&lt;br /&gt;
Note: For Gallery2, you only seem to need to add the hashbang (#!/usr/local/bin/php) to &#039;install/index.php&#039;, &#039;index.php&#039; and &#039;main.php&#039;.&lt;br /&gt;
It&#039;s important that the hashbang line is the first line in the file and that the second line is the start of the standard php file, e.g.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#!/usr/local/bin/php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
If you have any blank lines between them you&#039;ll get an error like:&lt;br /&gt;
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /webtree/gallery/install/index.php:3) in /webtree/gallery/install/index.php on line 83&lt;br /&gt;
&lt;br /&gt;
Oh, BTW, ImageMagick and most of NetPBM is already installed on Redbrick so you won&#039;t need those binaries in your account locally.&lt;br /&gt;
&lt;br /&gt;
=Gallery Remote=&lt;br /&gt;
&lt;br /&gt;
If you want to get GalleryRemote working so you can upload pictures without using ftp or the webform, simply create a file called php.ini in the directory where you installed gallery (normally something like =/webtree/-username-/gallery=). The contents of php.ini should be:&lt;br /&gt;
&lt;br /&gt;
 [PHP]&lt;br /&gt;
 &lt;br /&gt;
 output_handler =&lt;br /&gt;
 &lt;br /&gt;
 ; Whether to allow HTTP file uploads.&lt;br /&gt;
 file_uploads = On&lt;br /&gt;
 &lt;br /&gt;
 ; Temporary directory for HTTP uploaded files (will use system default if not&lt;br /&gt;
 ; specified).&lt;br /&gt;
 upload_tmp_dir = /home/associat/-letter-/-username-/tmp&lt;br /&gt;
 &lt;br /&gt;
 ; Maximum allowed size for uploaded files.&lt;br /&gt;
 upload_max_filesize = 2M&lt;br /&gt;
&lt;br /&gt;
Of course you should change the &#039;upload_tmp_dir&#039; to the correct path. Thanks to [[User:Noel|Noel]] for this.&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Redbrick_Gallery&amp;diff=4846</id>
		<title>Redbrick Gallery</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Redbrick_Gallery&amp;diff=4846"/>
		<updated>2006-10-23T21:11:45Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RB Gallery is your free online picture gallery. Running Gallery2, you as a member of Redbrick are given unlimited storage space for all your photo&#039;s under a url of http://gallery.redbrick.dcu.ie/username&lt;br /&gt;
&lt;br /&gt;
==RB Gallery Basics==&lt;br /&gt;
To begin, simply login to the system (using Pubcookie of course) to have your own gallery auto created. From there you can begin to upload your pictures and start your album.&lt;br /&gt;
&lt;br /&gt;
==Custom Themes==&lt;br /&gt;
To get your own custom theme for your gallery, simply create your own theme, then mail the webmaster and ask nicely for it to be added. Any custom theme you create &#039;&#039;&#039;MUST&#039;&#039;&#039; contain your username so stop any naming conflicts with other user themes. It&#039;s worth noting that almost everything in the interface is customisable so there is no reason why your rbgallery can&#039;t be embedded directly into your website. Let us know on the discussion page if you do.&lt;br /&gt;
&lt;br /&gt;
==Random Image==&lt;br /&gt;
The random image that appears on the side of your gallery will normally display a random image from somewhere within the entire rbgallery. If you don&#039;t want some of your pictures to appear on that image block then go into &#039;&#039;Edit Album&#039;&#039;, then &#039;&#039;Album&#039;&#039;, then put a tick in &#039;&#039;Prevent this album from being displayed in the Image Block&#039;&#039;. If however your looking to only display random images from your own album within the image block, you will need to create a custom theme and use the settings below to customize the stream. The same will work from your own website too.&lt;br /&gt;
&lt;br /&gt;
Use a PHP block like the one shown below to include an image block in a PHP page outside of Gallery.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php @readfile(&#039;http://gallery.redbrick.dcu.ie/main.php?g2_view=imageblock.External&amp;amp;g2_blocks=randomImage&amp;amp;g2_show=title&#039;); ?&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;gbDataTable&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_blocks&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Pipe(|) separate list chosen from: randomImage, recentImage, viewedImage, randomAlbum, recentAlbum, viewedAlbum, dailyImage, weeklyImage, monthlyImage, dailyAlbum, weeklyAlbum, monthlyAlbum, specificItem; default is randomImage &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_show&amp;amp;nbsp;*&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Pipe(|) separated list chosen from: title, date, views, owner, heading, fullSize; the value can also be: none &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_itemId &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Limit the item selection to the subtree of the gallery under the album with the given id; or the id of the item to display when used with specificItem block type &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_maxSize &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Scale images to this maximum size. If maxSize exceeds the thumbnail dimensions, you must also specify g2_show=fullSize &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_linkTarget &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Add a link target (for example, to open links in a new browser window) &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_itemFrame&amp;amp;nbsp;*&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Image frame to use around images &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; g2_albumFrame&amp;amp;nbsp;*&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Image frame to use around albums &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If a parameter marked with * is omitted then the site default defined above is used.&lt;br /&gt;
&lt;br /&gt;
Image frames require CSS to be displayed correctly. Include the following in the &amp;lt;head&amp;gt; section to support image frames.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;http://gallery.redbrick.dcu.ie/main.php?g2_controller=imageblock.ExternalCSS&amp;amp;amp;g2_frames=wood&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specify the frame id (or pipe separated list of ids) in the frames parameter. Omit the parameter to support the image frames configured above. Frame ids are the directory names in the modules/imageframe/frames directory.&lt;br /&gt;
&lt;br /&gt;
==Additional Modules==&lt;br /&gt;
If there are any that you would like added then just mail the webmaster and ask for them to be installed and enabled. Usually they will be added unless there is good reason not to. Most of the defaults are already enabled and setup with the exceptions listed below.&lt;br /&gt;
The following upload methods are currently disabled:&lt;br /&gt;
* &#039;&#039;From Local Server&#039;&#039; (Pending a total rewrite of the module for security)&lt;br /&gt;
* &#039;&#039;From Web Page&#039;&#039; (Will work for anything that doesn&#039;t require the proxy. Proxy support pending)&lt;br /&gt;
&lt;br /&gt;
==Errors==&lt;br /&gt;
* Why do I get an error about user 5 not having permissions when using the Gallery Remote?&lt;br /&gt;
This is caused by cookies not being set correctly. Best thing to do is clear your cookies and restart your browser. If it still doesn&#039;t work after you login back in, repeat the previous steps and also clear the cookies from Java itself.&lt;br /&gt;
* Windows XP upload system doesn&#039;t work&lt;br /&gt;
As the message on it says, you need to login via Internet Explorer before this system will work.&lt;br /&gt;
* Why does my gallery never make it to the front page?&lt;br /&gt;
The system for rearranging the gallery frontpage bases who gets up the front on a number of different items such as view count, item count in the gallery, recent activity (i.e. if you uploaded photo&#039;s today), and lastly if you have an image assigned to your gallery or not. If you do not have an image assigned to your gallery then do not expect to ever reach the front of the gallery. The script isn&#039;t run on any regular basis currently as it&#039;s not completely accurate so be patient.&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Website_To-Do_List&amp;diff=4629</id>
		<title>Website To-Do List</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Website_To-Do_List&amp;diff=4629"/>
		<updated>2006-10-08T15:29:08Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: Wiki vhost moved to completed. Added redbrick logo needing to be fixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RedBrick&#039;s new website is incomplete. If you find any broken stuff, please add it to the list!&lt;br /&gt;
&lt;br /&gt;
== To-Do ==&lt;br /&gt;
&lt;br /&gt;
* Search results page look needs to be updated [http://www.google.com/u/redbrick?q=redbrick eg]&lt;br /&gt;
* My username is spelt incorrectly :( - receive&lt;br /&gt;
* Should the help tutorials be moved onto the wiki? &lt;br /&gt;
: &#039;&#039;Yes, helpdesk are already intending to do this and other things. Best to leave this item for them, they have Plans with a capital Pee.&#039;&#039; --[[User:Phaxx|Phaxx]] 15:03, 25 May 2006 (IST)&lt;br /&gt;
* http://planet.redbrick.dcu.ie should be updated to match style of new site &lt;br /&gt;
: &#039;&#039;When I helped set it up I just linked to the main site&#039;s CSS and now thats gone with the new RB site so now it&#039;s broken.&#039;&#039; --[[User:Cammy|The Dead One]] 10:30, 25 May 2006 (IST)&lt;br /&gt;
:: &#039;&#039;All the origional CSS files are still in their origional location.&#039;&#039; [[user:art_wolf|art_wolf]]&lt;br /&gt;
::: &#039;&#039;Cool. The gif version of the logo was gone though but I updated planet to use the png version and now all is good. Still, should planet but updated to match the style of the new site?&#039;&#039; --[[User:Cammy|The Dead One]] 10:28, 1 Jun 2006 (IST)&lt;br /&gt;
* If the browser is resized down, the right panel (and, eventually, the middle) disappear down the page.&lt;br /&gt;
* Add pictures to the &amp;quot;chat&amp;quot;, &amp;quot;boards&amp;quot;, &amp;quot;putty&amp;quot; buttons at the top. Antialias the text in the buttons, it looks a bit rough.&lt;br /&gt;
: &#039;&#039;Plans are to fully integrate the site with a login - so when loged in it will display emails, how many people in chat, how many new posts to the boards etc.&#039;&#039;[[user:art_wolf|art_wolf]]&lt;br /&gt;
&lt;br /&gt;
* Update pubcookie to match look of new website design &lt;br /&gt;
: &#039;&#039;Are you sure? A great many pages will send users to the pubcookie login page, from all sorts of different styles. Is there much point in making the pubcookie page match the style of just one of the sites?&#039;&#039;&lt;br /&gt;
::&#039;&#039;Yes,assuming the long term plan is for all official redbrick web services to use pub cookie and to look somewhat similar&#039;&#039;&lt;br /&gt;
* Pubcookie enable webmails&lt;br /&gt;
: &#039;&#039;Been investigating this for awhile - problem is that it requires to combining the pubcookie login and webmail logins - pubcookie on its own cannot do this.&#039;&#039;[[user:art_wolf|art_wolf]]&lt;br /&gt;
* Update webmails look to match look of new website design&lt;br /&gt;
* Add tab icon to squirrelmail&lt;br /&gt;
: &#039;&#039;Where?&#039;&#039;[[user:art_wolf|art_wolf]]&lt;br /&gt;
:: &#039;&#039;No favicon.ico is set inside squirrelmail&#039;&#039;&lt;br /&gt;
* that gradiant affect is annoying on the content pages.&lt;br /&gt;
* http://www.redbrick.dcu.ie/about/sponsors/ links on right are for about&lt;br /&gt;
* Point web boards link to somewhere or remove [[user:art_wolf|art_wolf]]&lt;br /&gt;
: &#039;&#039;web boards still &#039;linked&#039; in quick links&#039;&#039;&lt;br /&gt;
* The main redbrick logo needs to be fixed [http://www.redbrick.dcu.ie/images/redbrick_logo.png]. It doesn&#039;t display in versions IE that have PNG problems. [[user:ryaner|ryaner]]&lt;br /&gt;
&lt;br /&gt;
== Completed ==&lt;br /&gt;
&lt;br /&gt;
When you complete an item, please move it here, and add your name!&lt;br /&gt;
&lt;br /&gt;
* http://www.redbrick.dcu.ie/about/admins/hardware/ should be wikied. It&#039;ll be updated far more frequently if it is. [[user:art_wolf|art_wolf]]&lt;br /&gt;
* http://www.redbrick.dcu.ie/services/userfree/ doesnt work [[user:art_wolf|art_wolf]]&lt;br /&gt;
* &amp;quot;Dublin City University Networking Society&amp;quot; is in tiny writing, floating in space &amp;amp; consumed by those large shortcut buttons. The grey text doesn&#039;t make it anymore visible either! [[user:art_wolf|art_wolf]]&lt;br /&gt;
* /images/blank.gif is missing, ie6 has a nice red &#039;x&#039; planted over the RB logo [[user:werdz|werdz]]&lt;br /&gt;
* A link to http://planet.redbrick.dcu.ie [[user:art_wolf|art_wolf]]&lt;br /&gt;
* http://www.redbrick.dcu.ie/services/disk/ should be removed, its revealing system and user information [[user:art_wolf|art_wolf]]&lt;br /&gt;
* The Boards button on the homepage should be changed to something that works while that system is being developed [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Roundcube image does not display fully on webmail front page [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Include wiki in the drop down list of things to search [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Change main picture, it&#039;s still advertising the 10th birthday [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Move the icons for the pubcookie page back into /images [[user:art_wolf|art_wolf]]&lt;br /&gt;
* Move /chat from the old site to the new one. Claimed by: [[user:phaxx|phaxx]]&lt;br /&gt;
* Pubcookie enable chat. (mostly done already, related to above item) Claimed by: [[user:phaxx|phaxx]]&lt;br /&gt;
* Atm, KPMG logo is approx 24k (640width) image, though shrunk in the &amp;lt;img&amp;gt; tag. For efficiency it should/can be reduced to a &amp;lt;2k gif at the size it is to be displayed at (140px). -- [[user:werdz|werdz]]&lt;br /&gt;
* The font-family bits in the CSS file should have a generic family defined (i.e. &amp;quot;font-family:Tahoma,sans-serif&amp;quot; instead of &amp;quot;font-family:Tahoma&amp;quot;) (the site looks odd under ubuntu because Tahoma isn&#039;t installed by default so everything shows up in a serif-type font). I&#039;d do it myself but the file belongs to root.. [[user:werdz|werdz]] (thanks phaxx for fixing the permissions)&lt;br /&gt;
* Not all pages pass html validation [http://www.redbrick.dcu.ie/chat/ chat] [http://www.redbrick.dcu.ie/about/stats/ stats] - [[user:werdz|werdz]]&lt;br /&gt;
* The wiki should be a vhost - wiki.redbrick.dcu.ie instead of www.redbrick.dcu.ie/~wiki/mw/ [[user:ryaner|ryaner]]&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Talk:Cycling&amp;diff=4522</id>
		<title>Talk:Cycling</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Talk:Cycling&amp;diff=4522"/>
		<updated>2006-09-25T17:37:48Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Perhaps the article needs to be renamed since the is alot more information here than just about bike locks. Discussion page, so discuss.&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Deathray&amp;diff=4611</id>
		<title>Deathray</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Deathray&amp;diff=4611"/>
		<updated>2006-09-13T21:08:54Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: Updated OS Version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Deathray ~ 136.206.15.3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Type:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Dell PowerEdge 2650&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;OS:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Debian GNU/Linux 3.1&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;CPU:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;2 x 3.0Ghz Intel Pentium 4 Xeon&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;RAM:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;4GB&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Storage:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Onboard PERC RAID controller&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;#160;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;OnBoard Untrawide SCSI controller&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Disks:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;5x 73Gb 10,000 RPM SCSI Disks&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Drives:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Internal IDE CDROM&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;#160;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Internal FDE Floppy&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Network:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;2x Gigabit Ethernet BroadCom&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Extras:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Onboard Dell Remote Access Controller (DRAC) for remote management.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;The Name:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Named in honour of GrÃ¡inne Sheerin&#039;s (dimples@rb) orbital Deathray project.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Deathray was a direct result of Prodigy needing replacing, so the SPC graciously funded a new server.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
    &lt;br /&gt;
* Backup login machine&lt;br /&gt;
* Web&lt;br /&gt;
* Mysql&lt;br /&gt;
* Postgres&lt;br /&gt;
* Primary email&lt;br /&gt;
* Mailing lists&lt;br /&gt;
* IRC&lt;br /&gt;
&lt;br /&gt;
== Other Hardware ==&lt;br /&gt;
&lt;br /&gt;
* [[Carbon]]&lt;br /&gt;
* [[Murphy]]&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Carbon&amp;diff=4610</id>
		<title>Carbon</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Carbon&amp;diff=4610"/>
		<updated>2006-09-13T21:08:17Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: Updated OS Version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Carbon ~ 136.206.15.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Type:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Dell PowerEdge 2650&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;OS:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Debian GNU/Linux 3.1&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;CPU:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;2 x 2.8Ghz Intel Pentium 4 Xeon&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;RAM:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;2GB&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Storage:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Onboard PERC RAID controller&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;#160;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;OnBoard Untrawide SCSI controller&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Disks:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;4x 73Gb 10,000 RPM SCSI Disks&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Drives:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Internal IDE CDROM&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;amp;#160;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Internal FDE Floppy&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Network:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;2x Gigabit Ethernet BroadCom&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Extras:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Onboard Dell Remote Access Controller (DRAC) for remote management.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;The Name:&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Now that would be telling (*cough* Carbon *cough*)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Carbon was a direct result of discusions on the Admin-discuss list. It was felt that Prodigy could no longer handle the load placed on RedBrick during peak periods. Carbon was directly funded by the Society and the SPC.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
&lt;br /&gt;
* Backup login server&lt;br /&gt;
* NFS Server&lt;br /&gt;
* Primary LDAP Server&lt;br /&gt;
&lt;br /&gt;
== Other Hardware ==&lt;br /&gt;
&lt;br /&gt;
* [[Deathray]]&lt;br /&gt;
* [[Murphy]]&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Redbrick_Wiki:About&amp;diff=7961</id>
		<title>Redbrick Wiki:About</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Redbrick_Wiki:About&amp;diff=7961"/>
		<updated>2006-09-13T19:03:16Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: Removed hidden spam link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Blur}}&lt;br /&gt;
&lt;br /&gt;
This is a [[Help:What is a wiki|wiki]] for everything [http://www.redbrick.dcu.ie Redbrick]. I&#039;m afraid that it&#039;s only open to Redbrick users. See [[Main Page]] for what is already avaliable on the site. For more help see [[Help:Contents]].&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Main_Page&amp;diff=4516</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Main_Page&amp;diff=4516"/>
		<updated>2006-08-16T00:12:14Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Redbrick Feeds}}&lt;br /&gt;
{{Blur}}&lt;br /&gt;
This is the Redbrick Wiki Web, for all things Redbrick. The idea behind this site is that you as a redbrick member maintain it. If there is something you&#039;d like to see here, you add it. If you find something wrong, you correct it. It couldn&#039;t be easier, you can log in with your Redbrick username and password to edit and add pages. &lt;br /&gt;
&lt;br /&gt;
==Help==&lt;br /&gt;
&lt;br /&gt;
* [[Help:Contents|Help Section Contents]]&lt;br /&gt;
* [[Help:What is a wiki|What is a Wiki?]]&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~wiki/mw/Help:Contents#I_can.27t_login.21 Having problems logging in?]&lt;br /&gt;
&lt;br /&gt;
==How-Tos==&lt;br /&gt;
* [[Web chat]] : Talk on redbrick via your web browser.&lt;br /&gt;
* [[Unsubscribing]] : You&#039;re not on redbrick, but still get those pesky emails!&lt;br /&gt;
* [[Bike Locks]]: You&#039;ve bought a bike - now to secure it. How to pick a good lock. &lt;br /&gt;
* [[DCU Proxy And Scripts]]: Getting Python scripts to use the right proxy. &lt;br /&gt;
* [[End of the MovableType Saga]]: A solution to the MovableType saga on Redbrick &lt;br /&gt;
* [[Espresso Machines]]: A guide for the coffee-addicts who have far too much money. &lt;br /&gt;
* [[Installing Gallery On Redbrick]]: How to install Gallery on Redbrick. &lt;br /&gt;
* [[Installing Wordpress on Redbrick]]: How to install Wordpress on Redbrick. &lt;br /&gt;
* [[Instant Messaging]]: A guide to enabling instant messaging (i.e. not hey but other messaging services such as MSN) on Redbrick &lt;br /&gt;
* [[MovableType To Wordpress]]: An article on how to migrate from a MovableType blog to a Wordpress blog on your Redbrick website. &lt;br /&gt;
* [[PC Disposal]]: How/where to dispose &amp;amp;amp; recycle your old PC junk!&lt;br /&gt;
* [[PubCookie on Redbrick]]: How to make a webservice on Redbrick only avaliable to other Redbrick users. &lt;br /&gt;
* [[Redbrick Radio Podcasts]]: How to make a podcast for Redbrick Radio. &lt;br /&gt;
* [[System Administration Guide]]: General guide &amp;amp;amp; advice. &lt;br /&gt;
* [[Why Cant I Get Emails From Hotmail On Redbrick]] &lt;br /&gt;
* [[Your Webpage Stats]]: How to get and analysis statistics on your redbrick webpage. &lt;br /&gt;
* [[Contracting]]: The basics of working as a Contractor.&lt;br /&gt;
* [[Mass Renaming Files]]: How to rename a bunch of files all in one go&lt;br /&gt;
* [[How-To:Port Forwarding| Port Forwarding]]: Tunnelling traffic through [[RedBrick]]&lt;br /&gt;
* [[K750i Upgrade]]: Flash upgrading your K750i to a w800i. Warning ! Voids Warranty&lt;br /&gt;
* [[Digital SLR Cameras]]: Buying a Digital SLR camera?&lt;br /&gt;
&lt;br /&gt;
==Articles==&lt;br /&gt;
&lt;br /&gt;
* [[Academic Research]]: Info on Postgraduate study/Academic research &lt;br /&gt;
* [[In Jokes]]: A guide to the numerous in-jokes of the Redbrick boards. &lt;br /&gt;
* [[Jobs]]: Information on where to look for jobs, how to make a nice CV, how to do well at interviews.&lt;br /&gt;
* [[Coders on Redbrick]]: A list of coders on redbrick and what langauges they use. &lt;br /&gt;
* [[OSs used by Redbrickers]]: A list of Operating Systems used by redbrick users. &lt;br /&gt;
* [[Software on Redbrick]]: A list of software for and by Redbrick Users. &lt;br /&gt;
* [[Top Ten Redbrick Arguments]]: Recurring debates we&#039;ve had many times on the boards.  &lt;br /&gt;
* [[Why Did You Choose Your Username]] &lt;br /&gt;
* [[Mindless Coding Music]]: Non-intrusive music, might help with concentration while programming. Music nazis will forever mock you. :( &lt;br /&gt;
* [[Redbrick Companies]]: Companies that Redbrick people are involved in or started.&lt;br /&gt;
* [[Learning CSS Layout]]: Info on learning to use CSS to layout your webpage.&lt;br /&gt;
* [[IPod Debate]]: The IPod debate is often regurgitated on the boards. This article is a summary of the different points of views.&lt;br /&gt;
* [[Places to Eat]]: A list of places to eat in various areas, as recommended by brickies.&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
&lt;br /&gt;
* [[Distributed Computing]]: Join the Redbrick team for different worldwide Distributed Computing projects! &lt;br /&gt;
* [[Cluster Computing]]: Beowulf Linux Cluster @ School of Computing, DCU (2001). &lt;br /&gt;
* [http://c-hey.redbrick.dcu.ie C-Hey]: Command line instant messaging. &lt;br /&gt;
* [[IBMS390|IBM S/390]]: Proposed projects on an IBM S/390 mainframe @ School of Computing, DCU (2001). &lt;br /&gt;
* [[Nation States]]: ... is a free online political simulation game. A few Redbrick Users are playing. Why not join them? &lt;br /&gt;
* [[Newsgroup Reorganisation]]: A working document detailing the proposed changes to the redbrick and intersocs newsgroup structure. &lt;br /&gt;
* [[Open Labs]]: Hosted lab sessions for school children (DCU Access Office, DCU Community Office). &lt;br /&gt;
* [[Redbrick Wishlist]]: A list of projects Redbrick sorely needs (code them to get paid money!).&lt;br /&gt;
* [[Clubs and Socs Alumni]]: A project aiming to keep DCU alumni involved&lt;br /&gt;
* [[Website To-Do List]]: Bugs and suggestions for the new Redbrick website design&lt;br /&gt;
* [[Redbrick Hardware]]: A list of Redbrick Hardware and their Specs&lt;br /&gt;
&lt;br /&gt;
==Events &amp;amp;amp; History==&lt;br /&gt;
&lt;br /&gt;
* [[A Brief History]]: A loose overview history&lt;br /&gt;
* [[Bertie Ahern Visit]]: When Bertie visited Redbrick. &lt;br /&gt;
* [[Best Society]]: Best DCU Society, Best National Society (2000/2001) &lt;br /&gt;
* [[Justin&#039;s Article]]: Justin Moran (cain)&#039;s article in An Tarbh&lt;br /&gt;
* [[Redbrick Anniversary]]: To discuss and organise our 10-year anniversary! (event/book) &lt;br /&gt;
* [[Redbrick Logo]]: The history of Redbrick logos! &lt;br /&gt;
* [[SemNet]]: A once-off tech seminar day (2003). &lt;br /&gt;
* [[Tech Week]]: A week long series of tech events at DCU. &lt;br /&gt;
* [[Timeline]]: Redbrick Timeline. &lt;br /&gt;
* [[WaveHunt]]: Wireless network tracking competition in Dublin.&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~shadow/recent.cgi A reloadable map of who is heying who on Redbrick, right now!]: Written by Phaxx and Shadow. &lt;br /&gt;
* [http://www.redbrick.dcu.ie/~shadow/ Login times for all Redbrick users]: Written by Shadow. &lt;br /&gt;
* [http://www.redbrick.dcu.ie/~thayl/mt_saga.html MovableType saga on Redbrick]: Thayl has a summary of the problems with using [http://www.movabletype.org/ Movabletype] on Redbrick.&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~magluby/pics/ Pictures of Redbrick users]: Mugshots of many Redbrick users. Powered by magluby. &lt;br /&gt;
* [https://www.redbrick.dcu.ie/~link/news/ Read the boards]: Link has thrown up some software to allow Redbrick users to read the boards from the web. Uses your slrn settings. &lt;br /&gt;
* [http://www.audioscrobbler.com/group/redbrick Redbrick Audioscrobbler Group]: See other members&#039; taste in music on audioscrobbler&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~wishkah/code.html Redbrick Code]: The Redbrick Code, by wishkah&lt;br /&gt;
* [http://www.redbrick.dcu.ie/about/admins/diskhog/ Redbrick Diskhogs]: Whos hogging all the disk space on Redbrick?&lt;br /&gt;
* [http://planet.redbrick.dcu.ie Redbrick Planet]: A site that brings together numerous blog from Redbrick users. Check out the [[Planet Redbrick FAQ]] for more.&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~doc/reviews/ Reviews of books, movies and music by Redbrick users]: Powered by DoC&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~yosarian/mud/ Stuff on Redbrick Muds]: Yosarian has some useful FAQs, stats and other stuff on using MUD on Redbrick.&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~thayl/headphones.html Redbrick Headphones FAQ]: Thayl collected responses from what Redbrick people think are decent headphones.&lt;br /&gt;
&lt;br /&gt;
==Special Pages==&lt;br /&gt;
&lt;br /&gt;
* [[Special:Specialpages|List of all Special Pages]]&lt;br /&gt;
* [[Special:Popularpages|Popular Pages]]&lt;br /&gt;
* [[Special:Statistics|Site Statistics]]: They do seem to be a little &#039;broken&#039; though.&lt;br /&gt;
* [[Special:Newimages|Uploads in thumbnail format]]&lt;br /&gt;
* [[Special:Allpages|All pages on this wiki]]&lt;br /&gt;
* [[Help:Contents|Help Section Contents]]&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Digital_SLR_Cameras&amp;diff=4424</id>
		<title>Digital SLR Cameras</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Digital_SLR_Cameras&amp;diff=4424"/>
		<updated>2006-08-16T00:10:46Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basics==&lt;br /&gt;
Entry level cameras include the Canon EOS350d, Nikon&#039;s d50 and the Olympus e500. A lot of the comparisons at this stage are really like for like with it being down to personal choice of camera feels the best for you, or what interface you like more, and most importantly, battery life. Each have similar specs and their output quality is not something you will be limited to any time soon by the body itself, thus leaving some to say that another choice should be based on the number of available lenses and their cost. It is important to remember that even the top camera and lenses won&#039;t produce a top picture if you don&#039;t know how to use them properly.&lt;br /&gt;
&lt;br /&gt;
==Things to note when choosing==&lt;br /&gt;
* Package deals (body + lens) can be good starting points but can also hinder your shots later on. Buy the best bit of glass you can afford.&lt;br /&gt;
* Wide range lenses, such as 18-200mm, do provide more choice without switching lenses, but they can over amplify and problems with the lens too. Two lenses to cover the range will normally work out cheaper and give better quality.&lt;br /&gt;
* Tripods/bipods/monopods do help a lot with giving better shots, especially when using zoom lenses.&lt;br /&gt;
* Polarising Filter is almost a must if you plan to shot outside a lot, especially if near water or other &#039;shiny&#039; surfaces.&lt;br /&gt;
* Fast and large memory card is a must. You don&#039;t want to get stuck without for that &amp;quot;must-see&amp;quot; shot but if you run out of space, you run out of luck. Double check the cards write speed as it will help if you shot RAW or shot in muli-shot mode.&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Digital_SLR Wikipedia Digital SLR]&lt;br /&gt;
* [http://www.cnet.com.au/digitalcameras/cameras/0,39036184,40002103,00.htm CNET - Choosing a DSLR]&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Your_Webpage_Stats&amp;diff=5373</id>
		<title>Your Webpage Stats</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Your_Webpage_Stats&amp;diff=5373"/>
		<updated>2006-04-13T20:10:26Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: Fixed log name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So you want to see the statistics for your webpage?&lt;br /&gt;
&lt;br /&gt;
To see the logs for all the webpages on redbrick, &#039;ssh deathray&#039; and then look in &#039;/local/web/logs&#039;. The logs are split up by year, date and type. So the access logs for the 8th of Decemeber 2004 would be found at &#039;/local/web/logs/2005/12/08-combined_log&#039;. You can pipe any of the logs to &#039;grep /~username&#039; to pick out information on your own page.&lt;br /&gt;
&lt;br /&gt;
If your using a vhost (i.e. your own web domain) on redbrick you won&#039;t be able to pick out hits to your domain using the grep method above. You should ask the admins to generate logs for your domain. Sometime in the future, the combined logs may be configured to handle these web domains.&lt;br /&gt;
&lt;br /&gt;
If you want a more graphical representation, you can use a tool like [[#Using_AWStats|awstats]]. [[User:Ryaner|ryaner]] generates [http://www.redbrick.dcu.ie/~ryaner/logs/rb/ awstats for all of Redbrick].&lt;br /&gt;
&lt;br /&gt;
==Using AWStats==&lt;br /&gt;
&lt;br /&gt;
Install [http://awstats.sourceforge.net/ AWstats] into your webpage as instructed but you will use different options for when you run &#039;awstats_configure.pl&#039;. You must run &#039;awstats_configure.pl&#039; on &#039;deathray&#039;.&lt;br /&gt;
&lt;br /&gt;
For &#039;Do you want to continue setup from this NON standard directory [yN] ?&#039; answer &#039;y&#039;.&lt;br /&gt;
&lt;br /&gt;
For &#039;Config file path (&#039;none&#039; to skip web server setup):&#039; answer &#039;none&#039;.&lt;br /&gt;
&lt;br /&gt;
For &#039;Do you want me to build a new AWStats config/profile file (required if first install) [y/N] ?&#039; answer &#039;y&#039;.&lt;br /&gt;
&lt;br /&gt;
For &#039;Your web site, virtual server or profile name:&#039; answer &#039;www.redbrick.dcu.ie&#039;. &lt;br /&gt;
&lt;br /&gt;
For &#039;Directory path to store config file(s) (Enter for default):&#039; answer the directory containing the &#039;awstats.pl&#039;. This might be something like &#039;/webtree/c/cammy/awstats/wwwroot/cgi-bin&#039;. This directory will be where the profile is created. &lt;br /&gt;
&lt;br /&gt;
Let the script finish.&lt;br /&gt;
&lt;br /&gt;
Now there should be a &#039;awstats.www.redbrick.dcu.ie.conf&#039; created in the same directory as &#039;awstats.pl&#039; (depending on your options). You&#039;ll need to configure a few things within it to get it to work. Open it in your favourite text editor.&lt;br /&gt;
&lt;br /&gt;
Set the &#039;DirData&#039; option to &#039;DirData&#039;&amp;quot;.&amp;quot;&#039;. This will generate the data files in the same place as the &#039;awstats.pl&#039; script. The default location is invalid.&lt;br /&gt;
&lt;br /&gt;
Set the &#039;SiteDomain&#039; option to &#039;SiteDomain=&amp;quot;www.redbrick.dcu.ie&amp;quot;&#039;&lt;br /&gt;
&lt;br /&gt;
Set the &#039;LogFile&#039; option to &#039;LogFile=&amp;quot;/local/web/logs/MM-0/%DD-0-combined_log&amp;quot;&#039;.&lt;br /&gt;
&lt;br /&gt;
If you want to gather stats for more than a day, say the whole month, then replace the &#039;LogFile&#039; option with this: &#039;LogFile=&amp;quot;/pathtotools/logresolvemerge.pl /local/web/logs/MM-0/*-combined_log |&amp;quot;&#039;. Replace &#039;pathtotools&#039; to point to where you installed the awstat tools directory. Be warned, this will slow down the update process by a few minutes. BTW, before &#039;logresolvemerge.pl&#039; will run, you&#039;ll have to change the permissions to excutable, i.e. &#039;chmod 755 /pathtotools/logresolvemerge.pl&#039;. &lt;br /&gt;
&lt;br /&gt;
If you want only your logs you can use &#039;grep&#039; to do it. Change &#039;LogFile&#039; to &#039;LogFile=&amp;quot;grep /~username /local/web/logs/MM-0/%DD-0-combined_log |&amp;quot;&#039; and change &#039;username&#039; to your username to get only your hits. (Rememeber this does not work for vhosts though you can write a script that combines vhost logs with these logs etc.)&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve kept the same directory structure from the awstats archive and uploaded it to your web space in some subdirectory, you may notice none of the icons appear. Change the option &#039;DirIcons&#039; to &#039;DirIcons=&amp;quot;../icon&amp;quot;&#039;.&lt;br /&gt;
&lt;br /&gt;
There are also a number of plugins avaliable on Redbrick that can be used by awstats. Update the &#039;LoadPlugin&#039; options with these settings:&lt;br /&gt;
&lt;br /&gt;
 LoadPlugin=&amp;quot;ipv6&amp;quot;&lt;br /&gt;
 LoadPlugin=&amp;quot;hashfiles&amp;quot;&lt;br /&gt;
 LoadPlugin=&amp;quot;geoip GEOIP_STANDARD&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Of course, you can also set or change any other options you want.&lt;br /&gt;
&lt;br /&gt;
Make sure the permissions are correct on the awstats.pl script. &#039;chmod 755 /pathtoawstats/awstats.pl&#039;.&lt;br /&gt;
&lt;br /&gt;
Now, as per the original instructions for [http://awstats.sourceforge.net/ AWStats], you can do a initial update of the logs (i.e. &#039;awstats.pl -config&#039;www.redbrick.dcu.ie -update&#039;). This must be done on &#039;deathray&#039; just like the configure script. This will compile the stats from the logs selected by the &#039;LogFile&#039; option.&lt;br /&gt;
&lt;br /&gt;
You can then generate static html pages or load it all up dynamically as per the awstat setup documentation.&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Installing_Gallery_On_Redbrick&amp;diff=4196</id>
		<title>Installing Gallery On Redbrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Installing_Gallery_On_Redbrick&amp;diff=4196"/>
		<updated>2006-01-24T00:30:06Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://gallery.sourceforge.net Gallery] is an excellent piece of PHP software for your website for orgainsing and displaying photos.&lt;br /&gt;
&lt;br /&gt;
Unfortantly it&#039;s not possible to install Gallery on redbrick and have it work straight away. &lt;br /&gt;
&lt;br /&gt;
Download gallery and install it as instructed.&lt;br /&gt;
&lt;br /&gt;
You must then pass all the files through &#039;dos2unix&#039; even if you downloaded the &#039;.tar.gz&#039; archive. You could probaly write a simple script to this. This is the key to getting the scripts to work. &lt;br /&gt;
&lt;br /&gt;
To get &#039;&#039;&#039;any&#039;&#039;&#039; PHP web software running on redbrick you need to add &#039;#!/usr/local/bin/php&#039; to the beginning of the php file. To get Gallery to work, you don&#039;t need to add it to all files but only the files executed, specifically:&lt;br /&gt;
&lt;br /&gt;
 add_photos.php&lt;br /&gt;
 add_photos_frame.php&lt;br /&gt;
 album_permissions.php&lt;br /&gt;
 albums.php&lt;br /&gt;
 captionator.php&lt;br /&gt;
 copy_photo.php&lt;br /&gt;
 create_user.php&lt;br /&gt;
 delete_album.php&lt;br /&gt;
 delete_photo.php&lt;br /&gt;
 delete_user.php&lt;br /&gt;
 do_command.php&lt;br /&gt;
 edit_appearance.php&lt;br /&gt;
 edit_caption.php&lt;br /&gt;
 edit_field.php&lt;br /&gt;
 edit_thumb.php&lt;br /&gt;
 extra_fields.php&lt;br /&gt;
 gallery_remote.php&lt;br /&gt;
 gallery_remote2.php&lt;br /&gt;
 highlight_photo.php&lt;br /&gt;
 index.php&lt;br /&gt;
 login.php&lt;br /&gt;
 manage_users.php&lt;br /&gt;
 modify_user.php&lt;br /&gt;
 move_album.php&lt;br /&gt;
 move_photo.php&lt;br /&gt;
 poll_results.php&lt;br /&gt;
 progress_uploading.php&lt;br /&gt;
 rename_album.php&lt;br /&gt;
 reset_votes.php&lt;br /&gt;
 resize_photo.php&lt;br /&gt;
 rotate_photo.php&lt;br /&gt;
 rss.php&lt;br /&gt;
 save_photos.php&lt;br /&gt;
 search.php&lt;br /&gt;
 setup/phpinfo.php&lt;br /&gt;
 setup/check_imagemagick.php&lt;br /&gt;
 setup/check_mail.php&lt;br /&gt;
 setup/check_netpbm.php&lt;br /&gt;
 setup/check_versions.php&lt;br /&gt;
 setup/diagnostics.php&lt;br /&gt;
 setup/frame_test.php&lt;br /&gt;
 setup/index.php&lt;br /&gt;
 setup/session_test.php&lt;br /&gt;
 slideshow.php&lt;br /&gt;
 slideshow_low.php&lt;br /&gt;
 sort_album.php&lt;br /&gt;
 tools/find_orphans.php&lt;br /&gt;
 upgrade_album.php&lt;br /&gt;
 user_preferences.php&lt;br /&gt;
 view_album.php&lt;br /&gt;
 view_photo.php&lt;br /&gt;
&lt;br /&gt;
Note: For Gallery2, you only seem to need to add the hashbang (#!/usr/local/bin/php) to &#039;install/index.php&#039;, &#039;index.php&#039; and &#039;main.php&#039;.&lt;br /&gt;
&lt;br /&gt;
Oh, BTW, ImageMagick and most of NetPBM is already installed on Redbrick so you won&#039;t need those binaries in your account locally.&lt;br /&gt;
&lt;br /&gt;
=Gallery Remote=&lt;br /&gt;
&lt;br /&gt;
If you want to get GalleryRemote working so you can upload pictures without using ftp or the webform, simply create a file called php.ini in the directory where you installed gallery (normally something like =/webtree/-username-/gallery=). The contents of php.ini should be:&lt;br /&gt;
&lt;br /&gt;
 [PHP]&lt;br /&gt;
 &lt;br /&gt;
 output_handler =&lt;br /&gt;
 &lt;br /&gt;
 ; Whether to allow HTTP file uploads.&lt;br /&gt;
 file_uploads = On&lt;br /&gt;
 &lt;br /&gt;
 ; Temporary directory for HTTP uploaded files (will use system default if not&lt;br /&gt;
 ; specified).&lt;br /&gt;
 upload_tmp_dir = /home/associat/-letter-/-username-/tmp&lt;br /&gt;
 &lt;br /&gt;
 ; Maximum allowed size for uploaded files.&lt;br /&gt;
 upload_max_filesize = 2M&lt;br /&gt;
&lt;br /&gt;
Of course you should change the &#039;upload_tmp_dir&#039; to the correct path. Thanks to [[User:Noel|Noel]] for this.&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Main_Page&amp;diff=2014</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Main_Page&amp;diff=2014"/>
		<updated>2005-10-01T22:05:34Z</updated>

		<summary type="html">&lt;p&gt;Ryaner: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Redbrick Feeds}}&lt;br /&gt;
{{Blur}}&lt;br /&gt;
This is the Redbrick Wiki Web, for all things Redbrick. The idea behind this site is that you as a redbrick member maintain it. If there is something you&#039;d like to see here, you add it. If you find something wrong, you correct it. It couldn&#039;t be easier, you can log in with your Redbrick username and password to edit and add pages. &lt;br /&gt;
&lt;br /&gt;
==Help==&lt;br /&gt;
&lt;br /&gt;
* [[Help:Contents|Help Section Contents]]&lt;br /&gt;
* [[Help:What is a wiki|What is a Wiki?]]&lt;br /&gt;
&lt;br /&gt;
==How-Tos==&lt;br /&gt;
&lt;br /&gt;
* [[Bike Locks]]: You&#039;ve bought a bike - now to secure it. How to pick a good lock. &lt;br /&gt;
* [[DCU Proxy And Scripts]]: Getting Python scripts to use the right proxy. &lt;br /&gt;
* [[End of the MovableType Saga]]: A solution to the MovableType saga on Redbrick &lt;br /&gt;
* [[Espresso Machines]]: A guide for the coffee-addicts who have far too much money. &lt;br /&gt;
* [[Installing Gallery On Redbrick]]: How to install Gallery on Redbrick. &lt;br /&gt;
* [[Installing Wordpress on Redbrick]]: How to install Wordpress on Redbrick. &lt;br /&gt;
* [[Instant Messaging]]: A guide to enabling instant messaging (i.e. not hey but other messaging services such as MSN) on Redbrick &lt;br /&gt;
* [[MovableType To Wordpress]]: An article on how to migrate from a MovableType blog to a Wordpress blog on your Redbrick website. &lt;br /&gt;
* [[PubCookie on Redbrick]]: How to make a webservice on Redbrick only avaliable to other Redbrick users. &lt;br /&gt;
* [[Redbrick Radio Podcasts]]: How to make a podcast for Redbrick Radio. &lt;br /&gt;
* [[System Administration Guide]]: General guide &amp;amp; advice. &lt;br /&gt;
* [[Why Cant I Get Emails From Hotmail On Redbrick]] &lt;br /&gt;
* [[Your Webpage Stats]]: How to get and analysis statistics on your redbrick webpage. &lt;br /&gt;
&lt;br /&gt;
==Articles==&lt;br /&gt;
&lt;br /&gt;
* [[Academic Research]]: Info on Postgraduate study/Academic research &lt;br /&gt;
* [[In Jokes]]: A guide to the numerous in-jokes of the Redbrick boards. &lt;br /&gt;
* [[Coders on Redbrick]]: A list of coders on redbrick and what langauges they use. &lt;br /&gt;
* [[OSs used by Redbrickers]]: A list of Operating Systems used by redbrick users. &lt;br /&gt;
* [[Software on Redbrick]]: A list of software for and by Redbrick Users. &lt;br /&gt;
* [[Top Ten Redbrick Arguments]]: Recurring debates we&#039;ve had many times on the boards.  &lt;br /&gt;
* [[Why Did You Choose Your Username]] &lt;br /&gt;
* [[MindlessCodingMusic]]: Non-intrusive music, might help with concentration while programming. Music nazis will forever mock you. :( &lt;br /&gt;
* [[Redbrick Companies]]: Companies that Redbrick people are involved in or started.&lt;br /&gt;
* [[Redbrick CV Advice]]: CV tips from brickies collected from a thread in redbrick.jobs.&lt;br /&gt;
* [[Learning CSS Layout]]: Info on learning to use CSS to layout your webpage.&lt;br /&gt;
* [[IPod Debate]]: The IPod debate is often regurgitated on the boards. This article is a summary of the different points of views.&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
&lt;br /&gt;
* [[Distributed Computing]]: Join the Redbrick team for different worldwide Distributed Computing projects! &lt;br /&gt;
* [[Cluster Computing]]: Beowulf Linux Cluster @ School of Computing, DCU (2001). &lt;br /&gt;
* [http://c-hey.redbrick.dcu.ie C-Hey]: Command line instant messaging. &lt;br /&gt;
* [[IBMS390|IBM S/390]]: Proposed projects on an IBM S/390 mainframe @ School of Computing, DCU (2001). &lt;br /&gt;
* [[Nation States]]: ... is a free online political simulation game. A few Redbrick Users are playing. Why not join them? &lt;br /&gt;
* [[Newsgroup Reorganisation]]: A working document detailing the proposed changes to the redbrick and intersocs newsgroup structure. &lt;br /&gt;
* [[Open Labs]]: Hosted lab sessions for school children (DCU Access Office, DCU Community Office). &lt;br /&gt;
* [[Redbrick Wishlist]]: A list of projects Redbrick sorely needs (code them to get paid money!).&lt;br /&gt;
&lt;br /&gt;
==Events &amp;amp; History==&lt;br /&gt;
&lt;br /&gt;
* [[Bertie Ahern Visit]]: When Bertie visited Redbrick. &lt;br /&gt;
* [[Best Society]]: Best DCU Society, Best National Society (2000/2001) &lt;br /&gt;
* [[Redbrick Anniversary]]: To discuss and organise our 10-year anniversary! (event/book) &lt;br /&gt;
* [[Redbrick Logo]]: The history of Redbrick logos! &lt;br /&gt;
* [[SemNet]]: A once-off tech seminar day (2003). &lt;br /&gt;
* [[Tech Week]]: A week long series of tech events at DCU. &lt;br /&gt;
* [[Timeline]]: Redbrick Timeline. &lt;br /&gt;
* [[WaveHunt]]: Wireless network tracking competition in Dublin. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~shadow/recent.cgi A reloadable map of who is heying who on Redbrick, right now!]: Written by Phaxx and Shadow. &lt;br /&gt;
* [http://www.redbrick.dcu.ie/~shadow/ Login times for all Redbrick users]: Written by Shadow. &lt;br /&gt;
* [http://www.redbrick.dcu.ie/~thayl/mt_saga.html MovableType saga on Redbrick]: Thayl has a summary of the problems with using [http://www.movabletype.org/ Movabletype] on Redbrick.&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~magluby/pics/ Pictures of Redbrick users]: Mugshots of many Redbrick users. Powered by magluby. &lt;br /&gt;
* [https://www.redbrick.dcu.ie/~link/news/ Read the boards]: Link has thrown up some software to allow Redbrick users to read the boards from the web. Uses your slrn settings. &lt;br /&gt;
* [http://www.audioscrobbler.com/group/redbrick Redbrick Audioscrobbler Group]: See other members&#039; taste in music on audioscrobbler&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~wishkah/code.html Redbrick Code]: The Redbrick Code, by wishkah&lt;br /&gt;
* [http://www.redbrick.dcu.ie/about/admins/diskhog/ Redbrick Diskhogs]: Whos hogging all the disk space on Redbrick?&lt;br /&gt;
* [http://planet.redbrick.dcu.ie Redbrick Planet]: A site that brings together numerous blog from Redbrick users. Check out the [[Planet Redbrick FAQ]] for more.&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~doc/reviews/ Reviews of books, movies and music by Redbrick users]: Powered by DoC&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~yosarian/mud/ Stuff on Redbrick Muds]: Yosarian has some useful FAQs, stats and other stuff on using MUD on Redbrick.&lt;br /&gt;
* [http://www.redbrick.dcu.ie/~thayl/headphones.html Redbrick Headphones FAQ]: Thayl collected responses from what Redbrick people think are decent headphones.&lt;br /&gt;
&lt;br /&gt;
==Special Pages==&lt;br /&gt;
&lt;br /&gt;
* [[Special:Specialpages|List of all Special Pages]]&lt;br /&gt;
* [[Special:Popularpages|Popular Pages]]&lt;br /&gt;
* [[Special:Statistics|Site Statistics]]: They do seem to be a little &#039;broken&#039; though.&lt;br /&gt;
* [[Special:Newimages|Uploads in thumbnail format]]&lt;br /&gt;
* [[Special:Allpages|All pages on this wiki]]&lt;br /&gt;
* [[Help:Contents|Help Section Contents]]&lt;/div&gt;</summary>
		<author><name>Ryaner</name></author>
	</entry>
</feed>