Search Results

Search: Posts Made By: spynappels
10
3,381
Posted By spynappels
How about a variation of the following? ...
How about a variation of the following?

var=$(date --date=20120305 +%s)

var=$(($var-86400))

date -d @$var +%Y%m%d

Substitute the first date with a variable from elsewhere in the script...
Forum: IP Networking 07-05-2012
9,297
Posted By spynappels
What version of *nix are you trying to connect...
What version of *nix are you trying to connect to?

Can you use some folder outside of home, like /var/tmp/ to see if that works? It looks like it might have something to do with the way your home...
Forum: IP Networking 07-05-2012
9,297
Posted By spynappels
As you want to do this from a Windows box using...
As you want to do this from a Windows box using PuTTY, you need to look at Plink. This is a tool called from the Windows shell (DOS Prompt) and can be used like ssh. It is especially useful for...
14,314
Posted By spynappels
I'm not sure why you are getting that error, you...
I'm not sure why you are getting that error, you are not even referencing that variable in the line you gave for the ssh command?

You must have set $LOCALDIR earlier as it was referenced in the...
Forum: Red Hat 07-03-2012
4,091
Posted By spynappels
Did you look at the first result from the second...
Did you look at the first result from the second link? That is the documentation which tells you exactly how to install on RAID. The exact RAID levels available depend on whether they are supported,...
Forum: Red Hat 07-02-2012
4,774
Posted By spynappels
Just spun up a CentOS box to check, and you're...
Just spun up a CentOS box to check, and you're right, the box does boot, you just can't do much with it as it does not have anything mounted filesystem-wise.

The good news is that you could...
Forum: Red Hat 07-02-2012
4,091
Posted By spynappels
What form of RAID do you want to use? RAID1 or...
What form of RAID do you want to use? RAID1 or RAID0?

Which bit are you having problems with? The creation of 2 HDD in VirtualBox, or the CentOS installation?

2 HDD in VirtualBox VM
Let me...
2,030
Posted By spynappels
Not sure how this works in SUSE, but could you...
Not sure how this works in SUSE, but could you add the commands in a post-up statement in the interface conf file?
Forum: IP Networking 02-27-2012
1,653
Posted By spynappels
You've added a route without specifying a gateway...
You've added a route without specifying a gateway for it. For the route to work, you'd need to add a gateway parameter too using the gw switch. Also you've set a class C address up as a Class B one,...
Forum: Solaris 02-24-2012
1,419
Posted By spynappels
And this is even easier if you create machines in...
And this is even easier if you create machines in a virtualisation engine like VirtualBox, you can take a snapshot of a clean install and revert when it gets really messed up.
Showing results 1 to 10 of 10

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