Showing headlines posted by bob
« Previous ( 1 ... 984 985 986 987 988 989 990 991 992 993 994 ... 1158 ) Next »GTC 2015: Nvidia Digits DevBox is a Linux-powered mini supercomputer
Touted as being "the world's fastest desk-side deep learning machine", Nvidia Digits DevBox was unveiled by the firm's CEO and co-founder, Jen-Hsun Huang, who said the device is a powered by four Titan X GPUs, the firm's new graphics card which was also unveiled at the show today. DevBox comes with Ubuntu 14.04 pre-installed.
Richard Stallman's GNU Manifesto is now 30 years old
In true leftist style, Stallman called it the GNU Manifesto. It was published in March 1985 in Dr Dobb's Journal of Software Tools, a venerable technology publication that shut shop in December last year after 38 years of publishing. It encapsulated a desire to create a free operating system, for use by all, one that the users could control. This desire grew out of the fact that UNIX source code was not being released after A. T. & T. was broken up and the the anti-trust decree under which it was operating became void. Stallman was not inspired by the path proprietary software development was taking.
AMD, ARM, Imagination, Samsung alliance publish official shared GPU-CPU blueprints
HSA Foundation rolls out 1.0 spec to grab devs' attention
An effort to tightly knit together graphics chips, processors and other hardware to boost things like video search on your desktop has taken a step forward.… Rogers said Linux kernel patches to allow the operating system to support HSA 1.0 have already been submitted and are available from kernel.org.
Linux-based bipedal robot endures a dodgeball attack
OSU demonstrated its speedy, bipedal ATRIAS robot withstanding a barrage of kicks and dodgeballs. ATRIAS runs on ROS and a real-time Xenomai Linux kernel. Researchers at Oregon State University’s Dynamic Robotics Laboratory have demonstrated their Linux-driven ATRIAS robot withstanding a considerable beating while keeping its cool. OSU recently posted videos of its unusual torture testing […]
News: Linux Top 3: Fedora 22, Robolinux 7.8.3 and Makulu 8.0
Diversity of different types of Linux distributions continues to be a source of strength
Freescale i.MX6 SoloX SoC gains embedded Linux support
The Timesys LinuxLink tool suite now supports Freescale’s i.MX6 SoloX SoC, including support for Freescale’s MQX RTOS that runs on the SoC’s Cortex-M4 MCU.
HTTPS-crippling FREAK attacks become cheaper and easier to carry out
There's more bad news surrounding the HTTPS-crippling FREAK vulnerability that came to light two weeks ago. A recently completed scan of the Internet revealed 10 percent of servers that support the underlying transport layer security protocol remain susceptible.
Fedora 22 Workstations new notifications
Fedora 22 Workstation will include the new GNOME 3.16 release. This release has a new notification design that’s less intrusive and easier to use.
Now accepting Google Summer of Code student applications
Attention prospective Google Summer of Code students: the student applications window has begun.
If you haven’t contacted the relevant KDE subproject yet (including umbrella projects Kubuntu and Calamares) to submit your proposal for review, it is high time to do so. Take a look at our Google Summer of Code project ideas page, pick one or more of our exciting project ideas, dazzle us with your proposal and hack your way to ultimate glory this summer! A nice paycheck is also part of the deal.
Nvidia tears wraps off GeForce Titan X (again) and $10,000 GPU brain for DIY self-driving cars
GTC 2015 Nvidia CEO Jen-Hsun Huang confirmed the arrival of the GeForce Titan X just a few minutes ago today, dubbing it Nvi's fastest single-chip GPU to date. He also showed off two development kits: a $15,000 deep-learning system, and a $10,000 DIY self-driving car brain.
St. Paddy's Day Special: 7 Irish open source developers
The Republic of Ireland celebrates its national holiday St. Patrick's Day this week, when the rivers flow green and the Guinness flows too. This small country has produced some world-reknowned open source and free software developers, and we've rounded up a few in honor of St. Paddy's Day.
read more
Linux and Linux 4.0 -- the kernel column
Jon Masters updates us as Linus contemplates Linux 4.0 and debate continues over how to handle the year 2038 ‘Y2K’ problem
Your chance to contribute in Fedora 22 development cycle through Test days
On 9th December, 2014 Fedora 21 release happened, next day development team started planning for Fedora 22 release including its schedule, feature planning and meeting all around different product. Fedora […]
Red Hat 7.1 is here, CentOS 7.1 coming soon
These two popular enterprise Linux server operating systems are getting an Active Directory and container friendly refresh.
How to share a directory with Samba on Fedora or CentOS
Nowadays sharing data across different computers is not something new at home or many work places. Riding on this trend, modern operating systems make it easy to share and exchange data transparently across computers via network file systems. If your work environment involves a mix of Microsoft Windows and Linux computers, one way to share […]Continue reading...
The post How to share a directory with Samba on Fedora or CentOS appeared first on Xmodulo.
Related FAQs:
How to run iptables automatically after reboot on Debian
How to install RPM Fusion on Fedora or CentOS
How to set up Open WebMail in CentOS
How to set up Squid as a transparent web proxy on CentOS or RHEL
How to install LEMP stack (nginx, MariaDB/MySQL and PHP) on CentOS
An open source software updating tool
Once a piece of software is installed on a user's system, how do you keep it updated? While Linux users typically have a package management system to pull latest versions from a repository of their choice, users of other systems aren't so lucky. We have developed an open source tool to assist in this process, based on an open source protocol from Google know as Omaha.
read more
Asian Penguins middle school Linux club inspires community
Open Source in Education
A collection of articles from educators, students, advocates, parents, and more who are implementing open source in education and working toward a more open knowledge base for everyone.
The Community School of Excellence Asian Penguins start every club meeting with a call and response.
The meeting leader, always a kid, asks the question, "What are we trying to do?" and the kids respond, "Change the world!" The leader then asks, "How do you change the world?" and the kids then respond, "Be crazy enough to think you can!"
read more
How to access your Ubuntu 14.04 Desktop securely over the network with FreeNX
FreeNX offers a way to securely access your desktop remotely over a local network or the Internet. FreeNX is the OpenSource implementation of the NX protocol, originally developed by NoMachine. The NX protocol is very efficient and allows X-Desktop-Connections over slow network uplinks. The connection is secured with SSL / TLS. In this tutorial we are going to check how to install and configure FreeNX on Ubunru 14.04 (Trusty Tahr).
Tiny SBC runs Android and Linux on Snapdragon 410
Qualcomm’s Raspberry Pi-sized “DragonBoard 410c” SBC runs Android or Linux on the quad-core Cortex-A53 based Snapdragon 410, and offers WiFi, BT, and GPS. Qualcomm Inc. subsidiary Qualcomm Technologies has unveiled the second single board computer to comply with 96Boards Consumer Edition hardware specification from Linaro’s new 96Boards.org community project and standards organization. Qualcomm’s DragonBoard 410c […]
Installing NLTK and using it for Human language processing
NLTK stands for "Natural Language Tool Kit". It is a python programming module which is used to clean and process human language data. Its rich inbuilt tools helps us to easily build applications in the field of Natural Language Processing (a.k.a NLP). This tutorial shows how NLTK can be installed and used with an example.
« Previous ( 1 ... 984 985 986 987 988 989 990 991 992 993 994 ... 1158 ) Next »