Featured Posts

GoAccess is an interactive and website / web-server log analyzer tool currently better than the ApacheTop interface. It provides fast and valuable HTTP statistics for system administrators that require a visual...

Readmore

AjaxMyTop AjaxMyTop is a Web-based tool featuring an AJAX user interface for monitoring a MySQL server. Installing and configuring is fairly simple which you can done it within 2 minutes. [caption id="attachment_587"...

Readmore

Mod_spin is a content handler and/or a filter, meaning, for a specified file extension, mod_spin will read the file (or other input), parse it into an Abstract Syntax Tree (AST) and then replace the occurrences...

Readmore

Server Monitoring using DSTAT DSTAT an excellent tool which combines the overall stats of vmstat, iostat, netstat and ifstat. Dstat allows us to view all of the system resources in the real-time including the network bandwidth, network...

Readmore

BWM-NG Monitoring Network Bandwidth and Disk I/O using BWM-NG BWN-NG (Bandwidth-NG) is old and simple tool to monitor the bandwidth and disk I/O including the RAMdisk usage, this tool really helps the...

Readmore

  • Prev
  • Next

Uploading / Downloading folders using ftp cmd

Posted on : 13-08-2011 | By : admin | In : Tips

Tags:

1

Archived; click post to view.
Excerpt: Since the default ftp command line client tool don’t have the option to upload or download folder directly from ftp cmd due to ftp socket based server restriction. Here is a short and tricky tutorial which helps you to download / upload folder directly without any hassle and this is especially very usefully if you want to copy the accounts from another server to your server and if you don’t have any other access except ftp.   LFTP   lftp is a file transfer program that allows sophisticated ftp, http and other connections to other hosts. If site is specified then  lftp  will connect ….

Root user login on VSFTP

Posted on : 02-08-2011 | By : admin | In : Tips

1

Archived; click post to view.
Excerpt: As you know ftp servers normally wont allow to login as root user or any of the local user (Example : daemon,bin, sys, nobody…etc) due to security and preventing the ftp servers from ftp brute force scanner attacks. If you still want to enable root user login on vsFTP for some reasons, here is a short tutorial which allows you to do that.   Enabling Root User Login On VSFTP   SSH your server as root and then search for the files ftpusers, vsftpd.users (or) user_list (on Centos the locations should be under the /etc/vsftpd or under /etc). Edit the files on your favorit….

Removing Duplicate RPM’s

Posted on : 19-05-2011 | By : admin | In : Tips

0

Following is a simple shell scripts which helps the administrators to find and remove the duplicate packages from the rpm database, leaving the *oldest* version intact. After a successful run, the user should then issue a “yum update” command to install the latest package versions.  

  The script may take some time to remove the duplicate packages based on your load.