Search Results

Search: Posts Made By: versd
Forum: Linux 04-11-2013
6,815
Posted By versd
try: curl -s here-is-domain-name/cronfile.php...
try:
curl -s here-is-domain-name/cronfile.php >/dev/null
Forum: Linux 04-11-2013
5,786
Posted By versd
check tcpwrappers hosts.deny/allow files.
check tcpwrappers hosts.deny/allow files.
Forum: Linux 04-11-2013
2,687
Posted By versd
you can also check /var/log/cron to check what...
you can also check /var/log/cron to check what exactly is running, in regular idling only 1 crond process should be
Forum: Linux 04-11-2013
2,887
Posted By versd
blank lines and whitespaces lines could be...
blank lines and whitespaces lines could be removed using this regex:

sed '/^ *$/d'
Forum: Linux 04-11-2013
2,870
Posted By versd
linux - is a common name of many OS like: rhel,...
linux - is a common name of many OS like: rhel, centos, ubuntu, fedore and so on, what exactly you need?
Forum: Red Hat 04-11-2013
4,115
Posted By versd
your request is not pretty clear, do you need...
your request is not pretty clear, do you need tool for cert generation on os level? you can try openssl then.
Forum: Red Hat 04-10-2013
2,475
Posted By versd
Once again guys, I am not talking about exams...
Once again guys, I am not talking about exams itself, I dont need exam questions and dont offer questions/tasks to you. I just need materials for preparation to exams, i hope its clear.
Forum: Red Hat 04-10-2013
2,273
Posted By versd
sure, that 500G are mounted as external drive to...
sure, that 500G are mounted as external drive to your local dir.

just create any dir:
# mkdir /nfsdisk

and mount your share to it:
# mount.nfs ip:/share /nfsdisk
Forum: Red Hat 04-10-2013
34,423
Posted By versd
SSL port is specified in apache ssl config: ...
SSL port is specified in apache ssl config:

# grep ^Listen /etc/httpd/conf.d/ssl.conf
Listen 443

then you can test if is listened:

# netstat -ntpl | grep 443
tcp 0 0 :::443 ...
Forum: Red Hat 04-10-2013
2,475
Posted By versd
you don't understand, I already contacted RH...
you don't understand, I already contacted RH training partner, they give RH books only if you attend for the course for $3000. that's not the case actually, I have enough experience in building Rh...
Forum: Red Hat 04-09-2013
2,475
Posted By versd
Looking for RH4xx v6 books
Hi folks,

I just passed RH401 exam, and now looking for RH423, RH436, RH442, RHS333 RHEL6 workbooks materials. Does anybody have it ? I am ready to provide compensation for that, please pm if...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 05:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy