Conference posters
Few weeks ago, I wrote about mindmap in
. Now I want to precise few ideas and to have all key ideas
visible in one sight. I think the best layout is similar to a conference
poster:
- key ideas are easily seen few meters away …
Read More
quick and easy calendar
A quick post to share something I was looking for for several month: a
quick way to see a calendar.
A simple tool using the command line
interface is
the `cal <https://en.wikipedia.org/wiki/Cal_%28Unix%29>`__ command
that display a calendar in …
Read More
LaTeX mindmap
The canonical way to draw a mindmap in seems to be using the
ad-hoc tikz module.
Quick beginner guide
- use the tikz package adding in the preamble usepackage{tikz}
- load the mindmap module using usetikzlibrary{mindmap}
- begin your tikz picture with begin{tikzpicture}[mindmap] (you may
add others options) and …
Read More
vim spell checker
The official documentation of the vim spell checker is available on the vimdoc website. This is an extract to go through this process as quicker as I can:
Read More
import photos from webservices
[caption id="" align="alignright" width="350" class="zemanta-img"] (Photo) Importation (Photo credit: Wikipedia)[/caption]
The problem I faced is a friend sharing photos only on facebook. The problem could have been on other web platform offering the ability to share medias such as photos and videos. The solution I found …
Read More
HTML to TXT
[caption id="" align="alignright" width="75" class="zemanta-img"] transformation in progress(Photo credit: Wikipedia)[/caption]
This is an incomplete collection of tools to perform some transformations such from and to HTML, TXT, [latex]LaTeX[/latex] and markdown.
** **
| HTML
| TXT
| [latex]LaTeX[/latex]
| markdown
|
HTML
| |
|
| |
Read More
DHCP server setup
[caption id="" align="alignright" width="350" class="zemanta-img"] neighbours' discovery (Photo credit: Wikipedia)[/caption]
My server's OS is an Archlinux, and I want to pratic a DHCP server set up both in IP v4 and IPv6
IPv4
The dependencies may already be install. It only consits of dhcp, as explained …
Read More
udev, systemd, laptop, power management and backlight brightness
[caption id="" align="alignright" width="218" class="zemanta-img"] Laptop problem (Photo credit: Wikipedia)[/caption]
My two problems with my laptop are the following:
- I want to control the backlight brihtness of my screen even if I don't start the graphical desktop (i.e. work with tty)
- I want to be …
Read More
Downgrade a package in archlinux
The situation is the following: I need to downgrade the boost package
from the version 1.56 to 1.55. The dedicated
page on
the arch wiki suggest several solutions. The one I chose is using the
AUR package
downgrader . Its
usage is really intuitive:
downgrader -l <package_name>
|
Read More
quick pcap transformation
As many people working with network protocol, I use pcap library and write C code to manipulate packets. After several days testing my library on pcap file, I found that the traffic on which I have to run my program is encapsulated in …
Read More