2017年12月1日 星期五

debian 9 build code notes embedded linux openwrt





sudo dpkg-reconfigure dash
選擇 No 把 dash 關掉再試試看


samba vim lib32z1 make build-essential gcc git libssl-dev lrzsz
libncurses5-dbg libncurses5-dev libncursesw5-dbg libncursesw5-dev
bison flex iperf3 tmux ctags openssh-server openssh-sftp-server



aptitude install libc6-i386 libc6-dev-i386

aptitude install zlib1g-i386


dash / bash
http://www.jianshu.com/p/762d4cccee7e

https://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=23963

---------------------------
openssh server

/etc/ssh/sshd_config


UseDNS no


# Ciphers and keying
#RekeyLimit default none
Ciphers aes128-cbc
MACs hmac-md5-96,hmac-sha1-96

----------
linux crc32 計算

cksfv

apt-get install cksfv

example

cksfv fpga_test_newmpm.bin


; Generated by cksfv v1.3.14 on 2017-12-18 at 15:46.58
; Project web site: http://www.iki.fi/shd/foss/cksfv/
;
;        22516  15:50.29 2017-02-07 fpga_test_newmpm.bin
fpga_test_newmpm.bin 9E9268D9


1 則留言:

  1. visudo add normal user


    vim subversion binutils build-essential libc6-dev doxygen bison flex
    squashfs-tools rcs gawk tftp quilt astyle patchutils lrzsz zlib1g-dev exuberant-ctags

    network setting file /etc/network/interfaces

    auto xxxx
    iface xxxx inet dhcp

    /etc/init.d/networking restart


    ln -s /usr/share/terminfo /usr/lib/terminfo

    cd /user/share/terminfo/x

    ln -sf xterm-new xterm

    scp username@1.2.3.4:/remotefile /newlocalfile

    回覆刪除