Posted: 2021-07-13 08:18:44 Source: https://linuxhint.com/turn-off-sound-join-discord/
Communication is important when teammates play games because this helps to win the game. Some users sometimes mute or turn off sounds on Discord when they join in. In this article, we will discuss and provide complete information on how to mute or turn off the sound while joining Discord.
Posted: 2021-07-13 08:00:33 Source: http://www.kernel.org/
Version: | next-20210713 (linux-next) |
---|---|
Released: | 2021-07-13 |
Posted: 2021-07-13 07:52:28 Source: https://linuxhint.com/customize-discord-theme/
Discord doesn't offer any option to change your theme. However, you can use third-party apps like BetterDiscord, which is a modded version of Discord because it offers extra features than Discord. You can keep a light theme if you use Discord in the daytime or your office time. How to customize the discord theme is explained in this article.
Posted: 2021-07-13 07:43:15 Source: https://linuxhint.com/check-pod-details-in-kubernetes/
This article provides a guide on how to check my Pod details in Kubernetes. This tutorial explains the basic concept of Pods, the way to create them and the method used to check the details of Pods in the system. Ensure to install Ubuntu 20.04 system and a Minikube cluster.
Posted: 2021-07-13 07:23:26 Source: https://linuxhint.com/add-drop-shadow-to-text-gimp/
GIMP is a free manipulation tools with tools for pro-level editing such as alpha channel, layers, channels, text-shadow, etc. Text-shadow is used to make text appear out of the surface and gives a 3D appearance. In this article, you’ll know how to add a drop shadow to text with GIMP.
Posted: 2021-07-13 07:08:35 Source: https://linuxhint.com/ping-discord/
Discord servers can accommodate about 8000 members. Sometimes you want to gain the attention of a particular user. For that purpose, people ping each other all the time on Discord. In this article, we will discuss and learn how you can easily ping someone in Discord without having any trouble.
Posted: 2021-07-13 06:55:36 Source: https://linuxhint.com/use-discord-voice-changer/
One of the best features available in Discord is the free voice chat. Discord provides a decent quality voice call feature. You can talk to your friend or friends from around the globe for free. You can improve your voice quality by installing paid bots on your server. How to use discord voice changer is explained in this article.
Posted: 2021-07-13 06:41:11 Source: https://linuxhint.com/setup-two-factor-authentication-discord/
No secret passwords no longer provide top-notch protection to your online accounts. Hence, it is good to go one step further and choose a higher level of security, and two-factor authentication offers an extra layer of protection. Discord also offers two-factor authentication, but many people are unaware of this fantastic feature. How to set up two-factor authentication in discord is explained in this article.
Posted: 2021-07-13 06:28:49 Source: https://linuxhint.com/discord-nitro/
Discord lets you Create a server, set roles, use emojis, and a lot of other stuff for free without showing any ads. Discord Nitro comes with two models: Nitro Classic and Nitro (Server Boost). Both variants come with different features and different costs. What is discord nitro is explained in this article.
Posted: 2021-07-13 05:55:35 Source: https://linuxhint.com/discord-rich-presence/
Rich Presence is Discord's new feature for interfacing with a locally running Discord desktop client. In simple words, it allows you to customize the "Now Playing "section to help people play games with you. The Rich Presence makes your profile much more interesting and actionable while you play your game. What is discord-rich presence is explained in this article.
Posted: 2021-07-13 00:19:00 Source: https://linoxide.com/how-to-configure-firewall-with-firewalld/
Posted: 2021-07-12 16:27:22 Source: https://www.youtube.com/watch?v=X-mxAA5IxzM
Posted: 2021-07-12 14:38:19 Source: https://linuxhint.com/read-excel-file-python/
The .xlsx is the extension of the excel document that can store a large amount of data in tabular form, and many types of arithmetic and logical calculation can be done easily in an excel spreadsheet. Sometimes it is required to read the data from the excel document using Python script for programming purposes. How to read excel (xlsx) files in python is explained in this article.
Posted: 2021-07-12 14:33:47 Source: https://linuxhint.com/reload-edited-etchosts-linux/
A hosts file is responsible for mapping every website's domain name with its IP address in every operating system. In simple words, it means that whenever we access any domain on our system, the operating system tries to search the hosts' file for its corresponding IP address. How to reload /etc/hosts after editing in Linux is explained in this article.
Posted: 2021-07-12 14:30:55 Source: https://linuxhint.com/check-opened-closed-files-python/
Working with a file is a very common task of any programming language. Many built-in functions exist in Python to create, open, read, write and close the file. Any file is required to open before reading or write. How to check a file is opened or closed in Python is explained in this article.
Posted: 2021-07-12 14:21:50 Source: https://linuxhint.com/loop-through-directories-recursively-bash/
The Bash shell is an incredible tool that offers a lot of terminal ease and functionality. The for loop is a common type of loop in Bash and other programming languages. It iterates over a given list of items/options until and executes a set of commands. This article explains various ways to loop through directories in bash and perform certain functions recursively.
Posted: 2021-07-12 14:19:08 Source: https://linuxhint.com/binary-tree-preorder-traversal-java/
A binary tree is a tree where each node has at most two children nodes. If a node has only one child node, that node should be made the left node. If it has both children, then there is a left node and a right node. What is Binary Tree Preorder Traversal in Java is explained in this article.
Posted: 2021-07-12 14:04:23 Source: http://distrowatch.com/11300
EuroLinux is a commercial clone of Red Hat Enterprise Linux. The project's latest release, EuroLinux 8.3, introduces no-cost download options and more open access to information with regards to updates. "EuroLinux 8.3 introduces a number of significant improvements over version 7. We have added new, key functionalities (such....
Posted: 2021-07-12 12:09:06 Source: https://linuxhint.com/merge-sort-java/
A list or array whose indexing (counting) begins from zero can be halved. Merge Sort is a sorting algorithm. Merge Sort uses the divide and conquer paradigm. Conquer means start pairing consecutive lists into one list while sorting the resulting list. In this article, Merge Sort in Java is explained.
Posted: 2021-07-12 11:39:20 Source: https://linuxhint.com/matrix-transpose/
In Python, a matrix has rows and columns. We can create the matrix in different ways. The list inside the list above is a row, and every element inside the list is called a column. The transpose of a matrix means where we change the rows to columns or columns to rows. How to Transpose a Matrix is explained in this article.