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

Debian

12 posts · Show all posts

LAMP on Linux 22.04

LAMP on Linux 22.04

December 30, 2024 · claude Ubuntu Linux Debian +4
This post contains notes to install Apache2, MySQL and PHP on a Ubuntu Server 22.04. This is not a tutorial but a checklist.

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.

How to protect an Apache Website with a password

How to protect an Apache Website with a password

December 29, 2024 · claude Ubuntu Linux Debian +1
This blog post assumes that Apache 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:

Make an Apache2 SSL server more secure

Make an Apache2 SSL server more secure

June 3, 2015 · claude Unix Ubuntu Linux +2
These easy steps will improve significantly the security of your Apache2 SSL server. Edit your /etc/apache2/mods-enabled/ssl.conf file and replace the SSLProtocol, SSLCipherSuite and SSLHonorCipherOrder parameters with the following values....

Useful WiFi related commands

Useful WiFi related commands

July 29, 2013 · claude Ubuntu 11.10 Unix Ubuntu 11.04 +4
iwconfig wlan0 up iwconfig wlan0 channel 1 iw reg get iw reg set JP ifconfig wlan0 hw ether de:ad:be:ef:c0:fe macchanger -r wlan0

A step by step guide to setup a Bluetooth keyboard and mouse on the Raspberry PI

A step by step guide to setup a Bluetooth keyboard and mouse on the Raspberry PI

August 9, 2012 · claude Linux Debian Raspberry PI +1
A lot of people is having problem setting up a Bluetooth keyboard and mouse on the Raspberry PI. Things get more complicated when your wired keyboard or mouse does not work or prevent your Bluetooth dongle from working. There is hope. This step by...