摘要:https://askubuntu.com/questions/378558/unable-to-locate-package-while-trying-to-install-packages-with-apt
阅读全文
摘要:https://medium.com/@kannaapandita/how-to-install-tomcat-and-opengrok-on-windows-e39f7f910348 https://medium.com/@scgopireddy/steps-to-setup-opengrok-i
阅读全文
摘要:- google "shell man bash" - $ man bash $ man bash |grep "Special Parameters" -A 50 - $ help test
阅读全文
摘要:find . -name boot.bin* |xargs md5sum
阅读全文
摘要:https://blog.csdn.net/jenyzhang/article/details/53083960 http://www.51niux.com/?id=55 (good)
阅读全文
摘要:https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/gdb.html
阅读全文
摘要:find . -name *.pyc -exec rm {} \; find . -name __init__.py -exec ls {} \; -exec cat {} \; http://bbs.chinaunix.net/thread-4170427-1-1.html # find /sys
阅读全文
摘要:$ sudo find . -name libnvparser.so |xargs md5sum *
阅读全文
摘要:$ 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
阅读全文
摘要:1. sudo apt-get update 2. sudo apt-get install lightdm3. sudo dpkg-reconfigure lightdm4. reboot5. sudo systemctl status lightdm (check the status, the
阅读全文
摘要:Simplescreenrecorder $ sudo apt-get update $ sudo apt-get install simplescreenrecorder$ simplescreenrecorder recordmydesktop https://www.nenew.net/ubu
阅读全文
摘要:$ 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...
阅读全文