Top new questions this week:
|
I'm kind of new to ssh so forgive me if this is a stupid question.
I'm supposed to be accessing a server in order to link a company's staging and live servers into our deployment loop. An admin over ...
|
I used to be confident about the fact that quoting strings is always a good practice in order to avoid having the shell parsing it.
Then I came across this:
$ x='('
$ [ "$x" = '1' -a "$y" = '1' ]
...
|
I wanted to know if it is possible to change kernels, for example, replacing Fedora's Linux kernel to that of FreeBSD's.
Now, there already existed the Debian GNU/kFreeBSD. Is it possible for me to ...
|
I have a strange issue related to grep -v queries. Allow me to explain:
To display connections I use who:
$ who
harry pts/0 2016-12-08 20:41 (192.168.0.1)
james pts/1 2016-12-08 ...
|
I often generate and register a lot of bash functions that automate many of the task I usually do in my development projects. That generation depends on the meta-data of the project I am working on.
...
|
In the 2016 edition of IEEE Std 1003.1-2008 (a.k.a. The Open Group Base Specifications Issue 7, or just the POSIX standard), the Rationale section of the who utility mentions the following:
It is ...
|
We need to add few users to the sudoers file on Linux. They should be able to to anything root can except the following:
Should not modify, read, delete /nfsshare/config
Should not modify, read, ...
|
Greatest hits from previous weeks:
|
I'm trying to create a symbolic link in my home directory that points to a directory on my external HDD.
It works fine when I specify it like this:
cd ~
ln -s /run/media/name/exhdd/Data/ Data
...
|
Is there a way to zip all files in a given directory with the zip command? I've heard of using *.*, but I want it to work for extensionless files, too.
|
Can you answer these?
|
I have a single board computer running OpenWRT (GW5100). I inserted a wireless module to connect to Verizon's LTE network that looks like this:
After reading documentation from the manufacturer and ...
|
I'm using Manjaro Openbox and I tried to set up my microphone after the arch wiki
I just changed in /etc/pulse/default.pa
load-module module-alsa-source device=hw:0,0
# the line above should be ...
|
On Gnome, you can usually set a window to occupy half of the screen with super + arrow.
Is there any way I can bind hotkeys to manipulate window sizes more flexibly? e.g. bind a key to make window ...
|