I’m very happy to see you visiting my blog. I will post blog entries about what I learned on my journey to become a web developer.
My AI overlords asked to me to come up with another blog post. This time it is going to be about Emmet, a tool that was created by web developers to drastically speed up web development process.
The initial idea of Emmet, was conceived by Vadim Makeev in 2009, dubbed Zen Coding, and actively developed by Sergey Chikuyonok ever since. The idea was that we have frameworks for JavaScript, that allow us to speed up JavaScript development, but we didn’t have such tools for HTML and CSS.
If you want to use multiple GitHub accounts, for example, one for your work and one for your hobby projects, you can do so on the same login account. Here’s a step-by-step guide on how to set this up.
Step 1: Generate Separate SSH Keys To keep your work and hobby accounts separate, you need to have separate SSH keys for each of them. You can generate these keys using the ssh-keygen tool.
SSH (Secure Shell) is a network protocol that provides secure, encrypted communication between two untrusted hosts over an insecure network. It’s commonly used for logging into remote servers, executing commands, transferring files securely, and setting up virtual private networks (VPNs). SSH provides a secure alternative to traditional Telnet and FTP protocols.
Installation To install openssh, run the following command:
sudo pacman -Syu openssh To use openssh as a client and connect to a server, run:
In this blog post, I’ll show you how to set up Bluetooth audio on Arch Linux. We will be using bluez for handling Bluetooth and pulseaudio for handling audio. The bluez and bluez-utils packages provide the Bluetooth protocol stack and control utilities, respectively. The pulseaudio-bluetooth package provides Bluetooth support for the pulseaudio sound server, which should already be installed on your computer.
Installing Required Packages To get started, we will need to install bluez, bluez-utils and pulseaudio-bluetooth packages.
If you’re an Arch Linux user and you need to input Japanese characters, this post will guide you through the setup process. I’ll be using X11 and Xfce4 in this tutorial, and I’ll be using Fcitx5 and Mozc as the input framework and Japanese Input Method Editor(IME), respectively.
Prerequisites Before we get started, make sure that you’ve uncommented the following locales in /etc/locale.gen:
en_US.UTF-8 ja_JP.UTF-8 And don’t forget to run locale-gen afterwards.
Hello and welcome to my new blog! I’m so excited to finally be starting this journey, and I hope you’ll join me along the way.
For those who don’t know me, I’m Nikita, an aspiring web developer. I started this blog as a way to share my thoughts and experiences on web development. Whether you’re a fellow enthusiast or just curious, I hope you’ll find something here that interests you.