LAMP on Linux 22.04
English · Français
December 30, 2024
Antre du Tryphon
Search

LAMP on Linux 22.04

December 30, 2024 · claude Ubuntu Linux Debian MySQL PHP apache Database
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

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

How to protect an Apache Website with a password

December 29, 2024 · claude Ubuntu Linux Debian apache
This blog post assumes that Apache is already installed.

Mount a BitLocker partition on a Linux system

September 10, 2023 · claude Unix Ubuntu Linux Debian MAC OS X
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

September 9, 2023 · claude Unix Ubuntu Linux Debian MAC OS X
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

September 4, 2023 · claude Unix Ubuntu Linux Debian MAC OS X
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

September 3, 2023 · claude Unix Ubuntu Linux Debian MAC OS X
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

June 3, 2015 · claude Unix Ubuntu Linux Debian apache
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....

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

August 9, 2012 · claude Linux Debian Raspberry PI Wheezy
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...

Initializing A Wireless Connection At Boot Time

August 5, 2012 · claude Debian Raspberry PI Wheezy
You can initialize your Raspberry PI wireless connection automatically at boot time if the instructions given in a previous post entitled How To Setup A Protected Wireless Connection Via The Command-Line worked. This is pretty straight forward. You...