Showing headlines posted by bob
« Previous ( 1 ... 331 332 333 334 335 336 337 338 339 340 341 ... 1159 ) Next »Kernel 5.3-rc2 Is Out, Latte Doc v0.9 Officially Available, GitHub Blocking Developers from Certain Countries, the Khronos Group Announces the Public Release of OpenXR 1.0, and Netflix Joins the Acade
News briefs for July 29, 2019.
Python's Mypy: Callables and Generators
It's important to remember that Python, the language, isn't changing,
and it isn't becoming statically typed. Mypy is a separate program, running
outside Python, typically as part of a continuous integration (CI)
system or invoked as part of a Git commit hook. The idea is that Mypy
runs before you put your code into production, identifying where the
data doesn't match the annotations you've made to your variables and
function parameters.
Command line quick tips: More about permissions
A previous article covered some basics about file permissions on your Fedora system. This installment shows you additional ways to use permissions to manage file access and sharing. It also builds on the knowledge and examples in the previous article...........
3 commands to reboot Linux (plus 4 more ways to do it safely)
Linux is fully capable of running not weeks, but years, without a reboot. In some industries, that’s exactly what Linux does, thanks to advances like kpatch and kgraph.
For laptop and desktop users, though, that metric is a little extreme. While it may not be a day-to-day reality, it’s at least a weekly reality that sometimes you have a good reason to reboot your machine. And for a system that doesn’t need rebooting often, Linux offers plenty of choices for when it’s time to start over.
read more
Do you prefer a live demo to be perfect or broken?
At DevFest DC in June, Sara Robinson, developer advocate at Google Cloud, gave the most seamless live demo I've ever witnessed.
Sara live-coded a machine model from scratch using TensorFlow and Keras. Then she trained the model live, deployed it to Google's Cloud AI platform, and used the deployed model to make predictions.
With the exception of perhaps one small hiccup, the whole thing went smoothly, and I learned a lot as an audience member.
read more
How to structure a multi-file C program: Part 1
It has often been said that the art of computer programming is part managing complexity and part naming things. I contend that this is largely true with the addition of "and sometimes it requires drawing boxes."
read more
16 essentials for sysadmin superheroes
You know you're a sysadmin if you are either knee-deep in system logs, constantly handling user errors, or carving out time to document it all along the way. Yesterday was Sysadmin Appreciation Day and we want to give a big "thank you" to our favorite IT pros. We've pulled together the ultimate list of tasks, resources, tools, commands, and guides to help you become a sysadmin superhero.
The Future Of Red Hat At IBM
IBM has a long history of working with the open source community. Way back in 1999, IBM announced a $1billion investment in Linux. IBM is also credited for creating one of the most innovative advertisements about Linux. But IBM’s acquisition of Red Hat raised some serious and genuine questions around IBM’s commitment to Open Source and the future of Red Hat at the big blue.
How to Install Memcached on Ubuntu 18.04 LTS
Memcached is a free and open-source memory object caching systems that can be used to speed up your applications by temporarily storing information in memory. In this tutorial, we will explain how to install Memcached on Ubuntu 18.04 server.
What does it mean to be a sysadmin hero?
Sysadmins spend a lot of time preventing and fixing problems. There are certainly times when a sysadmin becomes a hero, whether to their team, department, company, or the general public, though the people they "saved" from trouble may never even know.
Enjoy these two stories from the community on sysadmin heroics. What does it mean to you?
read more
Sailfish OS given a Jolla good buffing as version 3.1 bobs gently into port
Encryption, VPN and Android app support for Apple and Google refuseniks
Jolla has updated Sailfish, the Linux-based mobile OS aimed at those who prefer a little less Android and Apple in their lives.…
Jetson TX2 based AI edge computer also available as baseboard
WiBase’s extended temperature “WB-N211 Stingray AI Inference Accelerator” AI edge computer runs Linux on an Nvidia Jetson TX2. The Stingray, which is also available as a “WB-N211-B” baseboard, joins several other TX2-based WiBase AI systems. WiBase, a Taiwanese AI and vision analytics subsidiary of Wistron, announced that its WB-N211 Stingray AI Inference Accelerator will support […]
Icinga 2 Version 2.11 Release Candidate Announced, Pinebook Pro Available for Pre-Order, Sailfish OS 3.1 Seitseminen Released, VirtualBox 6.0.10 Is Out, and It's National Sysadmin Day
News briefs for July 26, 2019.
Manage your passwords with Bitwarden and Podman
You might have encountered a few advertisements the past year trying to sell you a password manager. Some examples are LastPass, 1Password, or Dashlane. A password manager removes the burden of remembering the passwords for all your websites. No longer do you need to re-use passwords or use easy-to-remember passwords. Instead, you only need to […]
Simplifying Function Tracing for the Modern GCC
Steven Rostedt wanted to do a little housekeeping, specifically with the function tracing code used in debugging the kernel. Up until then, the kernel could enable function tracing using either GCC's -pg flag or a combination of -pg and -mfentry. In each case, GCC would create a special routine that would execute at the start of each function, so the kernel could track calls to all functions. ............
Have you thanked a sysadmin today?
Sysadmins are the heartbeat of many open source projects around the world. What would we do without them?
So, once a year—or more if you're working on a team with a great outlook on life and positive culture—we take time out of our busy lives to say thank you.
"Thanks for all the stress, overtime, and dedication to the mission(s), me!" —Jim Salter
read more
Red Hat CTO Chris Wright talks about Red Hats future with IBM
In a Reddit Ask Me Anything (AMA), Red Hat CTO Wright dishes on open-source and the future of Red Hat products and technologies with IBM.
Job Control: the Bash Feature You Only Think You Don't Need
There are basically three types of people in the world: those who know little or nothing about bash job control, those who know enough to believe that it's nothing that they would ever use, and those who can just skim the rest of this post.
How to Install Kanboard Project Management Software on Debian 10
Kanboard is a free, open-source and self-hosted project management software that can be used to manage projects using Kanban methodology. You can visualize the work-flow, limiting work in progress and work efficiently from the Kanboard web interface.
Pinebook Pro Lap goes on pre-order for $199 with new twist: privacy switches
Pine64 has opened $199 pre-orders on its open-spec, 14-inch Pinebook Pro laptop, which runs Linux on a Rockchip RK3399 and features 3x privacy switches. The Rock64 Rev 3, PineTab tablet, PinePhone should follow shortly. As promised in a July 5 blog announcement, Pine64 has opened pre-orders for $199 on its 14-inch Pinebook Pro laptop, the […]
« Previous ( 1 ... 331 332 333 334 335 336 337 338 339 340 341 ... 1159 ) Next »