A beginner’s guide to Kubernetes

Posted: 2021-08-13 00:06:07
Source: https://linuxhint.com/kubernetes-beginner-guide/

Kubernetes or k8s is a free, open-source platform for managing containerized application environments and services. Kubernetes allows you to create portable and highly extensible containerized applications which are easy to deploy and manage. It is commonly used alongside Docker to develop better control of containerized applications and services. A beginner’s guide to Kubernetes is explained in this article.

ATOI Function in C

Posted: 2021-08-12 23:57:49
Source: https://linuxhint.com/atoi-function-c/

C programming language contains useful functions to perform actions in a program. The atoi function’s primary use is to parse a string and convert its contents to corresponding numerical value of int type. This article will discuss how to use atoi function to convert strings to integer values in C.

Elementary OS 6 Odin Now Available

Posted: 2021-08-12 21:07:05
Source: http://www.linux-magazine.com/Online/News/Elementary-OS-6-Odin-Now-Available

The developers of elementary OS have released their latest iteration which is all-in on Flatpaks and all about the user experience.

TypeScript vs JavaScript

Posted: 2021-08-12 18:36:51
Source: https://linuxhint.com/typescript-vs-javascript/

JavaScript is a dynamically typed scripting language commonly used to add interactive and visually appealing elements to a static webpage. JavaScript source code can be executed without any communication with the server. TypeScript is an object-oriented programming language that is a syntactical superset of JavaScript and is used to develop large-scale applications. The difference between TypeScript and JavaScript is explained in this article.

Linux overview | elementary OS 6 Odin

Posted: 2021-08-12 16:21:21
Source: https://www.youtube.com/watch?v=igF9Q6H0qVY

Development Release: Elive 3.8.22 (Beta)

Posted: 2021-08-12 14:12:19
Source: http://distrowatch.com/11318

Elive is a Debian-based distribution featuring the Enlightenment desktop environment. The project has published a new beta snapshot which introduces new features and changes to the default applications. "The Elive team is proud to announce the release of the beta version 3.8.22. This new version includes: Scaling of....

5.13.10: stable

Posted: 2021-08-12 11:32:33
Source: http://www.kernel.org/

Version:5.13.10 (stable)
Released:2021-08-12
Source:linux-5.13.10.tar.xz
PGP Signature:linux-5.13.10.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.13.10

5.10.58: longterm

Posted: 2021-08-12 11:31:10
Source: http://www.kernel.org/

Version:5.10.58 (longterm)
Released:2021-08-12
Source:linux-5.10.58.tar.xz
PGP Signature:linux-5.10.58.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.10.58

5.4.140: longterm

Posted: 2021-08-12 11:21:10
Source: http://www.kernel.org/

Version:5.4.140 (longterm)
Released:2021-08-12
Source:linux-5.4.140.tar.xz
PGP Signature:linux-5.4.140.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.4.140

4.19.203: longterm

Posted: 2021-08-12 11:19:51
Source: http://www.kernel.org/

Version:4.19.203 (longterm)
Released:2021-08-12
Source:linux-4.19.203.tar.xz
PGP Signature:linux-4.19.203.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.19.203

next-20210812: linux-next

Posted: 2021-08-12 08:37:18
Source: http://www.kernel.org/

Version:next-20210812 (linux-next)
Released:2021-08-12

How do I shrink my LVM volume?

Posted: 2021-08-11 19:40:59
Source: https://linuxhint.com/shrink-lvm-volume/

Logical Volume Management, or LVM, is a packing device management technique. It allows you to build as many virtual storage volumes as you need on top of a particular storage device. The logical storage volumes that result can be increased or decreased to meet your changing storage requirements. How to shrink my LVM volume is explained in this article.

How to use Fuseblk in Linux?

Posted: 2021-08-11 19:29:55
Source: https://linuxhint.com/use-fuseblk-linux/

Fuseblk is a fuse-based block mechanism. It is being used to mount non-root users' read and write access to NTFS partitions. Allowing safe, non-privileged mounts is among FUSE's most significant features. FUSE does not check file access privileges by default. How to use Fuseblk in Linux is explained in this article.

Substrings in PowerShell

Posted: 2021-08-11 19:22:35
Source: https://linuxhint.com/substrings-powershell/

Strings denote the collection of characters in a sequence to represent the text. The strings look like an array as the indexing rules are the same as in strings. You can find the data value in arrays by calling the array and passing the required index number. Substrings in PowerShell are explained in this article.

What is the Slice() method in JavaScript

Posted: 2021-08-11 18:23:24
Source: https://linuxhint.com/slice-method-javascript/

JavaScript is the language that is used to make the website dynamic and more interactive. In any programming language, arrays play an important role in storing data and managing different types of data. Developers often need to filter out the array, merge multiple arrays, and push or pop elements from an array to fulfill the required tasks. What is the Slice() method in JavaScript is explained in this article.

How to Decrease Video Sizes Using FFmpeg in Linux

Posted: 2021-08-11 16:00:00
Source: https://www.linuxjournal.com/content/how-decrease-video-sizes-using-ffmpeg-linux

How to Decrease Video Sizes Using FFmpeg in Linux

Decreasing video sizes becomes necessary when space is limited in cloud services, disks, or personal storage drives. You can easily hold onto larger files by chopping them down to a lower size.

The world of open-source video editing tools is huge. So, choosing one can be tricky. This article explains how you can efficiently decrease video sizes using FFmpeg in Linux.

What is FFmpeg?

So, what is FFmpeg? FFmpeg is a free and open-source command-line utility used in handling audio, video, other multimedia files, and streams in Linux. It has widespread use in video scaling, format transcoding, basic editing, standards compliance, and video post-production effects.

It can create GIFs, edit videos, and record also. You can convert videos at up to a minuscule level while maintaining the quality to a great extent. 

MPEG video standards group brought inspiration in defining the name of this media handling software project, while “FF” stands for “Fast Forward”. FFmpeg functions as a backbone of several software projects and renowned media players – YouTube, Blender, VLC, and iTunes, to name a few.

How to Install FFmpeg

Want to get hands-on with it? Let’s install FFmpeg.

Basically, you have to use the following codes for Ubuntu, Arch Linux, and Fedora respectively.

# Debian/Ubuntu

sudo apt-get install ffmpeg


# Arch Linux

sudo pacman -S ffmpeg


#REHL/CentOS/Fedora

sudo dnf install ffmpeg

sudo rpm install ffmpeg

sudo yum install ffmpeg

 

And FFmpeg will be in your Linux distro.

Basic Usage of FFmpeg

To convert a media file using the default settings of FFmpeg, type:

ffmpeg -i inputfile.video outputfile.video

The above command will change the specified format into the output format given. 

How to Decrease Video Sizes Using FFmpeg

Going to the basics: Not all video files are created following the same procedure. Hence, file sizes tend to be different. For example, the avi video file extensions are larger than mp4 files.

Takeaway? The smallest mp4 file of a video will be smaller than the smallest avi file of the same video. However, the quality will vary with each of these varied file sizes. Mp4s are not the smallest size you can expect. Various containers for Windows media videos and flash videos (FLV and WMV) are the winners.

next-20210811: linux-next

Posted: 2021-08-11 11:45:30
Source: http://www.kernel.org/

Version:next-20210811 (linux-next)
Released:2021-08-11

Install Latest ImageMagick on Ubuntu 20.04

Posted: 2021-08-11 07:11:08
Source: https://linoxide.com/install-latest-imagemagick-on-ubuntu-20-04/

Exhaustive List of Free VR Games

Posted: 2021-08-11 01:40:56
Source: https://linuxhint.com/exhaustive-list-of-free-vr-games/

This article provides an exhaustive list of free VR games. With the use of a VR headset, the players can fully immerse in the games by providing first-hand experience. This tutorial provides thirty free VR games with its features, type of players, advantages, and links to help you get started.

Distribution Release: elementary OS 6.0

Posted: 2021-08-10 16:25:44
Source: http://distrowatch.com/11317

elementary OS is an Ubuntu-based distribution which features a custom desktop environment called Pantheon. The project's latest release, elementary OS 6 "Odin", features sandboxed applications via Flatpak bundles, a new dark theme, and multi-touch gestures. "elementary OS 6 leverages cutting-edge sandboxing technology to enforce privacy and security protections....

1 ... 636 637 638 639 640 ... 726