Search found 192 matches

by mister_v
Fri Sep 03, 2010 3:11 am
Forum: General
Topic: Solved: Remove the ^M Character
Replies: 2
Views: 24489

Solved: Remove the ^M Character

Hi,

I have some problems with whitespace characters in a txt document.
I have converted the newline characters \n\r but still have some problems with whitespace.

It is identified by ^M.
How do i get rid of it?

Thanks,
by mister_v
Mon Aug 30, 2010 11:13 pm
Forum: General
Topic: How do i get columns out of text in shell
Replies: 1
Views: 22913

How do i get columns out of text in shell

Hello,

How do i get columns out of text in shell?

Tried with substrings

Code: Select all

${stringZ:7} 
But it isn't exactly what I'm looking for.
by mister_v
Thu Aug 26, 2010 1:29 pm
Forum: PHP
Topic: update php on CentOS
Replies: 2
Views: 23127

Re: update php on CentOS

Hello, I did the steps you set, but got the following error messages: --> Finished Dependency Resolution Error: Missing Dependency: libssl.so.5 is needed by package php Error: Missing Dependency: libcrypto.so.5 is needed by package php Error: Missing Dependency: libssl.so.5 is needed by package php-...
by mister_v
Wed Aug 04, 2010 9:13 am
Forum: PHP
Topic: update php on CentOS
Replies: 2
Views: 23127

update php on CentOS

Hi, I want to update my php-version on CentOS Linux. But when I do the update command I says that there are no updates # yum update php Could not find update match for php No Packages marked for Update/Obsoletion But I only have version php 5.1.6, And I known that there are newer version out there. ...
by mister_v
Sun Jul 18, 2010 6:13 pm
Forum: PHP
Topic: SOLVED: How to send a HTML mail
Replies: 1
Views: 20629

SOLVED: How to send a HTML mail

Hi,

I want to send a HTML-mail.

I know to use the mail-function.
But it only send text, not in HTML format.

Thanks,
by mister_v
Thu Jul 01, 2010 3:56 pm
Forum: Servers
Topic: Solved: bincimap not starting
Replies: 2
Views: 32270

Re: bincimap not starting

Thanks it worked :-)
by mister_v
Mon Jun 28, 2010 7:41 am
Forum: Servers
Topic: Solved: bincimap not starting
Replies: 2
Views: 32270

Solved: bincimap not starting

Hi,

After a reboot of my server bincimap was no started.
I tried staring it manually, but got following error:

Code: Select all

svc -u /service/bincimap/
svc: warning: unable to control /service/bincimap/: supervise not running
The command worked the last time I started it.
by mister_v
Mon Jun 14, 2010 8:28 pm
Forum: PHP
Topic: Solved: print of double/float
Replies: 1
Views: 20702

Solved: print of double/float

Hello,

I want to print a double/float value,
but i get to much numbers behind the comma.

example: 55.3333333333

I only want 2 numbers behind the comma.

Thanks
by mister_v
Sat Mar 20, 2010 8:01 pm
Forum: Apache
Topic: Solved: Apache won't start: no listening sockets available
Replies: 4
Views: 30782

Re: Apache won't start: no listening sockets available

Starting with the arguments makes it work:

Code: Select all

apache2 -D DEFAULT_VHOST -D PHP5 -k start
Thanks,
by mister_v
Fri Mar 19, 2010 11:41 pm
Forum: Apache
Topic: Solved: Apache won't start: no listening sockets available
Replies: 4
Views: 30782

Re: Apache won't start: no listening sockets available

I added the line: Listen 80 And the server starts without error: apache2 -k start But when I try accessing my site I get: 403 Forbidden You don't have permission to access / on this server. Apache Server at localhost Port 80 In my error log I get: tail /var/log/apache2/error_log [error] [client 127....