Latest articles

Blog with Emacs and Pelican - even better !

Fixing some stuff, I decided to look again at how to get a better and easier process to post on my site.

I was already ...

Managing LXC hosts with ansible and a jump host

I wanted to be able to create a LXC guests using ansible and then manage said guests without having them public.

Since my last attempt ...

Mounting NFS from an LXC container

In order to permit an LXC to mount an NFS share I had to modify an Apparmor profile. Looking in /var/log/syslog we can ...

Flash arduino bootloader on fresh Atmega168

I burned one of my MCU so I decided to figure out how to flash the arduino bootloader onto a new Atmega168 I had in ...

Blog using OrgMode and Pelican

First I was using drupal, then tinkerer, then I discovered OrgMode

Since I started using OrgMode for my notes, I figured out, that would be ...

Send email attachements from the console

gmimeuuencode some/file.tgz  filename_to_display.tgz > encoded_file.b64
mail -s "A title..." email@domain.tld < encoded_file.b64

Preseed KVM using virt-install

Install a new VM on an LVM volume using preseed and virt-install

The preseed is mostly taken from https://help.ubuntu.com/12.04/installation-guide ...

drupal 7: redirect to a page after submitting a node

  • info file
mkdir modules/custom/redirect_on_save
cat > modules/custom/redirect_on_save/redirect_on_save.info << EOF
name = Redirect on save
description = redirect to 'something' after posting a specific_node ...

Backup using Ccollect and a TomatoUSB router

Ccollect is a pretty simple tool to do incremental backups, and it works easily on a small router with TomatoUSB.

  • install coreutils
  • install openssh
  • create ...
 
Page 1 / 3 Next page