Posted: 2021-07-17 21:35:31 Source: https://linuxhint.com/comment-multiple-lines-vim/
Vim is an excellent command-line text editor, especially if you are comfortable with its shortcuts, modes, and bindings. Sometimes, when working with it, we may encounter instances where we need to comment on code blocks while editing code and configuration files. How to Comment Multiple Lines at Once in Vim is explained in this article.
Posted: 2021-07-17 21:18:43 Source: https://linuxhint.com/string-concatenation-c/
Concatenation is the process to append a second string to the end of the first string. There are two ways to achieve string concatenation. One is using Standard C library function and the other is without using the C library. This article will discuss how to concatenate strings in C using different methods.
Posted: 2021-07-17 20:54:06 Source: https://linuxhint.com/scan-qr-codes-discord/
QR codes have become an essential factor when it comes to security. Discord also provides a way to secure the account using QR codes or two-factor authentication methods just like other applications. In this article, we will give a brief information on the method to scan QR codes with Discord.
Posted: 2021-07-17 20:49:00 Source: https://linuxhint.com/append-multiple-file-lines-bash/
While constantly working with files in Linux, sometimes, we may encounter instances where we need to append multiple lines to a file. The simplest way to append multiple lines to a file is to use the echo and printf command. Some various approaches to append multiple lines in a file with bash are discussed in this article.
Posted: 2021-07-17 20:46:53 Source: https://linuxhint.com/align-text-formulates-latex/
LaTeX allows us to determine and control text alignment in our documents. By default, LaTeX aligns text using a fully justified method. In most cases, this method works great, especially when working with Mathematical formulas or chemical equations. How to Align Text and Formulates in LaTeX is explained in this article.
Posted: 2021-07-17 20:40:37 Source: https://linuxhint.com/change-text-colors-latex/
While working with LaTeX documents, you may need to modify how the text is displayed. You can achieve this by changing font families, font styles, or size. Changing text color allows you to add information such as warnings, hyperlinks, and more. How to Change Text Colors in LaTeX is explained in this article.
Posted: 2021-07-17 20:30:33 Source: https://linuxhint.com/create-arrows-latex/
LaTeX is a powerful tool for creating scientific and technical documents. One element about working with such documents is the use of various types of arrows. LaTeX provides us with powerful and easy-to-use shortcuts for creating symbols and arrows. How to Create Arrows in LaTeX is explained in this article.
Posted: 2021-07-17 20:27:33 Source: https://linuxhint.com/create-matrices-latex/
A matrix is a rectangular array of values whose size depends on the number of rows and columns. When working with scientific and other technical documents, we may encounter instances where we need to use a matrix. How to Create Matrices in LaTeX is explained in this article.
Posted: 2021-07-17 20:25:56 Source: https://linuxhint.com/create-subscripts-latex/
A subscript refers to a number, figure, or symbol written below the line. When working with scientific documents, you may expect Subscripts at some point or the other. To write a subscript, you start by telling math to enter math mode. How to Create Subscripts in LaTeX is explained in this article.
Posted: 2021-07-17 12:27:49 Source: https://linuxhint.com/insert-footnotes-latex/
A footnote is a string of text added at the footer of a page in a book or document. Footnotes may contain the author’s comments, additional information, or a citation of the reference work. How to Insert Footnotes in LaTeX is explained in this article.
Posted: 2021-07-17 12:08:36 Source: https://linuxhint.com/get-file-size-bash-script/
When writing shell scripts, we may come across a situation where we need to know the size of a file. For example, you may need to use this size to perform other actions, such as moving the file to a different directory or deleting it. How to Get the Size of a File in a Bash Script is explained in this article.
Posted: 2021-07-17 11:52:36 Source: https://linuxhint.com/create-tables-latex/
LaTeX, pronounced as Lay-Tek or Lah-tek, is a documentation language for creating professional documents. Its most common use is technical and scientific documentation because it provides a What You See Is What You Mean approach. This method allows you to focus only on the contents of your document without worrying about the formatting. How to Create Tables with LaTeX is explained in this article.
Posted: 2021-07-17 09:40:11 Source: https://linuxhint.com/step-into-over-function-gdb/
Debugging allows us to view, review, and fix errors in our code. It is a fundamental skill that any self-identified programmer should have. One powerful debugging tool is GNU Debugger. In this article, we will look at working with GDB to step into or over a function in our code.
Posted: 2021-07-17 09:31:24 Source: https://linoxide.com/how-to-install-and-use-vnstat-on-ubuntu/
Posted: 2021-07-16 22:28:01 Source: https://linoxide.com/how-to-install-piwigo-on-ubuntu-20-04/
Posted: 2021-07-16 19:50:00 Source: http://rss.slashdot.org/~r/Slashdot/slashdotLinuxatom/~3/F9RMygDzg3s/say-hi-to-microsofts-own-linux-cbl-mariner
An anonymous reader quotes a report from ZDNet, written by Steven J. Vaughan-Nichols: Microsoft now has its very own, honest-to-goodness general-purpose Linux distribution: Common Base Linux, (CBL)-Mariner. And, just like any Linux distro, you can download it and run it yourself. Microsoft didn't make a big fuss about releasing CBL-Mariner. It quietly released the code on GitHub and anyone can use it. Indeed, Juan Manuel Rey, a Microsoft Senior Program Manager for Azure VMware, recently published a guide on how to build an ISO CBL-Mariner image. Before this, if you were a Linux expert, with a spot of work you could run it, but now, thanks to Rey, anyone with a bit of Linux skill can do it. CBL-Mariner is not a Linux desktop. Like Azure Sphere, Microsoft's first specialized Linux distro, which is used for securing edge computing services, it's a server-side Linux. This Microsoft-branded Linux is an internal Linux distribution. It's meant for Microsoft's cloud infrastructure and edge products and services. Its main job is to provide a consistent Linux platform for these devices and services. Just like Fedora is to Red Hat, it keeps Microsoft on Linux's cutting edge. CBL-Mariner is built around the idea that you only need a small common core set of packages to address the needs of cloud and edge services. If you need more, CBL-Mariner also makes it easy to layer on additional packages on top of its common core. Once that's done, its simple build system easily enables you to create RPM packages from SPEC and source files. Or, you can also use it to create ISOs or Virtual hard disk (VHD) images. As you'd expect the basic CBL-Mariner is a very lightweight Linux. You can use it as a container or a container host. With its limited size also comes a minimal attack surface. This also makes it easy to deploy security patches to it via RPM. Its designers make a particular point of delivering the latest security patches and fixes to its users. For more about its security features see CBL-Mariner's GitHub security features list. Like any other Linux distro, CBL-Mariner is built on the shoulders of giants. Microsoft credits VMware's Photon OS Project, a secure Linux, The Fedora Project, Linux from Scratch -- a guide to building Linux from source, the OpenMamba distro, and, yes, even GNU and the Free Software Foundation (FSF). To try it for yourself, you'll build it on Ubuntu 18.04. Frankly, I'd be surprised if you couldn't build it on any Ubuntu Linux distro from 18.04 on up. I did it on my Ubuntu 20.04.2 desktop. You'll also need the latest version of the Go language and Docker.
Read more of this story at Slashdot.
Posted: 2021-07-16 17:55:03 Source: https://linuxhint.com/switch-users-in-ubuntu/
Linux is a multi-user operating system that allows more than one user to log in and perform operations without affecting other users in the system. The su command allows to switch to different user while preserving current session.This article will discuss ways to switch users from terminal and graphical environment.
Posted: 2021-07-16 15:35:52 Source: https://linuxhint.com/get-games-discord-overlay/
Discord is a VoIP and instant messaging software that includes plenty of unique features. One such feature is Discord overlay. Discord overlay lets you voice/video chat and stream from your PC while playing the game. However, many new users always get confused in using and search. How to get discord overlay in games is explained in this article.
Posted: 2021-07-16 15:21:19 Source: https://linuxhint.com/find-someones-discord-tag/
Discord offers many great and exciting features, and one of the features is the friends' list in the Discord Application. It enables you to conversate with people all over the globe. You can also create groups here, stream and play games together while staying in contact with the group members. Every member of Discord has a specific tag, but many people don't know about these tags. How to find someone's discord tag is explained in this article.
Posted: 2021-07-16 15:20:09 Source: https://linuxhint.com/tar-xvf-purpose-usage/
Linux is known for its broad functionality and the hands-on approach it offers its users. This same functionality comes into play when you want to create Archives on Linux, compressed files. Tar commands, short for tape archive, let you create, extract, and maintain Archived files. The purpose of tar xvf is explained in this article.