Questions tagged [command-line-interface]

A command-line interface (CLI) is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks.

A command-line interface (CLI) is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks.

1564 questions
0
votes
1 answer

Windows 08 R2 Backup : create task template

it is possible to create a backup template or somehow configure backup shedule besides regular daily backup to local disk. I want to backup whole system every sunday to shared network folder. I must do it manually with "Backup once" in Windows…
0
votes
1 answer

Get total %cpu,%mem for a process including all threads or sub processes?

Get total %cpu,%mem for a process including all threads or sub processes? For example rsync if you do the following, you get the %cpu,%mem for the parent process only. Where 9215 is pid of active rsync. ps -p 9215 -o %cpu,%mem How can one get the…
Schorschi
  • 3
  • 1
0
votes
2 answers

How to find out which version of OpenStack is running on a server?

I am managing an OpenStack mostly through the openstack CLI and the permissions to manage specific projects and their resources. Is there a command available to me that can tell me the release name or version number of the OpenStack release running…
aef
  • 1,745
  • 4
  • 25
  • 43
0
votes
1 answer

Looking for a CLI application that allows me to connect to server over SSH quickly

I'm looking for a CLI opensource application (Debian, Ubuntu) that allows me to connect quickly to a server using SSH. When I have a new server I just once configure the servers just once. After this, I just invoke the application and select the…
Beach Chicken
  • 123
  • 1
  • 3
0
votes
1 answer

Is there any specific command to check all running processes inside a specific VM on ESXi?

I have a list of VMs running on ESXi. I have used vim-cmd vmsvc/getallvms to get a list of VMs running and also esxcli vm process list to get the World ID of VMs. I would like to get inside the Ubuntu VM and check all the running processes inside…
RRR
  • 1
  • 3
0
votes
0 answers

Using Old Mac as Production Server

I am building a web-app and on my server, I need to execute some xcode-command-line-tools, so basically I come up with this architecture : Frontend(React) --> NodeJS(Ubuntu) --> MacStadium(DedicatedHostedServer) --> NodeJS(Ubuntu) -->…
0
votes
1 answer

GOOGLE_APPLICATION_CREDENTIALS where is it?

I am trying to follow the directions to use cloud translation. At https://cloud.google.com/speech-to-text/docs/quickstart-protocol?hl=en_US are the instructions, but I am not clear on these. I have succeeded with the first stop of downloading the…
0
votes
2 answers

Cannot access my server "Permission denied (publickey)."

Hi i have created a key ring on my server B I copied the public key of my server B to the authorized_keys file of my server A My servers are on Ubuntu 20.04 LTS When I try to transfer a directory from server A to server B, I get this…
Mathieu
  • 45
  • 2
  • 8
0
votes
0 answers

gRPC failed with StatusCode.UNAVAILABLE: failed to connect to all addresses

I am trying to set up Tinode messenger on Debian 10 Buster server. For some reason when I run a Pyhon command to access messenger's grpc service on localhost, port 16060: python tn-cli.py --login-basic=alice:alice123 server returns: gRPC failed…
Tfsur
  • 3
  • 1
  • 2
0
votes
2 answers

Command line tool to analyse disk space based on file types

Basically, I'm looking for something like Windirstat that works well on the command line and is easy to distribute over a network. I've tried sysinternals du (can't exclude/include file types), diruse (limited like du), cygwin du (too slow). I've…
0
votes
1 answer

Why is MySQL taking up all the space on my server?

I have a server with Ubuntu 20.04 LTS and MySQL 8 My system drive is normally around 11gb out of the 20gb available. For a week my database has used everything. Why is MySQL taking up all the space on my server ? Why the database went from 1.4gb to…
0
votes
1 answer

Why is my database not deleted?

I have seen in several tutorial that the "DROP" command will drop the database, but it is not deleted. Why is my database not deleted ? mysql> DROP DATABASE www_example_com; Query OK, 645 rows affected (3.36 sec) mysql> SHOW…
20f2c98f50
  • 39
  • 2
  • 11
0
votes
1 answer

Executing Remote commands on target machine via WinRM in workgroup environment

I'm looking forward to run special commands on a target machine in my local network (workgroup, no domain join). The machines have been previously configured with Enable-PSremoting etc.. to tolerate Windows remote management so that we can execute a…
Andy McRae
  • 125
  • 1
  • 8
0
votes
0 answers

How do I find the ProtonMail Bridge PID file on my server?

I installed Monit on my server, as well as the "ProtonMail Bridge". I followed the following tutorial : https://pychao.com/2020/06/10/update-on-using-protonmail-bridge-on-headless-wordpress-linux-servers/ How to know the path of the "ProtonMail…
Mathieu
  • 45
  • 2
  • 8
0
votes
2 answers

How do I locate a service on my server?

I installed Monit on my server, as well as the "ProtonMail Bridge". How to know the path of the "ProtonMail Bridge" service to add it to Monit ? ubuntu@www-example-com ~ $ ps -ef enter image description here
Mathieu
  • 45
  • 2
  • 8