• home
  • forum
  • my
  • kt
  • download
  • this:1/4 25records  total:88    Start  Previous  Next  Last    goto:
    Integrating Calc Into Your Business
    ON: 2007-09-08 14:05:56
    Depending on the business and industry, spreadsheets can be anything from very simple lists used for sorting to kazillion cell monsters that add, multiply, and figure up gravitational forces throughout the entire universe. Rob Reilly steps through some basic yet very useful features of OpenOffice Calc for those not familiar with this powerful tool.
    4 times | category: [X Windows]
    Integrating Writer into Your Business
    ON: 2007-09-08 13:57:33
    As Linux is brought into service in small and medium sized companies, desktop pilots often wonder how they will ever get off the ground without proprietary word processing applications like Word. "Can I still do basic business letters with Linux?" And "Will our old Word docs work with Linux?", they ask. The answer to both questions is a resounding "You betcha" with OpenOffice.org Writer.

    3 times | category: [X Windows]
    Linux XDMCP HOWTO
    ON: 2007-09-08 13:52:51
    This HOWTO describes how you can use the combination of X Display Manager (xdm, kdm and gdm) and XDMCP (X Display Manager Control Protocol) to provide the mechanism for an X terminal and a platform of cheap remote X apps solution. This document will be focusing on how to setup connection using XDMCP.
    13 times | category: [X Windows]
    XFree86 Font Deuglification Mini HOWTO
    ON: 2007-09-08 13:50:17
    This HOWTO, maintained by Hal Burgiss, tells how to improve ugly and unreadable X Window fonts. It includes various tips for improving font handling for XFree86, including sections on fonts servers, TrueType fonts, Netscape, and related topics
    3 times | category: [X Windows]
    GNOME Configuration Made Easy
    ON: 2007-09-08 13:48:13
    In this introductory column, Michael Hall explores the basics of GNOME: how to get it, how to install it, and how to tweak it.
    13 times | category: [X Windows]
    Controlling Linux Remotely With X11
    ON: 2007-09-08 13:41:32
    X isn't only about graphics: James gives an overview of the powerful features in the X window system for running programs remotely.
    7 times | category: [X Windows]
    Troubleshooting ./configure, make and make install Tutorial
    ON: 2007-09-08 13:39:53
    This tutorial describes how to get rid of many frequently occurring errors during a typical Linux ./configure, make and make install compiling sequence.
    23 times | category: [Troubleshooting]
    Executing Signed Binaries in Linux Kernel
    ON: 2007-09-07 17:18:54
    This tutorial is the second in a two-part series on locking your Linux machines down to streamline the associated support and administration processes. In Part 2 learn how to configure the Linux kernel to execute only signed binaries. In Part 1 you learned how to remove the interpreters from the installation base system to prevent spurious user changes.
    3 times | category: [System Monitoring]
    Build an LDAP-based Address Book
    ON: 2007-09-07 17:18:17
    It can be a headache. Import and export schemes, if they exist at all, are often too clunky and unsatisfactory to use even once, much less on a regular basis. Enter the Lightweight Directory Access Protocol. This tutorial shows you how to create an LDAP-based backend to store contact information that multiple applications can share easily.
    4 times | category: [System Monitoring]
    Enterprise log management - a comparison of 3 big logging systems (Snare vs. Splunk vs. LogLogic)
    ON: 2007-09-07 17:14:14
    No doubt that if you are working with large and medium sized servers and infrastructures, you have come across the need to collect logs and review or analyze them. With more servers the problem escalates as you have to log into every system to check the logs. It becomes very nice once you start having different systems that have different logging mechanisms. I touched the subject with my article on configuring splunk and snare for logging
    28 times | category: [System Monitoring]
    Monitor Servers and Clients using Munin in Ubuntu
    ON: 2007-09-07 17:11:03
    Munin means memory.Munin the tool surveys all your computers and remembers what it saw. It presents all the information in in graphs through a web interface. Its emphasis is on plug and play capabilities. After completing a installation a high number of monitoring plugins will be playing with no more effort. Using Munin you can easily monitor the performance of your computers, networks, SANs, and quite possibly applications as well. It makes it easy to determine what different today when a performance problem crops up. It makes it easy to see how you doing capacity wise on all limited resources.
    39 times | category: [System Monitoring]
    Monitoring Your Network,Servers and Clients With High Performance Zabbix
    ON: 2007-09-07 16:08:03
    ZABBIX is a 24×7 monitoring solution without high cost.ZABBIX is software that monitors numerous parameters of a network and the health and integrity of servers. ZABBIX uses a flexible notification mechanism that allows users to configure e-mail based alerts for virtually any event. This allows a fast reaction to server problems. ZABBIX offers excellent reporting and data visualization features based on the stored data. This makes ZABBIX ideal for capacity planning
    45 times | category: [System Monitoring]
    Linux Exam: Shell, Script, Program, & Compile
    ON: 2007-09-07 16:07:14
    In this tutorial (the fifth in a series of nine tutorials on exam 102 topics), Ian Shields introduces you to the Bash shell, and scripts and programming in the Bash shell. By the end of this tutorial, you will know how to customize your shell environment, use shell programming structures to create functions and scripts, set and unset environment variables, and use the various login scripts
    8 times | category: [Shells and Utilities]
    Ready for Hacking Linux 2.6 Kernel
    ON: 2007-09-07 16:06:40
    In this first of a two-part series, learn about system and environment requirements, the best ways to acquire Linux source code, how to configure and boot your new kernel, and how to use the printk function to print messages during bootup
    4 times | category: [Shells and Utilities]
    GCC-Based Cross Compiler for Linux
    ON: 2007-09-07 16:04:19
    Get step-by-step instructions for building a cross-compiler so that you can build and develop applications for an alternative platform. Cross-compilers can be useful in many different situations, such as when you develop applications for embedded platforms.
    8 times | category: [Shells and Utilities]
    Linux Perl Scripting in C Applications
    ON: 2007-09-07 16:02:08
    Embedding an existing language gets you the benefits of an established language to expand the functionality of your application in a flexible way without users having to rebuild the application to use it. In this tutorial, you'll learn a process for embedding a scripting language into an application. You'll see how to build the application and how to provide wrapper functions that support full argument and return value support.
    1 times | category: [Shells and Utilities]
    Tutorial: The best tips & tricks for bash, explained
    ON: 2007-09-07 16:00:09
    The bash shell is just amazing. There are so many tasks that can be simplified using its handy features. This tutorial tells about some of those features, explains what exactly they do and learns you how to use them.
    25 times | category: [Shells and Utilities]
    Introduction: Using diff and patch (tutorial)
    ON: 2007-09-07 15:59:35
    The commands diff and patch form a powerful combination. They are widely used to get differences between original files and updated files in such a way that other people who only have the original files can turn them into the updated files with just a single patch file that contains only the differences. This tutorial explains the basics of how to use these great commands.
    14 times | category: [Shells and Utilities]
    SSH and SCP: Howto, tips & tricks
    ON: 2007-09-07 15:58:45
    This tutorial is about SSH and SCP. You will learn how to connect to a remote host and how to copy between hosts. This tutorial also documents a few important differences between the commands
    32 times | category: [Shells and Utilities]
    Telnet Basics
    ON: 2007-09-07 15:55:10
    A tutorial on telnet for beginners. Explains what telnet is and how to use it.
    19 times | category: [Shells and Utilities]
    GRUB for Linux
    ON: 2007-09-07 15:50:45
    If you're still lumbering along with the good, but antique, Linux Loader, it's time to consider a move to GRUB, the Grand Unified Bootloader--the bootloader of today's generation.
    82 times | category: [Shells and Utilities]
    Get to know Bash
    ON: 2007-09-07 15:46:53
    If you are a Linux administrator, scripting can make your life easier by allowing you to automate routine tasks, customize jobs, and connect different utilities. This article looks at Bash, the default command shell on most Linux distributions.
    9 times | category: [Shells and Utilities]
    Using the Apache CVS Repository
    ON: 2007-09-07 15:43:55
    Want to keep up with the latest and greatest versions of the Apache HTTP Server? Then you've got to spend some time figuring out how the latest and greatest is distributed to the public. Ken Coar explains the Apache CVS Repository and how you can use it to stay on top of Apache.
    6 times | category: [Shells and Utilities]
    The Unix Shell - Part II
    ON: 2007-09-07 15:40:57
    At first glance many people think the Unix Shell is a more cryptic version of the MS-Windows/DOS command prompt. However, the Unix shell can do much more than launch programs and copy files. Sequences of commands can be strung together in "Shell Scripts" to automate tedious or repetitive tasks.
    9 times | category: [Shells and Utilities]
    The Unix Shell - Part One
    ON: 2007-09-07 15:39:59
    The word Unix has traditionally brought to mind images of a mystical operating system for high-end workstations and servers that can only be accessed through a cryptic command line interface known as the Unix Shell. Although Linux offers graphical front ends, the Unix Shell is still a powerful tool that can make life easier for anyone who is willing to invest a bit of time learning the basic syntax.
    14 times | category: [Shells and Utilities]
    this:1/4 25records  total:88    Start  Previous  Next  Last    goto:

    Category

      Administration (7)
      Editing Files (2)
      Getting Started (8)
      Installation (8)
      Linux and other OSs (10)
      Miscellaneous (10)
      Networking (8)
      Security (9)
      Shells and Utilities (14)
      System Monitoring (5)
      Troubleshooting (1)
      X Windows (6)