swap – 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 swap – 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.

]]>
Hidden Features of Fedora 34 | LINUX Unplugged 403 https://original.jupiterbroadcasting.net/144902/hidden-features-of-fedora-34-linux-unplugged-403/ Tue, 27 Apr 2021 18:15:00 +0000 https://original.jupiterbroadcasting.net/?p=144902 Show Notes: linuxunplugged.com/403

The post Hidden Features of Fedora 34 | LINUX Unplugged 403 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxunplugged.com/403

The post Hidden Features of Fedora 34 | LINUX Unplugged 403 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.

]]>
Swap that Space | BSD Now 314 https://original.jupiterbroadcasting.net/133992/swap-that-space-bsd-now-314/ Wed, 04 Sep 2019 19:00:20 +0000 https://original.jupiterbroadcasting.net/?p=133992 Show Notes/Links: https://www.bsdnow.tv/314

The post Swap that Space | BSD Now 314 first appeared on Jupiter Broadcasting.

]]>

Show Notes/Links: https://www.bsdnow.tv/314

The post Swap that Space | BSD Now 314 first appeared on Jupiter Broadcasting.

]]>
AWS Loses Its ShIOT | LINUX Unplugged 186 https://original.jupiterbroadcasting.net/107166/aws-loses-its-shiot-lup-186/ Tue, 28 Feb 2017 19:51:27 +0000 https://original.jupiterbroadcasting.net/?p=107166 RSS Feeds: MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM Torrent Feed Become a supporter on Patreon: Show Notes: Follow Up / Catch Up Raspberry Pi Zero W is a $10 computer with WiFi and Bluetooth In the case of the Raspberry Pi Zero W, the W […]

The post AWS Loses Its ShIOT | LINUX Unplugged 186 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

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

Become a supporter on Patreon:

Patreon

Show Notes:

Follow Up / Catch Up

Raspberry Pi Zero W is a $10 computer with WiFi and Bluetooth

In the case of the Raspberry Pi Zero W, the W signifies exactly what is new: wireless connectivity. It boasts exactly the same specifications (1GHz single-core Broadcom BCM2835 CPU, 512MB of RAM, 40-pin header) as its predecessor but the Zero W adds both 802.11n WiFi and Bluetooth 4.0 to the existing Zero design.

To recap, here’s the full feature list for Zero W:

  • 1GHz, single-core CPU
  • 512MB RAM
  • Mini-HDMI port
  • Micro-USB On-The-Go port
  • Micro-USB power
  • HAT-compatible 40-pin header
  • Composite video and reset headers
  • CSI camera connector
  • 802.11n wireless LAN
  • Bluetooth 4.0

Mozilla acquires Pocket to gain a foothold on mobile devices

The nine-year-old company, which makes tools for saving articles and videos to view them later, is Mozilla’s first acquisition. It represents a homecoming of sorts for Pocket, which began life as a Firefox extension before eventually expanding its team and building a suite of apps for every major platform. Pocket has been Firefox’s default read-it-later service since 2015.

AMD’s Ryzen Will Really Like A Newer Linux Kernel

So with Linux 4.10 looks to be — and reaffirmed by this trusted confidant — a good point for AMD Ryzen testing and usage. So far in the Linux 4.11 cycle we haven’t seen anything Ryzen-specific appear to come through.


Linux Academy

Do we really need swap on modern systems?

Can I run without swap? Is further tuning possible?

Systems without swap can make sense and are supported by Red Hat – just be sure the behaviour of such a system under memory pressure is what you want. In most environments, a bit of swap makes sense.

  • /proc/meminfo Committed_AS field shows how much memory processes have requested.
  • Using sysctl, we can enable/disable overcommit, and configure how much overcommit should be allowed. The defaults need to be changed only in rare cases, and after properly testing the new settings. The RHEL Performance Tuning Guide has details.
  • A solution document with details regarding the likeliness of swapping – for example in changing vm.swappiness. This also requires good testing with your applications.
  • Without swap, the system will call the OOM when the memory is exhausted. You can prioritize which processes get killed first in configuring oom_adj_score.
  • If you write an application, want to lock pages into RAM and prevent them from getting swapped, mlock() can be used.
  • If you design your applications to regularly use swap, make sure to use faster devices, like SSD – starting with Red Hat Enterprise Linux 7.1, ‘swapon –discard’ can be used to send TRIM to SSD devices, to discard the device contents on swapon. *

The Storage Administration Guide has also a section on swap configuration.

Linux Update Fixes 11-Year-Old Flaw

Andrey Konovalov, a security researcher at Google, found a use-after-free hole within Linux, CSO Online reported. This particular flaw is of interest because it appears to be situational. It only showed up in kernels built with a certain configuration option — CONFIG_IP_DCCP — enabled.

Unfortunately, many popular Linux distributions have enabled this option by default. A new Linux update has since patched the vulnerability, although the exploit has been present in Linux kernels since 2005.

Telegram is no longer open source :: lucb1e.com

Telegram for Android is now a closed source application. According to the repository and the Telegram website, it is covered by the GPL license which states one must publish changes. However, since early October 2016, there have been many releases but no updates of the source code. Everyone involved is pretending there is no issue because they have their fingers in their ears:

  • the original author did not respond to the criticism for months;
  • Telegram’s chat support does not respond in over a week;
  • Telegram’s Twitter account is active (30 minutes ago) but ignores my tweet of a week ago;
  • Markus Ra (the face of Telegram) does not respond in over a week; and
  • Telegram has no other, official contact method nor a physical mail address.

  • telegram-history-dump: Backup Telegram chat logs using telegram-cli

This utility is the successor of telegram-json-backup, written from the
ground up in Ruby. It can create backups of your Telegram user and (super)group
dialogs using telegram-cli’s remote control feature.

Compared to the old project, telegram-history-dump:

  • Has better support for media downloads
  • Supports output formats other than JSON and is extensible with custom formats
  • Supports incremental backup (only new messages are downloaded)
  • Does not depend on unstable Python/Lua bindings within telegram-cli
  • Has a separate YAML formatted configuration file

The default configuration will backup all dialogs to a directory named output in JSON format, without downloading any media.

TING

Internet-Connected Teddy Bear Leaks Millions Of Voice Messages and Password

Now, in the latest security failing of the internet-connected smart toys, more than 2 Million voice recordings of children and their parents have been exposed, along with email addresses and passwords for over 820,000 user accounts.

CloudPets has absolutely no password strength rules. When I say “no rules”, I mean you can literally have a password of “a”. That’s right, just a single character. Not only that, check out how the tutorial demonstrates account creation and particular, how to choose a password:

DigitalOcean

gstreamer 0.10 moved to AUR

yaourt -R gstreamer0.10 gstreamer0.10-ffmpeg gstreamer0.10-bad gstreamer0.10-bad-plugins gstreamer0.10-base gstreamer0.10-base-plugins gstreamer0.10-good gstreamer0.10-good-plugins gstreamer0.10-ugly gstreamer0.10-ugly-plugins

gstreamer0.10 was maintained because of legacy software. Now that most of all audio/video software can be compiled against current gstreamer, gstreamer0.10 has no use.

The packages not updating are the gstreamer0.10, not the gstreamer1.10 ones.

The post AWS Loses Its ShIOT | LINUX Unplugged 186 first appeared on Jupiter Broadcasting.

]]>
Kernel of Truth | LINUX Unplugged 113 https://original.jupiterbroadcasting.net/88701/kernel-of-truth-lup-113/ Tue, 06 Oct 2015 17:38:07 +0000 https://original.jupiterbroadcasting.net/?p=88701 Performance tips for keeping your Linux install running like new, some basic tricks & some advanced tips. Why Microsoft’s new Surface Book might be able to run Linux & we reflect on the larger issues behind the recent public exits from the Linux Kernel development team & more! Thanks to: Get Paid to Write for […]

The post Kernel of Truth | LINUX Unplugged 113 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Performance tips for keeping your Linux install running like new, some basic tricks & some advanced tips.

Why Microsoft’s new Surface Book might be able to run Linux & we reflect on the larger issues behind the recent public exits from the Linux Kernel development team & more!

Thanks to:

Ting


DigitalOcean


Linux Academy

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

Become a supporter on Patreon:

Foo

Show Notes:

Pre-Show:

Feedback:

World Without Linux Episode #1: What’s the Name of That Song?

Remembering who sings your favorite song is a lot harder without Linux.

N1 is a new open source e-mail app from Created by Nylas Inc., built using React, Flux, and Electron.

Like a web-browser or modern text editor, N1 is designed to be built on and improved through extensions.

Rover Log

TING

Surface Book – The ultimate laptop

Surface Book

Ultra-thin, meticulously crafted, with incredible screen resolution. This is the ultimate laptop.

The latching mechanism has a wide electrical connector, no doubt PCIe-based to facilitate communication between the GPU and the rest of the system.

DigitalOcean

Keeping Linux Performing Well.

Tips and tricks for keeping your Linux box in top performance.

Creating your swap files on a separate disk can also help quite a bit, especially if your machine swaps frequently. It happens if you do not have enough RAM for your environment. Using KDE with all the features and applications that come along may require several GiB of memory, whereas a tiny window manager with console applications will perfectly fit in less than 512 MiB of memory.

Although the extent-based nature of XFS and the delayed allocation strategy it uses significantly improves the file system’s resistance to fragmentation problems, XFS provides a filesystem defragmentation utility (xfs_fsr, short for XFS filesystem reorganizer) that can defragment the files on a mounted and active XFS filesystem. It can be useful to view XFS fragmentation periodically.

The kernel supports different schedulers for storage disk in-/output (IO). These are the CFQ scheduler (Completely Fair Queuing), the NOOP and Deadline. Another, the BFQ (Budget Fair Scheduler) is available in the linux-zen kernel.

A HDD has spinning disks and head that move physically to the required location. Such structure leads to following characteristics:

  • random latency it quite high, for modern HDD it is ~10ms (ignoring a disk controller write buffer).
  • sequential access provides much higher throughput. In this case head needs to move less distance.

In case if we have a lot of running processes that make IO requests to different parts of storage (i.e. random access) then we can expect that a disk handles ~100 IO requests per second. Because modern systems can easily generate load much higher than 100 requests per second we have a queue of requests that have to wait for access to the storage. One way to improve throughput is to linearize access, i.e. order waiting requests by its logical address and always choose the closest request. Historically this was the first Linux IO scheduler called elevator scheduler.

One of the problems with the elevator algorithm is that it makes suffer processes with sequential access. Such processes read a block of data then process it for several microseconds then read next block and so on. The elevator scheduler does not know that the process is going to read another block nearby and, thus, moves to another request at some other location. To overcome the problem anticipatory IO scheduler was added. For synchronous requests this algorithm waits for a short amount of time before moving to another request.

While these schedulers try to improve total throughput they also might leave some unlucky requests waiting for a very long time.

Linux Academy

Going my own way

In the end it’s a mixture of just being tired of dealing with the crap associated with Linux development and realising that by continuing to put up with it I’m tacitly encouraging its continuation, but I can’t be bothered any more. And, thanks to the magic of free software, it turns out that I can avoid putting up with the bullshit in the kernel community and get to work on the things I’m interested in doing. So here’s a kernel tree with patches that implement a BSD-style securelevel interface. Over time it’ll pick up some of the power management code I’m still working on, and we’ll see where it goes from there. But, until there’s a significant shift in community norms on LKML, I’ll only be there when I’m being paid to be there. And that’s improved my mood immeasurably.

Closing a door | The Geekess

I am no longer a part of the Linux kernel community.

Runs Linux from the people:

  • Send in a pic/video of your runs Linux.
  • Please upload videos to YouTube and submit a link via email or the subreddit.

Support Jupiter Broadcasting on Patreon

Post Show:

The post Kernel of Truth | LINUX Unplugged 113 first appeared on Jupiter Broadcasting.

]]>
Unplugging the Past | LINUX Unplugged 81 https://original.jupiterbroadcasting.net/77757/unplugging-the-past-lup-81/ Tue, 24 Feb 2015 07:05:36 +0000 https://original.jupiterbroadcasting.net/?p=77757 Join us as we peer into the past and revisit some big topics! Thanks to: Get Paid to Write for DigitalOcean Direct Download: MP3 Audio | OGG Audio | Video | HD Video | Torrent | YouTube RSS Feeds: MP3 Feed | OGG Feed | iTunes Feed | Video Feed | Torrent Feed | WebM […]

The post Unplugging the Past | LINUX Unplugged 81 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Join us as we peer into the past and revisit some big topics!

Thanks to:

Ting


DigitalOcean


Linux Academy

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

Become a supporter on Patreon:

Foo

Show Notes:

The post Unplugging the Past | LINUX Unplugged 81 first appeared on Jupiter Broadcasting.

]]>
Fidel Chromecastro | LINUX Unplugged 20 https://original.jupiterbroadcasting.net/48512/fidel-chromecastro-lup-20/ Tue, 24 Dec 2013 09:22:27 +0000 https://original.jupiterbroadcasting.net/?p=48512 Chromecast has been called the gadget of the year, but are the better options? Or is a simple, low cost, Linux powered gadget the ultimate living room solution?

The post Fidel Chromecastro | LINUX Unplugged 20 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Chromecast has been called the gadget of the year, but are the better options? Or is a simple, low cost, Linux powered gadget the ultimate living room solution? We’ll debate where it stacks up compared to XMBC, Plex, and others.

Plus: Some insights into why Canonical might be looking to License their Binary repos to the Mint projects, your feedback, and more!

Thanks to:

\"Ting\"


\"DigitalOcean\"

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

Reaching into /dev/random

Instead of trying to do everything — like Google\’s famously ambitious and unsuccessful Google TV — this thumb-sized gizmo does one thing, does it as simply as possible and does it for the impulse-purchase price of $35. Plug it into one of your TV\’s HDMI ports, and you can fling videos and other content from your laptop, tablet or phone to the big screen, no wires involved. Lots of companies have built devices to do this; Chromecast is the first one that gets it right.

Mail Sack:

Book Pick:

The post Fidel Chromecastro | LINUX Unplugged 20 first appeared on Jupiter Broadcasting.

]]>
Hugs for LUGs | LINUX Unplugged 18 https://original.jupiterbroadcasting.net/47817/hugs-for-lugs-lup-18/ Tue, 10 Dec 2013 18:47:12 +0000 https://original.jupiterbroadcasting.net/?p=47817 Have IRC chat rooms, forums, reddit, and Google Hangouts killed the local Linux Users Group? We’ll share our ideas to reboot the LUG and make them relevant!

The post Hugs for LUGs | LINUX Unplugged 18 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Have IRC chat rooms, forums, reddit, and Google Hangouts killed the local Linux Users Group? We’ll share our ideas to reboot the LUG and make them relevant for the modern Linux user.

PLUS: Your follow up thoughts on the perfect swap setup, feedback, and much more!

Thanks to:

\"Ting\"


\"DigitalOcean\"

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

Double Recording on Tuesday 17th Starting at 12pm PDT no LIVE show the 24th

Are LUGs Dying? Or just need a reboot?

A Linux User Group or Linux Users\’ Group (LUG) or GNU/Linux User Group (GLUG) is a private, generally non-profit or not-for-profit organization that provides support and/or education for Linux users, particularly for inexperienced users. The term commonly refers to local groups that meet in person, but is also used to refer to online support groups that may have members spread over a very wide area and which do not organize, or which are not based around, physical meetings. Many LUGs encompass FreeBSD and other free Unix-based operating systems.

Welcome to the Bellevue Linux Users Group (BELUG) website. BELUG is dedicated to promoting an interest in and an understanding of Linux and other free software.

Blug was started in 1998 by a small group of computer geeks who wanted to get off Windows and learn from local Unix gurus. We hold a presentation meeting the first Thursday of the month at Bellingham Technical College in room CC201. On the second Thursday we hold an informal organization meeting with the time and location announced on the mailing list. We also put on special events including LinuxFest Northwest held the last weekend of April.

Oracle is now a corporate sponsor of the OpenStack Foundation and plans to weave parts of the open-source infrastructure platform into its own products, saying it will give customers more flexibility and options for managing clouds.

  • Congsu’s LUG Success story, runs his University LUG.

Double Recording on Tuesday 17th Starting at 12pm PDT no LIVE show the 24th

The post Hugs for LUGs | LINUX Unplugged 18 first appeared on Jupiter Broadcasting.

]]>
Swap It Outta Here | LINUX Unplugged 17 https://original.jupiterbroadcasting.net/47387/swap-it-outta-here-lup-17/ Tue, 03 Dec 2013 17:56:49 +0000 https://original.jupiterbroadcasting.net/?p=47387 Do you run without swap? We reach into the topic grab bag and debate to swap or not to swap, and the reasons long timer Linux users are switching to BSD.

The post Swap It Outta Here | LINUX Unplugged 17 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Do you run without swap? This week we reach into the topic grab bag and debate to swap or not to swap, the reasons long timer Linux users are switching to BSD, and what’s wrong with our Sailfish OS coverage.

Plus we’ll some perspective from a new Linux user on what she ran into, your emails, and more!

Thanks to:

\"Ting\"


\"DigitalOcean\"

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

Jupiter Broadcasting will have an epic 2014 despite recent setbacks. This rebranding was planned for Q2 but are launching early to get things rolling! Support the network and grab this new logo before it\’s anywhere else!

Reaching into /dev/random

Mail Sack:

Double Recording on Tuesday 17th Starting at 12pm PDT no LIVE show the 24th

The post Swap It Outta Here | LINUX Unplugged 17 first appeared on Jupiter Broadcasting.

]]>
Pimp Your Penguin | LAS | s23e08 https://original.jupiterbroadcasting.net/24941/pimp-your-pinguin-las-s23e08/ Sun, 23 Sep 2012 13:23:52 +0000 https://original.jupiterbroadcasting.net/?p=24941 Our tips and tweaks to get the most performance and battery life out of your Linux box, and we’ll blast though a few audience submitted favorites!

The post Pimp Your Penguin | LAS | s23e08 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Our tips and tweaks to get the most performance and battery life out of your Linux box, and we’ll blast though a few audience submitted favorites!

Plus: Our thoughts on Ubuntu 12.10 shipping with Amazon shopping links in the dash, the good news for Optimus users, Humble Bundles not so humble sales, the Steam is nigh, and so much more!

All this week on, The Linux Action Show!

Thanks to:

GoDaddy.com

Limited time offer:
SPECIAL OFFER! SPECIAL OFFER! .COMs just $5.99* per year up to 3 domains! Additional .COMs just $7.99* per year! – code: 599linux

Missed the good deal? Use our code LINUX and save 10%! anytime!

Direct Download:

HD Video | Mobile Video | Ogg Video | MP3 Audio | Ogg Audio | YouTube | Torrent File

RSS Feeds:

HD Video Feed | Large Video Feed | Mobile Video Feed | MP3 Feed | Ogg Feed | iTunes Feeds | Torrent Feed

Support the Show:

Show Notes:

Runs Linux:

Android Pick:

Desktop App Pick:

Distro Of The Day

Search our past picks:

Get yours hands all over our STUFF:

News:

Performance Tips:


System76

Brought to you by: System76

This week’s episode is inspired by Matt’s recent writeup at Datamation, Getting the Most From Ubuntu: 20 Tips.

There’s a big batch there with more details, we’ll cover a few of them in this episode. You can refer to Matt’s entire write up for more tips and details.

Battery Tips:

Feedback:

Want a Gento Review? VOTE:

Chris’ Stash:

What’s Matt Doin?

Find us on Google+
Find us on Twitter:

Follow the network on Facebook:

Jupiter Broadcasting Forum:

Catch the show LIVE Sunday 10am Pacific / 1pm Eastern / 5pm UTC:

The post Pimp Your Penguin | LAS | s23e08 first appeared on Jupiter Broadcasting.

]]> Fedora 17 Review | LAS | s22e01 https://original.jupiterbroadcasting.net/19962/fedora-17-review-las-s22e01/ Sun, 27 May 2012 13:04:08 +0000 https://original.jupiterbroadcasting.net/?p=19962 Is Fedora the crazy dancing hippy of Linux distributions? Or just two guys with one Hat? Tune in to find out!

The post Fedora 17 Review | LAS | s22e01 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Is Fedora the crazy dancing hippy of Linux distributions? Or just two guys with one Hat? Tune in to find out!

PLUS: Our thoughts on Linux Mint 13 and how to stash your home folder on it’s own partition!

AND SO MUCH MORE!

All this week on, The Linux Action Show!

Thanks to:

GoDaddy.com

Limited time offer:

New customers 25% off your entire order, code: 25MAY8
Expires: May 31, 2012

Want to save money on your entire order? Use our code LINUX and save 10%!

Direct Download:

HD Video | Mobile Video | Ogg Video | MP3 Audio | Ogg Audio | YouTube | Torrent File

RSS Feeds:

HD Video Feed | Large Video Feed | Mobile Video Feed | MP3 Feed | Ogg Feed | iTunes Feeds | Torrent Feed

Support the Show:

Show Notes:

Runs Linux:

Runs Linux:

Android Pick:

Universal Pick:

Random Distro Of The Day

Linux Action Show Subreddit

Search our past picks:

News:

Fedora 17 Review:

  • The Fedora 17 release criteria: “The install completes, the installed system works”
  • LVM out of the box + Solid advanced installation options are nice to see compared to Ubuntu
  • No Chromium? Is this the 1930s?
  • GNOME 3.4
  • Linux Kernel 3.3
  • Top features for “desktop” users of Fedora 17
  • ABRT back-trace de-duplication service to reduce the number of duplicate bug reports submitted automatically upon experiencing a crash
  • A tool for customizing fonts on a per language-basis on desktops using fontconfig
  • Haskell Platform 2011.4
  • Support for EXT4 file-systems beyond 16 terabytes in size
  • A Non-Uniform Memory Alignment Daemon
  • Virtualization sandbox support
  • Supporting OpenStack’s Quantum virtual networking service
  • Fedora now uses the Unified structure of organizing the file system. It means, that several directories like “/bin”, “/lib” and “/sbin” have been moved to “/usr/bin” etc. respectively.

What’s Bryan Doin?

Chris’ Stash:

Find us on Google+
Find us on Twitter:

Matt’s How-to:

Dedicated Home Partitioning

As you discussed during the howto segment, there is a bit flexibility to setting up your partitions. When setting up partitions for Ubuntu, I recommend the following setup.

  1. Choose Try Ubuntu, then run Gparted.

  2. If you have two drives attached, you will have two drives available from the pull down menu. Select the one you wish to use for your / and swap.

  3. Right click select on the unallocated space, choose new.

  4. With the new dialog open, choose the Ext4 file system, Extended partition, and place swap in the label. For the partition size, choose double the amount of your RAM. If you have 2 Gbs of RAM (2048 Mbs), then make the swap 4 Gbs. This will make you suspending your PC much smoother and lessen the likelihood of system crashing on resume. Leave the other options alone, click Add.

  5. Still with the system drive selected, next you’ll right click on the unallocated space and choose new.

  6. For the partition size, choose the remainder of the space available for that drive. This will be the larger unallocated space available, of the two visible. Select Primary partition, and place / in the label. Leave the other options alone, click Add.

  7. Now go back to top right of Gparted and toggle the second drive you’ve decided to use as a /home partition.

  8. For the partition size, choose the remainder of the space available for that drive. This will be the larger unallocated space available, of the two visible. Select extended partition, and place /home in the label. Leave the other options alone, click Add.

  9. With all of this done, click the green check mark at the top of Gparted. This will apply all of your settings changes.

  10. Start the installer. Click on continue until you come to the Erase everything or Something Else options. Choose Something Else.

  11. You will now see different partitions laid out before you. Below the drive designations, you will see actual “free space” areas, broken up into three sections. The smallest, is your swap. The other two will be your / and /home options.

  12. The smallest free space, should be at the top of the list. Click it, then click on Add.
    The only option you change here is the pulldown menu to select Swap Area. Then click Ok.

  13. The next free space in the list, should be the one I designated as the system partition. Click it, then click on Change. The only options you change here is the Use As Ext4, toggle format and the pulldown menu to select to / . Click Ok.

  14. The last one in the list, is going to be for /home. Click it, then click on Add. Now select the mount point as /home. Click Ok. NOTE: The home partition should only be selected to format is it’s brand new. For future installs, you will want to click on it in this dialog, make sure format is NOT selected, in the future.

  15. Make sure at the bottom of the dialog box, you’ve chosen to place the bootloader in the system selected hard drive. While we can also rely on the /boot option in partitioning, it’s rarely used for home systems.

  16. Now choose Install Now. You’re all done!

Follow the network on Facebook:

Jupiter Broadcasting Forum:

Catch the show LIVE Sunday 10am Pacific / 5pm UTC:

The post Fedora 17 Review | LAS | s22e01 first appeared on Jupiter Broadcasting.

]]> Voldemort Exposed | STOked 107 https://original.jupiterbroadcasting.net/14897/voldemort-exposed-stoked-107/ Mon, 12 Dec 2011 21:14:22 +0000 https://original.jupiterbroadcasting.net/?p=14897 We discuss the "Voldemort" being talked about in the forums. Find out why Cryptic calls it the "infamous Shield of Infinite Power." Plus hints for crafting fans.

The post Voldemort Exposed | STOked 107 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

We bring on Al “CaptainGeko” Rivera, STO’s lead designer, on a very special edition of STOked. We discuss the “Voldemort” being talked about in the forums. Find out why Cryptic calls it the “infamous Shield of Infinite Power.”

Plus: Some behind the scenes details on the new holiday event, and a bit of some news for crafting fans!

Direct Download Links

HD Video | Large Video | Mobile Video | MP3 Audio | OGG Audio | YouTube

Subscribe via RSS and iTunes:

Our STOked App:

STOked App Grab the STOked iPhone/iPod App and download STOked on the go!

Support the show:

Ready Player One – Support STOked by buying a book or subscribing to Audible!

-SHOW NOTES-

Support Jupiter Broadcasting

The post Voldemort Exposed | STOked 107 first appeared on Jupiter Broadcasting.

]]>