<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pinaak &#124; Open Source Power</title>
	<atom:link href="http://pinaak.org/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://pinaak.org</link>
	<description>Developing &#38; Localization</description>
	<lastBuildDate>Tue, 31 May 2011 21:48:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Authentication mechanisms</title>
		<link>http://pinaak.org/index.php/base/authentication-mechanisms</link>
		<comments>http://pinaak.org/index.php/base/authentication-mechanisms#comments</comments>
		<pubDate>Tue, 31 May 2011 21:45:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=109</guid>
		<description><![CDATA[User authentication mechanisms (that is, quite simply algorithms for checking the correct password), and UNIX, and NT are built on almost identical principles. Namely: the reference password is not stored anywhere at all &#8211; instead, it uses a hash (roughly speaking: the checksum). The user enters the password, the operating system hashes it on an [...]]]></description>
			<content:encoded><![CDATA[<p>User authentication mechanisms (that is, quite simply algorithms for checking the correct password), and UNIX, and NT are built on almost identical principles. Namely: the reference password is not stored anywhere at all &#8211; instead, it uses a hash (roughly speaking: the checksum). The user enters the password, the operating system hashes it on an algorithm and compares the result with the hash sum of the reference password stored in a special password database. If they match, then everything is OK and, accordingly, reverse. Such a scheme (in the absence of errors of implementation, of course) ensures that even if an attacker and get access to the password database, he still can not get into your system other than brute force. However, if you come down from heaven, idealized mathematical concepts to earth, you may find that &#8220;normal heroes always go around&#8221;. In particular, in most Unixes you enter the password in plain text transmitted over the network and in the presence of at least one vulnerable host in the chain of transmission can be intercepted by a hacker. In the NT the same plain text is never sent (well, except that the administrator does not configure it properly) and used in its authentication scheme resistant to intercept traffic. </p>
<p>On the other hand, NT is extremely careless with the protection of the password database from attacks by hackers. At first glance it seems that there is no problem at all, since access to the database, there is only a system administrator and a limited number of specially designated by the administrator user (for example, Backup Operators, save your database on backup media). But in some, though relatively few Unices password file is freely available to all users of the system and often even &#8220;seen&#8221; on the web! Well, so what? &#8211; You ask. &#8211; After all passwords in the password file is still there, and &#8220;treatment&#8221; hash brute force takes too long, let a hacker goes through, if he does work so like &#8230; well, then this question: Is it possible in a single exhaustive search to crack all the machines in the network ? Do not rush to answer &#8220;no&#8221; because the correct answer is: yes!</p>
<p>Harddrive today increased so that a hacker can save the hashes of all the searched password. No matter how long it will take time: a month or even several years &#8211; now the cracker will be able to instantly recover a password on his hash &#8211; would be the only database password in your hands! Not only does the NT backup the password database by default are stored in shared folders, so authentication algorithm does not use bind (salt), resulting in identical hashes of passwords in the NT will always coincide, thereby greatly simplifying the hacking! However, from the attacks of this type of binding is still not saved, except that extends a little &#8220;agony&#8221; of the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/authentication-mechanisms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Access</title>
		<link>http://pinaak.org/index.php/base/remote-access</link>
		<comments>http://pinaak.org/index.php/base/remote-access#comments</comments>
		<pubDate>Tue, 31 May 2011 21:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=107</guid>
		<description><![CDATA[One of the conceptual differences of philosophy NT from UNIX is that UNIX does virtually no distinction between local and remote access to the machine. In the NT, in contrast, only some actions can be performed remotely, and to fully manage the server administrator is forced to resort to physical access. There is no dispute [...]]]></description>
			<content:encoded><![CDATA[<p>One of the conceptual differences of philosophy NT from UNIX is that UNIX does virtually no distinction between local and remote access to the machine. In the NT, in contrast, only some actions can be performed remotely, and to fully manage the server administrator is forced to resort to physical access. </p>
<p>There is no dispute &#8211; to remotely manage the server is very convenient, but let&#8217;s think &#8211; how much is safe? Alas, no convenience is not free! What is comfortable to administer, the comfortable and attack! This, incidentally, will be the ability and advanced shells, it maintains full programming languages ​​are very different from the ugliness that digest primitive wrapper NT. Generally, in the NT remote access is very little that can be done (although, from Windows 2000 to its still appeared more or less perfect mechanism of remote control). </p>
<p>Nevertheless, you should not go to extremes and completely abandon the possibility of remote administration. Of course, completely prohibiting remote access you will greatly enhance the security of your server, but &#8230; in this case will have to constantly right next to the server. Ask: why? A hacker who will drive? After all, to penetrate the victim machine through either set on her service (say, WEB) and therefore is highly undesirable to deprive themselves of all means of remote monitoring and management server. </p>
<p>In short, the remote control &#8211; double-edged sword, simultaneously weakening the security of the site, but also increasing the efficiency of detection and neutralization of attackers. On the other hand, in important cases, from the remote control is better just give up, replacing him chained to the server operator.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/remote-access/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing complex</title>
		<link>http://pinaak.org/index.php/base/testing-complex</link>
		<comments>http://pinaak.org/index.php/base/testing-complex#comments</comments>
		<pubDate>Tue, 31 May 2011 21:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=105</guid>
		<description><![CDATA[The complexity of testing and debugging software is growing rapidly with increasing complexity. And, at some level, the cost of a thorough &#8220;licking&#8221; of the program begin to outweigh the total revenue from its sales, forcing developers to limit only superficial testing (if the program does not hang during startup &#8211; it is good). Modern [...]]]></description>
			<content:encoded><![CDATA[<p>The complexity of testing and debugging software is growing rapidly with increasing complexity. And, at some level, the cost of a thorough &#8220;licking&#8221; of the program begin to outweigh the total revenue from its sales, forcing developers to limit only superficial testing (if the program does not hang during startup &#8211; it is good). </p>
<p>Modern operating systems long ago stepped over that line and no one is immune from mistakes. With probability close to unity can be argued that critical errors are present in any general-purpose operating system, and because any node in the network can be guaranteed to be hacked, it&#8217;s just a matter of time and effort. </p>
<p>Meanwhile, the error is extremely heterogeneous in nature: some are, as they say on the surface, and found even automated means to monitor the quality of code, while others, by contrast, are buried so deeply that they can be found only by accident. The fundamental problem of debugging is that any, even the slight modification of software code that might lead to a cascade of errors occurring in the most unexpected places. And therefore, making any changes were made in the interior of the operating system and / or its attendant applications must be accompanied by a full cycle of re-testing. But after thorough testing, as has been described above, do just impossible! </p>
<p>Excessive complexity of NT along with a huge number of amendments to the code of each new version, in fact, and explain its bad quality testing. Despite all the efforts made by Microsoft, NT vulnerability laid already in the politics of development, it is a fundamentally unrecoverable, ie fundamental. </p>
<p>Most Unixes on the contrary, a rather compact and contain the minimum necessary for the functioning of the system components (or, at least, allow yourself to cut back to a state). Moreover, they are slow, evolutionary (not revolutionary like the NT) the development does not contribute to the appearance of rough, easily detectable errors, which is famous for NT.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/testing-complex/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The system</title>
		<link>http://pinaak.org/index.php/base/the-system</link>
		<comments>http://pinaak.org/index.php/base/the-system#comments</comments>
		<pubDate>Tue, 31 May 2011 21:43:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=103</guid>
		<description><![CDATA[On the other hand, the severity of the &#8220;hole&#8221; does not depend much on its &#8220;linear size&#8221;, as the prevalence of the operating system on which it is detected. A huge number of clones UNIX puts the system in a very advantageous (in terms of security) situation. Also, always clobber and just alternate kernel, even [...]]]></description>
			<content:encoded><![CDATA[<p>On the other hand, the severity of the &#8220;hole&#8221; does not depend much on its &#8220;linear size&#8221;, as the prevalence of the operating system on which it is detected. A huge number of clones UNIX puts the system in a very advantageous (in terms of security) situation. Also, always clobber and just alternate kernel, even one single system are propagated to the whole family, thanks to which the vulnerability was found in one version of the kernel, is often ineffective for the rest. </p>
<p>As a result, the power of the hacker who found a hole in UNIX, is much lower than if the hole is of similar size was detected in the NT (because not many of its varieties, each separate version of NT, set to a much larger quantity of machines, rather than UNIX) . That is why the NT still break down, or at least try to do it. The temptation is indeed so great that the hackers did not stop nor the absence of source code, nor the complexity of the analysis. In addition, the NT kernel is not overwritten every day, and almost all the holes found in the NT 4.0 remain valid in Windows 2000 and even in Windows XP. (More about this in the book by Chris Kasperski Technics network attacks &#8220;). </p>
<p>On the contrary, if some operating system is installed on computers in the world read, break it vouchsafed except masochists. In any case, the hacker will need a very strong incentive to study the latter. Of course, if the operating system protects bank machine guarding billion electronic dollars, for its safety, no administrator will not dare to guarantee that it is not surprising, because the less common operating systems are almost completely fall out of focus for information security professionals, so that often contain large amounts of trivial and easily detectable errors detected by even a cursory analysis. </p>
<p>Nevertheless, the installation of lesser system automatically cuts off a large army of &#8220;hackers&#8221; who use to attack other people&#8217;s exploits. And that you are not attacked by a pro, you must create a second line of defense &#8211; a unit with a time-tested and thoroughly checked by experts of the operating system. </p>
<p>Not a bad idea: at the forefront of defense to hoist some &#8220;rare earth&#8221; a clone of UNIX, but on the second &#8211; NT. Most hackers, as practice shows, mostly specialize in one operating system, and only in exceptional cases &#8211; two at once.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/the-system/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source vs disassembler</title>
		<link>http://pinaak.org/index.php/base/open-source-vs-disassembler</link>
		<comments>http://pinaak.org/index.php/base/open-source-vs-disassembler#comments</comments>
		<pubDate>Tue, 31 May 2011 21:42:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=100</guid>
		<description><![CDATA[By the definition attack on a computer system &#8211; is the action taken by an attacker, which is to search for and use of a particular vulnerability. There are many different methods of searching for vulnerabilities, but we agreed not to dwell on specific implementations, right? So let&#8217;s divide all the techniques into two polar [...]]]></description>
			<content:encoded><![CDATA[<p>By the definition attack on a computer system &#8211; is the action taken by an attacker, which is to search for and use of a particular vulnerability. There are many different methods of searching for vulnerabilities, but we agreed not to dwell on specific implementations, right? So let&#8217;s divide all the techniques into two polar categories of the blind and targeted search.</p>
<p>Blind techniques considered a protective mechanism as a black tongue with input and output. Methodically going through all possible input values ​​to an attacker tries to identify those of them that would violate the normal operation of a protective mechanism or to some extent weakened the degree of protection. This extremely simple and unpretentious intellectual strategy hacking is very popular among the young hackers, having read cheap fiction and holy believers in their exclusivity. However, after &#8230; dtsatoy account hacking attempts patience &#8220;hacker&#8221; ends and the whole euphoria suddenly goes away. Of course, from time to time some very lucky lucky people do manage to get it into one or the other secure system, but especially at risk, such attacks do not represent by its small size.</p>
<p>Indeed, the protective mechanism, the principle of action is unknown, can be broken only by brute force, then there is quite a predictable degree of security. Therefore, any more or less serious action begins with a study of the attacked object (targeted hacking). Hence: ceteris paribus the vulnerability of the system is inversely proportional to ease the analysis of its code. And the ease of the analysis is primarily determined by the availability of source code defense mechanism!</p>
<p>Most Unixes ship with source code, while the NT source code available, and the analysis dizassemblernyh listings are not only extremely time-consuming and exhausting itself, but also requires a fair amount of training, which is not all. In addition, NT security subsystem is much more complicated similar subsystems many Unixes and very superficially documented, and this deters many potential attackers.</p>
<p>As a result: the number of holes found in the NT throughout its existence, can be freely counted on the fingers of one hand (and, most of which was discovered almost by accident). In UNIX, by contrast, are constantly found holes. On the other hand&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/open-source-vs-disassembler/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction</title>
		<link>http://pinaak.org/index.php/base/introduction</link>
		<comments>http://pinaak.org/index.php/base/introduction#comments</comments>
		<pubDate>Tue, 31 May 2011 21:42:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=98</guid>
		<description><![CDATA[The degree of protection for your computer depends on the perfection of the installed operating system on it. Several exaggerating we can say: that the maximum achievable security node will never exceed the degree of security of the OS (of course, provided that the site does not have any external defense, such for example as [...]]]></description>
			<content:encoded><![CDATA[<p>The degree of protection for your computer depends on the perfection of the installed operating system on it. Several exaggerating we can say: that the maximum achievable security node will never exceed the degree of security of the OS (of course, provided that the site does not have any external defense, such for example as brandmauzer). </p>
<p>It seems logical to test several popular systems, to select from them the most secure and &#8230; And then it turns out that: </p>
<p>a) a test no one has ever spent in any case, the material found on this topic on the Web, is subjective and superficial, strongly tied to specific implementations of inessential defects OS, most of whom long ago corrected the next patch; </p>
<p>b) if the NT family is represented by only three operating systems: most NT, Windows 2000 and Windows XP with an almost identical architectures, the diversity of UNIX-like systems in general can not be described; </p>
<p>a) very difficult to choose appropriate security criteria: the number of recorded burglaries of the OS &#8211; it&#8217;s not quite the figure that we need: first, accurate statistics have not and can not in principle be (truly successful break-ins usually do not register) and, secondly, the statistics of this kind does not reflect the security, and the prevalence of certain systems and greatly distorted by the prevailing interest of hackers (simply speaking mode), the number of detected holes &#8211; in itself nothing says (although already would be for the reasons mentioned above). </p>
<p>So we decided to ignore the features of specific implementations, and compare the potential vulnerability of a conceptual family of operating systems NT and UNIX. What is a &#8220;potential vulnerability&#8221;? This is a property of the architects of the system, which under certain circumstances, with some likely to reduce the extent of its security. In particular, the complexity is considered one of the potential vulnerabilities of the conceptual and ceteris paribus less complicated system declares a more secure and, accordingly, reverse. Over, in addition to the complexity (by the way, the difficulty level is not measured by the volume of software code, and many interactions between the individual components of the program), plays an important role professional development, quality testing, etc. However, since all these factors are virtually impossible to objectively account (only Please do not say that LINUX tested by millions of people around the world &#8211; know-we know how they tested it), it is better to consider them at all than to take into account properly. </p>
<p>Also, we will only consider the conceptual vulnerabilities &#8211; ie, those who are so deeply buried in the system, without major surgery in the architecture of the nucleus they are not removed. (Nor do we get after this operation a completely different operating system?).</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/introduction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISIS &#8211; source of information security</title>
		<link>http://pinaak.org/index.php/base/isis-source-of-information-security</link>
		<comments>http://pinaak.org/index.php/base/isis-source-of-information-security#comments</comments>
		<pubDate>Tue, 31 May 2011 21:41:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=96</guid>
		<description><![CDATA[Four independent project, whose members are working to increase security software, are combined in a non-profit organization ISIS. A large number of hackers and security experts together to create a new service that will collect information about vulnerabilities, security-tools, as well as views on computer security. Organization Internetworked Security Information Service (ISIS) will bring together [...]]]></description>
			<content:encoded><![CDATA[<p>Four independent project, whose members are working to increase security software, are combined in a non-profit organization ISIS. </p>
<p>A large number of hackers and security experts together to create a new service that will collect information about vulnerabilities, security-tools, as well as views on computer security. Organization Internetworked Security Information Service (ISIS) will bring together the loose alliance of four independent project: a database Open Source Vulnerability Database, a service definition of damage Alldas.de, a database software tool PacketStorm and group monitoring vulnerabilities VulnWatch. &#8220;There are many commercial organizations, free of charge providing such information, but always there so it will be?&#8221;, &#8211; Said director of research and development at security firm @ Stake Uisopal Chris (Chris Wysopal). &#8211; We call your project &#8216;open source&#8217;, because information contained in it will be absolutely open and free. &#8221; </p>
<p>The announcement was made in Las Vegas at the conference Black Hat Security Briefings, devoted to modern trends in computer security. Just a week before Symantec acquired SecurityFocus, which owns the mailing list Bugtraq &#8211; most popular in the security-community source of information about bugs in the software. Former President SecurityFocus Stephanie Von (Stephanie Fohn) appreciates this as a positive step: &#8220;Anything that gives the community more resources, good.&#8221; </p>
<p>Representatives of the new organization did not point the finger at this acquisition as one of the reasons for the creation of the alliance, but pointed out that commercial firms will not be allowed to play its active role. &#8220;We&#8217;re not going to sell anything, &#8211; said the moderator of the mailing list VulnWatch Manzuyk Steve (Steve Manzuik). &#8211; Suppliers, if they wish, can use our information, but ISIS will never pursue selfish goals.&#8221; </p>
<p>In VulnWatch already have one list of information about errors, and now to him to add a second, VulnDiscuss, which enables security experts and hackers to discuss details pertaining to certain issues. PacketStorm ISIS initiative will provide students with access to protection and hacker tools, as well as for software exploits, and Alldas.de will continue to maintain its database of incidents that resulted in property damage. The database of Open Source Vulnerability Database will store information about errors in the software, which anyone can copy and post on its website. </p>
<p>Last week, a special adviser to U.S. President for Cyber ​​Security Richard Clarke (Richard Clarke) supported the criticism of software developers for low-quality products. &#8220;We should not expect that companies that produce software that catches all of his vulnerability &#8211; he said. &#8211; Among us there are those whose duty to do so.&#8221; Clark reprimanded the software industry, Internet service providers, equipment manufacturers and users of wireless networks and others for what the United States was vulnerable to attacks via the Internet. However, he stressed that those who find bugs in software should not be made public. &#8220;It is irresponsible to find a weak spot, to put it in popularity all over the world before the amendment will be released,&#8221; &#8211; he said.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/isis-source-of-information-security/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Success story</title>
		<link>http://pinaak.org/index.php/base/success-story</link>
		<comments>http://pinaak.org/index.php/base/success-story#comments</comments>
		<pubDate>Tue, 31 May 2011 21:40:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=94</guid>
		<description><![CDATA[This distribution is the mysterious African name burst into the life of Linux users fast and bright as a flare, and in record time, won in the minds of many of them dominated. Words «Linux» and «Ubuntu» became almost inseparable. Almost like in the old days, &#8220;Party&#8221; and &#8220;Lenin&#8221;. In accordance with custom, he very [...]]]></description>
			<content:encoded><![CDATA[<p>This distribution is the mysterious African name burst into the life of Linux users fast and bright as a flare, and in record time, won in the minds of many of them dominated. Words «Linux» and «Ubuntu» became almost inseparable. Almost like in the old days, &#8220;Party&#8221; and &#8220;Lenin&#8221;. In accordance with custom, he very quickly gave rise to many different clones, but none of them could not even come close to the original on the prevalence and impact on people&#8217;s minds. And such a situation remarkably persisted for several years. What is the secret of this success? </p>
<p> Initially, the plans of Mark Shuttleworth, the founding father of Ubuntu, creating a whole new distribution does not occur. He believed that the developers of Debian, which existed at that time for ten years, will perceive his ideas and agreed to change some of their habits, so that it will be possible to reform from the inside. Very quickly, Mark realized that he was mistaken. Habits change did not happen, and in general most of the Debian developers felt that major changes will only hurt him. Then Mark has conceived a new project. In April 2004 he collected in his London flat a dozen friends Developer Debian, and invited them to create a new distro. So there was Ubuntu. </p>
<p> Mark Shuttleworth was not an outstanding programmer. His main talent was from another area, he knew how to conduct successful business in modern conditions. Still, the idea at first glance, seemed crazy adventure. He is neither more nor less, offered no niggle, and immediately take up the creation of the software environment that could undermine the hegemony of Microsoft&#8217;s end-user computers, which he considered &#8220;a bug&#8217;s number one&#8221; of the modern world. How could a team of a dozen people to confront the technological, marketing and financial power of Microsoft? </p>
<p> But it turned out that Ubuntu has a match in the powder keg. Developers almost immediately achieved impressive success, which seems to have stunned even themselves. What were these innovative ideas? </p>
<p> In the first place, the distribution is skillfully combines two of the principle of development. On the one hand, a small organized team of professionals working a full-fledged working day for a full-fledged dollar ensures the regularity of release and a good &#8220;fit&#8221; applications, there are included by default. </p>
<p> C other, a huge mass of amateur volunteers who have &#8220;third party&#8221; repository, test the alpha and beta, writing tips at many sites, forums and blogs, produce magazines and books. Their work is not paid by Canonical, but is organized with admirable thoroughness and skill, so that no work shall be no one wants. In contrast to the majority distributions, make a clear distinction between &#8220;ordinary users&#8221; and the developer of Ubuntu is extremely difficult! From this environment and grow new developers professionals. There is even a code regulating the relations within the community. Mark, an experienced businessman who understands what a large, stable, well-organized and growing user community is key to the success of any post-industrial business. </p>
<p> The result is obvious &#8211; the continuing growth in popularity, improve the quality of the distribution and support, a gradual increase in revenue the company Canonical, which, however, is not impressive against the backdrop of Red Hat or Novell. </p>
<p> A very important point plan was initially targeting the decentralized development and use around the world. Ubuntu has become one of the first distrubutivov cosmopolitan, with no clearly defined reference to the place of birth, he &#8220;lives&#8221; only on the Internet. It perfectly supports dozens of languages, and the media on which is spread distribution, be it a CD or DVD, are absolutely identical in Greenland, that in Argentina, that in Madagascar, which in the depths of Siberian mines. Anyone who has ever had to bind to the Russian interface Arabic, say, a version of Windows, will appreciate the advantage </p>
<p> Technically, Ubuntu is not represented, and even now, perhaps, is not surprising. The main tools that are used by its developers to ensure the well-known principle of &#8220;just works&#8221; created before Ubuntu, Ubuntu is and certainly not specifically for Ubuntu. The question was correct selection (one problem &#8211; one application, and the &#8220;correct&#8221; application) and a good pre-grinding, testing and support. The result is now an Ubuntu user can not reflect too much on, say, conflict of drivers and libraries, at least as long as the uses of the program from the official repositories. However, the work of the developers themselves Ubuntu, like all other Linux distributions, greatly complicated by the anarchy that reigns among the developers of applications: try to maintain order in the repository when the developers of the programs themselves are often unpredictable and often change their functionality, dependencies, interfaces and tear rework previously announced deadlines releases. Sami software releases that have common dependencies, does not sync, which forces to include these releases in the distribution of the delay or, in extreme cases, resorting to gross distortions such as the availability of the system at the same time two or three versions of the same library.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/success-story/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overclocking</title>
		<link>http://pinaak.org/index.php/base/overclocking</link>
		<comments>http://pinaak.org/index.php/base/overclocking#comments</comments>
		<pubDate>Tue, 31 May 2011 21:39:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=92</guid>
		<description><![CDATA[In our world, There is the following trend: in the capture line of processors are best chased stones, ranks last in the line performance. A &#8220;foremost&#8221; on the contrary, being chased by a very poorly or not at all being chased, so when you overclock, as a rule, get well, just a tiny increase in [...]]]></description>
			<content:encoded><![CDATA[<p>In our world, There is the following trend: in the capture line of processors are best chased stones, ranks last in the line performance. A &#8220;foremost&#8221; on the contrary, being chased by a very poorly or not at all being chased, so when you overclock, as a rule, get well, just a tiny increase in performance and the huge increased heat dissipation. Accordingly, the strategy overlokerov, who undertook to drive the processor, typically as follows: to get younger in the line of stone, and try every conceivable way to achieve this speed of his work, which will be as close to the older models in the lineup, and even faster. &#8220;Conceivable&#8221; is determined by the thickness of the purse, as the dispersal of some of the harmless and inexpensive training develops into quite an expensive hobby. Depending on the extent of overclocking can be a process as requiring a minimal financial cost, and very materialnoemkim. It depends on, so to speak, the mood &#8220;razgonschika. </p>
<p>To learn how to walk up the steps of frequencies </p>
<p>As you know, overloking &#8211; this occupation, a product which is on the order raised by the frequency overclock glands. And the essence of this activity is actually overclocking. </p>
<p>In order to overclock the processor, there are two ways: increasing the frequency multiplier and raising the FSB frequency. Let us examine them in detail. </p>
<p>An increase in the multiplier, we &#8220;touch&#8221; only the processor, causing the run on inflated frequencies exclusively to one, but not the other inhabitants of the system. </p>
<p>Show the working of the system bus accelerates all devices connected to the bus, such as sound card, video card, TV-tuners, video capture card and stuff. </p>
<p>The first method is the most hassle-free, because the increase in the multiplier we overclock the actual stone, and all other devices sitting on the system bus, you can work on the old frequencies. Therefore, an increase in the multiplier can not worry about the ability of iron that is connected to the system bus, normally work at higher frequencies, bus, since we are using a multiplier driven by the extremely processor and other components of the system at the same time does not touch. </p>
<p>Challenge of the second method lies in the fact that not all (the concept of &#8220;not all&#8221; in the tenfold representation concerns noname expansion cards) cards can operate at higher frequencies, which requires them overclocked bus. Inability to pay to work at too high frequencies might lead to various glitches, from lockups during peak (and possibly below the peak) loads on the system of elementary failure to run companies. And if the bus is not overclocked to handle your hard drive, there is a chance of losing all data on it. </p>
<p>&#8220;And what for us to drive the bus&#8221; &#8211; you say &#8211; will raise only factor. Raise the multiplier &#8211; it is certainly useful, but there is a BUT &#8211; try to imagine all the fun of this activity will be the exclusive owner of processors from AMD. Holders of stones from Intel are less fortunate, since Intel has long been tightly locks manually change the multiplier. This feature is only available in the very first &#8220;Intel&#8217;s&#8221; models. Therefore stones AMD part more suited to overclocking than the stones of its main competitor. </p>
<p>In fact, the dispersal system bus slightly more efficient than increasing the multiplier, as the bus driving away, we will automatically overclock the system as a whole, hence the faster will operate all its systems, components. Although, if there is a possibility (and there is a processor from AMD), should combine both methods of dispersal. Only on the establishment of both methods in the proportions you will achieve a successful high performance of your PC. </p>
<p>Operation &#8220;multiplier&#8221; </p>
<p>This section makes sense to read only those who are going to overclock the processor AMD, because, as I mentioned above, any Intel processor can adjust the multiplier is completely nullified. </p>
<p>Do stones AMD Athlon (Thunderbird) and Duron, this option is on hold, and although the motherboard Soltek SL-KV75 + and Abit KT7 incorporated the possibility of rasfiksatsii, operates it, alas, only if I am not mistaken, the first issues of the above mentioned processor models. However, it is tiring to fudge the people. It turned out that the signal lines corresponding to the value of the multiplier, though severed, but the procedure is performed on bridges of L1, which are displayed on the surface of the stone. For this thread, and missed. If we peremknem severed the line (it can be done using a soft pencil M2 or M3, or M4, pairwise overwriting severed L1 bridges on the surface of stone), the ability to adjust the frequency factor will be returned. This method (brushing bridges) so good is that if necessary it will be easy to return the processor type of product, simply erasing graphite surface of the stone spirits. Once the bridges peremknuty, you can safely change in the permitted frequency multiplier in the BIOS of the motherboard limits. On a specific line in the BOIS, I can not specify, as each &#8220;Nurse&#8221; title we need parameters to be distinct. </p>
<p>How inflated </p>
<p>As I said above, dispersing the bus system, we automatically &#8220;overlochim&#8221; all that it planted. And once we overclock all, if until now you made overloking installed in your PC card or a group of cards, we strongly recommend to remove this acceleration. To do so should at least because if there are any disruptions on your computer you clearly knew that all claims should be directed solely processor, but for everything else to pay attention is not necessary. If, however, leave the overclocking (unless, of course, he was promoted to &#8220;experience&#8221; on the processor), then when a failure will cause unclear: pererazognali you got carried away overlokingom processor or video card, say, or RAM. </p>
<p>I will also say this: if you &#8211; the owner noname device connected to the system bus, then work at high frequencies issued by the bus, the device or one of them can not pull that can cause failure of an elementary computer run. So before dispersing tires strongly advise you to take out of your computer all expansion cards except the video card, and leave the memory (without a PC certainly does not run:)), and after this Overclock bus, raising its frequency through the motherboard BIOS. If your computer is successfully started, add expansion cards one by one and catch the bugs after you add each card. If you had caught at least one, know that it recently added piece of iron does not pull too high FSB, and either would have these same frequencies to underestimate the plank, podsilnoy lronburg, or to find more &#8220;endurance&#8221; piece of metal. Usually at the overclocked bus crash begin noname device. If the inflated frequencies do not want to run the video card, do not rush to abandon it. If it works with a slot AGP, set in the BIOS of the motherboard, setting AGP-slot, a single value more slowly. Ie if it was 8x &#8211; put 4. </p>
<p>Feed, but not overfed! </p>
<p>Another even more so not the way a complement to overclocking &#8211; is increasing the voltage applied to the processor. When a little (just a little bit! Other bedrooms) overvoltage the CPU, he, as if finding a &#8220;second wind&#8221;, is able to work at an even greater frequency. Just remember &#8211; in no case be carried away playing with increasing voltage. If the file is too high amount of current, &#8220;percent&#8221; immediately burned. CPU voltage, as well as all other parameters related to its dispersal, is regulated in the BIOS of the motherboard. When lifting the voltage should move in short steps 0,1, and if your &#8220;mother&#8221; makes it possible, with an even smaller intervals. That is, if credit default voltage &#8211; 1.5 V, set the first 1.6, carefully (remember &#8211; carefully!) To test the processor on the new strain, and only if it is not buggy and cooling system to cope with the increased heat, if necessary to raise the voltage to 1.7 V. </p>
<p>Everything related to the cooling </p>
<p>I think, you know, and if not available, then happily put on notice that any piece of iron at the overclocked state is basking in a few times stronger than it is at work in the regular frequencies. So, as you probably already guessed, the cooling system in your computer will improve. That is, if your old cooler is installed on running at 500 Hz processor, an excellent job of cooling, then an increase in processor speed for a few tens of hertz to heat up enormously, and the cooler can easily stop doing its job, risking overheating are the main cause of death disbanded stone. Only replace the cooler should be only if you use the increase in the multiplier, and if the frequencies are operating the system bus, it is desirable to strengthen and cooling of the devices were planted on her, as they will automatically be overclocked. </p>
<p>What can be done with the standard cooling the CPU and graphics card. In the preview, should at least replace the thermal paste between the chip and heatsink. If you have it factory, then either it was originally slo-quality (usually it happens at noname devaysov), or if the device is fairly old, thermal interface is likely to have dried up and unable to properly conduct heat. If your situation coincided at least one item, safely remove the radiator (only proceed more cautiously, that together with the radiator is not inadvertently tear a piece of crystal), remove leftover pasta, fat from the surface of the crystal, and radiator mazhte thermal paste KPT-8 or AlSil to choose from and over again Gather everything together. If the cooling surface is smooth enough for her scratches, then take a skin-&#8221;nulevku, put it on a flat surface such as glass, and sand the surface of a cooling radiator, if not to a mirror finish, then at least to bring the surface in gladchayshee state. Where doing the manipulation was not shot down at least some amount of heat, think about replacing an old fan of the warming over the CPU or an expansion card to a more powerful turntable. Also, think about it, should not be installed on the processor is not one, but two cooler and more massive, highly desirable copper radiator. Of course, the spread on the cooling system through the nose and resort to every kind of exotic water-cooling systems and freonok not required, but in any case not skimp on the quality of the cooling system. I hope you do not need to explain the difference between expensive and high quality. And the savings can get you an exorbitant price. </p>
<p>Also, do not pobrezguyte improve cooling of the shell itself, namely to put at least one fan on the front and rear system unit. Which one is which direction will spin up to you. Just be aware that if the number of case they will only, at least one of the fans should run at blowing out. Why even? The fact that I know of at least one case in which, when one of the case fans blowing out, and the second for intake temperature in the shell was higher than when both were spinning &#8220;blowing out&#8221;, and fresh air in sistemnik got through it Side vents. Also, if possible, should be equipped with hull &#8220;Carlson&#8221; sides and top cover sistemnik. Incidentally, this is an option to avoid excessive noise from aircraft carriers, in which, after installation of such a number of turntable turns your system unit. The smaller the fan, the faster must be spinning each of them, what would have time to drive sufficient for normal cooling of the air, and have time to blow out all hunted and collected the Celsius air back into the environment. The more decks, the slower can be (and can, in principle, and not be) the speed of their rotation. Cold, so to speak, not speed, but a number. </p>
<p>How not to send a piece of metal on his last journey </p>
<p>Remember, take any piece of metal, in particular a processor failure can be: </p>
<p>1) Overheating stone for overclocking </p>
<p>2) non-compliance on the organization of cooling, as described in the article. </p>
<p>So do not skimp on the efficient cooling system, as well as the time allowed under the rigorous tests and will be happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/overclocking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>19 legends</title>
		<link>http://pinaak.org/index.php/base/19-legends</link>
		<comments>http://pinaak.org/index.php/base/19-legends#comments</comments>
		<pubDate>Tue, 31 May 2011 21:38:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Base]]></category>

		<guid isPermaLink="false">http://pinaak.org/?p=90</guid>
		<description><![CDATA[Legend 1: Multiple disk formatting may cause it to malfunction. Truth: Formatting a disk does not reduce its lifetime. It&#8217;s not stressful for the hard disk. Heads do not touch the plates, so that damage to the disc can only be shaken, and, while it is running. You can format your hard disk at least [...]]]></description>
			<content:encoded><![CDATA[<p>Legend 1: Multiple disk formatting may cause it to malfunction. </p>
<p>Truth: Formatting a disk does not reduce its lifetime. It&#8217;s not stressful for the hard disk. Heads do not touch the plates, so that damage to the disc can only be shaken, and, while it is running. You can format your hard disk at least twenty times a day, and he will not run worse than any other the exact same hard drive.<br />
Legend 2: Format the results in the formation &#8220;of a&#8221; layer on the surface of the plate, causing the formation of bad sectors. </p>
<p>Truth: Formatting does not lead to deposition of any layers on the disk platters. Hard disk &#8211; it&#8217;s sealed unit in which it is unlikely the presence of dust. Even if there was dust or some kind of particles, why formatting or any other operation should contribute to the deposition of these particles on the plate? </p>
<p>Legend 3: Formatting contributes to the rapid wear of the drive heads. </p>
<p>Truth: The formatting is fairly smoothly sector by sector, and it is very unlikely that such consistent smooth transitions that something might be damaged. </p>
<p>Legend 4: Defragment the hard drive leads to rapid wear of the drive heads. </p>
<p>Truth: This statement is close to the truth. Defragmenting your hard drive can lead to a large number of search operations and data redistribution. This causes the head to transfer large amounts of data are not consistent across the wafer surface. On the other hand, after defragmenting the data did not have to look at different ends of the disc. This significantly reduces the number of head movements, and improving the performance of the hard drive in read / write. So, on the one hand we can say that the defragment &#8211; is stressful to drive, but on the other hand, further work without a HDD defragmenting is for him an even more serious stress. </p>
<p>Legend 5: If the disk already has bad sectors, format, would increase their number. </p>
<p>Truth: If you are on your hard drive is already there is even a small amount of bad sectors that have resulted from damage caused by a head, then guaranteed to be appearing more and more bad sections. When you format a new bad sectors appear only because the program first checks the formatting of the disc, and notes were noticed failures. So, new failures do not appear and manifest themselves. Formatting does not affect the number of bad sectors, it simply allows you to see the real picture with the bad sections &#8220;in all its glory.&#8221; </p>
<p>Legend 6: Pumping software from the Internet reduces the duration of &#8220;life&#8221; of the hard drive. </p>
<p>Truth: A redefinition of any programs on the Internet does not affect the lifespan of the hard drive. Your disc is spinning almost constantly, even when you&#8217;re at it do not burn and nothing he did not read, and with each turn, each read or write operations, he moves a little closer to its natural &#8220;death.&#8221; Regardless of whether you write on it the data downloaded from the Internet or taken from any other location (for example, a stick or CD-ROM). </p>
<p>Legend 7: loss of power give rise to bad sectors on your hard drive. </p>
<p>Truth: Interruptions to the supply voltage does not lead to the formation of bad sectors. If no voltage is automatically unloading recording heads, which eliminates the damage of the disk plates. </p>
<p>Legend 8: Cheap power supply &#8220;is slowly killing&#8221; hard drive. </p>
<p>Truth: If a cheap power supply is burnt, and sends high-voltage pulse to the hard drive, it kills him not slow, and almost instantly. If a cheap power supply can not provide a sufficient voltage level, the disc simply will not work properly. </p>
<p>Legend 9: If the hard drive constantly spins up and stops spinning, it means that the power supply that provides sufficient voltage level, it can not provide it. </p>
<p>Truth: Insufficient voltage to power the hard drive will cause it to stop and to stop working on your computer. Even if the voltage rises to the level required, the disc does not work, and the computer must be restarted. Promotions and stop disk associated with its reconfiguration. </p>
<p>Legend 10: loud clicks, reaching it from the hard drive &#8211; is the sound of parking his head. </p>
<p>Truth: This is probably a sound that is associated with changes in temperature drive or from a blow on the head plate. </p>
<p>Legend 11: For the head movement is responsible motor that can fail with heavy use. </p>
<p>Truth: Modern actuators are not controlled engines. In the past, they are really driven by a stepper motor, but is now used for this purpose electromagnetic mechanism, and not mechanical motor. </p>
<p>Legend 12: Frequent parking disk heads leads to the failure of the engine responsible for their movement. </p>
<p>Truth: See the legend 11. In addition, we can say that parking in modern drives automatically when power is turned off, and is responsible for this spring. Even if the head moved by the stepper motor, parking in no way would reverberate on its efficiency. </p>
<p>Legend 13: Hard disk is dispersed only to read or write, and in standby mode, the disc stops spinning. </p>
<p>Truth: platter spinning at all times. </p>
<p>Legend 14: Better when the disk rotates as slowly as possible so as not to chafe the engine. </p>
<p>Truth: Typically, plates to spin when you turn on your computer and continue to swirl. The most difficult part of the engine &#8211; this is unwinding and maintain an adequate speed requires significantly less effort. If the disc rotation speed is reduced, and need something to write or to read the disc again have to disperse. That is why it is better not to lower disc rotation speed so as not to lose in productivity and not create stress for the spindle motor. </p>
<p>Legend 15: Some bad sections can be called a virtual disk, since they disappear after formatting. </p>
<p>Truth: concepts such as virtual and physical bad sectors does not exist. Bad sector &#8211; is part of the disk, which can not normally something to write or read. This may be due to faulty support or physical damage. Any programmatic way, including formatting, do not fix it. </p>
<p>Legend 16: Low-level formatting can &#8220;hide&#8221; bad sectors. </p>
<p>Truth: Formatting low can replace bad sectors sectors with backup tracks that exist on any disk, but does not restore the damaged areas. Naturally, the performance will suffer, as the heads will be looking for sectors on the backup paths. The appearance of bad sectors, even if they are thus eliminated &#8211; a sign that the disc is something wrong. Even a single blow heads on the surface of the plates can cause small fragments of plates and damage the heads. Fragments, as well as a damaged head, may in future lead to the emergence of more and more damage. From all this it should make one important conclusion: if your disk bad sectors begin to appear, and you do not want to lose important information necessary to make a copy and at the first opportunity to change the disc. A hard disk can work out in such a situation is still quite a lot of time without the appearance of new bad sites, but from new failures are not perfect. </p>
<p>Legend 17: To improve performance, you need to format the hard drive as often as possible. </p>
<p>Truth: This is another common misconception. Some formatting will not improve disk performance. If you notice that the performance of disk operations for several months, much worse, it could be caused by fragmentation of data on disk. In this case, performance drops because of frequent need to search for parts of the same file in different parts of the disk during any read / write operations. </p>
<p>Legend 18: Hard disk can be installed only in horizontal position. </p>
<p>Truth: Disks can be mounted in any position &#8211; horizontally, vertically and even upside down. </p>
<p>Legend 19: If you plan to install the disc vertically, before using it to always format in an upright position. </p>
<p>Truth: As we have said, the hard drive will work in any position. There is no need to format it is in the position where it will be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://pinaak.org/index.php/base/19-legends/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

