How to automate ftp login and file transfer with bash script
Sometime 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 MoreTechnology, Computer, Network and Games Cheat
Day to day technical how to – by Andrew Lin
Sometime 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 MoreThe operating system on VMware ESX 3 is a striped down version of linux. It has only the bare necessities for VMware to function. I wanted to configure a cron …
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 MoreSimple Network Management Protocol (SNMP) is used to monitor network attached devices. Any changes in the status of the monitored device is transmittted to an SNMP log collection server. The …
Read MoreAs a Linux/Unix server administrator I ran into an occasion where I had to automate the file transfer via ftp to a remote server. I had to create a shell …
Read More