LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-29-2011, 12:58 PM   #136
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Rep: Reputation: 16

I'm wondering if there's a small, light-weight GUI utility for changing the system time outside of KDE or Gnome. I know about the date and ntpdate commands, but was looking for a GUI/curses interface to do the same thing, but without loading a KDE or Gnome control center.
 
Old 10-29-2011, 01:22 PM   #137
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Neonview image viewer

youtube-dl command line tool like cclive for downloading youtube videos in terminal.
 
Old 10-29-2011, 02:08 PM   #138
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
cboard is a ncurses frontend to gnuchess:

http://benkibbey.wordpress.com/cboard/
 
1 members found this post helpful.
Old 10-30-2011, 09:08 AM   #139
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Not really an app, but very useful for GIMP:

Gimp paint studio:
http://code.google.com/p/gps-gimp-paint-studio/
 
Old 10-30-2011, 10:10 AM   #140
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,150

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Also not really an app but I've got this in my bashrc so I can easily chroot into any mounted partition
Code:
CHROOTDIR=/media/Rescue
enterchroot ()
{
	if [ X"$1" != "X" ];then
		CHROOTDIR="$1"
	fi

	if mountpoint "$CHROOTDIR" &>/dev/null;then
		echo "Chrooting to ${CHROOTDIR}..."
	else
		echo "$CHROOTDIR is not mounted"
		return
	fi

	sudo mount -o bind /proc ${CHROOTDIR}/proc
	sudo mount -o bind /dev ${CHROOTDIR}/dev
	sudo mount -o bind /dev/pts ${CHROOTDIR}/dev/pts
	sudo mount -o bind /sys ${CHROOTDIR}/sys
	find /media -type d -maxdepth 1 -mindepth 1 -exec mountpoint '{}' \;|grep -v "not"|awk '{print $1}'| while read
		do
			if [ "$REPLY" != "${CHROOTDIR}" ];then
				sudo mkdir -p "${CHROOTDIR}/${REPLY}"
				sudo chown $USER:$USER "${CHROOTDIR}/${REPLY}"
				sudo mount -o bind "$REPLY" "${CHROOTDIR}/${REPLY}"
			fi
		done
	sudo mount -o bind /tmp/.X11-unix ${CHROOTDIR}/tmp/.X11-unix
	sudo chroot $CHROOTDIR
}

exitchroot ()
{
	sudo umount ${CHROOTDIR}/proc
	sudo umount ${CHROOTDIR}/dev/pts
	sudo umount ${CHROOTDIR}/dev
	sudo umount ${CHROOTDIR}/sys
	find ${CHROOTDIR}/media -type d -maxdepth 1 -mindepth 1 -exec mountpoint '{}' \;|grep -v "not"|awk '{print $1}'| while read
		do
			sudo umount "${REPLY}"
			sudo rmdir "${REPLY}"
		done
	sudo umount ${CHROOTDIR}/tmp/.X11-unix
	echo "Left $CHROOTDIR..."
}
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gems update divyashree Linux - Newbie 0 01-10-2011 12:35 AM
LXer: FOSS Gems Sparkle in the Summer Sun LXer Syndicated Linux News 0 05-28-2009 03:10 PM
Hidden Linux/GNU/Bash gems for the self learner? randomsel Linux - General 1 06-26-2008 06:34 PM
Trying to install Ruby gems with setup.rb - how to make it run Bartee Linux - Newbie 2 12-24-2007 01:49 PM
LXer: Gems aims to make large-scale Gentoo Linux management easier LXer Syndicated Linux News 0 08-03-2006 04:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration