Generate uuid using built in ubuntu function https://manpages.ubuntu.com/manpages/bionic/man1/uuidgen.1.html . . . selengkapnya>>
ALTER TABLE `table` ADD INDEX `index_name` (`column_name`) . . . selengkapnya>>
Pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation. This is not (or at least not yet) a library to produce or interact with javascript code. ref : https://github.com/gawel/pyquery/ . . . selengkapnya>>
Last week when i installed some python application it says that it is installed but not on path, the message shown WARNING: The script xxxx is installed in '/home/myusername/.local/bin' which is not on PATH. This error happen because the script is not installed on system PATH, for temporary fix you could run PATH=$PATH:$HOME/.local/bin For permanent change you. . . selengkapnya>>
Structured analysis, acting upon the analysis and iterating. This is DevOps. It’s not magic, it’s a mindset ref : https://blog.jayway.com/2021/09/15/the-real-benefit-of-devops/ . . . selengkapnya>>
zuka.one
©2011