Check inode usage

How to check inode usage By the way, if you’re looking for the directories that contain lots of files, this script may help: Also… Try to find if this is an inodes problem with: Try to find root folders with large inodes count: Try to find specific folders:

Strace

General examples: http://www.thegeekstuff.com/2011/11/strace-examples/ Some more real-world: http://www.rrsoft.co/2013/12/09/using-strace-and-lsof-to-track-down-process-hangs-2/

Unable to lookup SID for name “user”: (1332) No mapping between account names and security IDs was done.

Hi, while re configuring a domain in plesk windows then solution is below: 1. Start> Run > cmd> 2.C:\net user geeksupp /add 3. C:\net localgroup psacln geeksupp /add 4. servermanager > configuration > Local users and Groups > user > properties > Add Local Path  to “C:\inetpub\vhosts\geek4support.com”. Replace your username and domainname.

Set up mailman on CentOS 6.6

Here is how to install the mailman mailing list on CentOS 6.6. Install Mailman via yum: Next, edit its Apache configuration file: Uncomment the redirect parameter and enter the correct domain name. Set the site master password: This password can be used to access any list or any page. Edit the Mailman configuration file: The … Read more

Hard Drive shows 100% after removing files

Still at 100% disk usage after deleting files? Deleting file won’t free the space until you delete the processes that have open handles against that file. Nevertheless, you can reclaim the space. All you need to do is to remove the file descriptors. First execute lsof | grep deleted to identify the process holding the file.

Read more

Referrer Spam

Referrer spam is traffic from bots that impersonate a referral link. The pseudo traffic is designed to make their domain show up in your site analytics so that you’ll visit the site. Referrer spammers just forge the referrer of a http request to make their site show up in your logs/statistics. More information: http://blog.raventools.com/stop-referrer-spam/