Posted: 2021-05-14 09:11:54 Source: https://linuxhint.com/switch-branch-git/
Git users use branches in the git repository to keep the project work separate, and the users can test any task without affecting the main project by doing the task in a new branch. The users need to switch between the branches based on the project work. How to switch branch in Git is explained in this article.
Posted: 2021-05-14 09:01:56 Source: https://linuxhint.com/install-wsl2-windows-10/
Windows Subsystem for Linux 2, also known as WSL 2, is the latest version of a compatibility layer that lets Windows users run a Linux/GNU environment on Windows. Through WSL 2, a Windows user can use Linux utilities, command-line, tools, and applications on Windows directly. WSL 2 allows for the user to work on Windows 10 while having the luxury of developing Linux distributions. How to install WSL 2 on Windows 10 is explained in this article.
Posted: 2021-05-14 08:54:28 Source: http://www.kernel.org/
Version: | 5.12.4 (stable) |
---|---|
Released: | 2021-05-14 |
Source: | linux-5.12.4.tar.xz |
PGP Signature: | linux-5.12.4.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.12.4 |
Posted: 2021-05-14 08:50:58 Source: http://www.kernel.org/
Version: | 5.11.21 (stable) |
---|---|
Released: | 2021-05-14 |
Source: | linux-5.11.21.tar.xz |
PGP Signature: | linux-5.11.21.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.11.21 |
Posted: 2021-05-14 08:24:06 Source: https://linuxhint.com/customize-ubuntu-appearance/
The default appearance of Ubuntu can admittedly be quite vanilla and boring for a lot of users. It features a plain desktop, vapid icon design, and the theme is far from exciting. How you can customize Ubuntu to make it look shinier, prettier, and, frankly, better is explained in this article.
Posted: 2021-05-14 07:56:01 Source: http://www.kernel.org/
Version: | 5.10.37 (longterm) |
---|---|
Released: | 2021-05-14 |
Source: | linux-5.10.37.tar.xz |
PGP Signature: | linux-5.10.37.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.10.37 |
Posted: 2021-05-14 07:46:11 Source: http://www.kernel.org/
Version: | 5.4.119 (longterm) |
---|---|
Released: | 2021-05-14 |
Source: | linux-5.4.119.tar.xz |
PGP Signature: | linux-5.4.119.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-5.4.119 |
Posted: 2021-05-14 05:37:42 Source: http://www.kernel.org/
Version: | next-20210514 (linux-next) |
---|---|
Released: | 2021-05-14 |
Posted: 2021-05-14 04:10:52 Source: https://linuxhint.com/how-to-clean-up-disk-space-on-linux-mint-distro/
Installation of new programs, applications and frequent updates can slow down the speed and overall performance of an operating system. Discussed in this article are two different ways on how to clean up your disk space on Linux Mint Distro using the Linux Terminal and a list of GUI tools.
Posted: 2021-05-14 03:19:52 Source: https://linuxhint.com/use-git-force-pull/
Git files and folders of any git project can be shared by multiple git users who are work on a team. The user has to git force pull for overwriting the changes in the local repository without affecting the changes done in the local repository that is not pushed. How to use Git Force Pull is explained in this article.
Posted: 2021-05-14 00:14:24 Source: https://linuxhint.com/use-emojis-ubuntu/
Emoji are icons that find their application in signifying everything from casual emotions during an online chat to symbolic filenames. Linux users are often confused about using emoji on their native operating system since there is no clear way to do so. How to use Emoji’s on Ubuntu is explained in this article.
Posted: 2021-05-13 22:06:45 Source: https://linuxhint.com/setup-synology-nas-vmware-datastore/
You can mount your Synology NAS shared folders on your VMware ESXi servers. Once you’ve mounted a Synology NAS shared folder on your VMware ESXi server, you can use it as a VMware datastore. You can also store virtual machine data on that datastore as usual. How to Setup Synology NAS as VMware Datastore is explained in this article
Posted: 2021-05-13 21:23:20 Source: https://linuxhint.com/install-play-tetris-ubuntu/
Tetris – a strategic tile-matching video game, has caught enormous traction in the gaming industry over the years. People from every age group find themselves beguiled by the genius of the game and the entertainment associated with it. How to Install and Play Tetris on Ubuntu is explained in this article.
Posted: 2021-05-13 21:11:39 Source: https://linuxhint.com/check-merge-conflict-git/
Multiple users may work with multiple branches in any git repository to keep track of their project tasks. Sometimes it requires merging the content of one branch to another branch. Git will mark the file as merge conflict, and the git users have to solve this issue before continuing the work. How to check for merge conflict in Git is explained in this article.
Posted: 2021-05-13 20:56:39 Source: https://linuxhint.com/add-tag-specific-commit-git/
Tag is a useful feature of the git. It is mainly used to keep the release version of the repository. The tag can be created for a specific commit of the git history. To create this type of tag, the commit SHA will be required at the time of creating the tag. How to add tag-specific commit in git is explained in this article.
Posted: 2021-05-13 20:43:49 Source: https://linuxhint.com/remove-untracked-files/
Git user works with three types of files in the git repository. The untracked files are not necessary for the repository. It is better to remove the unnecessary untracked file and make the working directory clean. The removed file can’t be recovered. How to remove untracked files is explained in this article.
Posted: 2021-05-13 19:23:05 Source: https://linuxhint.com/install-kubernetes-ubuntu-single-node/
Containers, Kubernetes, and IoT/edge applications are playing an extremely important role in enterprise digital transformation. The majority of cloud-native software is user-friendly, allowing many developers to contribute and customize the relevant software. Canonical's Microk8s Kubernetes distribution is small, versatile, and lightweight It's an uncluttered distribution with an emphasis on improving performance and usability. How to Install Kubernetes on Ubuntu single node is explained in this article.
Posted: 2021-05-13 18:04:19 Source: https://linuxhint.com/set-sshconfig-permissions/
The SSH protocol is a secure protocol used to connect to remote devices such as servers and network devices. It works in client-server setups and, by default, listens on port 22. SSH employs different encryption and hashing techniques to ensure the communication between the client and the remote host is encrypted and safe from eavesdropping. How to set up proper .ssh/config permissions is explained in this article.
Posted: 2021-05-13 16:00:28 Source: https://www.youtube.com/watch?v=XstdnAxecBg
Posted: 2021-05-13 15:35:46 Source: https://www.youtube.com/watch?v=sr1QNGit-oQ