Search Results

Search: Posts Made By: verdepollo
Forum: What is on Your Mind? 09-21-2019
11,437
Posted By verdepollo
It is still up but nothing came out. Most of the...
It is still up but nothing came out. Most of the other vinyl stickers are related to DevOps culture... things like CI/CD, pipelines, cloud, ALM, clusters, etc. I have posted it on different...
Forum: What is on Your Mind? 09-20-2019
11,437
Posted By verdepollo
Does anyone know what technology this logo belongs to?
It came in a template full of techy-related stickers for laptop (like Docker, K8s, BigData, RHEL, AWS, etc) but I have no clue what it represents. Any idea?

https://i.imgur.com/7ILp105.png
...
5,916
Posted By verdepollo
That worked out beautifully. And yes, the asset...
That worked out beautifully. And yes, the asset name could be any FQDN so no spaces at all. Thanks a lot!
5,916
Posted By verdepollo
Find header in a text file and prepend it to all lines until another header is found
I've been struggling with this one for quite a while and cannot seem to find a solution for this find/replace scenario. Perhaps I'm getting rusty.

I have a file that contains a number of metrics...
Forum: Programming 03-10-2014
9,112
Posted By verdepollo
A few years back I tried to use it and it was...
A few years back I tried to use it and it was awful. It did not support several advanced shell substitutions and arrays - Has it been improved lately?
Forum: Red Hat 03-10-2014
3,016
Posted By verdepollo
If you're not seeing any bootloader then it most...
If you're not seeing any bootloader then it most likely got wiped out during the installation of SL.

If both Linux use the same GRUB version then it will be a bit easier to just reinstall the...
2,764
Posted By verdepollo
That's definitely a specific feature from the...
That's definitely a specific feature from the shell. Older shells used to only show the commands that were run by a user.
3,576
Posted By verdepollo
You can setup passwordless authentication...
You can setup passwordless authentication (private/public keys) and then write a simple script to iterate each host and run "df" on each one.

Another option would be a monitoring tool like Nagios...
Forum: Red Hat 02-25-2014
2,658
Posted By verdepollo
Have you set your $PATH within the script? ...
Have you set your $PATH within the script?

Does the script work if you run it by hand?

Also, for simplicity you can substitute 2> /dev/null > /dev/null with &> /dev/null.

I'm wondering...
2,124
Posted By verdepollo
"dos2unix" can convert CRLF into LF and vice...
"dos2unix" can convert CRLF into LF and vice versa. It's available for Unix, Mac and Windows.
Forum: Red Hat 02-24-2014
2,332
Posted By verdepollo
If there's no need to configure anything then...
If there's no need to configure anything then just copy the files over to the new location.
Forum: Red Hat 02-24-2014
63,868
Posted By verdepollo
Some hardware manufacturers (if not all) include...
Some hardware manufacturers (if not all) include their own set of tools for a specific server type (if it's not bundled with the OS you can download it from their respective sites).

ProLiant...
2,064
Posted By verdepollo
Unless you use the -a flag too: usermod -aG...
Unless you use the -a flag too: usermod -aG <groups> user
Forum: Solaris 12-27-2013
1,740
Posted By verdepollo
enable is also a bash built-in so you have to be...
enable is also a bash built-in so you have to be careful not to call the wrong "enable" when attempting to bring up a printer.
1,791
Posted By verdepollo
Yes, but... Keep in mind that different...
Yes, but...

Keep in mind that different operating systems also have different implementations for the same tools, even the simplest ones.

This is particularly noticeable when you compare GNU...
Forum: SuSE 10-30-2013
4,090
Posted By verdepollo
That depends; There should be 32-bit and 64-bit...
That depends; There should be 32-bit and 64-bit versions of most libraries.

You can use file to determine if the one you have is for 32/64 bit systems.

For example, this is what I get on my...
1,791
Posted By verdepollo
man pages are independent from the shell so...
man pages are independent from the shell so you'll see the same info regardless of the one you use (assuming you have the same version of the manuals, of course). Some distributions pack all the man...
3,101
Posted By verdepollo
Yes, they're both similar.
Yes, they're both similar.
Forum: Red Hat 10-24-2013
1,010
Posted By verdepollo
Why would you want to use other tools? nmap works...
Why would you want to use other tools? nmap works perfectly fine.

You could also try netcat.
7,106
Posted By verdepollo
I don't see any questions in this post but in...
I don't see any questions in this post but in bash, an exit value of 1234567890 will always return 210 (1234567890 modulo 256).
26,167
Posted By verdepollo
You can't expect curl to guess the protocol to...
You can't expect curl to guess the protocol to use; you need to specify that you want to use FTPS. Something like:
curl --ftp-ssl --cert us.pem -u username:password -T /full/path/to/file...
Forum: Red Hat 10-23-2013
2,170
Posted By verdepollo
I bet someone has managed to hack a solution for...
I bet someone has managed to hack a solution for hardware accelerated remote X.

I was amazed when I discovered mplayer ASCII video support; I have no idea why anyone would even bother implementing...
2,770
Posted By verdepollo
For simple backups you can use Win7 own tool...
For simple backups you can use Win7 own tool "Backup and Restore".

You have to use "Pro" or "Ultimate" versions if you want to backup to a network drive, though.
Forum: OS X (Apple) 10-23-2013
5,091
Posted By verdepollo
Using the above method *might work* but you won't...
Using the above method *might work* but you won't have access to many Cocoa tools; "Foundation" might somewhat work since it's based in OpenStep specification, but AppKit and CoreData will most...
Forum: Red Hat 10-23-2013
2,170
Posted By verdepollo
With ~100 MBs I would choose twm or Enlightment...
With ~100 MBs I would choose twm or Enlightment running on top of TinyX... or run the X server remotely.
Showing results 1 to 25 of 500

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