f-log

just another web log

13 Jul 2015:
simple raspberry pi kiosk is simple
I need to a quick kiosk raspberry Pi setup to open a specific web page. I remember that a number of routes are available, but with Raspbian 2015/05/05 all I needed to do was append a few lines to /etc/xdg/lxsession/LXDE-pi/autostart (NOT /etc/xdg/lxsession/LXDE/autostart) so it looked like

@lxpanel --profile LXDE
@pcmanfm --desktop --profile LXDE
@xscreensaver -no-splash
@xset s off
@xset -dpms
@xset s noblank
@chromium --kiosk --incognito http://www.jumpstation.co.uk

And run sudo raspi-config to enable boot to desktop.

Simples(k)
13 Jul 2015:
raspberry pi wifi is easier
I need to setup a Pi with wifi and looked over my old notes and groaned, why does it need to be so complicated?

Well with the Raspbian release 2015/05/05 all you need to do is run wpa_passphase

wpa_passphrase MYESSID PASSWORD
network={
    ssid="MYESSID"
    #psk="PASSWORD"
    psk=6c2e62aa8e220a890bafbfbe2aab76e3b600b06a0e451e5b6d49f717461c2d63
}


Where any odd characters in the PASSWORD should be escaped with a black slash '\'

Then after adding that block to sudo vi /etc/wpa_supplicant/wpa_supplicant.conf
Just reboot.

Any other WiFi SSIDs can be appended to the same file.
11 Jul 2015:
Mario mushrooms in blender are the new shiney
I seem to be constantly being attacked by shiny things that distract me from what I need to complete!

Today's shiny is Mario Mushrooms in Blender

This is mainly so I can remember the steps to add textures in both Blender Internal and Cycles rendering engines.
Needless to say rather than using the paint mode in the Blender UV editor you can just save the image file and work on it in something like GIMP. Which is what I did for the image below.

3D rendered Mario mushrooms, green, blue and red in a green scene with grass tufts and mountains




loading results, please wait loading animateloading animateloading animate
[More tags]
rss feed

email

root

flog archives


Disclaimer: This page is by me for me, if you are not me then please be aware of the following
I am not responsible for anything that works or does not work including files and pages made available at www.jumpstation.co.uk I am also not responsible for any information(or what you or others do with it) available at www.jumpstation.co.uk In fact I'm not responsible for anything ever, so there!

[Pay4Foss banner long]