cgroups – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Thu, 07 Jul 2022 14:53:39 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://original.jupiterbroadcasting.net/wp-content/uploads/2019/04/cropped-favicon-32x32.png cgroups – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Linux Action News 248 https://original.jupiterbroadcasting.net/149147/linux-action-news-248/ Wed, 06 Jul 2022 07:30:00 +0000 https://original.jupiterbroadcasting.net/?p=149147 Show Notes: linuxactionnews.com/248

The post Linux Action News 248 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxactionnews.com/248

The post Linux Action News 248 first appeared on Jupiter Broadcasting.

]]>
Linux Action News 206 https://original.jupiterbroadcasting.net/146132/linux-action-news-206/ Sun, 12 Sep 2021 21:15:00 +0000 https://original.jupiterbroadcasting.net/?p=146132 Show Notes: linuxactionnews.com/206

The post Linux Action News 206 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxactionnews.com/206

The post Linux Action News 206 first appeared on Jupiter Broadcasting.

]]>
Linux Action News 179 https://original.jupiterbroadcasting.net/144417/linux-action-news-179/ Sun, 07 Mar 2021 17:00:00 +0000 https://original.jupiterbroadcasting.net/?p=144417 Show Notes: linuxactionnews.com/179

The post Linux Action News 179 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxactionnews.com/179

The post Linux Action News 179 first appeared on Jupiter Broadcasting.

]]>
DNF or Die | LINUX Unplugged 325 https://original.jupiterbroadcasting.net/136412/dnf-or-die-linux-unplugged-325/ Tue, 29 Oct 2019 19:00:02 +0000 https://original.jupiterbroadcasting.net/?p=136412 Show Notes: linuxunplugged.com/325

The post DNF or Die | LINUX Unplugged 325 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/325

The post DNF or Die | LINUX Unplugged 325 first appeared on Jupiter Broadcasting.

]]>
Old Man Embraces Cloud | Coder Radio 369 https://original.jupiterbroadcasting.net/133347/old-man-embraces-cloud-coder-radio-369/ Mon, 05 Aug 2019 18:21:02 +0000 https://original.jupiterbroadcasting.net/?p=133347 Show Notes: coder.show/369

The post Old Man Embraces Cloud | Coder Radio 369 first appeared on Jupiter Broadcasting.

]]>

Show Notes: coder.show/369

The post Old Man Embraces Cloud | Coder Radio 369 first appeared on Jupiter Broadcasting.

]]>
Problematic Privileges | TechSNAP 407b https://original.jupiterbroadcasting.net/132942/problematic-privileges-techsnap-407b/ Mon, 22 Jul 2019 03:00:18 +0000 https://original.jupiterbroadcasting.net/?p=132942 Show Notes: techsnap.systems/407b

The post Problematic Privileges | TechSNAP 407b first appeared on Jupiter Broadcasting.

]]>

Show Notes: techsnap.systems/407b

The post Problematic Privileges | TechSNAP 407b first appeared on Jupiter Broadcasting.

]]>
The Meat Factor | LINUX Unplugged 289 https://original.jupiterbroadcasting.net/129491/the-meat-factor-linux-unplugged-289/ Wed, 20 Feb 2019 07:51:45 +0000 https://original.jupiterbroadcasting.net/?p=129491 Show Notes/Links: linuxunplugged.com/289

The post The Meat Factor | LINUX Unplugged 289 first appeared on Jupiter Broadcasting.

]]>

Show Notes/Links: linuxunplugged.com/289

The post The Meat Factor | LINUX Unplugged 289 first appeared on Jupiter Broadcasting.

]]>
Debating Debian Decisions | LINUX Unplugged 12 https://original.jupiterbroadcasting.net/45452/debating-debian-decisions-lup-12/ Tue, 29 Oct 2013 16:16:40 +0000 https://original.jupiterbroadcasting.net/?p=45452 Upstart or systemd which will Debian choose? We’ll discuss the inherent benefits and disadvantages of both.

The post Debating Debian Decisions | LINUX Unplugged 12 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Upstart or systemd which will Debian choose? We’ll discuss the inherent benefits and disadvantages of both, and the larger ramifications Debian’s decision will have on the Linux ecosystem.

Thanks to:

\"Ting\"

Direct Download:

MP3 Audio | OGG Audio | Video | HD Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed

— Show Notes: —

FU

Debian’s Choice

What is systemd? To quote the homepage: \”systemd is a system and session manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit.\”

— Debian: to systemd or upstart? —

Whether Debian chooses systemd or Upstart has major implications on the future too, so you shouldn\’t only look at what is now, but also keep in mind what will come next. And there are at least two areas where opting for Upstart will mean you shut out Debian of major changes.

— systemd criticism —

Systemd is a one program \’garbage dump\’ of a lot functionality which used to be provided with shell scripts and special tools (aka badly designed, insofar UNIX(*) design rules go) and it consumes more memory doing nothing than sysvinit.

The systemd journal is in a binary format .

I fucking hate this new system. Its a mess of scripts that call on more scripts. Its such a pain in the ass now if you want to have a program run when the system starts. Gone are the days of just adding a line to /etc/rc.local

  • If you need access to the raw journal data in serialized stream form without C API our recommendation is to make use of the Journal Export Format, which you can get via \”journalctl -o export\” or via systemd-journal-gatewayd. The export format is much simpler to parse, but complete and accurate. Due to its stream-based nature it is not indexed.
— systemd home turf advantage —
  • No CLA
  • Used as an API by more and more projects (logind, timedated, localed, hostnamed, udev, more..)
  • cgroups (aka control groups) is a Linux kernel feature to limit, police and account the resource usage of certain processes (actually process groups). Compared to other approaches like the \’nice\’ command or /etc/security/limits.conf, cgroups are more flexible. Cgroups can be handled natively by systemd
  • Some Debian designs pushed into systemd as defaults, like setting the hostname and others that the devs felt Debian did better than other distros.

Vote: https://strawpoll.me/623741

Mail Sack:

The post Debating Debian Decisions | LINUX Unplugged 12 first appeared on Jupiter Broadcasting.

]]>
Cloud Guilt | LINUX Unplugged 8 https://original.jupiterbroadcasting.net/43897/cloud-guilt-linux-unplugged-8/ Tue, 01 Oct 2013 16:11:37 +0000 https://original.jupiterbroadcasting.net/?p=43897 Should Linux users be anti-cloud? Why do so many of us feel guilty for using the"cloud"? This week will dig into this conundrum.

The post Cloud Guilt | LINUX Unplugged 8 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Should Linux users be anti-cloud? Why do so many of us feel guilty for using the\”cloud\”?

This week will dig into this conundrum and maybe even solve this more and more complex question.

Plus a little KDE vs Gnome debate, moral pirates, and even RMS\’ workflow.

Thanks to:

\"Ting\"

Direct Download:

MP3 Audio | OGG Audio | Video | HD Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed

— Show Notes: —

FU

One think about KDE that has always bugged me is lack of a design philosophy.

— Dat Cloud —

I would ideally like to have a machine with the speed and memory of a laptop, and the display size of a laptop too, combined with the same freedom that I have now on the Yeelong.

Until I can have them both, freedom is my priority. I’ve campaigned for freedom since 1983, and I am not going to surrender that freedom for the sake of a more convenient computer.

I do hope to switch soon to a newer model of Yeelong with a 10-inch display.

It\’s the little things that make me use the cloud. IE, Dropbox, G+ pictures, Google Docs, etc.

Mail Sack:

The post Cloud Guilt | LINUX Unplugged 8 first appeared on Jupiter Broadcasting.

]]>