Linux: Configure an interface for a tagged vlan by ifconfig

Hi,

your linux box is connected to an ethernet switch where vlan tagging is configured (trunc) and you want to configure your network manually by ifconfig?

Load the module for tagged vlans 802.1q.
Continue reading Linux: Configure an interface for a tagged vlan by ifconfig

Advertisment to support michlstechblog.info

Linux: Using a http proxy with programs that are not being proxy aware

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.

Linux: Create multiple partitions in an virtual mtd device created by nandsim

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

Powershell: Passing an array to a script at command line

Hi,

starting point is a simple powershell shell script testarray.ps1:
Continue reading Powershell: Passing an array to a script at command line