Questions tagged [gnu]
38 questions
0
votes
1 answer
Compile Node with GCC v4.9.2
I can't seem to be able to compile Node.js on CentOS 6.6 (64 bits) GCC v4.9.2
$ ./configure
Node.js configure error: No acceptable C compiler found!
Please make sure you have a C compiler installed on your system and/or
consider…

Mick
- 203
- 2
- 7
0
votes
1 answer
gpg --import bind-9.9.4.tar.gz.sha1.asc fails with no valid OpenPGP data found
This is the first time I figured I had better check the keys of the bind software I want to install. So I downloaded what I think is a OpenPGP key ...
$ wget ftp://ftp.isc.org/isc/bind9/9.9.4/bind-9.9.4.tar.gz.sha1.asc
... then I tried to "import"…

Red Cricket
- 470
- 2
- 8
- 21
0
votes
3 answers
Automatically power down home GNU/Linux server after 30 minutes of inactivity
I'd like my home GNU/Linux server to power down after 30 minutes of inactivity. For "activity", I'm thinking
any new [CUPS] print jobs
any requests to a locally running Apache server
any activity over SSH except for failed logins
If any of these…

Adam Monsen
- 725
- 1
- 7
- 24
0
votes
1 answer
Why doesn't ps resolve usernames including dashes
On Debian and Ubuntu (probably on other GNU systems too), when ps lists a process' user, it normally resolves its name, but when a process is running as a user which has a dash in its name, the user's numeric ID is shown instead. I think this is…

aef
- 1,745
- 4
- 25
- 43
0
votes
1 answer
How to install GNU build tools from Blastwave
I am trying to install the GNU build tools on Solaris using Blastwave. I have installed CSWgcc4 but when I run gcc or gcc4 I get command not found. There is not any file like gcc gcc4 in /opt/csw/bin.
Any idea?

rtacconi
- 745
- 4
- 14
- 28
0
votes
3 answers
GNU Mailutils attach file
Is it possible to attach a file to an email from the CLi using mail?
I am having trouble finding this feature on the manpage.

Joey BagODonuts
- 1,635
- 2
- 16
- 16
0
votes
1 answer
Does tar create point-in-time snapshots?
I know that tar can be used to create a backup.
However I wonder if the operation creates point-in-time backups or not.
Basically I wonder if it grants consistency if the directory and files are being added / modified / deleted in the meantime.

collimarco
- 264
- 2
- 3
- 10
-2
votes
1 answer
How to install GNU make in Windows 7?
I am trying to install GNU make-3.82 on Windows 7. I downloaded the make-3.82.tar.gz setup but it does not have any setup file.
There is process given on GNU site. But when I reach to the folder in command prompt and after extraction write…

Azhar
- 115
- 3
- 4
- 10