• home
  • forum
  • my
  • kt
  • download
  • this:1/14 25records  total:336    start  Previous  Next  Last    goto:
    MyTableGenerator - Kickstart C# - Make your first computer program for your Ki
    ON: 2009-05-08 11:56:15
    This tutorial will guide a newbie to write a Table Generator for Basic Grade Math Student i.e your Kid
    4 times | category: [Development]
    How to UNZIP and UNRAR Files
    ON: 2009-04-25 16:35:27
    This article explains to a new user how to ZIP or UNZIP and RAR and UNRAR files. Geared towards FTA
    18 times | category: [Tips]
    Server Isolation Rules in Windows 7
    ON: 2009-04-24 11:08:39
    Server Isolation rules are also much simpler to build in Windows 7 than in earlier versions of Windows. First, select a server-to-server rule in the New Connection Security Rule Wizard, as shown in Figure 1. Next, select which computers are in the two endpoints
    3 times | category: [Administration]
    How to retrieve your Windows Vista password
    ON: 2009-04-24 11:07:37
    In this guide I will show how to get Ophcrack and how to use it to crack and retrieve your Windows Vista password when you don't have any password reset disk.
    9 times | category: [Administration]
    Amazon cloud computing SimpleDB boto processing
    ON: 2009-04-24 10:46:48
    Amazon SimpleDB (SDB) is a fast, scalable real-time dataset indexing and querying framework that makes it easy to store and retrieve structured data for Amazon Web Services-based applications in the cloud. In this article, learn some of the basic concepts of Amazon Cloud computing and check out some of the functions provided by the third-party open source Python library named boto. You will get familiar with Amazon Cloud computing and SDB by running small snippets of boto code in a Python shell.
    22 times | category: [Shells and Utilities]
    Embed Lua for scriptable apps
    ON: 2009-04-24 10:46:00
    The Lua programming language is a small scripting language specifically designed to be embedded in other programs. Lua's C API allows exceptionally clean and simple code both to call Lua from C, and to call C from Lua. This allows developers who want a convenient runtime scripting language to easily implement the basic API elements needed by the scripting language, then use Lua code from their applications. This article introduces the Lua language as a possible tool for simplifying common development tasks, and discusses some of the reasons to embed a scripting language in the first place.
    25 times | category: [Shells and Utilities]
    Snort Log Parser
    ON: 2009-04-24 10:31:13
    A script I wrote in bash used to email events to you everyday rather than having to manually go through the logs.
    9 times | category: [Security]
    Linux can rule cloud computing
    ON: 2009-04-24 10:21:00
    You can't read a technical Web site these days without some mention of so-called cloud computing. Cloud computing gives users access to massive computing and storage resources without their having to know where those resources are or how they're configured. This article discusses the anatomy of cloud computing and how Linux and the open source community contribute to the world of cloud computing. As you might have guessed, Linux and open source technologies play a huge role.
    24 times | category: [Networking]
    Create your own Eclipse plug-in template
    ON: 2009-04-24 10:03:33
    This article elaborates on multisection implementation and control within templates, introduces UI component customization methods to improve usability, illustrates a way to add input validation function on the UI side, and explains how to organize the directory structure of plug-in project automatically.
    22 times | category: [Miscellaneous]
    How to install a Counter-strike: source dedicated server on linux
    ON: 2009-04-24 09:59:00
    The process of installing a source dedicated server for Counter-strike: source, it will also let you host games for half-life 2 death match!
    Requirements & Port Forwarding inc.
    208 times | category: [Miscellaneous]
    Scripting with Guile
    ON: 2009-04-24 09:50:42
    The days of building and delivering static software and products are over. Today, users expect their products to be dynamic and easily customizable. Learn how, with Guile, you can interpret Scheme scripts, dynamically bind scheme scripts into compiled C programs, and even integrate compiled C functions into Scheme scripts.
    6 times | category: [Linux and other OSs]
    New Pass It Along Peer-to-Peer knowledge exchange
    ON: 2009-04-24 09:36:22
    Pass It Along is a peer-to-peer knowledge exchange network Web 2.0 application that builds communities of experts and learners around "nuggets" of knowledge. This article explains the high-level concepts of Pass It Along as a segue into the application itself. Here are a few of the most popular Learning Paths that have already have been built collectively by many community members: Basic Linux Administration, Advanced Linux Administration, Desktop Linux, and Eclipse for Beginners. Your feedback is needed to make it better for you and others.
    2 times | category: [Getting Started]
    Configuration and management of slave KDC on AIX
    ON: 2009-04-24 09:22:31
    Become an expert administrator of a reliable Kerberos environment involving multiple Kerberos master-slave Key Distribution Centers (KDC) on IBM AIX and many clients. In this article, learn how to configure and manage the basic master-slave KDC setup.
    7 times | category: [Getting Started]
    SELinux and Smack security modules for Linux containers
    ON: 2009-04-24 09:00:34
    A common response when someone first hears about containers is "How do I create a secure container?" This article answers that question by showing you how to use Linux Security Modules (LSM) to improve the security of containers. In particular, it shows you how to specify a security goal and meet it with both the Smack and SELinux security modules.
    43 times | category: [Administration]
    Perform uniform mounting with generic NFS
    ON: 2009-04-24 08:49:52
    This article discusses the architecture and the mechanism behind a generic NFS mounter, a utility that will undoubtedly help the NFS clients by providing easier, one-point access to the files on the NFS server and by offering a more consolidated view of the NFS space. See how to automatically consolidate many different NFS versions into a uniform mount.
    8 times | category: [Administration]
    Multiple shell management with GNU Screen
    ON: 2009-04-24 08:39:27
    If you've spent hours on a task, such as debugging an application, it can be maddening to lose your work in an instant. This article shows you how to keep your shell and your work alive, even across multiple sessions and dropped connections using GNU Screen. Screen is a remarkable tool that you will quickly find invaluable in any work you perform on the command line. In fact, use it once, and you will wonder how you ever lived without it.
    10 times | category: [Administration]
    Avoid virtualization overhead with Linux Containers
    ON: 2009-04-24 08:33:07
    Linux Containers provide lightweight virtualization that lets you isolate processes and resources without the need to provide instruction interpretation mechanisms and other complexities of full virtualization. In this step-by-step tour of Linux container tools (LXC), the author introduces you to the Linux container tools and shows how to get up and running on them. This article will show you how Linux containers significantly lower the overhead of using true virtualization, while still providing isolation.
    41 times | category: [Administration]
    This article covers cp, tar, and rsync, that can aid with the security of the synchronization of UNI
    ON: 2009-04-24 08:31:06
    There are many tools available that allow you to synchronize files across UNIX directories, but doing it effectively, and securely, takes a little bit more effort. This article looks at solutions for synchronizing files across UNIX filesystems and different computer systems securely, and at solutions that allow you to synchronize encrypted versions of your files for the purposes of backup.
    33 times | category: [Administration]
    The benefits of parceling Root power with POSIX
    ON: 2009-04-24 08:25:24
    POSIX file capabilities split root user powers into smaller privileges, such as the ability to read files or to trace processes owned by another user. By assigning capabilities to a file, you can enable an unprivileged user to execute the file with those specified privileges. In this article, learn how programs can make use of POSIX capabilities, how to investigate which capabilities are needed by a program, and how to assign those capabilities to the program.
    5 times | category: [Administration]
    The Linux KVM may change the way you use linux
    ON: 2009-04-24 08:24:19
    Linux and flexibility go hand in hand, and the options for virtualization are no different. KVM supports the virtualization of Linux guest operating systems -- even Windows with hardware that is virtualization-aware. This article explores the architecture of the Linux KVM as well as why its tight integration with the kernel may change the way you use Linux.
    20 times | category: [Administration]
    Born to run
    ON: 2009-03-20 10:12:45
    A tutorial showing how to quickly open Windows' 'Run' dialog, and how to get the most from it.
    6 times | category: [Tips]
    How to change the interface language of your Windows Vista
    ON: 2009-03-20 10:10:14
    Learn how to change the language of the Windows Vista interface.
    246 times | category: [Tips]
    Windows Mobility Center - How to use it
    ON: 2009-03-20 10:07:54
    How to use the Windows Mobility Center in Windows Vista.
    11 times | category: [Tips]
    Save space by turning off hibernation and hybrid sleep
    ON: 2009-03-20 10:04:34
    How to disable these two features and gain more disk space.
    4 times | category: [Tips]
    How to disable or change sounds in Windows Vista
    ON: 2009-03-20 09:58:51
    Learn how to disable or change specific sounds from your default Windows Vista sound scheme.
    5 times | category: [Tips]
    this:1/14 25records  total:336    start  Previous  Next  Last    goto:

    Category

      Linux (136)
      Windows (200)