Thumbnail image

EASY WAY TO EMBED ASCIINEMA INTO HUGO

As a blog author, especially those related to computing, sometimes we need a media that can support the content. There are many ways to support content, including screenshots and video recording. but if we are faced with commandline interactive, it doesn’t feel right if we use screenshots or video recording as a means of documentation.

Read more
Thumbnail image

LINUX UPSKILL CHALLENGE: DAY 1

this blog is part of the linux upskill challenge series. contains notes of my learning process in following the [linux upskill challenge] guide(https://github.com/livialima/linuxupskillchallenge)

Read more
Thumbnail image

LINUX UPSKILL CHALLENGE: DAY 0

Intro

this blog is part of the linux upskill challenge series. contains notes of my learning process in following the [linux upskill challenge] guide(https://github.com/livialima/linuxupskillchallenge)

Read more
Thumbnail image

ADDED CACTUS COMMENTS TO HUGO

Introduction

hugo is a feature-rich static site generator. one of them is the comment feature, to add this comment feature we only need to add a shortcode to the frontmatter of our blog. but unfortunately this feature is only available for disqus. I personally don’t really like disquss because of its proprietary.

Read more

SHARE FILES BETWEEN DEVICES WITH WORMHOLE WILLIAM

Description

wormhole-william is the go language implementation of magic-wormhole.

Wormhole itself is a command-line tool that contains commands to send and receive files, directories, and text, securely. this is to send and receive files using easy-to-read wormhole code as the โ€œunlocking keyโ€ example of the unlocking key in question:5-boy-farming.

Read more
Thumbnail image

HOW TO ACTIVATE BLUETOOTH WITH JUST A TERMINAL ON LINUX

Intro

bluetooth is one of the technologies that must exist in every computer device, because of its many, many uses, not only for file transfers, but bluetooth can also be used to connect sound wirelessly.

Read more

HOW TO IGNORE CERTAIN PACKAGES TO UPGRADE IN ARCHLINUX

Background

sometimes when we want to update a package, there are things we want to ignore to update. for example, if there is a lack of quota I will make one large package to be ignored, one of which is libreoffice, this package one of the big packages and not too important to upgrade in my opinion, that I have

Read more
Thumbnail image

AUTHENTICATE GIT WITH SSH

Intro

authenticating git with ssh is by generating a pair of encryption keys asymmetrically, where the key is stored on the system and the other is stored on the server.

Read more

EMPTTY: A VERY SIMPLE DISPLAY MANAGER

description

emptty itself is cli based, this is what makes it quite simple to operate, emptty is a simple display manager, emptty is written in the go language. but there are some configurations that we must determine first, so that emptty can work as we want.

Read more

SET TOUCHPAD CONFIGURATION IN LINUX

Intro

when using linux we sometimes don’t find the computer working system properly, we are required to be do it yourself.

Read more