Posts

1. wget failed cause of unstable connection to: https://www.sqlite.org/2021/sqlite-amalgamation-3350500.zip  Resolved: edit ./.buildozer/android/platform/python-for-android/…

lufy Jan 21, 2022 Read More

strings get substring SET s=abcdefghijklmnopqrstECHO %s:~3,1%REM # %<var_name>:~<start_index>,<length>%REM # what if with variable index and length?REM # copie…

lufy Jan 21, 2022 Read More

q. execute grub2-mkconfig -o /boot/grub2/grub.cfg met  environment block too small a. rm /boot/grub2/grubenv, and re-execute grub2-mkconfig, success.

lufy Jan 17, 2022 Read More

Issue: Newly deployed django met 'Database returned an invalid datetime value' Learn from stackoverflow: https://stackoverflow.com/questions/40792628/django-mysql-database-return…

lufy Jan 12, 2022 Read More

from https://pypi.org/project/pip2pi/   1. pip install pip2pi 2.  mkdir share/pypi pip2tgz share/pypi pandas==1.1.5 3.  dir2pi share/pypi 4. use local repos…

lufy Jan 12, 2022 Read More

Currently, I'm working on retire my old computer, I found some content I wrote before. This one about uploading file to ftp server. ftp -n<<!open winuser lufei mbinaryput a…

lufy Jul 23, 2020 Read More

original link: https://www.diskpart.com/articles/shrink-volume-with-unmovable-files-4348.html What are the unmovable files? Unmovable files refer to the data generated by Window…

lufy Jun 19, 2020 Read More

Highlight search vim /etc/vimrc set hlsearch  

lufy Mar 22, 2020 Read More

  from https://www.digitalocean.com/community/tutorials/how-to-use-the-awk-language-to-manipulate-text-in-linux Introduction Linux utilities often follow the Unix phi…

lufy Mar 18, 2020 Read More

As a linux OS tester, when handling with adaptation test, storaege is often mentioned. I often confused of this. Here is a description of SAN and NAS, from https://www.netapp…

lufy Mar 18, 2020 Read More