Automating Important Startup Tasks
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