The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
16 views

Get process's timeslice in user mode [migrated]

How can I get the value of process's timeslice in user mode? I designed a new scheduling policy, and I want to check if processes with the same policy (my policy) have the same timeslice to run. It is ...
0
votes
1answer
55 views

Install x11 on my own linux system

I have developed my own tiny linux file system using buildroot and busybox. I used linux-2.6.38.8 kernel configured and cross-compiled for target system(X86) according to needs.Now the filesystem is ...
3
votes
2answers
50 views

Are there any standards/documents which tell me how to produce such nice help messages?

This is a follow up to a previous question, where Silverrocker suggested a nice way to display a help message similar to commands like ls or du. program --help Usage: program ...
6
votes
3answers
312 views

getopt, getopts or manual parsing - what to use when I want to support both short and long options?

Currently I'm writing a Bash script which has the following requirements: it should run on a wide variety of Unix/Linux platforms it should support both short and (GNU) long options I know that ...
5
votes
1answer
198 views

In the usage string of my custom shell script, shall I also display --help and --version?

I'm currently developing a shell script, called up, which shows a usage string on the commandline when called with --help. The output looks like this: $ up --help usage: up [-n ...
7
votes
5answers
736 views

Why is the terminal case-sensitive?

When I do - CD .. instead of cd .. it gives me error saying - CD: command not found Why is the terminal case sensitive when it comes to linux commands? I mean you should be able to execute the ...
4
votes
2answers
167 views

Modeless vs modal editors

I just started learning Linux and all my previous experience of programming has been using the Windows platform. I came across Vim editor and read that it is modal editor unlike notepad which is ...
4
votes
3answers
153 views

vim: How to switch to the directory listing from file view?

I have opened a dir vim some/dir. I can navigate within the tree, yet once I opened a file I wonder, how do I close the file view in order to go back to the directory listing to navigate to another ...
2
votes
0answers
181 views

apple-like momentum scrolling in linux?

is there a way to make the scrolling on a linux machine (running X11) more like apple's natural scrolling? With 'natural scrolling' I mean the fact that you can flick trough the pages, there is ...
4
votes
4answers
1k views

Light GUI user interfaces

I have some older machines that cannot run new versions of Debian/Ubuntu/SUSE/etc on KDE and GNOME GUI, they just crash. It's probably because of the graphics card driver or unsupported graphic cards ...
1
vote
3answers
127 views

how to forbid a command without a permission

I intended to delete all the backup files in a directory, so I was going to type rm *~ in the terminal. Unfortunately, I hit the Enter before hitting the tilde and unhappy things happened. Although, ...
3
votes
1answer
1k views

Which Linux distro supports GNOME 3 by default?

I was planning on installing a new Linux distribution and I am thinking of trying GNOME 3 interface. Other than Fedora 16 (which has GNOME 3 as default) which other distro supports it? I know it can ...
3
votes
1answer
160 views

Screen blinks when unauthorized action is attempted

I'm running Fedora 16. When I'm using vim or the terminal and I mistakenly direct the cursor to an inaccessible place, eg when the cursor is all the way to the top or left of the screen, the whole ...
11
votes
10answers
1k views

What linux is best suited for people new to computers?

What would be the easiest linux for people who are new to computers? The computers here have 256Mb RAM with 40GB hard-disks. UPDATE: Most of them apparently have more than 265MB of RAM with some ...
3
votes
2answers
74 views

How to turn off the help menu in Lynx

I have a really small space reserved to Lynx for a quick lookup, as I need that often. However, the "Help" menu takes a lot of space and I don't really need it now. The red oval is what I want to ...
4
votes
7answers
2k views

Linux distribution that offers a good KDE experience

I have been a Gnome user for years (8 years), and I'm looking for recommendations and comparisons of Linux distributions that offers good KDE integration/experience. Some details to mention: the ...