Menu

GeekPeek.Net

Skip navigation Menu
  • Home
  • Browse
    • Linux
    • Gadgets
    • Blog
    • Reviews

You are here:

  1. Home
  2. Linux

Linux

Random entry RSS

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    PostgreSQL Synchronous Streaming Database Replication

    by Mitch August 10, 2015, 14:42 Comments are off

    PostgreSQL is a great advanced open source database. It offers many features, one of them being database replication. PostgreSQL 9.4 offers many different solutions to the replication problems, each one of them having it’s number of up’s and down’s. In the end it is up to the system or database administrator to decide which solution […]

    Read More

    Tagged with: allposts, centos6, centos7, database, postgresql.configure

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Install PostgreSQL 9.4 on CentOS 7

    by Mitch August 4, 2015, 12:02 Comments are off

    PostgreSQL is a database server. It is an object-relational database management system and it’s main purpose is to store data. PostgreSQL calls itself “The world’s most advanced open-source database”. It is a fact that MySQL andPostgreSQL are two most popular open-sourcerelation database management systems (RDMS). It is up to you to choose the one you like the […]

    Read More

    Tagged with: allposts, centos7, install, postgresql

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Logs Filled Up My Disk – What To Do

    by Mitch July 29, 2015, 12:55 Comments are off

    A couple days ago i received an alert that one of the disks on our linux production machines is filling up very quickly. It was the application server machine and the logging partition was running out of space rapidly. Logs filled up my disk How logs filled up my disk Gladly the log files are […]

    Read More

    Tagged with: allposts, centos6, centos7, debug, ubuntu

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Bash Aliases and SUDO – sudo: ll: command not found

    by Mitch July 22, 2015, 13:16 Comments are off

    I really like to do work on my Linux systems as “root”, to get things done quickly and without any hassle. Yeah i know, bombs away, it is not OK or safe or whatever to use “root” user for everyday things but mainly it is not OK from the auditing point of view. Customers really dislike it […]

    Read More

    Tagged with: allposts, bash, centos6, centos7, sudo

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Rescan SCSI bus on Linux System

    by Mitch July 21, 2015, 12:54 Comments are off

    SCSI stands for Small Computer System Interface and is a set of standards for transferring data and connecting devices and computers. Sometimes you make changes to disk devices on your Linux box while online which is even more often nowadays using virtual machines. Sometimes you also add a new disk and do not want to […]

    Read More

    Tagged with: allposts, centos6, centos7, scsi

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Configure Postfix Mail Forward

    by Mitch April 2, 2015, 13:49 Comments are off

    I am running a Postfix with Dovecot for my emails and also make email accounts for my friends from time to time. So last night a friend of mine asked me to configure an email account for him and forward the emails to his gmail account. It is really easy and quick to Configure Postfix […]

    Read More

    Tagged with: allposts, centos6, centos7, configure, dovecot, email, postfix

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Manage and Configure YUM Repository

    by Mitch March 12, 2015, 15:17 Comments are off

    YUM Repositories are warehouses of RPM package files. RPM file is a Red Hat Package Manager file and enables quick and easy software installation on Red Hat/CentOS Linux distributions. YUM Repositories hold a number of RPM package files and enable your server to download and new software. YUM Repositories can hold RPM package files locally […]

    Read More

    Tagged with: allposts, centos6, centos7, configure, yum

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Configure Password Policy on CentOS 6

    by Mitch March 9, 2015, 13:15 3 Comments

    Configuring Password Policy on CentOS 6 About Password Policy Password policy is a set of rules that must to be satisfied when setting a password. Password policy is an important factor in computer security, specially since user passwords are too often the main reason for computer system security breaches. This is why most companies and […]

    Read More

    Tagged with: allposts, centos6, centos7, configure, security, user

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    ZenHub is Down Zenoss Problems

    by Mitch March 3, 2015, 13:27 Comments are off

    Last time i experienced problems with Zenoss. Zenoss suddenly stopped getting information from the clients, stopped graphing client data and i did not know what the reason was for this situation. I tried removing and readding the client but the job of adding a new client was even not processed. When i tried to re-model […]

    Read More

    Tagged with: allposts, centos6, centos7, debug, error, zenoss

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Add Windows Client to Zenoss Monitoring

    by Mitch February 25, 2015, 15:00 Comments are off

    It just so happens, that sometimes you would like to add Windows client to Zenoss monitoring 🙂 . A person would think that this would be quite simple and similar to adding Linux client to Zenoss monitoring, but it is not. The SNMP Windows client Zenoss monitoring is very limited, in fact i could not […]

    Read More

    Tagged with: allposts, centos6, centos7, configure, zenoss

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Add Linux Client to Zenoss Monitoring

    by Mitch February 16, 2015, 15:06 Comments are off

    I have been getting some questions and emails about problems with adding linux client to Zenoss monitoring as explained in my post on Install Zenoss Monitoring Server on CentOS 6. I decided to post the SNMP daemon configuration i use, to add linux client to Zenoss monitoring server and write in general how to get […]

    Read More

    Tagged with: allposts, centos6, centos7, configure, zenoss

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Apache Server Status Module

    by Mitch December 3, 2014, 13:47 Comments are off

    The Apache Server Status module is an addition to Apache HTTP Server. It is a module that enables insights into the Apache HTTP Server performance and statistics. On CentOS Linux, Apache Status module is provided by the httpd RPM package, so if you are running Apache, this module is already installed and wait for it […]

    Read More

    Tagged with: allposts, apache, centos6, centos7, configure, install

Pages

  • 1
  • 2
  • 3
  • 4
  • Next
  • delicious
  • facebook
  • googleplus
  • linkedin
  • stumbleupon
  • tumblr
  • twitter

Sponsored By

Related Posts

  • Forward & Reverse Apache Proxy – CentOS 7

    August 28, 2014

  • Apache Configuration on CentOS 6

    August 2, 2013

  • Install Apache Server on CentOS 6

    July 17, 2013

  • Configure Postfix Mail Forward

    April 2, 2015

Popular Posts

  • Install Nagios Core 4 on Ubuntu 12.04 LTS

    January 23, 2014

  • Linux on Android – Can You?

    May 6, 2013

  • Resize Partition and Filesystem with fdisk & resize2fs

    November 27, 2013

  • Install Spacewalk on CentOS 6

    February 12, 2014

Tags

allposts android apache bash blog centos6 centos7 cluster cms configure corosync cronjob database debug doodgee drbd email error everbuying fdisk filesystem gearbest install iptables lvm migrate mysql nagios networking nfs pacemaker pnp4nagios postgresql review rpm security smartphones smartwatch ssh ubuntu ulefone user xiaomi yum zenoss

My book

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Recent Comments

  • Rupesh Nidhi on Linux on Android – Complete Linux Installer
  • Belyakov Evgeniy on Network Bonding on Ubuntu Server 12.04
  • Muneer Ammar on Linux on Android – Can You?
  • Mitch on Forward & Reverse Apache Proxy – CentOS 7
  • truthhurts on Forward & Reverse Apache Proxy – CentOS 7

Recent Posts

  • Doodgee Festival – Epic Savings
  • Leagoo Elite 4 – Phone for the crowds
  • Xiaomi RedMi Note 2 Phablet
  • Affordable Dodgee X5 Smartphone
  • Life is too short for boring cellphones

© 2015 by GeekPeek.Net

Back to Top