Parametric NEMA 17 Motor Storage Box with Cover
English Français
September 7, 2026
Antre du Tryphon
Search

Unix

34 posts · Show all posts

Make nvim-tree width dynamic

Make nvim-tree width dynamic

May 26, 2025 · claude Unix Ubuntu Ubuntu 20.04 +1
Create a file named ~/.config/nvim/lua/plugins/nvim-tree.lua and put the following content:

Create a swap file on Linux

Create a swap file on Linux

March 26, 2025 · claude Unix Ubuntu Linux +3
The simple following steps will create a swap file. Swap files are used when the operating system need more memory. It uses the swap space as memory. Its usage shall be limited, since a swap space is less efficient than memory. It will save you a...

How to create a SSL tunnel

How to create a SSL tunnel

December 29, 2024 · claude Unix Ubuntu Linux +2
This blog post assumes that ssl is already installed.

Mount a BitLocker partition on a Linux system

Mount a BitLocker partition on a Linux system

September 10, 2023 · claude Unix Ubuntu Linux +2
This post explains how to mount a BitLocker partition on a Linux system. You'll need the BitLocker recovery key to do so, along with the device file (/dev/sd?) of the BitLocker encrypted partition. The post http://www.ctheroux.com/mount-a-partition-f...

Mount a partition from a full disk image file on Linux

Mount a partition from a full disk image file on Linux

September 9, 2023 · claude Unix Ubuntu Linux +2
This post explains how to mount a partition from a disk image file on a Linux system. Such a file may have been created using the dd command. The disk image file in this example is named windowsws.img. This is the image of a disk that contains a...

Linux whole data disk encryption

Linux whole data disk encryption

September 4, 2023 · claude Unix Ubuntu Linux +2
This post give the main steps to achieve full data disk encryption. The disk password will be required during boot time. You will need the device name of the disk to perform this procedure. MAKE SURE YOU HAVE THE RIGHT DEVICE NAME. OTHERWISE, YOU...

How to create an encrypted file and open it

How to create an encrypted file and open it

September 3, 2023 · claude Unix Ubuntu Linux +2
You'll find in this post the basic steps to create an encrypted luks file and open it. You'll need to perform the following steps to create it:

Script to create a shared git project

Script to create a shared git project

July 2, 2016 · claude Unix Ubuntu Linux +1
This script creates a git project to be shared among the users of the Unix group $GIT\_GROUP. Every git project will be created into the directory $REPOSITORIES\_BASE\_DIR.

Port forwarding using SSH

Port forwarding using SSH

June 26, 2016 · claude Unix Ubuntu SSH
SSH port forwarding let you connect to a server using another server a relay. For example, if you host a web server in a DMZ behind your office router, you will not be able to access it using its public URL if your workstation is behind the same...

How about a Raspberry PI 2 as a firewall?

How about a Raspberry PI 2 as a firewall?

August 26, 2015 · claude Unix Raspberry PI Wheezy +1
A Raspberry PI 2 performs as expected exceptionally well as a firewall. The download throughput achieved was 33 Mbits/sec under the same test conditions as the previous test (see Can A Raspberry PI Be Used As A Firewall? for more details). The CPU...