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

    SSL Library Error: error:0906D06C:PEM

    by Mitch August 8, 2014, 11:04 2 Comments

    Recently i was migrating an Apache HTTP Server (httpd) server from one linux machine to another. The problem was, that on the source linux machine Apache HTTP Server (httpd) was a custom compiled 2.4.4 and we were having constant problems when patching the linux machine (openssl libraries etc.). So we decided to replace the custom compiled Apache HTTP Server (httpd) with […]

    Read More

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

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Error: bad top line in state file – logrotate.status

    by Mitch August 7, 2014, 07:41 2 Comments

    A while ago i noticed that /var partition on a certain server was almost filled up to a 100% up and started researching what caused this. I noticed that log files in /var/log directory were not rotating. I decided to run the log rotation manually when i got this error “error: bad top line in […]

    Read More

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

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Install CentOS 7 – CentOS 7 is Here!

    by Mitch July 28, 2014, 12:52 1 Comment

    We all know CentOS – Community Enterprise Operating System as a linux distribution aiming at enterprise class community-supported computing platform. CentOS aims to be 100% compatible with it’s upstream source Red Hat Enterprise Linux (RHEL). CentOS 7 was released on 7 th of July 2014 (RHEL 7 on 10th of June 2014) and its brings some major differences from it’s […]

    Read More

    Tagged with: allposts, centos7, install

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Install Zenoss Monitoring Server on CentOS 6

    by Mitch July 9, 2014, 10:05 7 Comments

    Zenoss is a free and open source monitoring solution similar to Nagios. It can be used to monitor all sorts of hardware and in case of failures sends out alerts to recipients. Zenoss Core provides a web interface that allows system administrators to monitor availability, inventory/configuration, performance, and events. Compared to Nagios (my personal opinion) Zenoss has alot higher […]

    Read More

    Tagged with: allposts, centos6, install, zenoss

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Install PostgreSQL 9.3 on CentOS 6

    by Mitch June 27, 2014, 12:13 3 Comments

    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 and PostgreSQL are two most popular open-source relation database management systems (RDMS). It is up to you to choose the one you […]

    Read More

    Tagged with: allposts, centos6, database, install, postgresql

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Install OwnCloud on CentOS 6

    by Mitch June 18, 2014, 13:30 3 Comments

    OwnCloud is a free and open-source software which enables you to create a private “file-hosting” cloud. OwnCloud is similar to DropBox service with the diference of being free to download and install on your private server. Advantage of OwnCloud over DropBox is that it is private (you manage it yourself) and not limited (only limited by hard disk […]

    Read More

    Tagged with: allposts, centos6, install, owncloud

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Manage Users and Groups on Linux

    by Mitch May 27, 2014, 13:22 2 Comments

    If you are a linux system administrator one of the more important things to learn and to know is how to manage users and groups on linux systems. This guide will describe how to add, delete and modify users and groups (manage users and groups) on CentOS 6 linux (same applies to other linux distributions) […]

    Read More

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

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Build Apache 2.4.9 RPM on CentOS 6

    by Mitch April 30, 2014, 17:48 13 Comments

    We all know Apache HTTP Server. Apache is de-facto web server on UNIX-like systems and is maintained by an  open community of developers of the Apache Software Foundation. Apache HTTP Server is released under the Apache License and is an open-source software. The problem with Apache HTTP Server on CentOS and other RHEL based distros is, […]

    Read More

    Tagged with: allposts, apache, build, centos6, rpm

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Kickstart File on CentOS 6

    by Mitch April 9, 2014, 12:00 1 Comment

    Kickstart file is a great solution which enables you to automate installation of CentOS Linux, Red Hat Enterprise Linux and other Red Hat Linux derivates. Kickstart file is basically a single file containing answers to all the questions that you would normally be asked during a typical installation of your Linux system. Kickstart file can […]

    Read More

    Tagged with: allposts, centos6, centos7, kickstart

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Working with YUM on CentOS 6

    by Mitch April 2, 2014, 14:06 Comments are off

    Yum or Yellowdog Updater Modified is a command line package management solution for Linux systems using RPM‘s like Red Hat Enterprise Linux, CentOS Linux, Fedora,… We can use yum to search, install, remove and check for additional information about RPM packages available to our Linux system. Yum works with local or remote repositories which are […]

    Read More

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

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Ubuntu NFS Server – Ubuntu Server 12.04

    by Mitch March 25, 2014, 10:24 Comments are off

    NFS is short for Network File System. NFS server allows you to share a filesystem from a computer on the network to other computers on the same network. NFS is a server/client oriented protocol so one computer acts as a server and other computers (clients) connect to it. We will install and configure Ubuntu NFS Server […]

    Read More

    Tagged with: allposts, configure, filesystem, networking, nfs, ubuntu

  • ShareFacebook, Twitter, Google Plus, Pinterest, Email

    Posted in:

    • Linux

    Configure DRBD 8.4 on Ubuntu Server 12.04

    by Mitch March 17, 2014, 13:43 6 Comments

    Distributed Replicated Block Device is a great way to replicate filesystem over the network to another server or host. Distributed Replicated Block Device actually mirrors a whole block device over the network therefore it is often used for High Availability (HA) clusters. Distributed Replicated Block Device is actually a network based RAID 1. Distributed Replicated Block Device has […]

    Read More

    Tagged with: allposts, configure, drbd, install, ubuntu

Pages

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

Sponsored By

Related Posts

  • Apache Server Status Module

    December 3, 2014

  • Install and Configure Postfix with Dovecot on CentOS 6

    October 29, 2014

  • Ubuntu NFS Server – Ubuntu Server 12.04

    March 25, 2014

  • Network Bonding on Ubuntu Server 12.04

    March 13, 2014

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