A simple windows script is request that will be launched on startup and it will do the following 1. waits 20sec after boot 2. launches Chrome at a specific page eg "www.freelancer.com" 3. sets Chrome full screen (no taskbar visible) budget is 20$
I want a Private Mailer Application for mass email campaign which is built based on the Nodemailer module. It should run on Ubuntu OS. It should have the ability to use function tags in the settings, letter and attachment. Below is a simple example of how the Mailer settings should be ----------------------------------------------------------- #!/usr/bin/env node const smtp =[ { host: "", username: "", password: "", port: 587, secure:false, frommail : "" }, ] // ==== === let setup ={ key :"", MultipleSmtp :"ROTATE", // "ROTATE" AND "QUEUE" mail_priority : "medium", // high , medium, low sleep_time : 1000,// 1000 for 1 sec...
I need to create a python script to change this configuration on all the switches in the net with 1 command. telnet <host> (usr: xxx, pwd: xxx) # sys # info-center source default channel 2 log level error info-center source default channel 4 log level notification info-center source HSC channel 4 log state off info-center loghost # return # save (answer yes and wait 15sec) # quit *** I need to be able to see if there were any errors also.
need a powershell script to work with SQL and active directory
Hi, I need to run a bash script which runs 3 python scripts. I need to run that bash script on every boot/reboot.
My hard drive crashed and I have to download tons of music again so I need some sort of script written to enable me to bulk download songs from 2-3 sites instead of clicking on each song
Need a shell script to convert FIX message file to csv. Sample File (FIX): 1=ab10|7=ef20|4=gh30|…… 1=ab11|7=ef21|4=gh31|…… 1=ab12|7=ef22|4=gh32|…… Convert to csv file: 1,4,7…. ab10,gh30,ef20…… ab11,gh31,ef21…… ab12,gh32,ef22…… Note: FIX tag formate - tagNo. = tagValue |(delimiter) tagValue = can be numerical, alphabetical, mix Csv format should be, column name. Should be tag no. And column values should be tag values. Values of a line should be on the same row (no mixing of data please)
I have an Ubuntu VPS that I installed lxdm as a default display manager and the xfce as the desktop environment, also I enabled auto login. I was using Anydesk for remote control. Everything was working until recently I updated and rebooted the system. After report I got stuck in the log in prompt, it shows for 1 second the then it disappear then shows over and over I need help to fix this I have SSH and VNC access
Hi, I am adding json objects through Jenkins parameters in a json file in SE bucket, then first ones will be added through Jenkins parameter once the build has completed. When we run the build for second time, it will replace the last four values added in text file and then also add a new object in json. Let me know if you can write a command to replace the last four values of last object in json file. defaultAvailableOS is empty json in S3. sampleUpdate-OS is how the output is expected. FP1 stands for Fingerprint1. If FP2 is added then, inside the FP1 object, all values should be replaced of FP1 with FP2.
I need a windows shell script expert to write test and deliver an audit script that will collect : CPU, Hard disk, memory installed software and user login logs informations from a windows server, store it into variables and show it on the console echoing the variables in format of "variable=value , variable2=value2,...variableN=valueN" targeted windows server versions from 2003 to 2016. deliverable shoult be .bat or .cmd no powershell, no exe.
Hi, We have the WE826-T2-16 Mb and installed Openwrt openwrt-21.02.3-ramips-mt7620-zbtlink_zbt-we826-16m-squashfs-sysupgrade. Now we like to update this firmware, so we get a new firmware to do all explained below: 1. Make sure the UCI calls (see attachment) are default configuration in the new firmware 2. Get variables from a server explained in `Get variables` part 3. Make a script explained in the part `Discover DHCP` 4. Set Root password of router GET VARIABLES In the UCI calls we have some variables. Some are hardcoded. But a few we need to get with a simple post call like below, and store. If post call is not available we should retry a few times, and if still not available sent an other post call and only retry after restarting the modem. Post first time: ``` curl --location ...
Need a bash script attached to cron which is going to perform these tasks every 5 mins: 1 - Wget a website 2 - Search for a particular string 2A - If the string is detected: delete the downloaded file and restart the server 2B - If the string is not detected: delete the downloaded file 3 - Free the used resources