Configure DNS client on Soalris 10 server to resolve telnet login delay
I just installed and configure a new Sun SPARC Enterprise M3000 server. It seems that when I telnet to the sever from a remote computer it takes a while to …
Read MoreTechnology, Computer, Network and Games Cheat
Day to day technical how to – by Andrew Lin
I just installed and configure a new Sun SPARC Enterprise M3000 server. It seems that when I telnet to the sever from a remote computer it takes a while to …
Read MoreI built this Red Hat Enterprise Linux 5 server in VMware a while ago and forgot the root password. I can log in as a user but it does not …
Read MoreAs a server administrator I seldom have to check to see if a file exists in the directory. But what if you have a long list of files that you …
Read MoreIn an earlier posting I listed a copy of the article explaining how to manually create a RDM to LUN mapping for VMware ESX. I have created scripts to completly …
Read MoreIf you forget the current run level you have loaded in Solaris, here is a handy command to help you find out what it is. who -r This will output …
Read MoreThe root file system on my Solaris Unix server was low on free space, it was 98% full. Upon investigation I found out that there was a very large file …
Read MoreHere is how you can change the NTP server’s information on your Solaris server. Edit /etc/inet/ntp.conf add the below line server ntp.paris.hilton.com You will now need to restart the NTP …
Read MoreSometime ago I had posted a Korn script to automate FTP login and upload of file on a Unix or Linux computer. The default shell for most Linux servers is …
Read MoreThe awk command is very handy when you need to filter the contents of a file, a pipe,or keyboard. It searches each line of input for patterns that you specify …
Read MoreOnce a command is run, a process is created. This process then opens three flows: stdin, called the standard input, where the process will read the input data. By default …
Read More