Hi,
when you install Debian with just the Standard minium System utilities a power off by pressing the power button is not possible.
Continue reading Debian: Shutdown when pressing power button
Hi,
when you install Debian with just the Standard minium System utilities a power off by pressing the power button is not possible.
Continue reading Debian: Shutdown when pressing power button
Hi,
I’m on debian testing and cloning from a git repository fails with error: “gnutls_handshake() failed: Public key signature verification has failed” occured.
git is linked against the libcurl3-gnutls library. Newer versions have a bug when using git over a https proxy.
Continue reading Debian: git error gnutls_handshake() failed: Public key signature verification has failed.
Hi,
proxytunnel offers the ability to open bind a tcp port to localhost and tunnels all traffic through a http proxy to a specific target system.
Hi,
this post describes creating an virtual mtd device by nandsim with multiple partitions.
Continue reading Linux: Create multiple partitions in an virtual mtd device created by nandsim
Hi,
this post is a step by step tutorial for setup WLAN in debian by systemd.
Determine the WLAN Adapter and reachable Networks
1 2 3 | root@debdev ~ # iwconfig root@debdev ~ # ifconfig wlan0 up root@debdev ~ # iwlist wlan0 scanning |