loading...
berbagi-itu-indah-dan-menyenangkan

28 Juni, 2012

Cara install bash windows (Cygwin)


Oke kali ini saya akan menerangkan bagaimana cara menginstall bash console di windows, pertama download dulu Cgywin nya disini >> "Download cgwin". Setelah didownload lalu langsung di jalankan file setupnya secara online. Atau kalo mo alternatif offline disini >> "Download" nya.



INTRO(3) Cygwin INTRO(3)

NAME
intro - Introduction to the Cygwin API

DESCRIPTION
Cygwin is a UNIX environment, developed by Red Hat, for Windows. It
consists of two parts:

A DLL (cygwin1.dll) which acts as a UNIX emulation layer providing
substantial UNIX API functionality. This page describes the API pro-
vided by the DLL.

A collection of tools, ported from UNIX, which provide UNIX/Linux look
and feel. This environment is described in the intro(1) man page.

AVAILABILITY
Cygwin is developed by volunteers collaborating over the Internet. It
is distributed through the website http://cygwin.com. The website has
extensive documentation, including FAQ, User's Guide, and API Refer-
ence. It should be considered the authoritative source of information.
The source code, relased under the GNU General Public License, Version
2, is also availalbe from the website or one of the mirrors.

COMPATIBILITY
Cygwin policy is to attempt to adhere to POSIX/SUSv2 (Portable Operat-
ing System Interface for UNIX / The Single UNIX Specification, Version
2) where possible.

SUSv2 is available online at:

http://www.opengroup.org/onlinepubs/007908799/

For compatibility information about specific functions, see the API
Reference at:

http://cygwin.com/cygwin-api/cygwin-api.html

Where these standards are ambiguous, Cygwin tries to mimic Linux.
However, Cygwin uses newlib instead of glibc as its C Library, avail-
able at:

http://sources.redhat.com/newlib/

Keep in mind that there are many underlying differences between UNIX
and Win32 (for example, a case-insensitive file system), making com-
plete compatibility an ongoing challenge.

REPORTING BUGS
If you find a bug in Cygwin, please read

http://cygwin.com/bugs.html

and follow the instructions for reporting found there. If you are
able to track down the source of the bug and can provide a fix, there
are instructions for contributing patches at:

http://cygwin.com/contrib.html

COPYRIGHT
Cygwin is Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005 Red Hat, Inc.

Cygwin is Free software; for complete licensing information, refer to:

http://cygwin.com/licensing.html

MAINTAINER
This man page was written and is maintained by Joshua Daniel Franklin


REPORTING BUGS
If you find a bug in Cygwin, please read

http://cygwin.com/bugs.html

and follow the instructions for reporting found there. If you are
able to track down the source of the bug and can provide a fix, there
are instructions for contributing patches at:

http://cygwin.com/contrib.html

COPYRIGHT
Cygwin is Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001,
2002, 2003, 2004, 2005 Red Hat, Inc.

Cygwin is Free software; for complete licensing information, refer to:

http://cygwin.com/licensing.html

MAINTAINER
This man page was written and is maintained by Joshua Daniel Franklin




Oke sekarang kita test


server@lpia-server ~
$ whoami
server


Ref : cygwin.com

26 Juni, 2012

Refreshing RAM


Random access memory (RAM) is a form of computer data storage. Today, it takes the form of integrated circuits that allow stored data to be accessed in any order with a worst case performance of constant time. Strictly speaking, modern types of DRAM are not random access, as data is read in bursts, although the name DRAM / RAM has stuck. However, many types of SRAM, ROM, OTP, and NOR flash are still random access even in a strict sense. RAM is often associated with volatile types of memory (such as DRAM memory modules), where its stored information is lost if the power is removed. Many other types of non-volatile memory are RAM as well, including most types of ROM and a type of flash memory called NOR-Flash. The first RAM modules to come into the market were created in 1951 and were sold until the late 1960s and early 1970s. [1]



If you have trouble with your computer such as Hang, Lagh, or Crash Program maybe in your RAm have something trouble error, Okay now I want show you how to refresh our RAM in computer. Just simple tools in windows. Open your notepad and copy this script and paste in notepad then save as with any.vbs


FreeMem=(1280000000)
FreeMem=(2560000000)
FreeMem=(5120000000)
FreeMem=(10240000000)


I dont now how this work, but if you have some suggestion I would be thanks to put your comment with this tutorial.

Refrence :
[1]Wikipedia
[2]my friend (anitsuya)
[3]google