Showing all newswire headlines
View by date, instead?« Previous ( 1 ... 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 ... 7359 ) Next »
Learn C by writing a simple game
I taught myself about programming back in elementary school. My first programs were on the Apple II, but eventually, I learned C by reading books and practicing. And the best way to practice programming is to write sample programs that help exercise your new knowledge.
read more
Getting started with GIT on Linux
Git is a distributed version control system. It is used for tracking changes in any files. It was designed for coordinating work among programmers operating on source code during the software development process. In this article, I will show you the commands to perform basic operations on a Git repository.
Here's a few of the Linux games we're excited to see through 2021
Looking forward to 2021 for gaming on Linux? We are and there's plenty of sweet indie games coming to get interested in and follow along.
Cryptocurrency stealer for Windows, macOS, and Linux went undetected for a year
The Intezer post also provides links that Windows and Linux users can use to detect ElectroRAT running in memory. People who have been infected should disinfect their systems, change all passwords, and move funds to a new wallet.
8 Kubernetes insights for 2021
The end of the year is the perfect time to look back and explore where we've been and where we're going in the Kubernetes world. I particularly want to focus on the ecosystem that formed around Kubernetes in 2020, which several great articles on Opensource.com covered. I'll review them in the order they were published.
Linux 5.11 dominated by descriptors for new AMD silicon
Linus Torvalds has been back at work for a week and already has a second release candidate ready. What’s your excuse? Linux overlord Linus Torvalds has urged developers to “crawl out from under all the xmas wrapping paper piles and go test” after releasing release candidate two of version 5.11 of the Linux kernel.”…
Resize images using Python
I love Python, and I've been learning it for a while now. Some time ago, I wrote a Python script where I needed to resize a bunch of images while at the same time keeping the aspect ratio (the proportions) intact. So I looked around and found Pillow, a Python imaging library and "friendly fork" of an old library just called PIL.
How to Install Wget in all Major Linux Distribution
In Linux, do you still using the browser to download files when there is a small handy but powerful tool? Wget (refer as: world wide web and get) is a free and open-source Linux command-line utility that is a powerful tool to retrieves data from HTTP, HTTPS, and FTP protocol. Before going ahead, let us clear some most asked questions about wget.
4 lines of code to improve your Ansible play
Out in the blogosphere, which sings the virtues of infrastructure-as-code, continuous integration/continuous delivery (CI/CD) pipelines, code reviews, and testing regimes, it is easy to forget that such a well-engineered ivory tower is an ideal, not a reality. Imperfect systems haunt us, but we must ship something. There are few towers less ivory than those created by gluing together APIs in the course of system automation. It is a brittle world. The pressures are enormous to get it "working," get it shipped, and move on.
Open-source contributors say they'll pull out of Qt as LTS release goes commercial-only
The Qt Company has followed up on its plan to make long-term support releases commercial-only by closing the source for 5.15 today, earning protests from open-source contributors who say that the 6.0 release, which remains open, is not yet usable. Qt is a cross-platform application framework available both under open-source and commercial licences. It was around one year ago that the Qt Company stated its plan to make LTS releases commercial-only, along with some other changes designed to encourage open-source users either to contribute to the project or buy a commercial licence.
My Linux Story: How an influential security developer got started in open source
Michael Boelen is very active in computer security. He is the author of the popular open source security tools Rootkit Hunter (rkhunter) and Lynis, and he blogs about Linux security on Linux Audit and evaluates security tools on Linux Security Expert.
Using The Find Command-Line tool
There’s a mighty powerful command that can save you lots of headaches when used in the right places; it’s called find. It walks through the file tree, starting from the provided path. Next, it prints each directory and file, including its path relative to the current working directory. Of course, you can filter this list with all kinds of options. Let's explore this find command and its options!
How to Install Java on Ubuntu 20.04
Java is a free, open-source, and most popular language used for developing mobile and desktop applications, and it can run on all major operating systems. There are different implementations of Java, including JRE, OpenJDK, and Oracle JDK. Let’s understand the difference between JRE, OpenJDK, and Oracle JDK.
Project Lenix - the CentOS replacement: Interview with Founder Igor Seletskiy
As a response to the recent changes in CentOS strategy, CloudLinux announced a 1:1 binary compatible, community-driven fork of RHEL called Project Lenix. Can you tell us more about the motivation behind this project?
Release Roundup: Scrcpy 1.17, BpyTOP 1.0.55, BleachBit 4.2.0, Safe Eyes 2.1.1, SimpleScreenRecorder 0.4.3 And Gammy 0.9.61
Quite a few applications were updated recently, and this article covers the changes in these new releases.
How to use symbolic links on Linux
Symbolic links (or Symlinks) are files that act as shortcuts or references to another file or directory. Although different, roughly speaking, we can think of symbolic links as being similar to software shortcuts on the desktop: by clicking on them, we run a program that is stored elsewhere on the computer and, sometimes, even on another machine. But everything works so transparently that it looks like we’re clicking on the original executable.
Top 10 KDE Plasma Tips to Make You Super Productive 2021 Edition
Love KDE? Here are the top 10 KDE Plasma tips for you to make you more productive in this awesome desktop environment.
Open-source developer and manager David Recordon named White House Director of Technology
With a background in open source, open standards, and security, Recordon may be ideal for President Joe Biden's White House.
HTTP Vs HTTPS
Unlike HTTP that has no security measures to protect the data flowing from the client to the server, HTTPS has it covered. So HTTPS uses this thing called public-key cryptography and doesn’t worry as it is not from another planet. Public key cryptography is a fairly simple concept. We have 2 mathematically related yet distinct and unique keys that are generated, one of them is the private key(to decrypt data) and the other one is a public key(to encrypt data). The private key, as it sounds, is private and only available to the owner of the website, and the public key, on the other hand, is available to anyone who wishes to access the website.
Guess Who Contributed the Most to Linux Kernel 5.10 Development? It’s Huawei (and Intel)
Huawei and Intel seem to be leading the code contribution ranking for Linux Kernel 5.10 development. Here's more about that.
« Previous ( 1 ... 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 ... 7359 ) Next »
