How to configure a static IP or DHCP and DNS on Kubuntu

DHCP – Modify ‘interfaces’ file at /etc/network/. Kubuntu_Server# pico /etc/network/interfaces   # The primary network interface – use DHCP to find our address auto eth0…

Continue Reading...

How to configure static IP address on CentOS

  1. DHCP Configuration Check file at /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes   2. Static Configuration Check file at /etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0 BOOTPROTO=static HWADDR=00:19:D1:2A:BA:A8 IPADDR=192.168.1.33 NETMASK=255.255.255.0 ONBOOT=yes  …

Continue Reading...

How to hide Administrator account on window XP logon screen

Tweet If you want to hide ‘Administrator’ account on window XP logon screen   1. Run ‘regedit.exe’ from and find ‘UserList’  

Continue Reading...

What is memory limitation of all Microsoft products

Here is link to check what is available memory for all Microsoft Operation System product line http://msdn.microsoft.com/en-us/library/aa366778%28VS.85%29.aspx#physical_memory_limits_windows_server_2003  

Continue Reading...

How to setup Advanced TFTP Server on Linux (SuSE)

Advanced TFTP server & client is simple to setup and use on Linux box (OpenSuSE in this example). Download and install yum install atftp  …

Continue Reading...
logo_microsoft.gif

Useful free file and folder synchronizing utility from Microsoft

SyncToy 2.1 is a free utility that allows synchronizing files and folders between locations. Generally, it  uses include sharing files, such as documents, photos, videos…

Continue Reading...

Basic Linux Commands

[ Terminal ] Alt +F6 = Terminal switcher [ Users management ] Check user list Linux# cat /etc/passwd   adduser JohnG passwd JohnG or useradd …

Continue Reading...

Howto shut down system using CMD(command)

Open command prompt and type below command. " showdown /s "   For Linux system, type below command on prompt (should be logged in as…

Continue Reading...

[PC] Stop using HyperTerminal as your telnet client

Tweet If you want to stop using Hyper Terminal as your default telnet client, you need to modify your registry file. To perform this procedure,…

Continue Reading...

How to create loopback interface on Windows XP

Tweet The Loopback adapter is a testing tool for a virtual network environment where network access is not available. Also, you must use the Loopback…

Continue Reading...

[Ubuntu] What is a default password for root account?

Tweet I am getting below massge when I am trying to access root mode on Ubuntu Server. UbuntuServer:~$ su root Password: ****** su: Authentication failure…

Continue Reading...

How to configure X window / X11

Tweet – ??? X Window ??? ?? : http://www.bsdtoday.com/2000/July/Features230.html The first thing to do is copy the ports.tar.gz from your cdrom into the /usr directory…

Continue Reading...