Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

Questions tagged [scripting]

A form of computer programming that — in the context of system administration — lends it self well to automating tasks.

Score of 0
0 answers
25 views

see below details eccdbpvm02:/mnt/HANA/E1P/backup/data/DB_F1P # crontab -l 05 00 * * * /usr/sys_scripts/clear_log >> /usr/sys_scripts/log.txt 2>&1 eccdbpvm02:/mnt/HANA/E1P/backup/data/...
Score of 1
5 answers
618 views

I have a comma separated line I am using awk to extract fields from. Server1,poweredOn,10.0.18.70,"Blue, Green",POC,Vsphere However, when it comes to the text in double quotes ("Blue, ...
Score of 0
0 answers
193 views

In a script I use following line to find out whether some address is already in a list: /ip fire addr find where list=$listName address=$logIp The block looks as follows: :if ([:len [/ip fire addr ...
Score of 0
1 answer
292 views

Unable to run BCDEDIT script with GPO This is more or less identical to the following post: Stumped on why my Startup GPO Script isn't executing BCDEdit correctly However, I am unable to respond ...
Score of 0
0 answers
74 views

I inherited a quite simple network; 6 Windows servers (an FSMO, 2 DCs, Terminal server, File Share, SQL Server). Over the past Several months, I have resolved issues on the network, AD, FSMO, DNS ...
Score of 0
1 answer
254 views

i have a strange Problem and i hope someone can help me. What I’m doing: I am creating a Scheduled Task via GPO, which starts a Powershell script which is located on a network share. The Script should ...
Score of 1
2 answers
1052 views

I a bash script, I want to obtain the global IPv6 address of my machine for a given network adapter (on my case 'ens18'). To get started, I issued the following command: ip -6 addr This gives me the ...
Score of 1
2 answers
11815 views

I want to create a script to unattended upgrade my Windows 10 machines to Windows 11, but I don't want to install in the process all unnecessary applications like xbox. I'm trying to upgrade my ...
Score of 1
0 answers
1379 views

We recently upgraded from RHEL7 to RHEL8 and one of this issues that wasn't straight forward to handle is how to utilize cURL with client certificates after cURL removed support for NSS? Previously, ...
Score of 0
1 answer
125 views

I am trying to log file operations using auditd (audit 4.0.1) and came across an issue with moving files. If I include the filename in the destination: mv /mnt/user/home/file.txt /mnt/user/home/...
Score of 0
1 answer
102 views

I just upgraded apache on my very old WHM server from 2.2 to 2.4, and now .htaccess files are being treated like text files instead of apache scripts. I also installed mod_ruid2 0.98 These three lines ...
Score of 1
1 answer
1021 views

I'm trying to script changing specific services to have Startup Type "Automatic (DelayedStart)". When I pipe the services into Set-CimInstance, I get an error that it "could not modify ...
Score of 1
1 answer
726 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 ...
Score of 0
0 answers
217 views

I'm new to Kubernetes, I have internal instruction on how to setup the app locally using minikube. The problem is that I sometimes forget to stop the Cluster, if I do when shutdown the system it will ...
Score of 0
1 answer
148 views

So i'm running dhcpd on a server and to my knowledge the logs from dhcpd are not adjustable, if they are i'm dying to know how... Anyways, i need something to check the dhcpd.leases-file which is ...

15 30 50 per page
1
2 3 4 5
124