Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

gnu

How to prevent automake from overwriting INSTALL?

by IT Nursery

The cause of the problem was the -f i.e. –force tag to autoreconf. The man page for it states: “consider all files obsolete” … Read more

Tags automake, autoreconf, autotools, gnu

Disable GNU Indent backup files

by IT Nursery

Looking through the man page for indent and the official GNU documentation I only see 2 methods for controlling this behavior. The environment … Read more

Tags gnu, indentation

Unix mail command: Sort by newest first

by IT Nursery

To make this as an answer, I’d suggest to use pine. The mail command really isn’t made for interactive use. It’s for bare … Read more

Tags email, email-client, gnu, unix

Can I name GNU screen sessions?

by IT Nursery

If you create new session, you can use screen -S <mysession> In already running session, hit Ctrl-a and type :sessionname <mysession>

Tags gnu, gnu-screen, linux

What makes a distribution GNU and are there Linux distributions, that are not GNU? [duplicate]

by IT Nursery

The history of the GNU/Linux terminology goes back to the early 1990s. In 1991 Linus Torvalds began the Linux kernel project out of … Read more

Tags distributions, gnu, linux

How do I install an older version of GNU make using apt on Ubuntu 16.04?

by IT Nursery

You could add the sources.list lines for 14.04 to your sources.list file then use apt update; apt install -t=trusty make

Tags apt, gnu, make

How do I prevent gpg from including SHA1?

by IT Nursery

To answer how do you prevent gpg from includng SHA1, you can use the weak digest parameter by setting –weak-digest SHA1, or alternatively … Read more

Tags gnu, gpg, hashsum, signature

Common flag designations and standards for shell scripts and functions

by IT Nursery

Common flag designations and standards for shell scripts and functions

Tags gnu, posix, shell, shell-script

Obtain WHOIS data field(s) without parsing?

by IT Nursery

You may use python pip install whois For instance, #!/bin/python import whois print whois.whois(‘www.facebook.com’)[‘city’]

Tags command-line, gnu, linux, whois

Newlines in BSD sed vs gsed

by IT Nursery

Newlines in BSD sed vs gsed

Tags bsd, gnu, newlines, sed
Post navigation
Older posts
Page1 Page2 … Page10 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery