LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

rss-glx: 3D fireworks screensaver and more

Posted 11-07-2010 at 06:03 PM by Web31337 (In The Middle Of Nowhere [edK's blog])

About two years ago, when I wasn't yet a linux user I saw a video on youtube, a comparision of two laptops, one running Ubuntu, another windblows vista.
at some moment of video the guy starts some ugly screensaver from windblows, something looks like old "pipes" from older versions of the system and then, starts this outstanding 3d screensaver with fireworks exploding under the clouds in ubuntu laptop. Which is free and opensource, yeah.
I never actually used screensavers...
Member
Views 3517 Comments 0 Web31337 is offline
Old

Using gzip Compression in Apache to Serve Pages Faster

Posted 11-07-2010 at 07:13 AM by Focused4Success
Updated 11-07-2010 at 07:15 AM by Focused4Success

Enabling gzip compression in Apache will dramatically reduce the amount of data transmitted. This is easily accomplished by doing the following as root:

cd /etc/apache2
cat <<\! > httpd.conf.local
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ \
no-gzip dont-vary
SetEnvIfNoCase Request_URI \
\.(?:exe|t?gz|zip|bz2|sit|rar|7z)$ \
no-gzip dont-vary
SetEnvIfNoCase Request_URI \.pdf$...
LQ Newbie
Views 8941 Comments 1 Focused4Success is offline
Old

Ubuntu HowTo: Install Florian Müellner's version of GNOME Shell in Ubuntu

Posted 11-07-2010 at 01:28 AM by Kenny_Strawn (Kenny the one-teen comittee to stamp out Proprietary $uckware)
Updated 11-15-2010 at 05:29 PM by Kenny_Strawn

http://www.webupd8.org/2010/10/insta...in-ubuntu.html

This article *does* give good instruction, but if you're more experienced at building GNOME Shell, you might want to see just what GS will look like when it's closer to 3.0. Here's how to do it:

After building GNOME Shell from the main branch, remove and re-clone GNOME Shell from the repositories:

Code:
rm -rf ~/gnome-shell/source/gnome-shell
git clone git://git.gnome.org/gnome-shell
...
Senior Member
Posted in Uncategorized
Views 765 Comments 0 Kenny_Strawn is offline
Old

Publishing the Website

Posted 11-06-2010 at 11:42 PM by Focused4Success
Updated 11-07-2010 at 06:52 AM by Focused4Success

I haven't been able to figure out how to configure Apache to access the mounted filesystem yet. In lieu of this I created a script to just copy the files that change while I'm doing development. I created a bash script called: publish, with the following contents:

#!/bin/bash
target=/srv/www/htdocs
dir=RoseOfLife
if [ ! -d ${target}/${dir} ]
then
sudo mkdir ${target}/${dir}
fi
sudo pax -r -w -v -Y -Z . ${target}/${dir}
LQ Newbie
Views 664 Comments 0 Focused4Success is offline
Old

fun around MIPS: qemu-system-mips

Posted 11-06-2010 at 10:33 PM by Web31337 (In The Middle Of Nowhere [edK's blog])
Tags arm, mips, nginx, qemu

Yesterday I was surprised when discovered that,... ehm, well... I'm such a newbie in this... that most routers using MIPS not ARM CPU as I thought before
Since that, I've also tried to look at MIPS in QEMU. There is even less information about this, though debian to help I was surprised I've missed it last time when doing experiments with qemu-system-arm, but now it's very helpful with qemu-system-mips.
I used aurel32's page as a start point: http://people.debian.org/~aurel32/qemu/mips/...
Member
Posted in etc, hardware
Views 3601 Comments 0 Web31337 is offline

  



All times are GMT -5. The time now is 11:21 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration