原创 vim可視化操作

  https://www.cnblogs.com/yangmingxianshen/p/7712718.html

原创 awk命令

  https://www.runoob.com/linux/linux-comm-awk.html https://blog.csdn.net/rhel_admin/article/details/37566915 文檔一般都是按照某種

原创 find命令

  https://www.runoob.com/linux/linux-comm-find.html 篩選文件類型 find -type f   篩選文件名 find -name "xxx"   篩選大小   篩選時間  

原创 對find的文件批處理 xargs 與 exec

   find -type f|xargs -i cp {} ./dir/  find . -type f -exec ls -l {} \; 刪除:  find -type f -exec rm {} \;  find -type f

原创 cut命令 -d -f

  https://blog.csdn.net/u011700318/article/details/38554581?utm_source=distribute.pc_relevant.none-task https://blog.cs

原创 首次安裝Ubuntu筆記並用xshell遠程連接

  1、虛擬機VMware軟件中安裝Ubuntu系統,安裝過程中填寫的用戶名等賬戶信息等安裝完Ubuntu系統需要重啓Ubuntu系統纔會進入該用戶。 參考:https://blog.csdn.net/flyconley/article/

原创 正則表達式學習筆記

學習布爾教育視頻所做筆記~  參考:https://www.runoob.com/regexp/regexp-metachar.html            https://blog.csdn.net/qq_42813491/artic

原创 Ubuntu安裝mysql

  https://blog.csdn.net/qq_39539367/article/details/83717322  --測試環境搭建   參考:主要看前三篇 https://blog.csdn.net/itxiaolong3/ar

原创 Ubuntu系統apt-get下載速度很慢

一開始還以爲是自己的網速慢~   參考:https://www.cnblogs.com/tademeng/p/7451125.html 1.點擊設置 進入設置,從哪進都一樣找到就行。 2.選擇軟件與更新(Software and upd

原创 設置xshell鼠標選中即已複製

參考:https://blog.csdn.net/helloxiaozhe/article/details/90694902   工具--選項,     點贊 收藏 分享 文章舉報

原创 grep查看內容高亮顏色顯示

  參考:https://blog.csdn.net/u014236541/article/details/44516465   新裝Ubuntu系統用戶家目錄下.bashrc默認設置了alias grep='grep --color=a

原创 Linux後臺遠程拷貝文件scp命令

  https://www.cnblogs.com/machangwei-8/p/10352759.html https://www.cnblogs.com/jiangwenwen1/p/10425159.html   基本格式:scp

原创 Linux文件重命名的幾種方法 rename

  https://blog.csdn.net/weixin_33724570/article/details/91909917 https://blog.csdn.net/csdnnews/article/details/8792756

原创 grep命令

  https://www.cnblogs.com/liuhaidon/p/11564010.html https://www.cnblogs.com/ftl1012/p/9250684.html 常用: cat xxx.txt|grep

原创 Ubuntu安裝Tomcat、Tomcat與jdk對應關係

一、jdk和Tomcat版本對應關係 下載jdk1.8版本;下載Tomcat8版本,注意這個兩個版本必須是對應的。一定要注意自己的tomcat版本號與jdk路徑和版本號!!! 如果下載的是Tomcat7(其對應jdk1.7),會出現類似下