Etiket: software

  • nas4free jail install

    fetch https://raw.githubusercontent.com/fsbruva/thebrig/alcatraz/thebrig_install.sh
    sh thebrig_install.sh /PATH/TO/BRIG/FOLDER

  • video ile ses birleştirme

    ffmpeg -i video.mp4 -i audio.m4a -c:v copy -c:a copy output.mp4

  • banana pi java install

    wget –no-check-certificate –no-cookies – –header “Cookie: oraclelicense=accept-securebackup-cookie” http://download.oracle.com/otn-pub/java/jdk/8-b132/jdk-8-linux-arm-vfp-hflt.tar.gz

    Log-in Raspberry Pi, enter the command to extract jdk-8-linux-arm-vfp-hflt.tar.gz to /opt directory.
    $ sudo tar zxvf jdk-8-linux-arm-vfp-hflt.tar.gz -C /opt

    Set default java and javac to the new installed jdk8.
    $ sudo update-alternatives –install /usr/bin/javac javac /opt/jdk1.8.0/bin/javac 1
    $ sudo update-alternatives –install /usr/bin/java java /opt/jdk1.8.0/bin/java 1

    $ sudo update-alternatives –config javac
    $ sudo update-alternatives –config java

    After all, verify with the commands with -verion option.
    $ java -version
    $ javac -version

  • 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

  • openmediavault eklentileri

    http://omv-extras.org/simple/index.php?id=how-to-install-omv-extras-plugin

    Install OMV-extras plugin
    To install on OpenMediaVault 1.x (Kralizec):
    From OMV web interface (preferred method)

    Install all updates from the Update Manager tab.
    Download the plugin to enable this repository here.
    Go to the plugin tab in OMV’s web interface.
    Upload the file.
    Select the newly uploaded plugin openmediavault-omvextrasorg
    Click on Install.
    Refresh page.
    Go to the plugin tab and click Check.

    From command line as root

    wget http://omv-extras.org/openmediavault-omvextrasorg_latest_all.deb
    dpkg -i openmediavault-omvextrasorg_latest_all.deb
    apt-get update

    To install on OpenMediaVault 0.5.x (Sardaukar):
    From OMV web interface (preferred method)

    Install all updates from the Update Manager tab.
    Download the plugin to enable this repository here.
    Go to the plugin tab in OMV’s web interface.
    Upload the file.
    Select the newly uploaded plugin openmediavault-omvextrasorg
    Click on Install.
    Refresh page.
    Go to the plugin tab and click Check.

    From command line as root

    wget http://omv-extras.org/debian/pool/main/o/openmediavault-omvextrasorg/openmediavault-omvextrasorg_0.6.25_all.deb
    dpkg -i openmediavault-omvextrasorg_0.6.25_all.deb
    apt-get update

  • Command Line Commands for Control Panel Applets List of Control Panel Commands in Windows 8, 7, Vista, and XP

    Control Panel Command Line Commands in Windows
    Control Panel Applet Command OS
    Accessibility Options control access.cpl XP
    Action Center control /name Microsoft.ActionCenter 8, 7
    control wscui.cpl 8, 7
    Add Features to Windows 8 control /name Microsoft.WindowsAnytimeUpgrade 8
    Add Hardware control /name Microsoft.AddHardware Vista
    control hdwwiz.cpl XP
    Add or Remove Programs control appwiz.cpl XP
    Administrative Tools control /name Microsoft.AdministrativeTools 8, 7, Vista
    control admintools 8, 7, Vista, XP
    Automatic Updates control wuaucpl.cpl XP
    AutoPlay control /name Microsoft.AutoPlay 8, 7, Vista
    Backup and Restore Center control /name Microsoft.BackupAndRestoreCenter Vista
    Backup and Restore control /name Microsoft.BackupAndRestore 7
    Biometric Devices control /name Microsoft.BiometricDevices 8, 7
    BitLocker Drive Encryption control /name Microsoft.BitLockerDriveEncryption 8, 7, Vista
    Bluetooth Devices control bthprops.cpl13 8, 7, Vista
    control /name Microsoft.BluetoothDevices Vista
    Color Management control /name Microsoft.ColorManagement 8, 7, Vista
    Color1 WinColor.exe2 XP
    Credential Manager control /name Microsoft.CredentialManager 8, 7
    Client Service for NetWare control nwc.cpl XP
    Date and Time control /name Microsoft.DateAndTime 8, 7, Vista
    control timedate.cpl 8, 7, Vista
    control date/time 8, 7, Vista, XP
    Default Location control /name Microsoft.DefaultLocation 7
    Default Programs control /name Microsoft.DefaultPrograms 8, 7, Vista
    Desktop Gadgets control /name Microsoft.DesktopGadgets 7
    Device Manager control /name Microsoft.DeviceManager 8, 7, Vista
    control hdwwiz.cpl 8, 7, Vista
    devmgmt.msc 8, 7, Vista, XP3
    Devices and Printers control /name Microsoft.DevicesAndPrinters 8, 7
    control printers 8, 7
    Display control /name Microsoft.Display 8, 7
    control desk.cpl XP
    control desktop XP
    Ease of Access Center control /name Microsoft.EaseOfAccessCenter 8, 7, Vista
    control access.cpl 8, 7, Vista
    Family Safety control /name Microsoft.ParentalControls 8
    File History control /name Microsoft.FileHistory 8
    Flash Player Settings Manager control flashplayercplapp.cpl 8
    Folder Options control /name Microsoft.FolderOptions 8, 7, Vista
    control folders 8, 7, Vista, XP
    Fonts control /name Microsoft.Fonts 8, 7, Vista
    control fonts 8, 7, Vista, XP
    Game Controllers control /name Microsoft.GameControllers 8, 7, Vista
    control joy.cpl 8, 7, Vista, XP
    Get Programs control /name Microsoft.GetPrograms 8, 7, Vista
    Getting Started control /name Microsoft.GettingStarted 7
    Home Group control /name Microsoft.HomeGroup 8, 7
    Indexing Options control /name Microsoft.IndexingOptions 8, 7, Vista
    rundll32.exe shell32.dll,Control_RunDLL srchadmin.dll 8, 7, Vista, XP
    Infrared control /name Microsoft.Infrared 8, 7
    control irprops.cpl 8, 7, Vista
    control /name Microsoft.InfraredOptions Vista
    Internet Options control /name Microsoft.InternetOptions 8, 7, Vista
    control inetcpl.cpl 8, 7, Vista, XP
    iSCSI Initiator control /name Microsoft.iSCSIInitiator 8, 7, Vista
    Keyboard control /name Microsoft.Keyboard 8, 7, Vista
    control keyboard 8, 7, Vista, XP
    Language control /name Microsoft.Language 8
    Location and Other Sensors control /name Microsoft.LocationAndOtherSensors 7
    Location Settings control /name Microsoft.LocationSettings 8
    Mail4 control mlcfg32.cpl5 8, 7, Vista, XP
    Mouse control /name Microsoft.Mouse 8, 7, Vista
    control main.cpl 8, 7, Vista
    control mouse 8, 7, Vista, XP
    Network and Sharing Center control /name Microsoft.NetworkAndSharingCenter 8, 7, Vista
    Network Connections control ncpa.cpl 8, 7, Vista
    control netconnections 8, 7, Vista, XP
    Network Setup Wizard control netsetup.cpl 8, 7, Vista, XP
    Notification Area Icons control /name Microsoft.NotificationAreaIcons 8, 7
    ODBC Data Source Administrator control odbccp32.cpl XP6
    Offline Files control /name Microsoft.OfflineFiles 8, 7, Vista
    Parental Controls control /name Microsoft.ParentalControls 7, Vista
    Pen and Input Devices control /name Microsoft.PenAndInputDevices Vista
    control tabletpc.cpl Vista
    Pen and Touch control /name Microsoft.PenAndTouch 8, 7
    control tabletpc.cpl 8, 7
    People Near Me control /name Microsoft.PeopleNearMe 7, Vista
    control collab.cpl 7, Vista
    Performance Information and Tools control /name Microsoft.PerformanceInformationAndTools 8, 7, Vista
    Personalization control /name Microsoft.Personalization 8, 7, Vista
    control desktop 8, 7, Vista
    Phone and Modem Options control /name Microsoft.PhoneAndModemOptions Vista
    control telephon.cpl Vista, XP
    Phone and Modem control /name Microsoft.PhoneAndModem 8, 7
    control telephon.cpl 8, 7
    Power Options control /name Microsoft.PowerOptions 8, 7, Vista
    control powercfg.cpl 8, 7, Vista, XP
    Printers and Faxes control printers XP
    Printers control /name Microsoft.Printers Vista
    control printers Vista
    Problem Reports and Solutions control /name Microsoft.ProblemReportsAndSolutions Vista
    Programs and Features control /name Microsoft.ProgramsAndFeatures 8, 7, Vista
    control appwiz.cpl 8, 7, Vista
    Recovery control /name Microsoft.Recovery 8, 7
    Region control /name Microsoft.RegionAndLanguage 8
    control intl.cpl 8
    control international 8
    Region and Language control /name Microsoft.RegionAndLanguage 7
    control intl.cpl 7
    control international 7
    Regional and Language Options control /name Microsoft.RegionalAndLanguageOptions Vista
    control intl.cpl Vista
    control international Vista, XP
    RemoteApp and Desktop Connections control /name Microsoft.RemoteAppAndDesktopConnections 8, 7
    Scanners and Cameras control /name Microsoft.ScannersAndCameras 8, 7, Vista
    control sticpl.cpl XP
    Scheduled Tasks control schedtasks XP7
    Screen Resolution control desk.cpl 8, 7
    Security Center control /name Microsoft.SecurityCenter Vista
    control wscui.cpl XP
    Software Explorers8 msascui.exe9 XP
    Sound control /name Microsoft.Sound 8, 7
    control /name Microsoft.AudioDevicesAndSoundThemes Vista
    control mmsys.cpl 8, 7, Vista
    Sounds and Audio Devices control mmsys.cpl XP
    Speech Recognition Options control /name Microsoft.SpeechRecognitionOptions Vista
    Speech Recognition control /name Microsoft.SpeechRecognition 8, 7
    Speech control sapi.cpl10 XP
    Storage Spaces control /name Microsoft.StorageSpaces 8
    Sync Center control /name Microsoft.SyncCenter 8, 7, Vista
    System control /name Microsoft.System 8, 7, Vista
    control sysdm.cpl XP
    System Properties control sysdm.cpl 8, 7, Vista
    Tablet PC Settings control /name Microsoft.TabletPCSettings 8, 7, Vista
    Task Scheduler7 control schedtasks 8, 7, Vista
    Taskbar control /name Microsoft.Taskbar 8
    rundll32.exe shell32.dll,Options_RunDLL 1 8
    Taskbar and Start Menu control /name Microsoft.TaskbarAndStartMenu 7, Vista
    rundll32.exe shell32.dll,Options_RunDLL 1 7, Vista, XP
    Text to Speech control /name Microsoft.TextToSpeech 8, 7, Vista
    Troubleshooting control /name Microsoft.Troubleshooting 8, 7
    User Accounts control /name Microsoft.UserAccounts 8, 7, Vista
    control userpasswords 8, 7, Vista, XP
    Welcome Center control /name Microsoft.WelcomeCenter Vista
    Windows 7 File Recovery control /name Microsoft.BackupAndRestore 8
    Windows Anytime Upgrade control /name Microsoft.WindowsAnytimeUpgrade 7, Vista
    Windows CardSpace control /name Microsoft.CardSpace 7, Vista
    control infocardcpl.cpl 7, Vista
    Windows Defender control /name Microsoft.WindowsDefender 8, 7, Vista11
    Windows Firewall control /name Microsoft.WindowsFirewall 8, 7, Vista
    control firewall.cpl 8, 7, Vista, XP
    Windows Marketplace control /name Microsoft.GetProgramsOnline Vista
    Windows Mobility Center control /name Microsoft.MobilityCenter 8, 7, Vista
    Windows Sidebar Properties control /name Microsoft.WindowsSidebarProperties Vista
    Windows SideShow control /name Microsoft.WindowsSideShow 8,7, Vista
    Windows Update control /name Microsoft.WindowsUpdate 8, 7, Vista12
    Wireless Link control irprops.cpl XP
    Wireless Network Setup Wizard ? XP

    [1] Color is not available by default but is available for free from Microsoft here.

    [2] WinColor.exe must be run from the C:\Program Files\Pro Imaging Powertoys\Microsoft Color Control Panel Applet for Windows XP folder.

    [3] I’ve listed Device Manager here because it’s such a commonly used feature of Windows but please know that it is not a true Control Panel applet in Windows XP. See How To Open Windows XP Device Manager for more information.

    [4] The Mail applet is only available if a version of Microsoft Office Outlook is installed.

    [5] The control mlcfg32.cpl command must be run from the C:\Programs Files\Microsoft Office\OfficeXX folder, replacing OfficeXX with the folder pertaining to the Microsoft Office version you have installed.

    [6] ODBC Data Source Administrator was removed from Control Panel after Windows XP but is still available from Administrative Tools.

    [7] In Windows 8, 7, and Vista, task scheduling is performed by Task Scheduler which is not directly accessible from Control Panel. However, executing this command in those versions of Windows will forward to Task Scheduler.

    [8] Software Explorers is the name for the Control Panel applet for Windows Defender, available for free from Microsoft here.

    [9] Msascui.exe must be run from the C:\Program Files\Windows Defender folder.

    [10] The control sapi.cpl command must be run from the C:\Program Files\Common Files\Microsoft Shared\Speech folder.

    [11] Windows Defender is available in Windows XP but the Control Panel applet is instead called Software Explorers.

    [12] Windows Update is also used in Windows XP but only via the Windows Update website, not via a Control Panel applet like in later versions of Windows.

    [13] In Windows 8, bthprops.cpl opens Devices in PC Settings which will list any Bluetooth Devices. In Windows 7, bthprops.cpl opens athe Bluetooth Devices list under Devices and Printers. In Windows Vista, bthprops.cpl opens a true Control Panel applet called Bluetooth Devices.

  • microsoft kullanıcı hesabı ekranı komutu

    control.exe /name Microsoft.UserAccounts