Skip navigation.

Nghĩ ... Ngẫm ... Ngủ ...

mr ThiTienLuc

Windows Admin Scripting Little Black Book (2nd)

,

By Jesse M. Torres
Second Edition January 2004
Publisher: Paraglyph Press
Pages: 440

Book description: Windows Admin Scripting Little Black Book, 2nd Edition, shows Windows XP and 2003 users and administrators how to perform Windows management and administrative tasks using powerful scripts for just about every important task imaginable. It covers techniques for working with files, input/output, text files, and performing various network administrative tasks through scripting. It explains the concept and necessity of logon scripts, the backbone structure of a good logon script, and how to implement these scripts in an everyday environment to automate repetitive tasks such as inventory, file modifications, installations, and system updates. It also provides an in-depth look into the registry and registry editing tools including locating the important registry keys and values, and modifying them. The book features example scripts on every new topic covered to reinforce what the reader has just learned. Key scripting topics include manipulating the Windows XP file system, using powerful third-party scripting tools, creating scripts for installing service packs and new applications, automating applications from the command line, and performing Windows XP and 2003 administrative tasks. Everything is included in this book, and users can easily modify or combine the scripts to perform myriad tasks. A bonus introduction chapter is provided showing users how to select the best scripting language and how to get the most out of scripting resources.
Download : link 1 --- link 2 --- link 3

Someone tell me !!?

,

I have just download this file iso. It has no problem when I setup. But I don't know how to do this CD. Someone can tell me howto do it. Thanks :cheers:





Linux Virtual Server - Chap 1

,

1. What is an LVS ? Can I use an LVS ?
+ A Linux Virtual Server (LVS) is a cluster of servers which appears to be one server to an outside client. This apparent single server is called here a "virtual server". The individual servers (realservers) are under the control of a director (or load balancer), which runs a Linux kernel patched to include the ipvs code. The ipvs code running on the director is the essential feature of LVS
+ When a new connection is requested from a client to a service provided by the LVS (e.g. httpd), the director will choose a realserver for the client. From then, all packets from the client will go through the director to that particular realserver. The association between the client and the realserver will last for only the life of the tcp connection (or udp exchange). For the next tcp connection, the director will choose a new realserver

Read more...

How To Multi-Boot Operating Systems

, ,


Overview about :
   1. Disc Drives & Partitions
   2. Booting a Single OS on a PC
   3. Dual-Booting or Multi-Booting Windows OSs
   4. Getting NTLDR to Load Linux
   5. eXtended Operating System Loader (XOSL)


Thank to Subhash
Webpage: http://www.vsubhash.com/writeups/multiboot_os.asp

MozillaZine Knowledge Base



# about: A simple prompt without any parameter will display the Mozilla “about” information.

# about:licence Informaion regarding licencing, Mozilla Public licence, Source code licence

# about:buildconfig It shows the build platform configuration and parameters.

# about:blank — A blank page. Useful for setting as your homepage.

# about:cache Displays info and statistics regarding memory cache device and disk cache device including the number of enteries, name of your cache’s directory and a list of the entries you can find there. From there ou can view cached webpages and images.

# about:config It provied you an nice interface to tweak firefox settings. It allows you to modify firefox preferences. Read About:config entries to more about it. These entries are stored in pref.js folder in your profile.

# about:plugins provides information regarding installed plugins (plugins help your browser perform specific functions like viewing special graphic formats or playing multimedia files.) like flash, quicktime, realplayer, adobe reader and java plugin

# about:credits This is an alphabetically sorted list of all the people that gave their contribution to the development of Firefox.

More information about howto config:
1. MozillaZine
2. filehacker

Eight reasons why Ubuntu is the Linux poster child

1. Its large user base. Because Ubuntu is so popular, it becomes even more popular. This viral marketing was the same thing that made YouTube successful.

2. Hardware support. One of the most common complaints among new Linux users is that their new hardware is not supported by any Linux distribution. Well, with Ubuntu, hardware support is added within days of the hardware coming out.

3. Its ease of use. Lets face it, you can't make a mainstream distribution without ease of use. If you tell a Linux beginner that they will have to type out all their commands into a console, they will have a Windows CD in their disk drive faster then you can say "Open Source".

4. With each new Ubuntu release that comes out, it becomes easier and easier to install. This helps beginners that would normally be frustrated when a cryptic installation error occurs.

5. Its package manager. The package manager in Ubuntu makes finding free Open Source software so easy that even your grandmother could do it. Not only will the package manager download the package for you, but it will also install it for you.

6. Its community. The Ubuntu community is always there to help beginners with any problems that they might encounter on their first Linux experience.

7. The developer support. Ubuntu has shown that support from Open source developers is necessary in order to create a popular and useful, product.

8. Partly because of the package manager, Ubuntu has great media support. From video to music, Ubuntu comes pre-loaded with all the programs you need to watch and listen to your media.

jubuu

MultibootCD

EasyBoot is an integrated tool to create MultiBoot, Menu driven Compact Discs. It has the ability to automatically produce boot image files, and generate the ISO file as well. Using your CD-R/W Recording software to record the ISO, you get a bootable CD that completely belongs to you.
Homepage: http://www.ezbsystems.com





MagicISO is a powerful CD/DVD image file editor, CD burner, and CD/DVD backup tool, create MultiBoot. It can directly create, edit, extract, and burn ISO files. It also can convert almost all CD/DVD image formats to ISO/BIN/CUE, Nero (.NRG), and CloneCD (.CCD/. IMG/. SUB). With MagicISO, you can handle DVD image up to 10GB; make CD image files from CD/DVD-ROM; also can burn ISO files and other CD/DVD image files (BIN, IMG, CIF, NRG, BWI, VCD) to CD-R/RW; support loading boot image file exported by WinISO and UltraISO; burn CD image files in ISO9660, Joliet, and UDF format; edit properties of CD/DVD image files; it has the ability to correct volume serial number after editing original CD/DVD image file; search files or directories with wildcard characters in CD/DVD image file.

Homepage: http://www.magiciso.com

Chú ý khi thực hiện:
+ Khi thực hiện bootable cho CD, đối với Linux thì MagicISO thực hiện tốt hơn. Nói chung MagicISO có lẽ chiếm ưu thế hơn vì hổ trợ khá nhiều. Kết hợp với nodepad, chúng ta tạo được menuboot như mong muốn.
+ Hiren : extract bootloader của nó ra một file khác --> xóa file jo.sys --> dùng Hex Workshop edit lại file io.sys: đổi tên jo thành io. (jo.sys là file tạo ra menuboot của Hiren)


Commands in Windows

Đây là tập hợp các lệnh sử dụng trong Windows, cái này chỉ là tham khảo qua cho biết thui. Chứ nhớ nhiều thía này để làm gì nhỉ :cheers:

Add Hardware Wizard
hdwwiz.cpl

Add/Remove Programs
appwiz.cpl

Administrative Tools
control admintools

Automatic Updates
wuaucpl.cpl

Bluetooth Transfer Wizard
fsquirt

Calculator
calc

Read more...

man command

Việc sử dụng tốt lệnh man để lấy thông tin sử dụng của các lệnh đã gần như trở thành điều kiện bắt buộc cho những ai muốn sử dụng Linux.

man page section: việc sử dụng tốt từng section trong man giúp cho chúng ta lấy được thông tin một cách chính xác và nhanh nhất.
  Section |  Execute
    1     |   Information on excutables
    2     |   System calls
    3     |   Library calls, e.g stdio
    4     |   Devices (files in /dev)
    5     |   Configuration files and formats
    6     |   Games
    7     |   Macro packages
    8     |   Administration commands
    9     |   Kernel routines 

I S L D C G M A K

Ngoài ra, man còn hổ trợ 2 option khá hay:

man -k keywork: tìm kiếm theo keywork trong phần thông tin của lệnh và thể hiện nó trên đúng dòng. Ví dụ muốn xem lệnh nào có liên quan đến network.

lệnh này rất giống với lệnh apropos. Và dĩ nhiên là để có được các thông tin trên thì bạn trước tiên phải tạo cơ sở dữ liệu cho nó: man -k hoặc apropos thông qua lệnh makewhatis(bắt buộc phải sử dụng trước 2 lệnh trên)

man -f command: tương tự lệnh whatis nó sẽ đưa ra thông tin ngắn gọn của một lệnh nào đó. Và dĩ nhiên vẫn phải cần makewhatis.


Thi Tiến Lực

Linux for Programmers and Users -- ebooks

,

Linux for Programmers and Users
This book is an outgrowth of the popularity of Linux. Its original version, UNIX for Programmers and Users, written by Graham and updated in subsequent editions by King has been widely used in classroom settings and is popular with professionals new to UNIX or UNIX programming. The increasing popularity of Linux created a demand for a Linux version of such a book, especially in classrooms where Linux is emerging as the platform of choice for computer science students
Pub Date : February 15, 2006

Download : Ebook chm --- Ebook pdf