Menu

Tree [fa84da] master /
 History

HTTPS access


File Date Author Commit
 bin 2014-03-20 Fabio Di Matteo Fabio Di Matteo [17e9a4] Removed binary from repo
 logout 2014-04-02 Fabio Di Matteo Fabio Di Matteo [fa84da] New Clients features and bugfix prefs autostart
 share 2014-03-24 Fabio Di Matteo Fabio Di Matteo [e25313] Share/ updated
 win32 2014-03-20 Fabio Di Matteo Fabio Di Matteo [31e88d] Add images for windows installer and license text
 README.txt 2014-03-24 Fabio Di Matteo Fabio Di Matteo [cadc38] README fix
 logout.desktop 2014-03-06 Fabio Di Matteo Fabio Di Matteo [93eda0] minor fix

Read Me

/* LOGOUT by Fabio Di Matteo - fadimatteo@gmail.com - www.freemedialab.org
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 * MA 02110-1301, USA.
 * 
 */

How to  compile and install:

	cd logout
	qmake 		(or qmake-qt4, or qmake-qt5 )
	make
	make install

to uninstall:

	make uninstall


Notes:

-Customize the commands:
If you want customize the commands you can edit ~/.config/logout/settings.ini

-Windows users:
Windows users can find the executable in the folder win32/bin/logout.exe

-Shutdown and reboot on Unix with sudo without password:
You can add add your user to adm group and then add these lines to your /etc/sudoers :
	%adm	ALL= NOPASSWD: /sbin/halt
	%adm	ALL= NOPASSWD: /sbin/reboot

-Server mode:
The server accepts tcp packets in the following format:
		password:command:message
You can also send packets with netcat using the following format:
		echo "secret:reboot:Reboot the computer..."| nc 192.168.1.2 1234

		
MongoDB Logo MongoDB