Top "Command-line-interface" questions

The interface to a program that consists entirely of text, as opposed to (although not necessarily mutually exclusive to) a GUI, or Graphical User Interface.

How to add https-listener to WildFly's default-server?

I'm following the tutorial from: https://github.com/jbosstm/quickstart/tree/master/XTS/ssl Using jboss-cli successfully added the security-realm: /…

jboss command-line-interface wildfly jboss-cli
How do I avoid typing "git" at the begining of every Git command?

I'm wondering if there's a way to avoid having to type the word git at the beginning of every Git …

git version-control command-line-interface git-bash
Fatal error: Maximum execution time of 0 seconds exceeded

My script compares 2 source trees, creates a map of possible changed files, compares MD5 hashes and creates a diff-package. After 28000…

php command-line-interface execution-time litespeed
Create cronjob with Zend Framework

I am trying to write a cronjob controller, so I can call one website and have all modules cronjob.php …

php zend-framework cron command-line-interface
Keyboard shortcut to "Comment" a line in NANO?

I love NANO. It's always there, it can slice and dice, and its NOT VIM! But I am constantly hitting …

text syntax editor comments command-line-interface
PuTTY command line automate serial commands from file

I am trying to connect to a serial port and send a series of commands from a file. Firstly I …

batch-file serial-port command-line-interface putty plink
Can I add issues to github from the command line?

I'm new to git and I'd like to be able to map plans and progress for my project through github. …

git github command-line-interface github-issues
Delete node_modules folder recursively from a specified path using command line

I have multiple npm projects saved in a local directory. Now I want to take backup of my projects without …

bash macos command-line-interface node-modules
Creating column family or table in Cassandra while working Datastax API(which uses new Binary protocol)

I have started working with Cassandra database. I am planning to use Datastax API to upsert/read into/from cassandra …

cassandra command-line-interface cql cql3
DefaultParser in Apache Commons CLI

I wanted to try out the Apache Commons CLI, and figured a good place to start would be the 'usage' …

java command-line-interface apache-commons