Posts
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 …
Server World http://www.server-world.info Red Hat Docs https://access.redhat.com/documentation/en/ Linux Test Tools http://ltp.sourceforge.net/tooltable.php Excelib (A perso…
Take reference from: http://blog.csdn.net/wmj2004/article/details/53215944 As described in django documentation, mysql is supported by build in models, but in ./manage.py s…