摘要:
https://stackoverflow.com/a/16928662/8025086 https://askubuntu.com/a/634789/861079
阅读全文
posted @ 2019-12-28 12:10
Go_Forward
阅读(269)
推荐(0)
摘要:
sudo apt-get install redis-serversudo apt-get install mysql-server mysql-clientsudo apt-get install mysql-workbenchvirtualenv
阅读全文
posted @ 2019-12-28 11:23
Go_Forward
阅读(121)
推荐(0)
摘要:
sasl Debian/Ubuntu: apt-get install python-dev libsasl2-dev gcc CentOS/RHEL: yum install gcc-c++ python-devel.x86_64 cyrus-sasl-devel.x86_64 no module
阅读全文
posted @ 2019-12-28 10:56
Go_Forward
阅读(227)
推荐(0)
摘要:
linux桌面图标跟windows系统一样,只是个快捷方式,在/usr/share/applications/目录下面有应用程序的启动图标,可以直接复制到桌面,如果这个文件夹下没有的话,可以自己新建一个。 unity-tweak-tool # 系统图标不见了解决方法 Remove .config,.
阅读全文
posted @ 2019-12-27 11:17
Go_Forward
阅读(241)
推荐(0)
摘要:
yum install mariadb-libspip uninstall mysql-pythonpip install mysql-python https://blog.csdn.net/u011886447/article/details/89166946 https://serverfau
阅读全文
posted @ 2019-12-23 16:35
Go_Forward
阅读(667)
推荐(0)
摘要:
View Users CronjobUse the following syntax to view waqleh user's cronjob: crontab -u waqleh -lView Root User CronjobJust type the following command: c
阅读全文
posted @ 2019-12-20 17:18
Go_Forward
阅读(312)
推荐(0)
摘要:
-r or -R is recursive,-n is line number, and-w stands for match the whole word.-l (lower-case L) can be added to just give the file name of matching f
阅读全文
posted @ 2019-12-19 22:27
Go_Forward
阅读(185)
推荐(0)
摘要:
lsof +D /path fuser
阅读全文
posted @ 2019-12-19 15:41
Go_Forward
阅读(606)
推荐(0)
摘要:
Result backend doesn’t work or tasks are always in PENDING state¶All tasks are PENDING by default, so the state would’ve been better named “unknown”.
阅读全文
posted @ 2019-12-18 19:46
Go_Forward
阅读(1269)
推荐(0)
摘要:
Is pip the same for 3.4+ No, it's not. A single pip installation serves a single Python distribution (pip2.7/pip3.4/pip3.5 etc). Since Python 3.5, pip
阅读全文
posted @ 2019-12-05 15:41
Go_Forward
阅读(523)
推荐(0)