Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?rcconf package alternative in bionic...
Strange opamp's output impedance in spice
Origin of the word “pushka”
Having the player face themselves after the mid-game
What is the purpose of a disclaimer like "this is not legal advice"?
Either of .... (Plural/Singular)
Finding the minimum value of a function without using Calculus
If sound is a longitudinal wave, why can we hear it if our ears aren't aligned with the propagation direction?
What can I do if someone tampers with my SSH public key?
Are these two graphs isomorphic? Why/Why not?
Traveling to heavily polluted city, what practical measures can I take to minimize impact?
How to make sure I'm assertive enough in contact with subordinates?
Smooth vector fields on a surface modulo diffeomorphisms
The (Easy) Road to Code
Trocar background-image com delay via jQuery
How to install round brake pads
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Does an unused member variable take up memory?
Help! My Character is too much for her story!
I can't die. Who am I?
Why does Central Limit Theorem break down in my simulation?
Will expression retain the same definition if particle is changed?
How to educate team mate to take screenshots for bugs with out unwanted stuff
Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?
rcconf package alternative in bionic beaver?sysv-rc-conf AND rcconfIs there any GUI tool for UpstartGUI tool for viewing and managing print queue?Kubuntu 18.04 Bionic Beaver release filesErrors update after installing ubuntu 18.04 bionic beaverUbuntu 18.04 Bionic Beaver install hangs after choosing keyboard layoutUnable to install R 3.5.0 in Ubuntu Bionic Beaver (18.04)Tor instructions don't work for Bionic BeaverProblem with nstalling Steam on Ubuntu 18.04 LTS Bionic BeaverCannot install gcc on ubuntu 18.04 bionic beaver?wget 1.20 package for bionic beaver
Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?
I want to be able so see the status of services and/or units (and/or whatever else systemd calls them).
Ideally, I could also filter so as to only display running services. Also filter to only display enabled services.
Apparently, Ubuntu 16.04 had systemd-ui
, which I never used.
This article from 2011 mentions some other tools that existed long ago on various Linux distributions.
If there is not a GUI tool, is there a curses tool?
I want to be able to quickly review a list of running and enabled services, and in as few key presses as possible, stop and disable the services/units that I don't want.
Thanks!
gui systemd 18.04 administration
add a comment |
Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?
I want to be able so see the status of services and/or units (and/or whatever else systemd calls them).
Ideally, I could also filter so as to only display running services. Also filter to only display enabled services.
Apparently, Ubuntu 16.04 had systemd-ui
, which I never used.
This article from 2011 mentions some other tools that existed long ago on various Linux distributions.
If there is not a GUI tool, is there a curses tool?
I want to be able to quickly review a list of running and enabled services, and in as few key presses as possible, stop and disable the services/units that I don't want.
Thanks!
gui systemd 18.04 administration
add a comment |
Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?
I want to be able so see the status of services and/or units (and/or whatever else systemd calls them).
Ideally, I could also filter so as to only display running services. Also filter to only display enabled services.
Apparently, Ubuntu 16.04 had systemd-ui
, which I never used.
This article from 2011 mentions some other tools that existed long ago on various Linux distributions.
If there is not a GUI tool, is there a curses tool?
I want to be able to quickly review a list of running and enabled services, and in as few key presses as possible, stop and disable the services/units that I don't want.
Thanks!
gui systemd 18.04 administration
Is there a GUI tool for managing systemd on Ubuntu 18.04 (Bionic Beaver)?
I want to be able so see the status of services and/or units (and/or whatever else systemd calls them).
Ideally, I could also filter so as to only display running services. Also filter to only display enabled services.
Apparently, Ubuntu 16.04 had systemd-ui
, which I never used.
This article from 2011 mentions some other tools that existed long ago on various Linux distributions.
If there is not a GUI tool, is there a curses tool?
I want to be able to quickly review a list of running and enabled services, and in as few key presses as possible, stop and disable the services/units that I don't want.
Thanks!
gui systemd 18.04 administration
gui systemd 18.04 administration
asked May 2 '18 at 2:39
mpbmpb
45539
45539
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
I'm not aware of one. It doesn't get much faster than than the CLI commands though:
systemctl status
systemctl stop some-service
systemctl disable some-service
3
systemctl --type service --state running
gives a proper list of services which are currently running.
– Videonauth
May 2 '18 at 21:07
add a comment |
I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:
https://github.com/mpbcode/systemctl-ui
add a comment |
If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:
sudo apt install ./systemd-ui_3-4_amd64.deb
sudo apt install ./systemd-gui_3-4_all.deb
I did this and worked like a charm.
Bibliography:
https://launchpad.net/ubuntu/+source/systemd-ui
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030850%2fis-there-a-gui-tool-for-managing-systemd-on-ubuntu-18-04-bionic-beaver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm not aware of one. It doesn't get much faster than than the CLI commands though:
systemctl status
systemctl stop some-service
systemctl disable some-service
3
systemctl --type service --state running
gives a proper list of services which are currently running.
– Videonauth
May 2 '18 at 21:07
add a comment |
I'm not aware of one. It doesn't get much faster than than the CLI commands though:
systemctl status
systemctl stop some-service
systemctl disable some-service
3
systemctl --type service --state running
gives a proper list of services which are currently running.
– Videonauth
May 2 '18 at 21:07
add a comment |
I'm not aware of one. It doesn't get much faster than than the CLI commands though:
systemctl status
systemctl stop some-service
systemctl disable some-service
I'm not aware of one. It doesn't get much faster than than the CLI commands though:
systemctl status
systemctl stop some-service
systemctl disable some-service
answered May 2 '18 at 20:52
Mark StosbergMark Stosberg
2,30811527
2,30811527
3
systemctl --type service --state running
gives a proper list of services which are currently running.
– Videonauth
May 2 '18 at 21:07
add a comment |
3
systemctl --type service --state running
gives a proper list of services which are currently running.
– Videonauth
May 2 '18 at 21:07
3
3
systemctl --type service --state running
gives a proper list of services which are currently running.– Videonauth
May 2 '18 at 21:07
systemctl --type service --state running
gives a proper list of services which are currently running.– Videonauth
May 2 '18 at 21:07
add a comment |
I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:
https://github.com/mpbcode/systemctl-ui
add a comment |
I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:
https://github.com/mpbcode/systemctl-ui
add a comment |
I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:
https://github.com/mpbcode/systemctl-ui
I wrote a Lua + whiptail script that can display, stop, and disable Systemd units. The script is here:
https://github.com/mpbcode/systemctl-ui
answered May 3 '18 at 1:35
mpbmpb
45539
45539
add a comment |
add a comment |
If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:
sudo apt install ./systemd-ui_3-4_amd64.deb
sudo apt install ./systemd-gui_3-4_all.deb
I did this and worked like a charm.
Bibliography:
https://launchpad.net/ubuntu/+source/systemd-ui
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb
New contributor
add a comment |
If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:
sudo apt install ./systemd-ui_3-4_amd64.deb
sudo apt install ./systemd-gui_3-4_all.deb
I did this and worked like a charm.
Bibliography:
https://launchpad.net/ubuntu/+source/systemd-ui
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb
New contributor
add a comment |
If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:
sudo apt install ./systemd-ui_3-4_amd64.deb
sudo apt install ./systemd-gui_3-4_all.deb
I did this and worked like a charm.
Bibliography:
https://launchpad.net/ubuntu/+source/systemd-ui
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb
New contributor
If you are using amd64 system, you can download the packages systemd-ui_3-4_amd64.deb and systemd-gui_3-4_all.deb from Xenial Repository and manually install with apt:
sudo apt install ./systemd-ui_3-4_amd64.deb
sudo apt install ./systemd-gui_3-4_all.deb
I did this and worked like a charm.
Bibliography:
https://launchpad.net/ubuntu/+source/systemd-ui
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-gui_3-4_all.deb
https://launchpad.net/ubuntu/+archive/primary/+files/systemd-ui_3-4_amd64.deb
New contributor
New contributor
answered 5 mins ago
José Ailton B.S.José Ailton B.S.
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030850%2fis-there-a-gui-tool-for-managing-systemd-on-ubuntu-18-04-bionic-beaver%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown