All Questions
Tagged with cli or command-line-interface
1,582 questions
2
votes
1
answer
57
views
How can I use Azure Cloud Shell to deploy a new Azure OpenAI GPT endpoint using CLI?
I find that using the web UI https://portal.azure.com is rather slow to deploy a new Azure OpenAI GPT endpoint. How can I use Azure Cloud Shell to deploy a new Azure OpenAI GPT endpoint using CLI?
1
vote
0
answers
44
views
Looking for advice on firewalls with CLI [closed]
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 ...
-1
votes
1
answer
141
views
Why does Azure Command-Line Interface (CLI) list no groups and no resources in my Azure account?
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
[]
...
1
vote
1
answer
1k
views
How to edit Samba's user.DOSATTRIB extended attribute locally/from the Linux side?
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 "...
0
votes
1
answer
329
views
Need Advice on Using Certbot with Nginx for SSL Certificates
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 ...
1
vote
1
answer
206
views
CLI tool to monitor file size growth, transfer rate, and calculate progress bar/ETA?
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 ...
8
votes
4
answers
4k
views
Take screenshot of rendered HTML from Linux without GUI
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 "...
1
vote
0
answers
84
views
Run program on incoming call w/ SIP (callmonitor) on Linux
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-...
0
votes
1
answer
124
views
What is the difference, if any, between runai suspend + runai resume vs. runai delete + clone job via UI?
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'...
0
votes
1
answer
1k
views
CloudLinux Terminal CLI command to get OS version
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 ...
1
vote
1
answer
598
views
Query Windows RDP monitor positions via command line
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 ...
0
votes
0
answers
268
views
Long running PHP script get terminated and other separate PHP cmd line processes as well
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 ...
0
votes
1
answer
797
views
ssh from CL using keyfile from Windows client to Linux server
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 ...
2
votes
2
answers
297
views
Get file system type in AIX
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?
0
votes
1
answer
633
views
How to set Wildfly/JBoss domain controller IP address in managed servers using CLI?
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 ...