|
A blog of all sections with no images
|
Welcome to SystemAdmin.IN |
|
|
|
|
Written by Web Master
|
|
Sunday, 16 December 2007 |
|
SystemAdmin.IN is a place for system admins to share their knowledge, discus issues with latest operating systems, software and hardware, share certification ideas, professional ideas in solving problems and more. You can post your resume at systemadmin.in. which can be reachable by companies and job agencies. |
|
Last Updated ( Tuesday, 18 December 2007 )
|
|
|
Written by Administrator
|
|
Sunday, 16 December 2007 |
|
VMWare is some pretty awesome software. Basically, it allows you to create virtual machines that run your OS of choice inside another OS. For instance, on a Windows XP machine I run a VMWare virtual instance of Ubuntu, allowing me to basically have two operating systems running at the same time on the same machine. Now VMWare has released for free the VMware Player, which allows you to run OS images that others have created. to run linux under windows, Download the free VMWare Player, then download a pre-created image of Linux. (live cd) |
|
Last Updated ( Tuesday, 04 March 2008 )
|
|
|
How to login as Administrator in Windows XP? |
|
|
|
|
Written by Administrator
|
|
Sunday, 16 December 2007 |
|
How to login as Administrator in Windows XP? The built-in Administrator account is hidden from Welcome Screen when a user account with Administrator privileges exists and enabled. In Windows XP Home Edition, you can login as built-in Administrator in Safe Mode only. For XP Professional, press CTRL + ALT + DEL twice at the Welcome Screen and input your Administrator password in the classic logon window that appears. To have the Administrator account displayed in the Welcome Screen:
Click Start, Run and type Regedit.exe Navigate to the following key:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList Use the File, Export option to backup the key Create a new DWORD Value named Administrator Double-click Administrator, and set 1 as its data Exit the Registry Editor. |
|
Last Updated ( Wednesday, 05 March 2008 )
|
|
|
Written by Administrator
|
|
Sunday, 16 December 2007 |
|
Most current CVS features. Subversion is meant to be a better CVS, so it has most of CVS's features. Generally, Subversion's interface to a particular feature is similar to CVS's, except where there's a compelling reason to do otherwise. Directories, renames, and file meta-data are versioned. Lack of these features is one of the most common complaints against CVS. Subversion versions not only file contents and file existence, but also directories, copies, and renames. It also allows arbitrary metadata ("properties") to be versioned along with any file or directory, and provides a mechanism for versioning the `execute' permission flag on files. Commits are truly atomic. No part of a commit takes effect until the entire commit has succeeded. Revision numbers are per-commit, not per-file; log messages are attached to the revision, not stored redundantly as in CVS. Apache network server option, with WebDAV/DeltaV protocol. Subversion can use the HTTP-based WebDAV/DeltaV protocol for network communications, and the Apache web server to provide repository-side network service. This gives Subversion an advantage over CVS in interoperability, and provides various key features for free: authentication, wire compression, and basic repository browsing. Standalone server option. Subversion also offers a standalone server option using a custom protocol (not everyone wants to run Apache 2.x). The standalone server can run as an inetd service, or in daemon mode, and offers basic authentication and authorization. It can also be tunnelled over ssh. Branching and tagging are cheap (constant time) operations There is no reason for these operations to be expensive, so they aren't. Branches and tags are both implemented in terms of an underlying "copy" operation. A copy takes up a small, constant amount of space. Any copy is a tag; and if you start committing on a copy, then it's a branch as well. (This does away with CVS's "branch-point tagging", by removing the distinction that made branch-point tags necessary in the first place.) Natively client/server, layered library design Subversion is designed to be client/server from the beginning; thus avoiding some of the maintenance problems which have plagued CVS. The code is structured as a set of modules with well-defined interfaces, designed to be called by other applications. Client/server protocol sends diffs in both directions The network protocol uses bandwidth efficiently by transmitting diffs in both directions whenever possible (CVS sends diffs from server to client, but not client to server). Costs are proportional to change size, not data size In general, the time required for a Subversion operation is proportional to the size of the changes resulting from that operation, not to the absolute size of the project in which the changes are taking place. This is a property of the Subversion repository model. Choice of database or plain-file repository implementations Repositories can be created with either an embedded database back-end (BerkeleyDB) or with normal flat-file back-end, which uses a custom format. Versioning of symbolic links Unix users can place symbolic links under version control. The links are recreated in Unix working copies, but not in win32 working copies. Efficient handling of binary files Subversion is equally efficient on binary as on text files, because it uses a binary diffing algorithm to transmit and store successive revisions. Parseable output All output of the Subversion command-line client is carefully designed to be both human readable and automatically parseable; scriptability is a high priority. Localized messages Subversion uses gettext() to display translated error, informational, and help messages, based on current locale settings. Repository mirroring Subversion supplies a utility, svnsync for synchronizing (via either push or pull) a read-only slave repository with a master repository. |
|
Last Updated ( Tuesday, 04 March 2008 )
|
|
|
show hidden devices in windows device manager |
|
|
|
|
Written by Administrator
|
|
Wednesday, 07 July 2004 |
|
By default, device manager doesn't show devices that aren't currently connected to your system. To make them visible, start a command prompt, and type set devmgr_show_nonpresent_devices=1 and press enter. leave the command prompt open. Now go to device manager, choose View-> Show Hidden Devices. now if you expand each branch, you will see all hidden devices |
|
Last Updated ( Tuesday, 04 March 2008 )
|
|
|
how to read linux (ext2, ext3) file system from windows |
|
|
|
|
Written by Administrator
|
|
Wednesday, 12 May 2004 |
|
Explore2fs is a GUI explorer tool for accessing ext2 and ext3 filesystems. It runs under all versions of Windows and can read almost any ext2 and ext3 filesystem Explore2fs can be downloaded from http://www.chrysocome.net/explore2fs related: Virtual Volumes has the ability to read ReiserFS and many other filesystems Current Features of Virtual Volumes: - Supported by all versions of Windows (Vista is still Work In Progress)
- Read and Write LVM2 (linear stripes only)
- Read and Write EXT2/EXT3 (e2fsprogs/libext2fs)
- Read ReiserFS (rfstools)
- Read and Write Win32 filesystems (Win32 API)
- Read FAT12/FAT16/FAT32 without using Win32
- Read and Write software RAID0, RAID1 and RAID5
- Read and Write via SFTP
- Read and Write VMWare disks
- VFS allows mounting on subdirectories
- VFS abstraction allows multiple filesystems to be supported
- VFS abstraction allows network filesystems like ftp, http and scp to be supported
- Command line interface
- Drag & Drop GUI
- Auto detect available filesystems for GUI quickstart
Planned Features of Virtual Volumes: - More filesystems (HFS, ISO9660, NTFS, ...)
- More file based filesystems (.zip, .tgz etc)
- Accessable in native namespace
- NT Kernel driver to enable IFS to read LVM2
|
|
Last Updated ( Wednesday, 02 January 2008 )
|
|
| | << Start < Prev 1 2 Next > End >>
| | Results 11 - 17 of 17 |
|