Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 983 984 985 986 987 988 989 990 991 992 993 ... 7359 ) Next »
The 22 Most-Used Python Packages in The World in 2021
How is Python being used around the globe and across industries? This question inspired me to write this piece. I figured a list of the most-used Python packages would give a good indication. As a starting point, I took a list of the most downloaded Python packages on PyPI over the past 365 days. Let’s dive in and find out what they do, how they’re related, and why they rank so high!
How to setup a Kubernetes Cluster on AWS using Kops
Kops is used to bringing up the Kubernetes cluster in the easiest possible way. It is a command-line tool used to create Kubernetes Clusters. In this article, we will see the steps to create a Kubernetes cluster with 1 master and 1 worker node on AWS.
List Or Check All Installed Linux Kernels From Commandline
This brief tutorial will teach you how to view or check all installed Linux Kernels along with their versions from commandline in Linux.
Control Chromecast Devices From A Linux Desktop Via MPRIS Widgets
chromecast_mpris is a daemon that allows you to control Chromecast devices from your Linux desktop using MRIS widgets. The tool can also be used to open media and play YouTube videos on your Chromecast from the command line.
Refactoring one Java CRUD Application via adding two constructors to Bean class
The original application https://www.javatpoint.com/crud-in-jsp is using bean without any explicitly declared constructor . To be able invoke different constructors first one for "Update","Insert", "Delete" and another one for "Select" which is supposed to be invoked explicitly we've done following updates to bean User.java.
Becoming a Linux system administrator: From sales to sysadmin
A look back at my journey to becoming a sysadmin—from sales to consulting to developer to sysadmin.
Google OS, phone home: Leaked Android 12 screenshots suggest new design, privacy features
Widgets tie in with promise to 'elevate people and conversations in the system surfaces'. Early Android 12 screenshots leaked yesterday on XDA have revealed what looks like a major design refresh and new privacy features, though they are unofficial and we cannot guarantee their authenticity.…
GeoIP for nftables Brings Simplicity & Flexibility to GeoIP Filteringhegt/he
What if you could block connections to your network in real-time from countries around the world such as Russia, China and Brazil where the majority of cyberattacks originate? What if you could redirect connections to a single network based on their origin? As you can imagine, being able to control these things would reduce the number of attack vectors on your network, improving its security. You may be surprised that this is not only possible, but straightforward and easy, by implementing GeoIP filtering on your nftables firewall with GeoIP for nftables .
Converting a list to a presence/absence table
Structured and tidy data is great to work with, because on the command line you can reliably convert one structure into another. This post demonstrates how you can turn comma-separated lists into a presence/absence pivot table.
Finnix 122 Linux Distro for Sysadmins Released with Improved Boot Speed, Linux 5.10 LTS
Ryan Finnie released today Finnix 122 as a new version of his Debian Testing-based live Linux distro for system administrators.
Create an Ansible Dev Environment using LXC/LXD Containers
How to use LXD containers to quickly create a test environment for developing and testing Ansible Playbooks
Chromium Losing Google Private API Support Soon Options and Way Forward
Browser wars never seem to end. Now it's the turn for Google Chrome. In case you are not aware, Google recently informed that they are shutting down private API support in all Chromium-based web browser on March 2021. We take a look at the situation and trying to figure out a way forward for our readers.
Geolocation using Python
Geolocating is the process of retrieving location-related information about a given IP address. And yes! It can be done using Python! So, let’s get right to it.
Linspire 10.0 Released
This weekend, our development team is pleased to announce the release of Linspire 10.0, a major version update brings its codebase to the latest Ubuntu 20.04 LTS. Once again, PC/OS engineers have worked diligently to develop the best, most meticulously designed and engineered FOSS desktop on the market today, intuitive, efficient, ready for your workflow. There have been many changes incorporating features and functionality that elevate Linspire to the forefront of consumer operating systems / mainstream Linux distributions.
Top open source, tech-smart, board-ready women executives
Many open source organizations and companies are already headed by women, but there are many others who are ready for the boardroom.
How to Install Jenkins on Ubuntu 20.04
Jenkins is an open-source automation server that helps developers to automate the software development process including, build, test, and deployment. Jenkins allows you to manage and monitor any code changes in GitHub, Bitbucket, or GitLab and build the code automatically using the tools like Maven and Gradle. Using Jenkins, you can efficiently distribute work across multiple machines.
Understanding Linuss Law for open source security
In 2021, there are more reasons why people love Linux than ever before. In this series, I'll share 21 different reasons to use Linux. This article discusses Linux's influence on the security of open source software.
Try Deno as an alternative to Node.js
Deno is a simple, modern, and secure runtime for JavaScript and TypeScript. It uses the JavaScript and WebAssembly engine V8 and is built in Rust. The project, open source under an MIT License, was created by Ryan Dahl, the developer who created Node.js.
Understanding Word Embeddings Using Spacy Python
In this post, I have explained "What are Word Embeddings" and how to generate Word embeddings for stock tweets using Python package Spacy.
How to Write Dockerfiles
This article shows you how to write Dockerfiles, and how to use Dockerfile Instructions. You will learn how to configure and build Docker containers.
« Previous ( 1 ... 983 984 985 986 987 988 989 990 991 992 993 ... 7359 ) Next »