Top new questions this week:
|
I have abused sudo.
I have created a really really short life temporary directory that I wanted to share between some users for a few hours... and I named this directory /some/path/tmp
Unfortunately …
|
I'm trying to use find to create a bunch of symlinks but using the result with {} includes ./ before each filename. How can I avoid that?
find . -type l -name '*.h' -exec ln -s /sourcedir/{} …
|
I use Knoppix (or other Live CDs/DVDs) as a secure environment for creating valuable crypto keys. Unfortunately entropy is a limited resource in such environments. I just noticed that each program …
|
I need to hook onto output of currently running terminal (tty1) from virtual terminal and capture it (running X server).
I'm pretty sure such a thing is possible by simpler means than debugging …
|
What is the best way (reliable, portable, etc.) to check if a given folder is on a mounted remote (nfs) filesystem within a shell script?
I am looking for a command that would look like:
…
|
Recently I put xset b off to my .bashrc. Now I'm annoyed by the error thet pops up when I log in via tty or via ssh, i.e. outside X session.
First thing that came in my mind was [[ -z "$SOME_VAR" ]] …
|
When distributing a custom utility I'll typically write a makefile that installs binaries to /usr/local by default
PREFIX ?= /usr/local
MANPREFIX ?= ${PREFIX}/man
install:
install utility …
|
Greatest hits from previous weeks:
|
I just ran apt-get upgrade on my debian 5 vps and I got this error:
tar: unrecognized option `--warning=no-timestamp'
Now when I try to install other packages e.g: imagemagick I get the same …
|
I want to set a folder such that anything created within it (directories, files) inherit default permissions and group.
Lets call the group "media". And also, the folders/files created within the …
|
Can you answer these?
|
I am trying to get started with GNU Stow. I have defined STOW_DIR to point to a personal path:
STOW_DIR=/some/path
I then build a package of my choice from the tarball and install it under …
|
I recently moved to Mac. I am missing my X11 copy-paste style.
I can't find a way to exactly emulate X11 behavior "select-to-copy", "middle-click-to-paste" globally on Mac OS X.
I am aware that this …
|
On my Debian Wheezy system, I used to start my X session with the startx command.
My .xinitrc file is:
exec /usr/bin/awesome --config /home/cscs/.config/awesome/rc.lua >> …
|