Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I've really been trying hard not to post this. Really, but it gets harder each day.
One trend I've noticed growing on LQ lately.
Newbie posts their problem. "I can't get X working on distro Y."
A response from certain (many senior) users, "You don't want distro Y. You want to install distro Z. It's super fantabulous, lightweight, based on distro ZZ, and oh by the way nothing I have to say here solves your problem."
Posted 11-15-2016 at 09:58 AM bygoumba Updated 11-16-2016 at 09:10 AM bygoumba
I threw this one together in a few minutes as the others I've been able to find on the 'Net were shell scripts. This looks nicer, and can be expanded upon easier (I'm thinking icons in the future)...
Pass True for the parameter show_path if you want the path displayed in the menu (shown in parens following the short file name), otherwise it will only display the short file name.
Code:
#!/usr/bin/env python
#
# Copyright (c) who am I kidding, this is
So, a little about me. Until a few years back, I was a big computer nerd. I still use Linux exclusively, but I used to spend every spare waking hour (that I wasn't working my day job which was typically 12-16 hours a day) just killing time. I know UNIX and Linux, but never really delved too deep.
Enter the big D word, which I blamed on my time wasting in front a computer. Where did my life go? I hit 35 years old, and 'd' set in big time. Not where I wanted...
Posted 01-02-2015 at 04:03 AM bygoumba Updated 01-02-2015 at 04:04 AM bygoumba
Well, for work at least.
I use Debian Live (Jessie) to do my work, at work, rather than using Windows as installed. The boxes are unfortunately P4s, so not exactly modern and snappy.
For the past few months, I have been using a desktop which I replicated from Crunchbang. Openbox, tint2, a simple conky config and their keyboard shortcuts. I've been happy with it, and accessing the menu with <Super>-<Space> is great.
#!/bin/bash
set -x # remove/comment when you no longer wish to see debugging output
case $1 in
[0-9]*)
max=$1
# shift so that $@ only contains the command we're interested
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.