Showing headlines posted by bob

« Previous ( 1 ... 281 282 283 284 285 286 287 288 289 290 291 ... 1156 ) Next »

The Y2038 problem in the Linux kernel, 25 years of Java, and other industry news

As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update. read more

How to Install and Use AIDE Advanced Intrusion Detection Environment on CentOS 8

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 5, 2020 11:09 AM EDT)
  • Groups: Linux; Story Type: News Story
AIDE stands for "Advanced Intrusion Detection Environment" is one of the most popular tools for monitoring changes to Linux-based operating systems. In this tutorial, we will show you how to install and use AIDE to detect intrusions on CentOS 8.

RK3288 SBC offers HDMI 2.0 plus M.2 and mini-PCIe expansion

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Feb 5, 2020 8:16 AM EDT)
  • Story Type: News Story; Groups: Android
Boardcon’s “Idea3288” runs Android 7.1.2 on a quad -A17 Rockchip RK3288 via a “CM3288” module with 2GB LPDDR3 and 8GB eMMC. The SBC offers GbE with PoE, WiFi/BT, M.2, mini-PCIe, and display I/O including a 4K ready HDMI port. Boardcon announced the 135 x 90mm Idea3288 as a smaller Rockchip RK3288 SBC alternative to its […]

Nasty Linux, macOS sudo bug found and fixed

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Feb 5, 2020 6:13 AM EDT)
  • Story Type: Editorial; Groups: Linux
Who'da thought hiding passwords behind asterisks as you entered the characters could be a security problem?

Pine 64 previews RK3399 based HardRock64 SBC and SoEdge AI module

  • LinuxGizmos.com; By Eric Brown (Posted by bob on Feb 4, 2020 1:10 PM EDT)
  • Story Type: News Story; Groups: Community
Pine64 unveiled a smaller, cheaper ($35 and up) “HardRock64” variant of its RK3399-based RockPro64 SBC that omits the PCIe and USB Type-C. There’s also a SoEdge module in the works with a dual -A35 RK1808 equipped with a 3-TOPS NPU. At last year’s FOSDEM 2020 event, Pine64 announced an ambitious roadmap of open-spec hardware products […]

Choosing the right tools for your open source projects

Every open source community wants to make it easier for community members to participate and contribute. Typically, there are discussions on cultural aspects of the community to lower barriers to entry, such as fostering a friendly and welcoming environment, onboarding processes, mentorship, code of conduct, etc. However, in my discussions with several open source communities (e.g., Freedesktop, GNOME, KDE, etc.), I found that one of the key criteria when selecting new tools for code, CI, bug tracking, etc.

At last, the fix no one asked for: Portable home directories merged into systemd

  • The Register; By Tim Anderson (Posted by bob on Feb 4, 2020 5:44 AM EDT)
  • Story Type: News Story; Groups: Community
Option to securely carry your user profile with you in next release. The systemd-homed service, which enables portable home directories, has been merged into the code for systemd and will be included in the forthcoming 245 release.…

Indian teen launches Raspberry Pi 4 based STEM kit

On Kickstarter: a “Sania Box Embedded Computer Kit” for STEM education developed by 13-year old Sania Jain that combines a Raspberry Pi 4 with a kid-friendly, sensor-equipped add-on board and Python coding lessons. Despite continual efforts by the Raspberry Pi Foundation to remind us, it’s easy to forget that the ubiquitous Raspberry Pi was launched […]

How to Install Apache OFBiz CRM on Debian 10

Apache OFBiz also known as "Open For Business Project" is a free and open-source ERP system written in Java. It is a suite of business applications that can be used to run all aspects of your business. In this tutorial, we will show you how to install OFBiz CRM on Debian 10 server.

Google promises next week's cookie-crumbling Chrome 80 will only cause 'a very modest amount of breakage'

  • The Register; By Thomas Claburn (Posted by bob on Feb 2, 2020 6:07 PM EDT)
  • Story Type: News Story; Groups: Chrome
Smart websites should be fine – if you're being scummy, beware Next week Google is scheduled to release Chrome 80 to its stable channel, and says only "a very modest amount of breakage" of websites is expected.…

Lightmeter will soon help you tune up your email server

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Feb 1, 2020 6:09 PM EDT)
  • Story Type: News Story; Groups: Community
Lightmeter promises to significantly improve private email server performance.

How to Monitor Log Files with Graylog v3.1 on Debian 10

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Feb 1, 2020 12:20 PM EDT)
  • Story Type: Tutorial; Groups: Debian, Linux
Graylog is a free and open-source log management tool based on Java, ElasticSearch and MongoDB. Graylog can be used to collect, index and analyze any server log from a centralized location or distributed location.

Compute module and eval kit run Linux on RISC-V-based PolarFire SoC

Aries Embedded’s “M100PF” module runs Linux on Microchip’s RISC-V architecture PolarFire SoC and starts at $381 with 8x SERDES lanes and three levels of FPGAs up to 300K LE. A $684-and-up eval kit is also available. Germany-based Aries Embedded, which has produced Linux-driven compute modules such as the i.MX6 UL-based M6UL, has launched the first […]

4 open source productivity tools on my wishlist

  • Opensource.com (Posted by bob on Jan 31, 2020 1:27 AM EDT)
  • Story Type: News Story
Last year, I brought you 19 days of new (to you) productivity tools for 2019. This year, I'm taking a different approach: building an environment that will allow you to be more productive in the new year, using tools you may or may not already be using. read more

NSA cloud advice, Facebook open source year in review, and more industry trends

As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update. read more

Need 32-bit Linux to run past 2038? When version 5.6 of the kernel pops, you're in for a treat

I've been to the year 3000... Not much has changed, but they're still patching Linux Linux fans intent on holding back the years will be delighted to hear that the upcoming version 5.6 of the kernel should see 32-bit systems hanging on past the dread Y2038.…

Managing processes on Linux with kill and killall

In Linux, every program and daemon is a "process." Most processes represent a single running program. Other programs can fork off other processes, such as processes to listen for certain things to happen and then respond to them. And each process requires a certain amount of memory and processing power. The more processes you have running, the more memory and CPU cycles you'll need. On older systems, like my seven-year-old laptop, or smaller computers, like the Raspberry Pi, you can get the most out of your system if you keep an eye on what processes you have running in the background. read more

What 2020 brings for the developer, and more industry trends

As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update.

Apollo Lake and Allwinner based panel PCs target retail, kiosk, and medical jobs, and

Portwell’s LEAD Series panel PCs come with IP65-protected 21.5- and 23.6-inch capacitive touchscreens. Models include the Apollo Lake based LEAD-PPC with Linux, Win 10, or Android, and a LEAD-PND that runs Android 6.0 on an octa-core -A7 Allwinner A83T. Earlier this month at CES, Portwell launched a line of LEAD Series panel PCs and touchscreen […]

4 cool new projects to try in COPR for January 2020

COPR is a collection of personal repositories for software that isn’t carried in Fedora. Some software doesn’t conform to standards that allow easy packaging. Or it may not meet other Fedora standards, despite being free and open source. COPR can offer these projects outside the Fedora set of packages. Software in COPR isn’t supported by […]

« Previous ( 1 ... 281 282 283 284 285 286 287 288 289 290 291 ... 1156 ) Next »