-
Recent Posts
Recent Comments
Andry on Ftplet – Servlet for Apa… Viktor on [Java FX 2] Stage with rounded… Other World on [Docker for Windows] Certifica… Marek on [Java FX 2] Stage with rounded… arpan on [Docker for Windows] Certifica… Archives
- April 2023
- May 2022
- February 2019
- December 2018
- November 2017
- June 2017
- May 2017
- January 2017
- September 2016
- August 2016
- May 2016
- March 2016
- February 2016
- January 2016
- August 2015
- June 2015
- May 2015
- March 2015
- January 2015
- October 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- November 2013
- October 2013
- September 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
Categories
Meta
Monthly Archives: March 2013
[Linux] Some simple but useful commands
–> echo previous process id to file: echo $! >> /path/to/pid-file/file.pid –> Force reboot when reboot command does not work [this is a abrupt reboot and DOES NOT gracefully shutdown]: echo 1 > /proc/sys/kernel/sysrq // enable use of sysrq echo … Continue reading
Posted in Thechy Stuff
Leave a comment
Originally posted on {apilevel.com}:
I had written a short post on Apache FTP Server in march and i have hinted about Ftplet in that post. Here is a descriptive example of how to write a Ftplet. First of all, some basics…
Posted in Thechy Stuff
Leave a comment