Posts
In linux bash, and django ./manage.py shell, double click TAB key would get auto completion. However, the default python interpreter has no such function, but fortunately, this co…
A logic volum snapshot could restore the filesystem on ur logical volum. Here's how to do: lvcreate --size 100M --snapshot --name snaptest /dev/test-vg/lvol0 This would create a…
original link: http://linux.math.tifr.res.in/sysadmin/High-Availability-HOWTO-8.html http://linux.math.tifr.res.in/sysadmin/High-Availability-HOWTO.html#toc8 8. Setting U…
Origin site: Analysis and Design of Web-based Information Systems Abstract We have developed a method for analysis and design of Web-based information systems (WBISs), and …
Origin site: Customizing the Login Form The Login Form is your gateway to using and configuring the WordPress publishing platform. It controls access to the Adm…
A note of my django site deployment~~~~ Firstly, debug django site with: ./manager runserver 0.0.0.0:8000 And access from web browser, then try the followed steps. Refer…
Found a tool to display qrcode in terminal -- qrcode-termimal, funny tool~~~ 1. Install npm: ~]# wget https://nodejs.org/dist/v6.11.1/node-v6.11.1.tar.gz ~]# tar xf n…
OS: Neokylin Linux Advanced Server 6.8 build06 x86_64Machine: virtual machine on 32.179 with conditions:CPU: 1Memory: 1024MBDisk: 25GBOS install options:Install option: Parti…
Kernel versions of linux releases~~ References: RedHat CentOS Ubuntu ... Where I find distrowatch.com: https://www.quora.com/Is-there-a-list-of-Linux-distribution…
Generally, we install system with CD/DVD or on windows, only need to execute setup.exe, then follow the graphic steps. Here I tried to install centos from disk storage, and make …