Skip to main content

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.

1 vote
0 answers
43 views

I’m developing a firewall configurator for a pharmaceutical enterprise. Currently, our app connects to Cisco ASA firewalls and configures them through CLI based on user input (IPs, ports, instrument ...
FattetHummus's user avatar
-1 votes
1 answer
115 views

I have several resource groups and instances in my Azure account. Yet, the Azure Command-Line Interface (CLI) lists no groups and no resources in my Azure account: franck [ ~ ]$ az group list [] ...
Franck Dernoncourt's user avatar
1 vote
1 answer
913 views

I manage some Samba shares where, as part of the antivirus policy, Windows machines are not allowed read-write access. Currently, to do things like setting custom icons on folders to mitigate "...
ssokolow's user avatar
  • 150
0 votes
1 answer
304 views

I need some advice on how to properly use Certbot to obtain SSL certificates from Let's Encrypt. For context, I am doing this in a script, so I need it to be non-interactive. I have a basic ...
Potivier's user avatar
1 vote
1 answer
187 views

I have a Proxmox job, and I'm running a backup job via the web UI. (I'm guessing it just uses the Proxmox vzdump command under the hood.) The final QEMU disk will be close to a TB in size, so I'd like ...
victorhooi's user avatar
8 votes
4 answers
4k views

Is there any smart tool or anything I can use to take a screenshot of a rendered localhost website on a Linux server without monitors? I am using Rocky Linux 9 and I have done group-install of "...
Paul Folkers's user avatar
1 vote
0 answers
77 views

Friends, I'd like to run a custom program whenever a SIP call is received, similar to common call monitoring UIs. I do not need any (G)UI for this. I imaginge something like: /usr/bin/the-imaginary-...
Marcel's user avatar
  • 11
0 votes
1 answer
123 views

What is the difference, if any, between runai suspend + runai resume vs. runai delete + clone job via UI? Both runai suspend and runai delete delete logs and any data saved on the container, so I don'...
Franck Dernoncourt's user avatar
0 votes
1 answer
1k views

On the documentation page (https://docs.cloudlinux.com/shared/command-line_tools/) there are nearly 300 instances of the word "version" and skimming through it goes in to users, programming ...
John's user avatar
  • 133
0 votes
1 answer
517 views

I am using Windows RDP (remote desktop) with a multi-monitor setup and I want my script to automatically detect the position of the monitors. Additionally, I only use some of my monitors for RPD with ...
Aaron Caba's user avatar
0 votes
0 answers
252 views

Env: Ubuntu 22.04.4 LTS PHP 8.1 CMD line scripts started with the & and left to run in the background I have 3 separate PHP scripts which I started from an SSH session and are placed in the ...
Dan's user avatar
  • 245
0 votes
1 answer
746 views

This sort of thing drives me crazy - hopefully obvious solution(s). Have keys on Win 10 laptop, and on one of my Linux servers. If I use puTTY, where I can explicitly browse to the keyfile on the ...
Johnny Canuck's user avatar
2 votes
2 answers
276 views

I want to fetch the file system types in AIX like NFS and all. du command shows just the file systems not their types. How can I do that?
Harish Rajora's user avatar
0 votes
1 answer
620 views

I'm trying to change the domain controller IP address in JBoss/Wildfly managed servers using the management cli, but the configuration either keeps unchanged or changes in the wrong way. I can find ...
Emerson Prado's user avatar
0 votes
0 answers
189 views

I have installed MYSQL community edition on Windows server, I also added the Environment variable to execute the mysql command. The scenario is: When I try to connect to mysql using the CMD I get the ...
sysalam0's user avatar
0 votes
1 answer
2k views

There are 2 instances of a script reported by ps. How can I see in the command line if one of those (and which) is blocked on either I/O or on a file lock?
Jim's user avatar
  • 141
0 votes
1 answer
5k views

Problem: A lot of older workstations on our networks are running out of hard disk space and I am looking for ways to stream-line the process of cleaning up some space. I understand I can use Disk ...
PedalTech's user avatar
0 votes
1 answer
814 views

I'm getting this error whenever I try to login to Azure via the CLI. Here are the details: PS C:\Users\MyName> az login Please select the account you want to log in with (Now I get a popup ...
Flak DiNenno's user avatar
0 votes
1 answer
824 views

I'm working on an automation project, and I need to add members to a specific group using a command-line approach. Currently, I'm using the net group command like this: net group "group name"...
Ahmed brh's user avatar
2 votes
1 answer
579 views

I have the following virtual disk : # omreport storage vdisk controller=0 vdisk=14 Virtual Disk 14 on Controller PERC H730 Mini (Embedded) Controller PERC H730 Mini (Embedded) ID ...
SebMa's user avatar
  • 441
2 votes
1 answer
280 views

Someone is going to connect to my server and type some commands into the terminal. But after finishing his work, he deletes bash_history. I am looking for a way to save every command entered into the ...
Fardin's user avatar
  • 21
0 votes
1 answer
933 views

What is the simplest way to set up shared/clustered read-write POSIX-compliant filesystem across servers where performance is not a major concern? Suppose I have two Linux servers S1 and S2 and an ...
otujuhxv's user avatar
0 votes
2 answers
1k views

I extended the bashrc file of my linux user. This file contains extra aliases, functions, whatever is useful. It's synchronized with a playbook across our 100+ servers. When i'm working on linux I ...
ansible_usah's user avatar
1 vote
1 answer
795 views

I'm on Windows and using VMware Workstation as my virtualization tool. Normally, if I want to mount an .iso file to my guest VM, I can do it through the GUI: I want to know if it's possible to do the ...
Fajela Tajkiya's user avatar
1 vote
1 answer
178 views

I've used zsh compctl since forever (late 90s or early 00s) but strangly never run into this before. I realized today when I intended to make some compctl config for update-alternatives that my ...
flax's user avatar
  • 86
0 votes
1 answer
3k views

Currently, I have multiple android users connected to my server through TCP connection. Each authorized users have an interface and an unique IP address between 10.0.0.0 … 10.255.255.255. Whole user’s ...
Ali Khazaee's user avatar
0 votes
1 answer
1k views

Here is a picture of the WebUI for GCP, showing an "instance schedule" that has 3 instances currently associated with it: How can I list those same 3 instances using the GCloud CLI? I found ...
CrashNeb's user avatar
  • 113
0 votes
1 answer
85 views

I have only just tried to use github via git on the cli for the first time since they leaked their key and it needed resetting. I added the new key into known_hosts under users/luke/.ssh (Windows 11) (...
Luke Briner's user avatar
1 vote
1 answer
4k views

Is there a simple way of changing the openssl config file and confirming with openssl command line parameters to confirm that it is reading the configuration file? (I'm trying to confirm that the ...
Brian's user avatar
  • 11
0 votes
1 answer
553 views

In PHP 7.3.33 and Apache 2.4 I want to run iptables from PHP (web server enviroment) in order to block/unblock IPs, from command line, this works fine: /usr/sbin/iptables --insert INPUT --source ...
adrianTNT's user avatar
  • 1,262
1 vote
0 answers
1k views

Is there a way to check from CLI under linux (Debian based) how the BIOS is configured for "boot on power loss" ? I need something similar to Check `Restore on AC/Power Loss` from CMD/...
Kraal's user avatar
  • 131
0 votes
2 answers
285 views

When using "reg.exe" on the command line, when using the "reg.exe save" subcommand, i get the error message... "FEHLER: Dem Client fehlt ein erforderliches Recht." which ...
White-Gandalf's user avatar
0 votes
1 answer
3k views

Shrink an .img file from the command line I need to be able to shrink the .img for use on other drives. I can do this using gparted, but do not always have a GUI, so I want to translate the gparted ...
posop's user avatar
  • 257
1 vote
1 answer
2k views

I set up PHP-FPM to have different versions of PHP for different folders. This was necessary due to legacy code and was achieved using the apache's .htaccess. My question is: does anyone have a simple ...
bilogic's user avatar
  • 154
1 vote
0 answers
64 views

In program wipe, what does the number in parentheses, after the pass number, mean? I've read through the man page several times and cannot find an explanation. Manual page for wipe
wtftech's user avatar
  • 51
0 votes
1 answer
951 views

Windows 11 hub.docker.com I setup Two-Factor Authentication and generated Personal Access Token (PAT) Docker Desktop is running. cmd.exe docker login --username <email for my account> Password: ...
BaltoStar's user avatar
  • 217
5 votes
2 answers
8k views

I was scouring Google for a CLI command to reset the password of HPE iLO 5 accounts but didn't get any proper response. UI solutions to reset the password or other tooling don't help me in this ...
Alex_P's user avatar
  • 203
1 vote
1 answer
4k views

I created a bash script to automate a borg backup of a running docker container. Before the backup is started, the container should be paused. The script should be executed only after the container ...
Nico's user avatar
  • 13
1 vote
1 answer
4k views

I've found (hopefully) all I need in order to setup Wireshark and usbmon kernel module - including allowing a non-root user to capture USB traffic: https://www.wireshark.org/docs/wsug_html_chunked/...
tishma's user avatar
  • 225
0 votes
1 answer
4k views

Here are my command when I set up the interface: sudo ip tuntap add dev router0 mod tun sudo ip addr add 10.0.0.138/24 dev router0 sudo ip link set dev router0 up Here is the output of ip addr show ...
Happy Jerry's user avatar
0 votes
0 answers
2k views

Using Appcmd.exe, I am trying to change the configuration of the virtual directory using its parent path "IIS://localhost/w3svc/5/ROOT/Site123" where, 5 - is the parent site ID, Site123 - is ...
Sarath Kumar's user avatar
0 votes
1 answer
75 views

How can I make a command string work using globing patterns also in the given arguments? powershell.exe -c "&'c:\wind?ws\System32\more.com' C:\path\to\something.txt | findstr 'something'"...
jagghy's user avatar
  • 3
1 vote
2 answers
113 views

In my terminal in Ubuntu, I want to execute the time program with option -v, but it fails: $ time -v ls -v: command not found However if I specify the path /usr/bin/time of the program as such, it ...
Louis Coulet's user avatar
0 votes
1 answer
43 views

I recently added a drive to my server. However, I check my computer this morning to find the drive doesn't show up on NTFS and I noticed that all folders and files were gone from that mount point on ...
Jacobta47's user avatar
0 votes
2 answers
836 views

I am replacing a windows app with linux command line app. It is supposed to output simple statistics so user can check if the app is alive. In windows it is run 24/7 and you can connect to a desktop ...
Boppity Bop's user avatar
-1 votes
2 answers
126 views

Assume you have a third party program running on a server. To configure it, you log in, apply some CLI commands and leave again. Every time you do this, you also copy and paste the commands to some ...
JF Meier's user avatar
  • 101
0 votes
1 answer
3k views

I would like to execute three commands in a fortinet firewall, the commands are: #To enter in the config mode: config vdom #To select the virtual domain: edit "name" #To see the info I want: ...
aldegalan's user avatar
1 vote
1 answer
453 views

I am executing a script in a crontab that writes a log, when I run it as root, the log is written in spanish. But when I run it in the crontab, the output is in english. Is there a way to run the ...
aldegalan's user avatar
2 votes
1 answer
12k views

What is the Suse version of apt-get or yum? Or how do I get one of them installed in order to install software packages from the command line? A fairly intense session of googling suggests that it may ...
Bazer Con's user avatar
0 votes
2 answers
14k views

I have a client [Windows 10 VM] and a server [say a linux based VM]. I have Apache running on the Linux Server. I have a file on the linux server that I want to download on my windows client. I want ...
Software Fan's user avatar

1
2 3 4 5
32