PW0N's Blog

Sharing more techniques for like-minded people to learn and communicate together.

0%

How to Create an SSH Secret Key on Linux

Creating an SSH key pair is an essential step for secure remote access to servers. In this guide, we will walk you through the process of generating an SSH secret key on a Linux system, ensuring that you can connect securely without using passwords.

Step-by-Step Guide to Generate an SSH Key Pair

Read more »

Vim is a powerful text editor used by developers, but mastering its unique commands can be challenging. In this guide, we’ll explore how to efficiently copy, paste, and delete lines in Vim, both within and outside the editor.

How to Copy and Paste from External Sources in Vim

When working with external sources, you might be tempted to use Ctrl+V to paste content into Vim, but Vim handles pasting differently.

Read more »

Common Pitfalls in Vim: Input Method, Navigation, and Saving Files

Vim is a highly efficient text editor, but many users encounter pitfalls, especially when switching between different input methods or trying to perform basic tasks like searching and saving. In this article, we’ll cover some common issues, and provide solutions to navigate Vim more effectively.

Read more »

Enter this command Download hexo-filter-github-emojis
Switch to your theme’s root directory and type the following

1
$ npm install hexo-filter-github-emojis --save
Read more »

How to achieve the best Spotify interface beautification using plugins

First you have to install Spotify, any version will do, just go to the official website and install it, I won’t teach you this.

Read more »