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…

lufy Oct 31, 2017 Read More

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…

lufy Sep 28, 2017 Read More

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…

lufy Sep 25, 2017 Read More

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 …

lufy Sep 08, 2017 Read More

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…

lufy Sep 08, 2017 Read More

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…

lufy Sep 08, 2017 Read More

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…

lufy Sep 08, 2017 Read More

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…

lufy Sep 08, 2017 Read More

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…

lufy Sep 08, 2017 Read More

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 …

lufy Sep 08, 2017 Read More