This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| View this installation guide online at | |
| https://wiki.archlinux.org/index.php/Installation_Guide | |
| In Install media 2012.07.15, AIF (the Arch Installation Framework) is | |
| no longer included but instead Arch Install Scripts are provided to aid | |
| in the installation process. This article summarizes the install | |
| process using these scripts. See the Beginners' Guide instead for a | |
| walkthrough aimed at new users. | |
| Contents |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| svobouch bouchovci > dude can u speak english ? | |
| Wil'jaeden Wilful > Нет, по-русски пиши | |
| svobouch bouchovci > nepanemaju porusky | |
| Wil'jaeden Wilful > Ok, when we can't speak | |
| svobouch bouchovci > have to call my parents...they maybe remember something since we were ocupied | |
| Wil'jaeden Wilful > ocupied xDDDD | |
| Wil'jaeden Wilful > idiot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [mysqld] | |
| tmpdir = /var/tmp/mysql | |
| skip-name-resolve | |
| tmp_table_size=256M | |
| max_heap_table_size = 256M | |
| join_buffer_size = 16M | |
| sort_buffer_size = 16M | |
| slow_query_log | |
| log_error | |
| query_cache_size = 1024M |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> name = input() | |
| test | |
| >>> print('Hello, ', name, '!') | |
| Hello, test ! | |
| >>> print('Hello,', name, '!') | |
| Hello, test ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| <description> | |
| This file is part of ZTC and distributed under the same license. | |
| http://bitbucket.org/rvs/ztc/ | |
| Copyright (c) 2011 Vladimir Rusinov <vladimir@greenmice.info> | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| DIR="$( cd "$( dirname "$0" )" && pwd )" | |
| GIT=git | |
| ROOT_DIR="avto.git" | |
| UPLOAD_DIR="avto.upload" | |
| # ________________________ | |
| #_/ Select enviroment mode. \________________ | |
| # | |
| if [[ "$1" = "production" ]]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * | |
| */ | |
| /** | |
| * Хелпер, отображающий flash-сообщения | |
| */ | |
| class Workset_View_Helper_FlashMessenger extends Zend_View_Helper_Abstract { | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| DIR="$( cd "$( dirname "$0" )" && pwd )" | |
| GIT=git | |
| ROOT_DIR="avto.git" | |
| UPLOAD_DIR="avto.upload" | |
| # ________________________ | |
| #_/ Select enviroment mode. \________________ | |
| # | |
| if [[ "$1" = "production" ]]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ns# cat /etc/rc.conf | |
| # This file now contains just the overrides from /etc/defaults/rc.conf. | |
| # Please make all changes to this file, not to /etc/defaults/rc.conf. | |
| # Enable network daemons for user convenience. | |
| # Created: Tue Feb 8 16:30:11 2005 | |
| # -- sysinstall generated deltas -- # Tue Feb 8 16:30:11 2005 | |
| #--- VolgaTelecom Interface | |
| ifconfig_rl0="inet 10.0.0.2 netmask 255.255.255.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ns# cat /etc/natd.conf | |
| same_ports yes | |
| use_sockets yes | |
| redirect_port tcp 192.168.0.105:4899 4899 | |
| redirect_port tcp 192.168.0.1:25 4898 | |
| redirect_port tcp 192.168.0.6:3389 3389 |
NewerOlder