On a Debian system, the file `/etc/debian_version’ contains the release name of the Debian installed.
Use cat to output the contents of this file (see Concatenating Text).
* To output the release name of the Debian system you are on, type:
$ cat /etc/debian_version
NOTE: Debian releases have historically been named after characters from the motion picture Toy Story.
Archive for May 9th, 2008
What Version of Debian Am I Running?
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>" \;
Health Insurance Portability & Accountability Act (HIPPA), PCI, SOX and Web Hosting
“HIPAA” is an acronym for the Health Insurance Portability & Accountability Act of 1996 (August 21), Public Law 104-191, which amended the Internal Revenue Service Code of 1986. Also known as the Kennedy-Kassebaum Act, the Act includes a section, Title II, entitled Administrative Simplification, requiring:
Improved efficiency in health care delivery by standardizing electronic data interchange, [...]
Welcome to ZZ Servers Blog on the Web
Welcome to ZZ Servers blog on the web. For the moment, there is not much here but that will soon change.
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…