Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to delay the start of a program linux

# First create your file
vim /home/pi/my_file

# Add contents to file
sleep 10
chromium-browser http://127.0.0.1:8080

# Access autostart path
sudo vim /etc/xdg/lxsession/LXDE-pi/autostart

# Add file path to file
@bash /home/pi/delaystart &
Comment

PREVIOUS NEXT
Code Example
Shell :: symfony gitignore 
Shell :: netspeed ubuntu 20.04 
Shell :: ubuntu gui manager 
Shell :: how to open new terminal in ubuntu 
Shell :: what is the option to sort by file size in unix 
Shell :: how to run a .sh file 
Shell :: strapi command to generate custom route 
Shell :: delete from git history 
Shell :: yarn ubuntu 
Shell :: speed up ffmpeg video 
Shell :: how to push to new branch in github 
Shell :: npm install from github 
Shell :: error when installing package in react 18 
Shell :: git remove credentials windows 
Shell :: run existing image docker 
Shell :: install rvm for ruby 
Shell :: vim cut 
Shell :: linux switch user 
Shell :: How to Block Ports in UFW Ubuntu Firewall 
Shell :: how to install powershell 
Shell :: spotify ubuntu 
Shell :: run mongo cli 
Shell :: chown a file 
Shell :: merge master to a branch 
Shell :: snapd teams 
Shell :: split vim window 
Shell :: install kubernetes linux 
Shell :: signing key android 
Shell :: print first word of each line by grep 
Shell :: how to check raspbian os version 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =