Tag: configure
Docker Basics
March 20, 2021
Source Images Images are the templates used to create Docker Containers. Container is a running instance of an image. Eg….
Install and Configure Docker
March 20, 2021
Install Docker on Ubuntu and Configure it to use a non-default directory.
Static Route
December 2, 2008
Configure static route to reach network ‘192.168.0.0/16’ route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.1.1
Configure IP Address
September 14, 2008
Configure IP Address using the ifconfig command ifconfig eth0 192.168.1.1 netmask 255.255.255.0
Compiling a 2.6 Linux kernel
April 10, 2007
Get the latest Kernel from kernel.org Get a default .config file cp /boot/config-`uname -r` ./.config OR make defconfig Then configure…
Recent Comments