Top "Startup" questions

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

Start mongod service at system startup

I recently updated mongodb, and I run Linux Mint (an Ubuntu based system) and every time I start it up, …

mongodb startup
Powershell run job at startup with admin rights using ScheduledJob

To ease some of my work I have created a powershell script which needs to : Run at startup. Run with …

windows powershell startup
How to automatically load settings in R on OSX? How to find R_HOME, configure Rprofile.site, etc?

I have a Macintosh and I am trying to automatically load packages, homemade functions, and use modified setting every time …

r startup
Angstrom start-up processes [beaglebone]

I have a RFID module attached to my beaglebone and reading ID tags with a python code. Now, I want …

startup beagleboard angstrom-linux
Application startup code in ASP.NET Core

Reading over the documentation for ASP.NET Core, there are two methods singled out for Startup: Configure and ConfigureServices. Neither …

c# asp.net-core startup
how create a service for installed STUNNEL on CentOS 5.10

i have installed stunnel in my centos machine like below : yum install stunnel -y openssl genrsa -out privkey.pem 2048 openssl …

linux service centos startup stunnel
What is security cookie in C++?

I have read from Google that it is used for controlling buffer overruns at application level and it is called …

c++ window startup msvcrt crt
Script running in PyCharm but not from the command line

When I try to run my program from the PyCharm IDE everything works fine but if I type in Fedora: …

python startup fedora
Run a shell script periodically on Mac OS X without root permission

I want to start up a file with .sh type or .py on mac os x without using root , I …

macos bash cron startup launchd
What makes WPF application startup slow?

I noticed that WPF application startup is sometimes pretty slow. Does anybody know if the the cause is the elements …

wpf startup