Project Logs

Reading local Email with pop3/imap protocol.


Saturday, June 02 2018





Can boot Osukiss from a USB key.


Tuesday, May 22 2018




The generated ISO file can be used directly to prepare
an USB key with the 'dd' command:

Getting the iso file:
#wget https://okrepo.safe.ca/osukiss/1.8.2/isos/osukiss-1.8.2.iso


#dd if=osukiss-{release_number).iso of=/dev/{uskey_device} bs=1M

Example:
Let's say your USBKEY is detected as /dev/sdd and that the osukiss
release number is 1.8.2

#dd if=osukiss-1.8.2.iso of=/dev/sdd bs=1M

If you use fdisk to check /dev/sdd partitioning, you should
find something like this:

Disk /dev/sdd: 16.0 GB, 16039018496 bytes
64 heads, 32 sectors/track, 15296 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6122223f

Device Boot Start End Blocks Id System
/dev/sdd1 * 1 667 683008 17 Hidden HPFS/NTFS




Adding log rotation capability.


Wednesday, May 16 2018




HandBrake up and running!


Wednesday, May 09 2018




Simple and quick 'installer' shell script.


Tuesday, April 24 2018




Installing a LIVE PXE on osukiss


Saturday, March 03 2018