Articles dans la catégorie «AdminStuff» :
bash scripts updated
Some quick examples for ftp
A template for an init script
The Inception
The Inception, or the beginning of a project; this site is to contain initially a group of disjointed ideas. Over time some of those ideas (projects) should take on a life of their own and become extended branches of ideas while other ideas will stub for lack of growth. As …
WordPress to Pelican
Working my way through Pelican installation, followed several tutorials, some varying success. A learning process but a fun one at that. The pelicanconf.py and Makefile are very expandable one of the mods I did in the Makefile.
build:
$(MAKE) clean
$(MAKE) html
-cp -R code_snips output/code_snips/
A mini-build …