Showing headlines posted by bob

« Previous ( 1 ... 416 417 418 419 420 421 422 423 424 425 426 ... 1156 ) Next »

How to Install and Configure OrangeScrum on Ubuntu 18.04 LTS

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 14, 2018 6:27 AM EDT)
  • Groups: Ubuntu, Linux; Story Type: News Story
OrangeScrum is a free and open source project management and collaboration tool. It is used to manage projects, teams, documents, task, and communicate with the team on important issues. In this tutorial, we will explain how to install and configure OrangesCrum on Ubuntu 18.04 LTS server.

Microsoft lobs Windows 10, Server October 2018 update at world, minus its file-nuking 'feature', after actually doing some testing

  • The Register; By Gareth Corfield (Posted by bob on Nov 14, 2018 3:59 AM EDT)
  • Story Type: News Story; Groups: Microsoft
Wow, what a novel concept: 'Extensive internal validation' Is the Windows October 2018 update here again? Did it ever exist previously? Are we all in a feverish dream where the latest version, build 1809, is stable and fit for purpose, and Patch Tuesday was totally uneventful? Our finger hovers over the "no" button, but we live in hope of someone one day fitted a "yes" key.…

Linux shuf Command Tutorial for Beginners (with Examples)

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 14, 2018 2:44 AM EDT)
  • Groups: Linux; Story Type: News Story
If you ever played the game of cards, you'd likely be aware of the term shuffling. A bit hard to imagine, there's a Linux command line tool that exactly does that with lines in files. In this tutorial, we will discuss the basics of the 'shuf' command using some easy to understand examples.

What you need to know about the GPL Cooperation Commitment

  • Opensource.com; By Brooke Driver (Posted by bob on Nov 14, 2018 12:16 AM EDT)
  • Story Type: News Story
Imagine what the world would look like if growth, innovation, and development were free from fear. Innovation without fear is fostered by consistent, predictable, and fair license enforcement. That is what the GPL Cooperation Commitment aims to accomplish.

Automate Sysadmin Tasks with Python's os.walk Function

Using Python's os.walk function to walk through a tree of files and directories.

Have you seen these personalities in open source?

  • Opensource.com (Posted by bob on Nov 13, 2018 7:18 PM EDT)
  • Groups: Mozilla; Story Type: News Story
When I worked with the Mozilla Foundation, long before the organization boasted more than a hundred and fifty staff members, we conducted a foundation-wide Myers-Briggs indicator. The Myers-Briggs is a popular personality assessment, one used widely in career planning and the business world. read more

Michael Howard: Embrace of open source is destroying 'artificial definitions' of legacy vendors

  • The Register (Posted by bob on Nov 13, 2018 4:50 PM EDT)
  • Groups: Oracle; Story Type: Interview
MariaDB boss says IPO is part of his 3-year plan Interview Michael Howard, Berkley grad and alumnus of Oracle and EMC, took the helm at open-source biz MariaDB almost three years ago. Reflecting on how things have changed, he reckons the biggest shift is in how both investors and enterprise have embrace open-source. Now, he has an IPO on his mind.…

An introduction to Udev: The Linux subsystem for managing device events

  • Opensource.com (Posted by bob on Nov 13, 2018 2:21 PM EDT)
  • Groups: Linux; Story Type: News Story
Udev is the Linux subsystem that supplies your computer with device events. In plain English, that means it's the code that detects when you have things plugged into your computer, like a network card, external hard drives (including USB thumb drives), mouses, keyboards, joysticks and gamepads, DVD-ROM drives, and so on. That makes it a potentially useful utility, and it's well-enough exposed that a standard user can manually script it to do things like performing certain tasks when a certain hard drive is plugged in. read more

4 tips for learning Golang

  • Opensource.com (Posted by bob on Nov 13, 2018 9:24 AM EDT)
  • Story Type: News Story
In the summer of 2014... read more

What does your Linux setup look like?

For reasons related to human psychology, we love to compare. In the tech world, people want to know what other people's laptop stickers look like, what text editors and distros they love (and hate), and, of course, details about their Linux setups. Our friend, Steve Ovadia has a whole blog dedicated to the question "What's your Linux rig?"

Palliative care for Windows 10 Mobile like a Crimean field hospital, but with even less effort

Dying OS abandoned by carers. Although Microsoft officially supports Windows 10 Mobile, each update breaks new things – and it has reached comical proportions. Or tragic, if you're still using it.…

Firefox Ups the Ante with Latest Test Pilot Experiment: Price Wise and Email Tabs

Over the last few years, the Test Pilot team has developed innovative features for Firefox desktop and mobile, collaborating directly with Firefox users to improve the browser – from reminders … Read more The post Firefox Ups the Ante with Latest Test Pilot Experiment: Price Wise and Email Tabs appeared first on The Mozilla Blog.

Wrap GObjects in Python

Python is a wonderful language for coding graphical interfaces. Thanks to the speed at which working code can be written and the lack of a time-consuming compile cycle, interfaces can be up and running in minutes and usable not long after that. Couple this with Python's ability to easily link to native libraries, and an excellent environment emerges. Learning how to wrap GTK+ C modules for use in Python will enable you to use a C-coded GObject in Python whenever you like, whether or not you're especially proficient in C.

A Free Guide for Setting Your Open Source Strategy

  • Linux.com - Original Content; By Amber Ankerholz (Posted by bob on Nov 13, 2018 1:55 AM EDT)
  • Story Type: Editorial; Groups: Community, Linux
Running an open source program office involves creating a strategy to help you define and implement your approach as well as measure your progress. The Open Source Guides to the Enterprise, developed by The Linux Foundation in partnership with the TODO Group, offer open source expertise based on years of experience and practice.

How to Install Zimbra Collaboration Suite 8.8 on Ubuntu

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Nov 13, 2018 12:41 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
The Zimbra Collaboration Server is a mail server, collaborative web application and a web-based mail server admin console in a single application. It provides LDAP, antivirus, antispam, collaboration features and an ajax webmail client. Zimbra is easy to use for administrators as well as end users due to its fast Ajax-based web interface.

Managing VMs with the Virtual Machine Manager

Explore the use of virt-manager, its capabilities on modest hardware, and how to use it to manage and monitor live VM performance.

Stay classy: Amazon's Jassy gets sassy with Larry

  • The Register (Posted by bob on Nov 12, 2018 10:12 PM EDT)
  • Groups: Oracle; Story Type: News Story
AWS boss claims consumer division has switched off Oracle data warehouse Amazon’s consumer business has switched off its Oracle data warehouse and will be almost Big Red-free by Christmas – at least according to AWS boss Andy Jassy.…

Modular automation controller builds on UP Squared SBC

Techbase is shipping a Linux-friendly industrial automation controller called the ModBerry M2000 based on the UP Squared SBC, featuring GbE, SATA, and M.2. Polish development firm Techbase offers a growing family of industrial control computers based on popular SBCs such as the Raspberry Pi 3B+ based ModBerry M500 and UP board based ModBerry M1000. Now, […]

How to set up PySpark for your Jupyter notebook

  • Opensource.com (Posted by bob on Nov 12, 2018 6:29 PM EDT)
  • Groups: Apache; Story Type: News Story
Apache Spark is one of the hottest frameworks in data science. It realizes the potential of bringing together big data and machine learning. This is because: read more

Model the brain with the NEST simulator on Fedora

  • Fedora Magazine (Posted by bob on Nov 12, 2018 1:32 PM EDT)
  • Groups: Fedora; Story Type: News Story
The latest version of the NEST simulator is now available in Fedora as part of the NeuroFedora initiative.  NEST is a standard tool used by computational neuroscientists to make large scale computer models of the brain  that are needed to investigate among other things, how the brain processes information. The NEST Eco-system NEST offers a […]

« Previous ( 1 ... 416 417 418 419 420 421 422 423 424 425 426 ... 1156 ) Next »