LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

Creative and professional?

Posted 07-09-2011 at 09:39 AM by williamfromtexas

Of course. Qualities embodied very differently by two different people.

Claire Rowland and Dirk Hohndel:

http://www.desktopsummit.org/interviews/claire-rowland
http://www.desktopsummit.org/interviews/dirk-hohndel

two keynote speakers at the Desktop Summit 2011 : desktopsummit.com/register
LQ Newbie
Posted in Uncategorized
Views 1116 Comments 0 williamfromtexas is offline
Old

How can you not get depressed after reading this sh*t?

Posted 07-08-2011 at 11:41 PM by MrCode
Updated 07-09-2011 at 07:33 AM by MrCode

http://en.wikipedia.org/wiki/Benjami...7s_experiments

http://en.wikipedia.org/wiki/Daniel_Wegner#Free_will

How do these men stand to get up in the mornings?

I don't understand how one can essentially devote their life to proving that effectively, no one has any real "control" over their lives. It's sickening, to say the least.

(Yes, I know that's a horrible exaggeration, but try to understand where...
Member
Views 4310 Comments 7 MrCode is offline
Old

Building an open-desktop environment

Posted 07-08-2011 at 01:25 PM by Web31337 (In The Middle Of Nowhere [edK's blog])

It's more a notes for myself, but can be useful for someone.
My target was to build a lightweight X11 desktop system that will perform very basic tasks, but my extra requirements were an ability to use clipboard manager with history.
Previously, I've been using Xfce for a long time, but, when it came to impossibility of taskbar manual sorting in it, I decided to go for something much more minimal.
Though, my first attempt was to build xfce-panel from 4.6 tree, which I successfully...
Member
Views 2217 Comments 0 Web31337 is offline
Old

Getting Absolute Paths of UNIX Directories and Filenames in Shell Scripts

Posted 07-08-2011 at 03:05 AM by konsolebox
Updated 05-27-2018 at 03:20 PM by konsolebox
Tags bash, ksh, script, shell, zsh

This post is a compilation of the function getabspath() for different shells that can be used to get the absolute form of a path. The function accepts an argument path then returns the absolute form of it to the variable $__.

Bash
Code:
function getabspath {
	local t=() i=0 IFS=/

	case $1 in
	/*)
		__=${1#/}
		;;
	*)
		__=${PWD#/}/$1
		;;
	esac

	case $- in
	*f*)
		set -- $__
...
Senior Member
Posted in Howtos
Views 4296 Comments 0 konsolebox is offline
Old

Libreoffice needs change

Posted 07-07-2011 at 12:11 AM by William (Dthdealer) (Whaling the FOSS)

OpenOffice.org and LibreOffice are massive ( and possibly monolithic ) suites of software. In some ways this makes them just as bad as Microsoft office, but they gain back their credit for being designed with user priority over commercial priority. I love being able to use a fully featured office suite that is more than a match for Microsoft Office, but most of the time I try to avoid having to use the suite because it is large, slow and sometimes unwieldy.

My first and foremost...
Member
Views 1434 Comments 2 William (Dthdealer) is offline

  



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

Main Menu
Advertisement
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