|
Written by zadminz
|
|
Sunday, 16 August 2009 19:57 |
Who should read this tutorial?
Everybody working on a UNIX or UNIX-like system who wants to make life easier on themselves, power users and sysadmins alike, can benefit from reading this book. Readers who already have a grasp of working the system using the command line will learn the ins and outs of shell scripting that ease execution of daily tasks. System administration relies a great deal on shell scripting; common tasks are often automated using simple scripts. This document is full of examples that will encourage you to write your own and that will inspire you to improve on existing scripts.
Prerequisites/not in this course:
-
You should be an experienced UNIX or Linux user, familiar with basic commands, man pages and documentation
-
Being able to use a text editor
-
Understand system boot and shutdown processes, init and initscripts
-
Create users and groups, set passwords
-
Permissions, special modes
-
Understand naming conventions for devices, partitioning, mounting/unmounting file systems
-
Adding/removing software on your system
|
|
Last Updated on Sunday, 06 September 2009 21:38 |
|
Read more...
|
|
|
Advanced SVN sub version controll setup guide |
|
|
|
|
Written by zadminz
|
|
Saturday, 01 August 2009 19:44 |
SVN Tutorial fo Unix
This tutorial is meant to be read linearly so that it introduces the
important notions gently.
Local repository
We first consider the situations where the repository is on the
machine you are working on, that is it is accessible through
the filesystem.
|
|
Last Updated on Sunday, 06 September 2009 21:40 |
|
Read more...
|
|
Mysql Replication server setup turorial |
|
|
|
|
Friday, 07 August 2009 14:04 |
MySQL Replication On The Same Machine
:: MySQL
This How To explain the replication in MySQL on the same machine.
You have large hits, with database driven site and performance,
redundancy, security now comes in mind. DBA is now input by many
fingers to seek some good solution to make happy faces. So here comes
words like Cluster, Replication, Backup, Fail Over and others. So what
these are? We currently discuss Replication in terms of a web based
database driven site for large hits.
|
|
Last Updated on Saturday, 19 September 2009 19:35 |
|
Read more...
|
|
|
php tutorial with examles |
|
|
|
|
Written by zadminz
|
|
Saturday, 15 August 2009 21:43 |
Learn PHP The essentials for learning PHP: Learning a new language (programming or otherwise) can be a bit overwhelming. Many people just don't know where to start and give up before they even begin. Learning PHP is NOT as overwhelming as it might seem, I promise you. Just take it one step at a time, and before you know it you'll be off and running. 1.) Basic Knowledge: The first thing you need, before you start learning PHP, is a basic understanding of HTML. You can switch between PHP and HTML right in the same document. You can even run PHP from an HTML file. 2.) Tools: When creating PHP pages, you can use the same program you use to create your HTML pages. Any plain text editor will do. You will also need an FTP client to transfer files from your computer to your web hosting. If you already have an HTML website you most likely already use an FTP program. |
|
Last Updated on Monday, 23 November 2009 12:41 |
|
Read more...
|
|
c++ free and complete tutorial |
|
|
|
|
Written by zadminz
|
|
Thursday, 06 August 2009 17:25 |
hi;peace and loveĀ 
this is a c++ tutorial with examples and so on...__zee
I
top
Computer scientists use abstraction to understand and solve problems and communicate their solutions with the computer in some particular computer language. # data abstraction {allow user to build data structures from primitive types and able to use them as primitive ones} # (functional) procedural abstraction
Compile the *.cpp source
in linux systems:
|
|
Last Updated on Wednesday, 31 March 2010 00:26 |
|
Read more...
|
|
|