background preloader

Unix

Facebook Twitter

Scripting

Ksh. Sed. Microsystems - BigAdmin Shell Commands. Oracle acquired Sun Microsystems in 2010, and since that time Oracle's hardware and software engineers have worked side-by-side to build fully integrated systems and optimized solutions designed to achieve performance levels that are unmatched in the industry. Early examples include the Oracle Exadata Database Machine X2-8, and the first Oracle Exalogic Elastic Cloud, both introduced in late 2010. During 2011, Oracle introduced the SPARC SuperCluster T4-4, a general-purpose, engineered system with Oracle Solaris that delivered record-breaking performance on a series of enterprise benchmarks.

Oracle's SPARC-based systems are some of the most scalable, reliable, and secure products available today. Sun's prized software portfolio has continued to develop as well, with new releases of Oracle Solaris, MySQL, and the recent introduction of Java 7. Oracle invests in innovation by designing hardware and software systems that are engineered to work together. Visual Disk Test (VDT) Goosh.org - the unofficial google shell. Homebrew — MacPorts driving you to drink? Try Homebrew! Blacktree-visor - Google Code. Use a Different Color for the Root Shell Prompt - Terminal. Trash-cli - Google Code. Bosh homepage. ShellExView - Shell Extension Manager For Windows. Related Utilities UninstallView - View installed applications on Windows 10/8/7/Vista and optionally uninstall them WhatIsHang - Get information about Windows software that stopped responding (hang) ShellMenuView - Disable/enable static context menu items of Explorer.

See Also NK2Edit - Edit, merge and fix the AutoComplete files (.NK2) of Microsoft Outlook. Description Shell Extensions are in-process COM objects which extend the abilities of Windows operating system. The ShellExView utility displays the details of shell extensions installed on your computer, and allows you to easily disable and enable each shell extension. ShellExView can be used for solving context-menu problems in Explorer environment.

System Requirements This utility works on any version of Windows, starting from Windows 98 and up to Windows 10. x64 versions of Windows are also supported. Versions History License This utility is released as freeware. Disclaimer Download links are on the bottom of this page Using ShellExView. Apparmor FAQ - Developer Community. Research Systems Unix Group: radmind. Radmind - A suite of Unix command-line tools and a server designed to remotely administer the file systems of multiple Unix machines. For Mac OS X, there's also a graphical interface. At its core, radmind operates as a tripwire. It is able to detect changes to any managed filesystem object, e.g. files, directories, links, etc. However, radmind goes further than just integrity checking: once a change is detected, radmind can optionally reverse the change.

Each managed machine may have its own loadset composed of multiple, layered overloads. This allows, for example, the operating system to be described separately from applications. Loadsets are stored on a remote server. Radmind is available under a BSD-style license. UNIX tips: Learn 10 more good UNIX usage habits. Let's face it: Bad habits are hard to break. But habits that you've just become comfortable with can be even more difficult to overcome.

Sometimes, a fresh look at things may provide you with an "A-ha, I didn't know you could do that! " moment. Building on Michael Stutz's excellent article, "Learn 10 good UNIX usage habits," this article suggests 10 more UNIX command-line commands, tools, and techniques that may make you more productive as a UNIX command-line wizard. The 10 additional good habits you should adopt are: Use file name completion.Use history expansion.Reuse previous arguments.Manage directory navigation with pushd and popd. Find large files.Create temporary files without an editor.Use the curl command-line utility.Make the most of regular expressions.Determine the current user.Process data with awk. Use file name completion Wouldn't it be great if you didn't have to type a long, convoluted file name at the command prompt? Which shell am I running? Listing 1. C shell Bash The !