Debian

BEAUTY AND PLAY

  • HOME
  • GITHUB
  • SOURCES
  • LEGAL
  • compgen builtin command exposure

    ABOUT compgen compgen is bash built-in command and it will show all available commands, aliases, and functions for you. TYPICAL COMMANDLINE EXPOSURE RELATED [bash] $compgen -k if then else elif fi case esac for select while until do done in function time { } ! [[ ]] coproc $ $compgen -a ls $ $compgen -b […]

    Jeffrin Jose T

    23 Sep 2018
    Bash, Bash Builtin
    compgen
  • bash builtin command named command

    $pwd /home/jeffrin/upstream-kernel $tail ~/.bashrc . /usr/share/bash-completion/bash_completion elif [ -f /etc/bash_completion ]; then . /etc/bash_completion fi fi export PS1=$ function ls { pwd } $ls /home/jeffrin/upstream-kernel $command ls 0002-Testing-script-for-Intel-P-State-driver-crashes-duri.patch linux linux-kselftest linux-kselftest.bup linux-kselftest.bup2 linux-next linux.old $

    Jeffrin Jose T

    21 Sep 2018
    Bash, Bash Builtin
    Bash Builtin, builtin, command command
  • caller — returns the context of any active subroutine call

    $cat test.bash!/bin/bash die() { local frame=0 while caller $frame; do ((frame++)); done echo “$*” exit 1 } f1() { die “*** an error occured ***”; } f2() { f1; } f3() { f2; } f3 $ $bash test.bash 12 f1 test.bash 13 f2 test.bash 14 f3 test.bash 16 main test.bash *** an error occured *** […]

    Jeffrin Jose T

    17 Sep 2018
    Bash, Stack Trace
  • Typical Bash Shell bind Command Examples

    https://linux.101hacks.com/unix/bind/

    Jeffrin Jose T

    16 Sep 2018
    Bash, command, GNU Readline
    GNU, readline
  • What is 16 bit in different contexts ?

    Refers to the number of bits that can be processedor transmitted in parallel, or the number of bits usedfor single element in a data format. The term is oftenapplied to the following: microprocessor: indicates the width of the registers. A 16-bit microprocessor can process data and memory addresses that are represented by 16 bits. bus […]

    Jeffrin Jose T

    14 Sep 2018
    Bits, computer science
    16bit, 32bit, 64bit, bit
  • Windows Application Programming Interface

    The Windows application programming interface (API) is the user-mode system programminginterface to the Windows operating system family. Prior to the introduction of 64-bit versions ofWindows, the programming interface to the 32-bit versions of the Windows operating systems wascalled the Win32 API to distinguish it from the original 16-bit Windows API, which was the program-ming interface […]

    Jeffrin Jose T

    14 Sep 2018
    windows
    api, windows, windowsapi
  • Algorithms: bit manipulation

    Jeffrin Jose T

    29 Aug 2018
    Algorithm, computer science
    bit, manipulation
  • slabinfo – kernel slab allocator statistics

    WHAT IS SLAB ALLOCATION ? Slab allocation is a memory management mechanism intended for the efficient memory allocation of kernel objects. It eliminates fragmentation caused by allocations and deallocations. The technique is used to retain allocated memory that contains a data object of a certain type for reuse upon subsequent allocations of objects of the […]

    Jeffrin Jose T

    11 Aug 2018
    operating system
    leak, memory
  • /dev/zero is a special file in Unix-like operating systems

    Jeffrin Jose T

    11 Aug 2018
    operating system, Storage
    < character, null
  • Data integrity is a fundamental component of information security

    https://www.veracode.com/blog/2012/05/what-is-data-integrity

    Jeffrin Jose T

    24 Jul 2018
    database
    ADI, application, data, integrity
Previous Page
1 2 3 4 5 6 … 118
Next Page

Website Powered by WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Follow Following
    • Debian
    • Already have a WordPress.com account? Log in now.
    • Debian
    • Edit Site
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar