I am pleased to announce that ZZ Servers now has CentOS 5.1 available as an option for VPS installation. CentOS or Community Enterprise Operating System is a Linux distribution Enterprise-class Linux Distribution derived from Red Hat Enterprise Linux (RHEL). CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible. [...]
Linux's archives
CentOS 5.1 Now Available for all VPS packages
OpenSSL Vulnerability
A weakness has been discovered in the random number generator used by OpenSSL on Debian and Ubuntu systems. As a result of this weakness, certain encryption keys are much more common than they should be, such that an attacker could guess the key through a brute-force attack given minimal knowledge of the system. This particularly [...]
Important Concepts For Linux Beginners - Permissions And Groups
The easiest way to learn Linux permissions is from an example. The ls -l command generates a list of contents, such as files along with their permissions. Let’s take a look at the default values for a file called Filename. We are adding spaces to make the output more legible.
Useful Commands For The Linux Command Line
This short guide shows some important commands for your daily work on the Linux command line.
How to search files for specific content
Simple linux command to search all files in a given path and display the line in the file which matches defined content.
find <PATH> -print | xargs grep "<CONTENT>"
or
find <PATH> -type f -exec grep -H "<CONTENT>" \;
Categories
-
- Announcements (1)
- CentOs (1)
- Change Management (1)
- Debian (3)
- HIPPA (1)
- Linux (5)
- PCI (3)
- PHP (1)
- Security (3)
- Sysadmin (4)
- Ubuntu (2)
- VPS Servers (1)
- Xen (1)
Recent Posts
- CentOS 5.1 Now Available for all VPS packages
- Hosted Change Management
- OpenSSL Vulnerability
- Securing Xen in a Distributed Environment
- Act Now To Prevent Data Breaches
- Important Concepts For Linux Beginners - Permissions And Groups
- How To Set Up A Ubuntu/Debian LAMP Server
- What Version of Debian Am I Running?
- Useful Commands For The Linux Command Line
- How to search files for specific content
- Marc in Useful Commands For The Linux Comma…