• home
  • forum
  • my
  • kt
  • download
  • this:2/6 25records  total:136    start  Previous  Next  Last    goto:
    Package Management in Debian Linux
    ON: 2008-09-16 15:33:26
    To manage packages in Debian Linux you have three powerfull tools: dpkg, apt-get and aptitude. Here are some useful command to manage packages under Debian linux using those tools.
    29 times | category: [Administration]
    Automate backups on Linux
    ON: 2008-09-16 15:24:27
    The loss of critical data can prove devastating. If you use Linux, you already have access to extremely powerful tools for creating custom backup solutions. The solutions in this article can help you perform simple to more advanced and secure network backups using open source tools that are part of nearly every Linux distribution.
    5 times | category: [Editing Files]
    Tar-ing and un-tar-ing tarballs, gz, and bz2 archives
    ON: 2008-09-16 15:23:28
    This tutorial explains the usage of the tar command and how to extract files from a tarball, as well as decompress files that have been gzip'd or bz2'd.
    63 times | category: [Editing Files]
    The Top Ten Concepts For Linux Beginners - Number 6, Kernel And Processes
    ON: 2008-09-16 15:07:47
    People realize Linux's many advantages over Microsoft Windows. Of course, you should be familiar with some basic Linux concepts. This article discusses the Linux kernel and processes. Other articles discuss files, directories. permissions, users, inodes, processes, shells, programming, the graphical user interface, and LAMP, the open-source (free) suite Linux, Apache, MySQL, and PHP. Look for our articles on Linux advantages over Windows.
    7 times | category: [Getting Started]
    Multi-finger gesture support for Linux Laptops
    ON: 2008-09-16 14:52:42
    Hardware on Mac OS X and Microsoft Windows allows for gestures beyond point and click that create more-efficient navigation. Discover the tools needed to add this gesture support on Linux-enabled hardware. In this article, learn to enable swipe and pinch gestures for Linux applications by analyzing synclient program output for a Synaptics TouchPad.
    94 times | category: [Getting Started]
    Introduction To Unix
    ON: 2008-09-16 14:51:22
    Beginners tutorial on the Unix operating system.

    Lesson 1: Introduction to the Operating System

    Lesson 2: Using shells in unix.

    Lesson 3: Step by step guide to the commands used in Unix.
    1 times | category: [Getting Started]
    Install Apache2, PHP5 & MySQL5 with Yum on CentOS
    ON: 2008-09-16 14:35:50
    Get a complete webserver up and running in minutes! This tutorial shows you how to get PHP5, Apache2 and MySQL 5 all running under Linux with ease!
    93 times | category: [Installation]
    The importance of UNIX in SOA environments
    ON: 2008-09-16 14:28:19
    Discover how and why existing systems and applications with which you are already familiar deployed on operating systems that you know well are so critical to the present and future of Web-based computing, particularly in the area of SOA.
    15 times | category: [Linux and other OSs]
    Learning doxygen for source code documentation
    ON: 2008-09-16 14:27:24
    Maintaining and adding new features to legacy systems developed using C/C++ is a daunting task. Fortunately, doxygen—a documentation system for the C/C++, Java, Python, and other programming languages—can help. Discover the features of doxygen in the context of projects using C/C++ as well as how to document code using doxygen-defined tags.
    36 times | category: [Linux and other OSs]
    Guide to Scala: Packages and access modifiers
    ON: 2008-09-16 14:24:48
    This article corrects an egregious oversight by covering Scala's package and access modifier facilities. Continue the exploration of the functional side of Scala, this time having a quick look at the "apply" mechanism.
    10 times | category: [Linux and other OSs]
    Using Performance Tools in SDK 3.0
    ON: 2008-09-16 14:05:46
    Explore a practical example on the use of performance tools with the IBM SDK for Multicore Acceleration Version 3.0 (Cell/B.E. SDK 3.0). This introductory tutorial teaches you how to use five SDK 3.0 performance tools: OProfile, Cell Performance Counter, Performance Debugging Tool, the PDT Trace Reader, and FDPR-Pro.
    25 times | category: [Miscellaneous]
    Interactive Ray Tracer for Cell Broadband Engine
    ON: 2008-09-16 14:03:50
    Discover Interactive Ray Tracer for Cell Broadband Engine, which demonstrates the power of the Cell Broadband Engine for interactively ray tracing high-definition television images. Use a demonstration model to animate in real time a three-dimensional, high-definition model.
    25 times | category: [Miscellaneous]
    Standard Widget Graphics for Eclipse
    ON: 2008-09-16 14:02:54
    Discover a set of standard graphics built into the Standard Widget Toolkit from Eclipse that provide both new widget controls and an animation framework. Standard Widget Graphics facilitates the building of advanced, animated, rich-client applications, targeting business graphics
    6 times | category: [Miscellaneous]
    XAMPP on Suse Linux
    ON: 2008-09-16 14:02:09
    Describes how to override the default installation of Apache and MySQL in Linux with XAMPP.
    39 times | category: [Miscellaneous]
    Dualbooting With Linux
    ON: 2008-09-16 14:01:19
    This tutorial explains what you need to know to set up a dual-booting Linux system.
    2 times | category: [Miscellaneous]
    Managing the PlayStation 3 Wi-Fi network
    ON: 2008-09-16 13:53:35
    Learn, step-by-step, how to configure and encrypt the built-in Wi-Fi network that comes with the Cell Broadband Engine-based Sony PlayStation 3. And, as a little bonus, discover 16 quick steps that explain how to switch from a wireless network back to a wired network on the PS3.
    343 times | category: [Networking]
    Starting Multiple User VNC Sessions on Boot
    ON: 2008-09-16 13:52:11
    For most Linux Flavors VNC will not start different sessions for different users by default. The only case I have seen this work correctly has been SuSe which allows the VNC client to login after connecting (instead of the default password before connection).
    66 times | category: [Networking]
    Encrypt Your FreeBSD Home Partition with GELI
    ON: 2008-09-16 09:32:54
    Sometimes you need to encrypt your home (and maybe swap) partition so it will not be available until you input a password and/or use a key. This tutorial is about encrypting a FreeBSD Home Partition using GELI.
    376 times | category: [Security]
    Linux Firewall: IPTables Tutorial
    ON: 2008-09-16 09:32:19
    iptables is a tool used in linux distributions to control kernel's netfilter's firewall. Here is a tutorial on iptables.IPtables firewall contains 3 tables, every table contains chains. Those chains are default. User is able tdefine new chains and link from default chains to those user defined chains.
    605 times | category: [Security]
    A beginner’s guide to Korn shell scripting
    ON: 2008-09-16 09:22:59
    The AIX operating system and other UNIX-like operating systems need a way to communicate with the kernel. This is done through the use of a shell. The Korn shell is the default shell used with AIX. Discover how to automate many tasks and save a great deal of time by writing your own Korn shells scripts
    1114 times | category: [Shells and Utilities]
    Learn Perl By Example
    ON: 2008-09-16 09:22:11
    PERL is a powerful scripting language, very popular among UNIX/Linux admins. This tutorials will try to cover everything you need to know in order to program in Perl. Perl stands for Practical Extraction an Report Language, it was first used as text processor, it borrows features from C, shell scripting (UNIX sh), sed, awk, Lisp, Pascal. It can be used also for developing dyamic web applications as CGIs.
    74 times | category: [Shells and Utilities]
    dnstop: Monitor DNS Server Network Traffic In Real Time
    ON: 2008-09-16 09:19:13
    dnstop is a great tool when maintaining a DNS server. Log file can give out required information but dnstop is just like top command for monitoring dns traffic. It is a small tool to listen on device or to parse the file savefile and collect and print statistics on the local network's DNS traffic. You can see information about all DNS clients, DNS queries and much more with this tool.
    144 times | category: [System Monitoring]
    Setup a Syslog Server
    ON: 2008-09-16 09:18:02
    This tutorial is for setting up a syslog server in FreeBSD and Linux. A syslog server is useful to log messages from different network devices or servers to a dedicated log server machine.
    371 times | category: [System Monitoring]
    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.
    29 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.

    52 times | category: [X Windows]
    this:2/6 25records  total:136    start  Previous  Next  Last    goto:

    Category

      Administration (17)
      Editing Files (5)
      Getting Started (13)
      Installation (10)
      Linux and other OSs (15)
      Miscellaneous (17)
      Networking (12)
      Security (13)
      Shells and Utilities (19)
      System Monitoring (8)
      Troubleshooting (1)
      X Windows (6)