2014-04-30

xfce4 4.11, xubuntu 14.04, how to turn off session saving even HARDER

As kiosk mode also does not seem to work, create an upstart script:


start on (starting lightdm
          or starting kdm
          or starting xdm
          or starting lxdm)

description "kill XFCE sessions hard"
author  "Adamg"

task
normal exit 2

script 
 cd /home/username/.cache/sessions
 rm -rf *
 console output

end script
Replace username with yours. Enjoy a session free startup.

2014-04-24

xfce4 4.11, xubuntu 14.04, how to turn off session saving HARD

If the obvious

settings -> settings manager -> session & Startup -> general -> Automatically save session

way does not work,

sudo mkdir /etc/xdg/xfce4/kiosk
sudo nano /etc/xdg/xfce4/kiosk/kioskrc
[xfce4-session]
SaveSession=NONE

taken from
http://askubuntu.com/questions/250630/how-can-i-turn-off-xfce-session-saving-system-wide

2014-04-23

fixing skype + pulseaudio sound issues

env PULSE_LATENCY_MSEC=30 /usr/bin/skype

2014-04-22

updating to xubuntu 14.04

Being blessed with a hp 8470w with an AMD radeon ubuntu provided fglrx works quite OK.
Having some rendering issues with synaptic and chromium.
Installing fglrx-pxpress hold around 5W less power usage according powertop.

2014-04-06

How to or not to interview (IT)

I was reading various blog entries about interviews and various stuff around getting hired as I was looking for my next gig.
This would have been a nice blog series, but I got hired again, so I'm dumping here the most interesting ones for fellow job seekers and eventual employers reading.

The negatives:

The positives:

Tips and tricks of trade:

Tips for employers:

Note, my viewpoint is very subjective, I have the wanna be hired stake.

After reading all this stuff, if I could choose I would want a CV check, phone/skype screen, then work a few payed days on site. No whiteboard coding please -- who wants to swim dry?