LAMP on Linux 22.04 December 30, 2024
Antre du Tryphon
Search

LAMP on Linux 22.04

December 30, 2024 · admin 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 · admin 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 · admin Ubuntu Linux Debian apache
This blog post assumes that Apache is already installed.

Mount a BitLocker partition on a Linux system

September 10, 2023 · admin 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-from-a-full-disk-image-file-on-linux/ shows how to create one if the partition is within a full disk image file.

Mount a partition from a full disk image file on Linux

September 9, 2023 · admin 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 Windows system. Let's say we want to mount the partition that contains the OS and the user's file.

Linux whole data disk encryption

September 4, 2023 · admin 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 WILL LOSE DATA!!! We will use the device /dev/sdz below. This procedure is valid only for data disk.

How to create an encrypted file and open it

September 3, 2023 · admin 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 · admin 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. SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA SSLHonorCipherOrder on SSLProtocol all -SSLv2 -SSLv3

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

August 9, 2012 · admin 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 step procedure will let you install them or at a minimum let you know what does not work. It uses only the command line interface. It is targeted for the Wheezy Debian distribution.

Initializing A Wireless Connection At Boot Time

August 5, 2012 · admin 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 must be root to carry out these instructions. Save the wpa.conf file created in the previous post somewhere on the SD card you use to boot the system. For example in /root/bin/wpa.conf. Create the following script and save it in a file called /root/bin/initWiFi for example