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 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 MoreI have recently taken ownership of a Solaris 5.9 server and am in the process of migrating the applications over to a recent release. I decided to audit the applications …
Read MoreIf disk space is limited on your Linux or Unix server and you wish to backup a folder or file that is larger than the available free space. Then creating …
Read MoreChanging the default runlevel of the Red Hat Linux server can switch the bootup from Gnome to command line mode. You can make the changes consitent by editing the /etc/inittab …
Read MoreI received an error when loggin onto the Gnome desktop via the server console. The server is running Red Hat Enterprise Linux ver 4. I’m able to logon to the …
Read More