Showing headlines posted by bob

« Previous ( 1 ... 439 440 441 442 443 444 445 446 447 448 449 ... 1221 ) Next »

TechNexion reveals i.MX8M Mini modules and SBCs

TechNexion unveiled three i.MX8M Mini modules: a 40 x 37mm PICO-IMX8M-Mini with an Raspberry Pi-like carrier, a low-cost, FLEX-IMX8M-Mini SODIMM, and a highly customizable AXON-IMX8M-Mini. There’s also an AXON-IMX6 COM and an RPi-like AXON-Pi SBC. Longtime NXP partner TechNexion, which supports the Wandboard.org community site, has announced three compute modules based on the i.MX8M Mini […]

Virtual filesystems in Linux: Why we need them and how they work

  • Opensource.com (Posted by bob on Mar 8, 2019 11:03 AM CST)
  • Groups: Linux; Story Type: News Story
What is a filesystem? According to early Linux contributor and author Robert Love, "A filesystem is a hierarchical storage of data adhering to a specific structure." However, this description applies equally well to VFAT (Virtual File Allocation Table), Git, and Cassandra (a NoSQL database). So what distinguishes a filesystem? read more

How to use your Raspberry Pi for entertainment

So far, this series has focused on more serious topics—how to choose, buy, set up, and update your Raspberry Pi, and different things kids and read more

PureOS: One Linux for both PCs and smartphones

  • ZDNet | open-source RSS; By Steven J. Vaughan-Nichols (Posted by bob on Mar 8, 2019 3:37 AM CST)
  • Story Type: News Story; Groups: Linux
One operating system for two platforms? It's an old idea, which has never worked out, but the Linux laptop and smartphone company Purism is giving it another try.

Linux C Programming Tutorial Part 8 - Call by Value Vs Call by Pointer/Address

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 7, 2019 11:54 PM CST)
  • Groups: Linux; Story Type: News Story
In C language, you can call a function in a couple of ways: call by value and call by pointer or address. Let's discuss both these concepts with some easy to understand examples.

How to Install Bolt CMS on CentOS 7

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 7, 2019 6:57 PM CST)
  • Groups: PHP, Linux; Story Type: News Story
Bolt is a sophisticated, lightweight and simple CMS built with PHP. In this tutorial, we will go through the Bolt CMS installation on CentOS 7 system by using Nginx as a web server, MariaDB as a database server, and optionally you can secure transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.

What's your favorite Linux terminal emulator?

Sysadmins are among the heaviest users of terminal emulators, software programs that emulate a hardware terminal such as the VT100. But everyone who uses Linux regularly probably knows their way around a term application. Most terminal emulators are graphical programs that run on any Linux graphical desktop environment, like KDE, Cinnamon, LXDE, GNOME, and others, and can emulate several different types of hardware terminals. read more

Raspberry Pi 3 Model A+ support to arrive in Linux 5.1

Bonzer Arm update SoCs it to 'em Raspberry Pi fans rejoice! Support for another of the diminutive computers has been added to the next version of Linux Kernel, 5.1.…

13 open source backup solutions

Recently, we published a poll that asked readers to vote on their favorite open source backup solution. We offered six solutions recommended by our moderator community—Cronopete, Deja Dup, Rclone, Rdiff-backup, Restic, and Rsync—and invited readers to share other options in the comments. And you came through, offering 13 other solutions (so far) that we either hadn't considered or hadn't even heard of. read more

How to keep your Raspberry Pi updated

Just like your tablet, cellphone, and laptop, you need to keep your Raspberry Pi updated. Not only will the latest enhancements keep your Pi running smoothly, they will also keep you safer, especially if you are connected to a network. The seventh article in our guide to getting started with the Raspberry Pi shares two pieces of advice on keeping your Pi working well. Update Raspbian Updating your Raspbian installation is a two-step process: read more

Linux C Programming Tutorial Part 7: Arrays

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Mar 7, 2019 4:05 AM CST)
  • Story Type: Tutorial; Groups: Linux
A variable is something which can hold a value of a particular type - it could be an integer, character, or even floating point. However, there's one limitation of variables: they can only hold a single value at any given time. This tutorial shows the basics of using Arrays, which can hold multiple values.

The NSA Makes Ghidra, a Powerful Cybersecurity Tool, Open Source

The National Security Agency develops advanced hacking tools in-house for both offense and defensewhich you could probably guess even if some notable examples hadn't leaked in recent years. But on Tuesday at the RSA security conference in San Francisco, the agency demonstrated Ghidra, a refined internal tool that it has chosen to open source. And while NSA cybersecurity advisor Rob Joyce called the tool a "contribution to the nation's cybersecurity community" in announcing it at RSA, it will no doubt be used far beyond the United States.

VMware Linux lawsuit moves closer to a resolution

For over a decade, VMware has been accused of illegally using Linux code in its VMware ESX bare-metal virtual machine hypervisor. A German court has dismissed the case, but the struggle may not be over.

Dockerizing Laravel with Nginx MySQL and Docker Compose on Ubuntu 18.04 LTS

In this guide, we're going to show you how to Dockerize the Laravel project with PHP-FPM, MySQL database, and the Nginx web server using the Docker Compose on the Ubuntu Server 18.04. We're going to create a new docker image for the Laravel Project, and then create the docker-compose.yml script that contains some services including, the App/Laravel itself, Nginx web server, and MySQL database.

Linux-based I/O controllers offer Lua scripting

Barix has launched Barionet 1100, 400, and 200 programmable I/O controllers that run OpenWrt Linux on a MIPS-based MediaTek MT6720A SoC and offer Lua scripting and a “FLEXA” cloud service. Switzerland based Barix, which is primarily known for audio streaming technology such as the new AudioPoint 3.0, has offered its Barionet line of programmable I/O […]

How to pack an IT travel kit

  • Opensource.com (Posted by bob on Mar 6, 2019 8:39 PM CST)
  • Story Type: News Story
I've had several opportunities to do IT work in less-developed and remote areas, where internet coverage and technology access aren't at the high level we have in our first-world cities. Many people heading off to undeveloped areas ask me for advice on preparing for the local technology landscape. Since conditions vary greatly around this big world, it's impossible to give specific advice for most areas, but I do have some general suggestions based on my experience that may help you. read more

Protection Poker: An agile game for mitigating risk

  • Opensource.com (Posted by bob on Mar 6, 2019 6:23 PM CST)
  • Story Type: News Story
Unfortunately for the security of our applications, we usually don't "build security in" with development; instead we wait until the last possible moment and slap in security measures, typically forming a police-type security department and creating adversarial feelings between the security folks and the developers. read more

3 popular programming languages you can learn with Raspberry Pi

In the last article in this series, I shared some ways to teach kids to program with Raspberry Pi. In theory, there is absolutely nothing stopping an adult from using resources designed for kids, but you might be better served by learning the programming languages that are in demand in the job market. Here are three programming languages you can learn with the Raspberry Pi. read more

« Previous ( 1 ... 439 440 441 442 443 444 445 446 447 448 449 ... 1221 ) Next »