Unix bash script to check if the files exists in the directory
As 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 MoreTechnology, Computer, Network and Games Cheat
Day to day technical how to – by Andrew Lin
As 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 MoreBelow is a copy of the article from VMware knowledge base. It explains the steps to create the Raw Decive Mapping to Logical Unit Number. But is you have a …
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 MoreDell is launching a new laptop Lattitude Z which is capable of charging the battery wirelessly. All you have to do is to place the laptop on top of the …
Read MoreSometime ago I had written an article about using robocopy to copy files across the network. It is a reliable way to copy files with all the attributes intact. Robocopy …
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 MoreBlat is a handy command line utility that sends email with attachment using SMTP. It can also be used to post to usenet using NNTP. It is not an SMTP …
Read More