r3dux.org

A number-pimping side project from the valleys in *NEW* upside-down flavour.

  • Home
  • ABOUT
  • OLD SITE
  • SEARCH
  • FEEDBACK

Portal Done Pro – A Portal speedrun in 9 minutes and 25 seconds

r3dux | March 16, 2012

Some people are simply amazing. DemonStrate is one of them, and has worked super-hard to be really good at Portal…

YouTube Preview Image

Unfortunately, some people are also tonedeaf, so if you watch through to the end you might want to keep it real, eh?

Commentary videos for the entire run and how glitches are used can be found here.

That is a triumph – I’m blown away =D

Comments
2 Comments »
Categories
Gaming, Imagery
Tags
Commentary, DemonStrate, Glitch, Portal, Speedrun, Steam, Valve
Comments rss Comments rss
Trackback Trackback

How-To: Fix slow reconnection to Wireless after suspend/sleep in Linux

r3dux | March 13, 2012

Every time I’d put my LMDE-running machine to sleep, the wireless wouldn’t come up for maybe a minute or so… which is both new and rubbish. So, how to fix it?

Simple: Change your IPv6 settings from Automatic to Ignore, like this:

Disabling IPv6 in Gnome 3

If you’re not using Gnome 3 (like in the above screenshot), then maybe try modifying /etc/network/interfaces – really, it’ll depend on your Linux distro where the config is located.

But once IPv6 is disabled, your wireless won’t have to wait for the DHCPv6 timeout, which is the cause of the slow reconnection.

Source: https://bugzilla.redhat.com/show_bug.cgi?id=708450.

Comments
No Comments »
Categories
How-To, Linux
Tags
Fix, IPv6, Linux, Problem, Reconnection, Resume, Sleep, Slow, Suspend, Wifi, Wireless
Comments rss Comments rss
Trackback Trackback

Poignant real-time machinima from Quantic Dream

r3dux | March 9, 2012

Quantic Dream, who made Heavy Rain (or Chubby Drizzle, if you’re hatin’) just released a short piece of machinima to test out their game engine… and the results are pretty special, and quite moving.

YouTube Preview Image

All running live on a PS3, no less. The future’s bright…

Comments
No Comments »
Categories
Imagery, Tech
Tags
Kara, Machinima, PS3, Quantic Dream, Real-Time
Comments rss Comments rss
Trackback Trackback

Florence + the Machine – Shake It Out

r3dux | March 5, 2012

Woke up with this song in my head for some reason…

YouTube Preview Image

Sounds a bit like Kate Bush to me, which isn’t a necessarily a bad thing.

Comments
No Comments »
Categories
Music
Tags
Florence, Kate Bush, Machine, Shake it out
Comments rss Comments rss
Trackback Trackback

VPS hosting – Linode FTW

r3dux | March 2, 2012

Linode logo transparentWhen I migrated this site from shared hosting to a VPS, I initially went with some really cheap hosting, and I got what I paid for: The site went down often, like every week or so. Sometimes for days at a time. Support tickets went ignored and unanswered, and I was generally a sad puppy.

After a month or two of this I’d had enough, and decided to migrate the site hosting away from Cheap-O-Host to a company called Linode – and I’ve got to say – it’s been absolutely flawless ever since. I can’t even remember the last time the site went down.

This isn’t to say I haven’t had issues with Apache bogging down and basically killing the site by trying to use more RAM than the VPS has available. If I got more concurrent connections than I had RAM for, then some il-advised Apache settings meant that the server would get into swap territory, and the entire thing would grind to a halt from which the only escape was to log into the VPS from the web interface and reboot it. But this wasn’t Linode’s fault – it was mine for trying to do to much with too little.

I finally solved the problem by disabling all the apache modules I didn’t need (which lowered the RAM usage per Apache process, as well as lowering the server’s attack surface), and limiting the concurrent connections to a number that would happily fit within 512MB of RAM – and since then, not a cough or a hiccup. Everything has been running beautifully.

In fact, at the time of writing, my VPS uptime stats are:

# uptime
21:15:38 up 244 days, 12:26,  1 user,  load average: 0.10, 0.07, 0.06

244 days without as much as a reboot! Sweet!

I’m just writing this post to commend Linode because I got yet another monthly email (from siteuptime.com) today saying “site up-time: 100%” and… well, if something goes wrong then people (and definitely me included, here) tend to jump up and down and make a noise – but when something goes right – we generally don’t say anything at all. Which makes the cost of failure getting slagged off, and the reward for success merely not getting slagged off.

As that’s not a particularly good system, I wanted to say something positive about Linode, because it’s not an accident that their systems so rarely go down – I’m sure that it’s entirely due to their hard work, professionalism, and investment & re-investment in the company infrastructure. And I absolutely cannot fault them on that.

So well done, Linode! You guys rock! =D

P.S. For anyone trying to minimise their apache footprint, the minimal set of apache modules I found I needed to run a wordpress site are:

  • alias
  • authz_default
  • deflate
  • dir
  • env
  • expires
  • headers
  • mime
  • php5
  • reqtimeout
  • rewrite, and
  • setenvif

And my final, working Apache prefork MPM settings in apache2.conf for a VPS with 512MB of RAM are:

# prefork MPM
# StartServers: number of server processes to start
# MinSpareServers: minimum number of server processes which are kept spare
# MaxSpareServers: maximum number of server processes which are kept spare
# MaxClients: maximum number of server processes allowed to start
# MaxRequestsPerChild: maximum number of requests a server process serves
<IfModule mpm_prefork_module>
    StartServers          4
    MinSpareServers       1
    MaxSpareServers       1
    MaxClients            13
    MaxRequestsPerChild   5000
</IfModule>

Cheers!

Comments
6 Comments »
Categories
Linux, Tech
Tags
Awesome, Hosting, Linode, Linux, Uptime, VPS
Comments rss Comments rss
Trackback Trackback

« Previous Entries Next Entries »

Translate

Categories

Archives

Tags

3D ActionScript ActionScript 3.0 Adobe AI Ballarat Bash C++ Class Convert CS4 Effect Error Film Flash GLSL Gnome Hack How-To install Jaunty Java Kinect Linkage Linux Mash-Up Microsoft Motion OpenGL Particle Problem PS3 Remix Retro script Slides Sound Systems Texture Ubuntu Video VirtualBox Wii Windows XBox

Gamercard

OpenR3dux

Misc.

Flattr this

RSS Feed

r3dux twitter feed



“Bad analogies are like waxing a monkey with a rainbow.”

rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox