Sunday, October 26, 2014

HowTo: Logout from LXDE via the command line

$: lxsession-logout

Reference(s):
http://wiki.lxde.org/en/LXSession#Logging_Out

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...