Search Results

Search: Posts Made By: flood
10,712
Posted By flood
To compare...
To compare (http://www.sometechtips.com/2011/06/15/comparisons-ksh-equal-equal-to/) strings use "=" for equal and "!=" for not equal.

To compare numbers use "-eq" for equal "-ne" for not equal.
5,419
Posted By flood
I try not to use FTP over the internet. Not sure...
I try not to use FTP over the internet. Not sure where his unix server is, but if it's on the internet use SFTP/SCP. FTP information is sent in the clear...
52,323
Posted By flood
You can use a ^V in your global search and...
You can use a ^V in your global search and replace.

%s/^V^M//g

When you type the control-V it will actually disappear. Your command will look like this:

%s/^M//g



How to Remove Tabs...
2,408
Posted By flood
quirkasaurus, that works great. I've never...
quirkasaurus, that works great.

I've never used a key holding mechanism so thanks. I am sure I will find a lot of uses for it going forward. I really appreciate your help.
2,408
Posted By flood
Reformat Data (Perl)
I am new to Perl. I need to reformat a data file as the last part of a script I am working on. I am stuck on this.

Here is the current format:

CUSTOMER Filename 09/04/07-08:49
CUSTOMER...
1,922
Posted By flood
Cool. That was all that I needed. not only...
Cool. That was all that I needed.

not only is that a 'best practice' (not to share /etc) but it solved my problem.

I created a document root under /var/www/html and moved my wordpress...
1,922
Posted By flood
Permissions & Webhosting
I just setup a Fedora10 box.

I used yum to install : httpd php mysql mysql-server php-mysql
Then I went out to wordpress (blogging software) and installed wordpress in /etc/httpd/wordpress
...
Forum: Solaris 11-21-2008
21,560
Posted By flood
PHP install on Solaris 10
Hi all,

I have been looking for setup instructions for PHP5 on Solaris 10. The only thing I've managed to find is how to compile it for Solaris 9.

To be honest I dont want to compile it. ...
Forum: Solaris 06-09-2008
10,434
Posted By flood
I'll check into commenting in / out. The problem...
I'll check into commenting in / out. The problem with being new at this is I have no idea what I want or don't want. Learning curve.

Basically as long as I can connect to a local printer, use...
Forum: Solaris 06-09-2008
10,434
Posted By flood
That worked thanks! I am just messing...
That worked thanks!

I am just messing around with this system for now so I ran the hardening.driver. Would that cover all the basics? I plan on putting the system behind just a linksys router...
Forum: Solaris 06-09-2008
10,434
Posted By flood
Hardening Solaris 10
So I've just done my first install of Solaris. I installed it on an x86 system and am now in the processing of figuring out what I need to do to 'harden' it. I've got the Security kit downloaded...
4,502
Posted By flood
Grep help
I want to grep a range of times from a file.

File looks like this:
Jun 1 8:50:18
Jun 1 8:53:22
Jun 1 8:59:43
Jun 1 9:34:23
Jun 1 10:02:00
Jun 1 11:02:00
Jun 1 11:03:00
Jun 1...
3,569
Posted By flood
More info needed as asked above. What is the...
More info needed as asked above. What is the remote server? We run a Connect Enterprise server and it will mark files as downloaded after transfer so they cannot be picked up twice. Maybe you have...
Showing results 1 to 13 of 13

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