git usage
super easy explanation given in this link the usual workflow for changing is as follows: local changes add: local index commit: local head push: reposito...
super easy explanation given in this link the usual workflow for changing is as follows: local changes add: local index commit: local head push: reposito...
openssl can work well with ssl certs. the following links explains the following points in detail: create private keys (domain.key) create certificate reque...
I use an UMTS modem with my raspberry pi 1. the package mmcli is quite useful for handling the modem (e.g., sending SMS,..) list modems:[code language="bas...
this is a little vimrc that is just about right for small purposes.. (edit the file ~/.vimrc for user specific changes and /etc/vimrc?? for systemwide config...
This little post explains how to enable download for packages of pacman. It uses a systemd service. Create the download service (note the option -w for just ...