文章分类 -  shell

sudo add-apt-repository universe && sudo add-apt-repository multiverse
摘要:https://askubuntu.com/questions/378558/unable-to-locate-package-while-trying-to-install-packages-with-apt 阅读全文

posted @ 2020-11-11 11:00 cdekelon 阅读(343) 评论(0) 推荐(0) 编辑

OpenGrok windows or Ubuntu
摘要:https://medium.com/@kannaapandita/how-to-install-tomcat-and-opengrok-on-windows-e39f7f910348 https://medium.com/@scgopireddy/steps-to-setup-opengrok-i 阅读全文

posted @ 2020-09-29 16:39 cdekelon 阅读(33) 评论(0) 推荐(0) 编辑

Shell bash
摘要:- google "shell man bash" - $ man bash $ man bash |grep "Special Parameters" -A 50 - $ help test 阅读全文

posted @ 2019-08-07 14:15 cdekelon 阅读(60) 评论(0) 推荐(0) 编辑

find . -name boot.bin* |xargs md5sum
摘要:find . -name boot.bin* |xargs md5sum 阅读全文

posted @ 2019-07-16 15:41 cdekelon 阅读(161) 评论(0) 推荐(0) 编辑

expect实现远程交互scp
摘要:https://blog.csdn.net/jenyzhang/article/details/53083960 http://www.51niux.com/?id=55 (good) 阅读全文

posted @ 2019-01-24 17:32 cdekelon 阅读(141) 评论(0) 推荐(0) 编辑

gdb 交互命令, backtrace
摘要:https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/gdb.html 阅读全文

posted @ 2019-01-21 15:21 cdekelon 阅读(345) 评论(0) 推荐(0) 编辑

find . -type f -exec ls {} \; find . -name __init__.py -exec echo "===================" \; -exec ls {} \; -exec cat {} \;
摘要:find . -name *.pyc -exec rm {} \; find . -name __init__.py -exec ls {} \; -exec cat {} \; http://bbs.chinaunix.net/thread-4170427-1-1.html # find /sys 阅读全文

posted @ 2019-01-21 15:20 cdekelon 阅读(241) 评论(0) 推荐(0) 编辑

$ sudo find . -name libnvparser.so |xargs md5sum *
摘要:$ sudo find . -name libnvparser.so |xargs md5sum * 阅读全文

posted @ 2019-01-18 16:44 cdekelon 阅读(205) 评论(0) 推荐(0) 编辑

ps -aux && kill -s 9 pid show full command (ps -auxwwf)
摘要:$ ps -aux me 21827 21.2 5.8 11458928 1912784 pts/25 Sl 11:38 57:44 /data/me/docker/p4/notnv/epicgames/UE4/carbon/special/IsaacCarter/Engine/Binaries/L 阅读全文

posted @ 2018-09-26 16:15 cdekelon 阅读(139) 评论(0) 推荐(0) 编辑

How to install lightdm in ubuntu 18.04 (lightdm, gdm)
摘要:1. sudo apt-get update 2. sudo apt-get install lightdm3. sudo dpkg-reconfigure lightdm4. reboot5. sudo systemctl status lightdm (check the status, the 阅读全文

posted @ 2018-07-12 11:32 cdekelon 阅读(1028) 评论(0) 推荐(0) 编辑

ubuntu recording
摘要:Simplescreenrecorder $ sudo apt-get update $ sudo apt-get install simplescreenrecorder$ simplescreenrecorder recordmydesktop https://www.nenew.net/ubu 阅读全文

posted @ 2018-06-25 17:56 cdekelon 阅读(103) 评论(0) 推荐(0) 编辑

Report ip to host
摘要:$ cat report_ip_to_host.sh #!/bin/sh HOST_IP="10.19.225.133" HOST_PORT="33338" INTERVAL=1 SRC_IP="" DEV="" dhclient eth0 sleep 1 dpkg -l | grep rsync || apt-get update apt-get install -y rsync a... 阅读全文

posted @ 2018-06-15 15:12 cdekelon 阅读(119) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示