Category Archives: Test Cases /Lab

By December 31, 2017

Debian Distro upgrade. For this example we are upgrading from jessie to stretch A) # apt-get update # apt-get upgrade # apt-get dist-upgrade sed -i ‘s/jessie/stretch/g’ /etc/apt/sources.list B) # apt-get update (if you receive a error similar to E: Release file expired. run apt-get -o Acquire::Check-Valid-Until=false update ) # apt-get upgrade # apt-get dist-upgrade C)


Read More
By October 13, 2016

I found a errorĀ on my lab network which required a Re-ip of some of my servers and network devices. I figured this information may help someone who need to configure a network interface   Gentoo Locate your network card id Net config fileĀ /etc/conf.d/net Example options dns_domain_lo=”home.zone” config_enp0s10f0=”192.168.0.1/24″ routes_enp0s10f0=”default via 192.168.0.1″ dns_servers_enp0s10f0=”4.4.4.4 8.8.8.8″ restart the network


Read More
By February 27, 2016

Life of a programmer:: Showing the errors and corrections of a simple print / input function


Read More
By February 27, 2016

Linux Debian 8 (Jessie) , Quick view . Fantasia desktop wallpaper system 8gb Ram , 160GB Drive model name : Intel(R) Pentium(R) CPU G3240 @ 3.10GHz For my Windows and Mac users. It’s that time to move on to Linux. Linux is very stable and low cost compared to Mac’s


Read More
By October 17, 2015

Gentoo uses emerge for its packaging system. http://edoceo.com/howto/emerge emerge -uvD system emerge -uvD world If the above fail try running emerge -uvD –autounmask-write system etc-update emerge -uvD world Check our our lab notes on Gentoo


Read More
1 2