Ay: Ocak 2016

  • windows 7 boot startup repair disable.

    bcdedit /set {default} recoveryenabled No
    bcdedit /set {default} recoveryenabled Yes
    bcdedit /set {default} bootstatuspolicy ignoreallfailures
    bcdedit /set {default} bootstatuspolicy displayallfailures

    komut satırını yönetici olarak çalıştırıp uacde kapalı olması lazımmış.

  • debian testing sources.list sample

    #

    # deb cdrom:[Debian GNU/Linux testing-DI-rc1 _Wheezy_ – Official Snapshot amd64 NETINST Binary-1 20130214-22:44]/ squeeze main
    # deb cdrom:[Debian GNU/Linux testing-DI-rc1 _Wheezy_ – Official Snapshot amd64 NETINST Binary-1 20130214-22:44]/ testing main

    # deb cdrom:[Debian GNU/Linux testing-DI-rc1 _Wheezy_ – Official Snapshot amd64 NETINST Binary-1 20130214-22:44]/ squeeze main
    # deb cdrom:[Debian GNU/Linux testing-DI-rc1 _Wheezy_ – Official Snapshot amd64 NETINST Binary-1 20130214-22:44]/ testing main

    deb http://ftp.fr.debian.org/debian/ testing non-free main

    deb http://security.debian.org/ testing/updates non-free contrib main

    deb http://ftp.fr.debian.org/debian/ testing contrib

    deb http://ftp.fr.debian.org/debian/ testing-updates non-free contrib main
    deb http://ftp.fr.debian.org/debian/ testing-proposed-updates non-free contrib main

    deb http://www.deb-multimedia.org testing main non-free

    deb http://www.duinsoft.nl/pkg debs all

  • debian non-free ve contrib ekleme

    Debian

    Wiki
    Login

    FrontPage
    RecentChanges
    FindPage
    HelpContents

    Debian
    Wiki/

    LoginInfoAttachments

    SourcesList

    Translation(s): English – Français – Italiano – Portugês Brasileiro – Русский

    Apt > sources.list

    Contents

    /etc/apt/sources.list
    Archive type
    Repository URL
    Distribution
    Component
    Example sources.list for Debian 8 “Jessie”
    CD-ROM
    More information

    /etc/apt/sources.list

    As part of its operation, Apt uses a file that lists the ‘sources’ from which packages can be obtained. This file is /etc/apt/sources.list.

    The entries in this file normally follow this format (the entries below are fictitious and should not be used):

    deb http://site.example.com/debian distribution component1 component2 component3
    deb-src http://site.example.com/debian distribution component1 component2 component3

    Archive type

    The first word on each line, deb or deb-src, indicates the type of archive. Deb indicates that the archive contains binary packages (deb), the pre-compiled packages that we normally use. Deb-src indicates source packages, which are the original program sources plus the Debian control file (.dsc) and the diff.gz containing the changes needed for packaging the program.

    Repository URL

    The next entry on the line is a URL to the repository that you want to download the packages from. The main list of Debian repository mirrors is located here.

    Distribution

    The ‘distribution’ can be either the release code name / alias (wheezy, jessie, stretch, sid) or the release class (oldstable, stable, testing, unstable) respectively. If you mean to be tracking a release class then use the class name, if you want to track a Debian point release, use the code name.

    For example, if you have a system running Debian 8.2 “jessie” and don’t want to upgrade when Debian stretch releases, use ‘jessie’ instead of ‘stable’ for the distribution. If you always want to help test the testing release, use ‘testing’. If you are tracking stretch and want to stay with it from testing to end of life, use ‘stretch’.

    Component

    main consists of DFSG-compliant packages, which do not rely on software outside this area to operate. These are the only packages considered part of the Debian distribution.

    contrib packages contain DFSG-compliant software, but have dependencies not in main (possibly packaged for Debian in non-free).

    non-free contains software that does not comply with the DFSG.

    Example sources.list for Debian 8 “Jessie”

    deb http://httpredir.debian.org/debian jessie main
    deb-src http://httpredir.debian.org/debian jessie main

    deb http://httpredir.debian.org/debian jessie-updates main
    deb-src http://httpredir.debian.org/debian jessie-updates main

    deb http://security.debian.org/ jessie/updates main
    deb-src http://security.debian.org/ jessie/updates main

    If you also want the contrib and non-free components, add contrib non-free after main.

    You can use a GNOME tool to edit your sources.list file. (Menu System>Administration>Software Sources).

    gksu –desktop /usr/share/applications/software-properties.desktop /usr/bin/software-properties-gtk

    CD-ROM

    If you’d rather use your CD-ROM for installing packages or updating your system automatically with APT, you can put it in your /etc/apt/sources.list. To do so, you can use the apt-cdrom program like this:

    # apt-cdrom add

    with the Debian CD-ROM in the drive.

    You can use -d for the directory of the CD-ROM mount point or add a non-CD mount point (i.e. a USB keydrive).

    More information

    sources.list(5) man page

    A list of UnofficialRepositories to get extra software ( Skype, Opera, Google )

    AptCLI

    AptPreferences

    APT HOWTO

    look for a package in an unofficial repository (links to very old packages mostly)

    Debian on CDs

    Adding source lists, including cds, using apt-setup

    CategoryPackageManagement

    SourcesList (last edited 2015-05-01 09:43:33 by JeanMichelVourgere)

    MoinMoin PoweredPython PoweredValid HTML 4.01Debian Wiki team, bugs and config available.Hosting provided by Dembach Goo Informatik GmbH & Co KG

  • freebsd 2200bg wireless network configuration

    ayarlar asagidadir.

    /etc/rc.conf
    hostname=”freebsdc”
    keymap=”tr.iso9.q.kbd”
    ifconfig_bge0=”DHCP”
    local_unbound_enable=”YES”
    sshd_enable=”YES”
    moused_enable=”YES”
    ntpd_enable=”YES”
    powerd_enable=”YES”
    # Set dumpdev to “AUTO” to enable crash dumps, “NO” to disable
    dumpdev=”AUTO”
    gdm_enable=”YES”
    gnome_enable=”YES”
    wlans_iwi0=”wlan0″
    ifconfig_wlan0=”WPA SYNCDHCP”
    wlans_run0=”wlan1″
    ifconfig_wlan1=”WPA SYNCDHCP”

    /etc/wpa_supplicant.conf

    network={
    ssid=”yaz”
    scan_ssid=1
    proto=WPA2
    key_mgmt=WPA-PSK
    pairwise=CCMP
    psk=”yaz”
    priority=5
    }

    bir de insani cildirtan bir ayar var.
    /boot/loader.conf

    legal.intel_iwi.license_ack=1