nixCraft Linux Sys Admin Blog |
| Read the Fine Print on "Open Source" Software Posted: 12 May 2008 10:58 AM CDT There is some good discussion going on about open source software licenses and confusion. From the article:
=> Read the Fine Print on "Open Source" Software ( via Linuxtoday ) Related Posts:
© Read the Fine Print on "Open Source" Software - nixCraft - Support nixCraft when you shop at amazon. Thanks! |
| Understanding SELinux ( Security-Enhanced Linux ) Posted: 12 May 2008 10:32 AM CDT Nice introduction to SELinux and other option to enhance Linux security. Mandatory access control and role-based access control are relatively new to the Linux kernel. With the introduction of the LSM framework, new security modules will certainly become available. In addition to enhancements to the framework, it's possible to stack security modules, allowing multiple security modules to coexist and provide maximum coverage for Linux's security needs. New access-control methods will also be introduced as research into operating system security continues. From the article:
=> Anatomy of Security-Enhanced Linux (SELinux) Architecture and implementation Related Posts:
© Understanding SELinux ( Security-Enhanced Linux ) - nixCraft - Support nixCraft when you shop at amazon. Thanks! |
| Linux File System Limitations For High Performance Computing Posted: 11 May 2008 08:14 PM CDT Linux file systems have a number of limitations that make them a poor choice for large and high-performance computing environments. This article explains some of the pros and cons of Linux and old UNIX file systems:
=> Linux File Systems: You Get What You Pay For What do you think? Related Posts:
© Linux File System Limitations For High Performance Computing - nixCraft - Support nixCraft when you shop at amazon. Thanks! |
| Posted: 11 May 2008 06:47 PM CDT Here is a quick way to fix half installed packages under Debian / Ubuntu Linux. If you see an error while removing or installing debian / ubuntu package that read as follows:
In above octopussy package is not getting removed because of script error. Mostly these are shell script written using /bin/sh. These scripts called with -e option which means if not interactive, exit immediately if any untested command fails. The exit status of a command is considered to be explicitly tested if the command is used to control an if, elif, while, or until; or if the command is the left hand operand of an && or || operator. In short shell scripts will abort with an error if something fails. To fix this problem visit /var/lib/dpkg/info directory Related Posts:
© Debian / Ubuntu Package Troubleshooting: subprocess post-removal script returned error exit status xx - nixCraft - Support nixCraft when you shop at amazon. Thanks! |
| CentOS / Red Hat Linux Install VSFTPD FTP Server Posted: 12 May 2008 06:35 PM CDT How do I configure and install an FTP server in CentOS / RHEL 5 / Fedora Linux server? Answer to "CentOS / Red Hat Linux Install VSFTPD FTP Server" Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks! |
| How To Show Line Numbers In vi / vim Text Editor Posted: 12 May 2008 10:00 AM CDT How do I display vi / vim text editor line numbers while writing a shell script or c program? How can I turn on or off this feature? Answer to "How To Show Line Numbers In vi / vim Text Editor" Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks! |
| You are subscribed to email updates from nixCraft Linux Sys Admin Blog To stop receiving these emails, you may unsubscribe now. | Email Delivery powered by FeedBurner |
| Inbox too full? | |
| If you prefer to unsubscribe via postal mail, write to: nixCraft Linux Sys Admin Blog, c/o FeedBurner, 20 W Kinzie, 9th Floor, Chicago IL USA 60610 | |
No comments:
Post a Comment