Top new questions this week:
|
Is it possible to open an incognito session in bash?
For example, when we need to enter passwords in commands and don't want bash to add them to history.
|
I have been studying the Linux kernel behaviour for quite some time now, and it's always been clear to me that:
When a process dies, all its children are given back to the init process (PID 1) …
|
I have recently come across a file whose name begins with the character '♫'. I wanted to copy this file, feed it into ffmpeg, and reference it in various other ways in the terminal. I usually …
|
I have a long running bash instance (inside a screen session) that is executing a complex set of commands inside a loop (with each loop doing pipes, redirects, etc).
The long command line was …
|
I never really understood why a window system must have a server. Why do desktop environments, display managers and window managers need xorg-server? Is it only to have a layer of abstraction on top …
|
Alright, when I run certain commands the wrong way, (misspelled, etc.) The terminal outputs this: > instead of computername:workingfolder username$, and when I type enter it goes like this:
>
…
|
The school I'm working for as an administrator requested a system upgrade. Currently we are using a government-suggested Linux distribution called SuliXerver - it would be great, but most of the admin …
|
Greatest hits from previous weeks:
|
I'm a newbie to Linux so please forgive me for asking such stupid question!
I'd installed jdk1.7.0.rpm package in RHEL6.
Where I do find the path and to execute my first java program?
|
I'm sure this question has been asked again and again elsewhere (I did not find anything specific to CentOS vs RHEL in SE), but I would still like to ask and confirm a few specific points.
I am well …
|
Can you answer these?
|
I migrated evolution to Thunderbird yesterday. I googled for migrate filters, but Evolution stores them as an XML file and Thunderbird stores using a Mork formatted file such as:
version=`9`
logging=
…
|
I have a pretty simple driver for USB keyboard:
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/usb.h>
#include <linux/usb/input.h>
#include …
|
I am confused by the differing behavior of zparseopts in two different versions of zsh. Basically I am trying to set a list of default option values in an associative array and overwrite these …
|