Automating Important Startup Tasks

Multi tool use
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am running slackopuppy64 linux live version from USB drıve.
ıt does not save any of my settıngs or preferences.
I want to automate the followıng processes at startup:
- connect to wıfı (WEP).
- ınstall a package (Chrome Browser) whıch ıs already downloaded onto USB.
- change keyboard layout from US Englısh to another Turkısh Q layout.
- set mouse touchpad to regıster 1-fınger touch as left mouse button.
Please elaborate how to do all thıs.
shell-script shell networking package-management startup
add a comment |Â
up vote
0
down vote
favorite
I am running slackopuppy64 linux live version from USB drıve.
ıt does not save any of my settıngs or preferences.
I want to automate the followıng processes at startup:
- connect to wıfı (WEP).
- ınstall a package (Chrome Browser) whıch ıs already downloaded onto USB.
- change keyboard layout from US Englısh to another Turkısh Q layout.
- set mouse touchpad to regıster 1-fınger touch as left mouse button.
Please elaborate how to do all thıs.
shell-script shell networking package-management startup
If these are tasks which can be performed on the command line, they can be added to acron
job with a schedule of@reboot
, or as a script at/etc/rc.local
.
– DopeGhoti
May 16 at 19:27
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am running slackopuppy64 linux live version from USB drıve.
ıt does not save any of my settıngs or preferences.
I want to automate the followıng processes at startup:
- connect to wıfı (WEP).
- ınstall a package (Chrome Browser) whıch ıs already downloaded onto USB.
- change keyboard layout from US Englısh to another Turkısh Q layout.
- set mouse touchpad to regıster 1-fınger touch as left mouse button.
Please elaborate how to do all thıs.
shell-script shell networking package-management startup
I am running slackopuppy64 linux live version from USB drıve.
ıt does not save any of my settıngs or preferences.
I want to automate the followıng processes at startup:
- connect to wıfı (WEP).
- ınstall a package (Chrome Browser) whıch ıs already downloaded onto USB.
- change keyboard layout from US Englısh to another Turkısh Q layout.
- set mouse touchpad to regıster 1-fınger touch as left mouse button.
Please elaborate how to do all thıs.
shell-script shell networking package-management startup
asked May 16 at 19:06
Magsi
1
1
If these are tasks which can be performed on the command line, they can be added to acron
job with a schedule of@reboot
, or as a script at/etc/rc.local
.
– DopeGhoti
May 16 at 19:27
add a comment |Â
If these are tasks which can be performed on the command line, they can be added to acron
job with a schedule of@reboot
, or as a script at/etc/rc.local
.
– DopeGhoti
May 16 at 19:27
If these are tasks which can be performed on the command line, they can be added to a
cron
job with a schedule of @reboot
, or as a script at /etc/rc.local
.– DopeGhoti
May 16 at 19:27
If these are tasks which can be performed on the command line, they can be added to a
cron
job with a schedule of @reboot
, or as a script at /etc/rc.local
.– DopeGhoti
May 16 at 19:27
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f444229%2fautomating-important-startup-tasks%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
If these are tasks which can be performed on the command line, they can be added to a
cron
job with a schedule of@reboot
, or as a script at/etc/rc.local
.– DopeGhoti
May 16 at 19:27