Mit „learning“ getaggte Nachrichten, Seite 2
-
I will try to make a suggestion. Another #learning process on how to use #gitorious :) #statusnet is obviously and understandably not ready for most shared hosts. A warning has to be there, that this is experimental software. And users who are not comfortable with the command line should be advised to find a public site run by someone else. And get your own server (VPS or above) to gain full control. #justsaying #thinkingaloud
-
I am used to creating cron jobs from inside #cpanel for feedrpress with Wordpress. Apparently this is something similar, but not in a human readable language! I assume this is supposed to give you more control. And when using freedpress I didn’t know what I was doing. So, this is good in that sense.
But, if these two are the same (cron jobs and cron scripts/shell scripts), there should be a way to do it via the GUI. I’m just saying. I am ready to learn a new language (as time permits). Will everybody be ready? I don’t know. I assume a vast majority of potential users will prefer doing it the Wordpress way. #learning
-
#learning : “The grep command is used to search text or searches the given file for lines containing a match to the given strings or words. By default, grep displays the matching lines. Use grep to search for lines of text that match one or many regular expressions, and outputs only the matching lines. grep is considered as one of the most useful commands on Unix and other Linux operating systems.” via http://mini.alochana.net/url/792
“cat is normal command that prints file. Then result is piped (|) to grep, which processes it with regular expression (^cc:$).”
< So, I should be able to search for a specific error in the log file without downloading? Something closer to that, I assume.