Skip to content

SystemPandit

A Pandit of Server Technologies

Primary menu

  • Home
  • Menu

Category: linux

LDAP with SVN (Subversion) on Centos

  • By Shrinivas Gundu
  • 15 July, 2013
  • No Comments

Add following lines in include folder of httpd (in folder conf.d) with the name of subversion.conf #Add following lines LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so <Location /svn> DAV svn SVNParentPath … Continue Reading →

Remove files older than x days on Linux

  • By Shrinivas Gundu
  • 15 July, 2013
  • No Comments

You just need to execute the below command as sudo / root find /path/to/files* -mtime +5 -exec rm {} \;

Why Cacti doesn’t capture snmp interface data

  • By Shrinivas Gundu
  • 3 July, 2013
  • No Comments

During the recent Cacti configuration I came across a problem where I was not able to read interface traffic, using SNMP, from my Linux servers (I have two Ubuntu 11.10 … Continue Reading →

OpenVas Install and Configure on Linux in all flavours

  • By Shrinivas Gundu
  • 1 July, 2013
  • No Comments

OpenVAS for CentOS via Atomic Step 1: Configure Atomicorp Repository (as user root, only once) wget -q -O – http://www.atomicorp.com/installers/atomic |sh Step 2: Quick-Install OpenVAS (as user root, only once) … Continue Reading →

Check hits for single page from apache logs

  • By Shrinivas Gundu
  • 17 May, 2013
  • No Comments

#grep -roh contentname path for logs file | wc -w  

Posts pagination

Previous Page 1 … Page 25 Page 26 Page 27 Page 28 Next

Recent Posts

  • TiDB Cluster Installation 9 October, 2025
  • How To Configure Samba File Share on AlmaLinux 8 18 October, 2023
  • Install UrBackup server from sources 12 October, 2023
  • Chroot FTP users to Home Directory with VSFTP on Linux 5 October, 2023
  • Compile PHP 7.4 with OpenSSL 25 August, 2021
  • Nagios Notification Sendmail through Authentication. 28 July, 2021
  • CentOS 7 Set Up OpenVPN Server In Easy Way and route the traffic through VPN 30 June, 2021
  • How To Set Up Multi-Factor Authentication for SSH on CentOS 8 3 June, 2021
  • Install Couchbase with PHP on Centos8 / Debian and Ubuntu 11 May, 2021
  • ProxySQL Migration to a new server 11 May, 2021

Archives

Categories

  • Amazon
  • General Topics
  • linux
    • Apache
    • Backup
    • Cacti
    • CentOS
    • CPanel's
    • DNS
    • Elastic
    • FTP
    • Gitlab
    • Hard Drive
    • IceCast
    • Kernel
    • Load Balance
    • Mail Server
    • Monit
    • Mysql
    • Nagios
    • Networking
    • NxFiliter
    • OpenVas
    • Php
    • PostgreSQL
    • Redis
    • Rsync
    • samba
    • Selinux
    • Ssh
    • VPN
    • VsFTP
  • Mac
  • Mobile
  • Ubuntu
  • Usefull URL
  • Windows
    • Active Directory

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
SystemPandit Copyright © 2026 SystemPandit . All Rights Reserved.
Powered by: WordPress | Theme: Simple Catch