command | MyLiteratureTechLife.COM

How to create non root users in Linux

October 9th, 2010 0 Comments

- Command to Create a user in linux is # useradd [username] Replace [username] with the name of user you want to set. Lets make a testuser # useradd testuser - Setup the password for user # passwd useradd This will make a user directory in /home However if you have a directory already...




Configuring/Adding multiple ips in windows using netsh command

March 15th, 2010 0 Comments

If you ever wanted to add 200 ip addresses to Windows Server with one command instead of manually configure it on the interface? Netsh will help you to save time. You can use this quick batch command in cmd: FOR /L %I IN (2,1,254) DO netsh interface ip add address "Local Area Connection"...

Alexa Rank