Search Results

Search: Posts Made By: go0ogl3
Forum: Open Source 07-13-2012
196,946
Posted By go0ogl3
Slackware (since the begining) is my favorite...
Slackware (since the begining) is my favorite distro, but i'm using Debian, Ubuntu, Suse, CentOS, Redhat(Fedora), Gentoo, Knoppix and a few others as well.
18,630
Posted By go0ogl3
It is finding all files wich have a name that...
It is finding all files wich have a name that match the "*.gz"
2>/dev/null means redirect all output error (if exist) to null

Ex.:
find /var/lib -name "*.gz" 2>/dev/null...
6,428
Posted By go0ogl3
How is your input date looking? I don't have your...
How is your input date looking? I don't have your environment to test...
Forum: IP Networking 07-13-2012
3,796
Posted By go0ogl3
You can make a script which changes the routing...
You can make a script which changes the routing rules with every ip change.

Ex.: you can find out the ip (gateway for ppp) with this simple line:
ifconfig ppp0 | grep "inet addr" | cut -f2 -d":"...
2,173
Posted By go0ogl3
I've selected 3 lines from the file: ^TV...
I've selected 3 lines from the file:

^TV Tuner^|LogiLink|VG0011|^Stick USB pt. captura audio-video, Logilink ""VG0011""^|18.50|EUR|s|24|0|Link||scutit|||
^Tablete Internet^|GoClever|^TAB...
Forum: IP Networking 07-07-2012
3,796
Posted By go0ogl3
You can try this: Routing for multiple...
You can try this:

Routing for multiple uplinks/providers (http://lartc.org/howto/lartc.rpdb.multiple-links.html)
Forum: AIX 07-07-2012
6,696
Posted By go0ogl3
How are the two boxes connected? I mean the all 3...
How are the two boxes connected? I mean the all 3 network cards are in the same switch?
If so, the ip's on the interfaces are on different subnets?
For me it seems more like a routing problem...
1,034
Posted By go0ogl3
Or you can use this script: ISPConfig 3 -...
Or you can use this script:

ISPConfig 3 - back-res a Backup and Restore script - HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials...
2,173
Posted By go0ogl3
Thank you Pikk45! One problem solved! Using...
Thank you Pikk45! One problem solved!

Using awk -F'\^\|' '{while(NF<4 && getline p)$0=$0 p}1' on the file I can remove max 4 new lines on the 4th field.
The delimiter used is ^| which is at the...
2,173
Posted By go0ogl3
All records end with a new line. Each record has...
All records end with a new line. Each record has 12 fields separated by "|". If the field contains multiple words with spaces or new lines, then is enclosed with "^".
My problem is I'm not so...
2,173
Posted By go0ogl3
My 4th field is: |^Tableta Internet ARCHOS...
My 4th field is:

|^Tableta Internet ARCHOS 80 G9
...| ...
(more lines)
... "501|838"^|

don't forget that this is only one record which splits on multiple lines...
2,173
Posted By go0ogl3
Because I'll have too many fields then... the 4th...
Because I'll have too many fields then... the 4th field will be splitted in many...
I'll do that only after I have replaced the "|" from the 4th field...
2,173
Posted By go0ogl3
Replace char between chars - help needed
Hello,

I have a csv file with "^" as text delimiters and "|" as field delimiters. It's converted from a xls file. One record looks like this:

^Tablete Internet^|Archos|501838|^Tableta...
Showing results 1 to 13 of 13

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