Showing headlines posted by bob
« Previous ( 1 ... 318 319 320 321 322 323 324 325 326 327 328 ... 1194 ) Next »Why innovation can't happen without standardization
Any organization facing the prospect of change will confront an underlying tension between competing needs for standardization and innovation. Achieving the correct balance between these needs can be essential to an organization's success.
Experiencing too much of either can lead to morale and productivity problems. Over-stressing standardization, for example, can have a stifling effect on the team's ability to innovate to solve new problems. Unfettered innovation, on the other hand, can lead to time lost due to duplicated or misdirected efforts.
read more
Using external libraries in Java
Java comes with a core set of libraries, including those that define commonly used data types and related behavior, like String or Date; utilities to interact with the host operating system, such as System or File; and useful subsystems to manage security, deal with network communications, and create or parse XML. Given the richness of this core set of libraries, it's often easy to find the necessary bits and pieces to reduce the amount of code a programmer must write to solve a problem.
read more
Basic kubectl and Helm commands for beginners
Recently, my husband was telling me about an upcoming job interview where he would have to run through some basic commands on a computer. He was anxious about the interview, but the best way for him to learn and remember things has always been to equate the thing he doesn't know to something very familiar to him. Because our conversation happened right after I was roaming the grocery store trying to decide what to cook that evening, it inspired me to write about kubectl and Helm commands by equating them to an ordinary trip to the grocer.
read more
South Koreas government explores move from Windows to Linux desktop
In what may prove to be the biggest migration from Windows to the Linux desktop, the South Korean government is looking into shifting from Windows 7 to a trio of Linux desktops.
Automate your live demos with this shell script
I gave a talk about multi-architecture container images at LISA19 in October that included a lengthy live demo. Rather than writing out 30+ commands and risking typos, I decided to automate the demo with a shell script.
read more
Scan Kubernetes for errors with KRAWL
When you're running containers with Kubernetes, you often find that they pile up. This is by design. It's one of the advantages of containers: they're cheap to start whenever a new one is needed. You can use a front-end like OpenShift or OKD to manage pods and containers. Those make it easy to visualize what you have set up, and have a rich set of commands for quick interactions.
read more
Music composition with Python and Linux
I met Brendan Becker working in a computer store in 1999. We both enjoyed building custom computers and installing Linux on them. Brendan was always involved in several technology projects at once, ranging from game coding to music composition. Fast-forwarding a few years from the days of computer stores, he went on to write pyDance, an open source implementation of multiple dancing games, and then became the CEO of music and gaming event MAGFest. Sometimes referred to as "Mr.
read more
Playing Music on your Fedora Terminal with MPD and ncmpcpp
MPD, as the name implies, is a Music Playing Daemon. It can play music but, being a daemon, any piece of software can interface with it and play sounds, including some CLI clients. One of them is called ncmpcpp, which is an improvement over the pre-existing ncmpc tool. The name change doesn’t have much to […]
Top hacks for the YaCy open source search engine
In my article about getting started with YaCy, I explained how to install and start using the YaCy peer-to-peer search engine. One of the most exciting things about YaCy, however, is the fact that it's a local client. Each user owns and operates a node in a globally distributed search engine infrastructure, which means each user is in full control of how they navigate and experience the World Wide Web.
read more
Open source vs. proprietary: Whats the difference?
There's a lot to be learned from open source projects. After all, managing hundreds of disparate, asynchronous commits and bugs doesn't happen by accident. Someone or something has to coordinate releases, and keep all the code and project roadmaps organized. It's a lot like life. You have lots of tasks demanding your attention, and you have to tend to each in turn. To ensure everything gets done before its deadline, you try to stay organized and focused.
Using Powershell to automate Linux, macOS, and Windows processes
Automation takes control of manual, laborious, and error-prone processes and replaces engineers performing manual tasks with computers running automation scripts. Everyone agrees that manual processes are a foe of a healthy DevOps mindset. Some argue that automation is not a good thing because it replaces hard-working engineers, while others realize that it boosts consistency, reliability, and efficiency, saves time, and (most importantly) enables engineers to work smart.
Contribute at the Fedora Test Week for Kernel 5.5
The kernel team is working on final integration for kernel 5.5. This version was just recently released, and will arrive soon in Fedora. This version has many security fixes included. As a result, the Fedora kernel and QA teams have organized a test week from Monday, February 10, 2020 through Monday, February 17, 2020. Refer […]
Customize your internet with an open source search engine
A long time ago, the internet was small enough to be indexed by a few people who gathered the names and locations of all websites and listed them each by topic on a page or in a printed book. As the World Wide Web network grew, the "web rings" convention developed, in which sites with a similar theme or topic or sensibility banded together to form a circular path to each member. A visitor to any site in the ring could click a button to proceed to the next or previous site in the ring to discover new sites relevant to their interest.
read more
Open source takes on managing and securing the electrical grid
LF Energy and Alliander Announce a program -- GXF -- to securely manage the modern electrical grid's Industrial Internet of Things.
Linux-ready mini-PC and 3.5-inch SBC get tough with Apollo Lake
WinSystems’ rugged “SYS-427” mini-PC, based on a new 3.5-inch “SBC35-427” board, runs Linux or Win 10 on an Apollo Lake SoC and offers a pair each of GbE, DP, and USB 3.0 ports plus mini-PCIe, M.2, and -40 to 85C support. Like WinSystems’ Intel Bay Trail based, 150 x 150 x 53mm SYS-ITX-N-3800, the 115 […]
How to Install RethinkDB Database System on Debian 10
RethinkDB is a free and open-source NoSQL database system that makes it easier for building realtime apps. In this tutorial, we will show you how to install the RethinkDB database management system on Debian 10 server.
Compact Apollo Lake computer starts at $625
Advantech’s rugged, fanless “UNO-247” computer runs Linux or Win 10 on a quad-core Celeron J3455 with 6x serial, 2x GbE, and 4x USB ports plus HDMI, SATA, mSATA, M.2, and mini-PCIe. The entry-level UNO-247 IoT edge computer based on Intel’s Apollo Lake starts at $625 with 2GB RAM. The system is a tidy 200 x […]
How Drupal 8 aims to be future-proof
Thomas Edison famously said, "The three great essentials to achieve anything worthwhile are, first, hard work; second, stick-to-itiveness; third, common sense." This quote made me wonder if "sticking-to-it" is contradictory to innovation; does it make you resistant to change? But, the more I pondered on it, I realized that innovation is fueled by perseverance.
read more
How key Python projects are maintained
Jannis Leidel is part of the Jazzband community. Jazzband is a collaborative community that shares the responsibility of maintaining Python-based projects.
Jazzband was born out of the stress of maintaining an open source project alone for a longer time. Jannis is a roadie, which means he does administrative tasks and makes sure the people in the band can play when they want.
read more
3 ways to use PostgreSQL commands
In Getting started with PostgreSQL, I explained how to install, set up, and begin using the open source database software. But there's a lot more you can do with commands in PostgreSQL.
read more
« Previous ( 1 ... 318 319 320 321 322 323 324 325 326 327 328 ... 1194 ) Next »