Search Results

Search: Posts Made By: rlopes
Forum: Hardware 08-31-2015
9,687
Posted By linuxmanju
Most likely culprits are HDD or connectors IMHO....
Most likely culprits are HDD or connectors IMHO. If its some critical server I would try replacing both.
Forum: Hardware 08-30-2015
9,687
Posted By Scrutinizer
Shouldn't you be using fdisk -l /dev/sda, seeing...
Shouldn't you be using fdisk -l /dev/sda, seeing as /dev/sda1 is itself a partion ?
Forum: Hardware 08-30-2015
9,687
Posted By linuxmanju
Please post the dmesg output. Do you see any IO...
Please post the dmesg output. Do you see any IO errors there ?.
1,030
Posted By Don Cragun
With a sed that conforms to the standards, it is...
With a sed that conforms to the standards, it is pretty simple:
sed 's/\(.\)\1/\1/g' file

With GNU sed:
sed --posix 's/\(.\)\1/\1/g' filemight work.
1,730
Posted By Akshay Hegde
Removed
Removed
3,631
Posted By MadeInGermany
Simply do sed 's/.*/&</' or sed...
Simply do
sed 's/.*/&</'
or
sed 's/$/</'
Forum: Cybersecurity 01-11-2013
2,004
Posted By Corona688
I think I see it. RewriteRule ^(.*)$...
I think I see it.

RewriteRule ^(.*)$ "http\:\/\/www\.MYSITE\.com$1" [R=301,L]

RewriteRule ^(.*)$ "http\:\/\/www\.MYSITE\.com/$1" [R=301,L]
Forum: Web Development 11-05-2011
2,247
Posted By Scott
Try with: RewriteRule ^mozrank/?$...
Try with:


RewriteRule ^mozrank/?$ "http://www.seobook.com/#a_aid=dh" [L,NE]
Forum: Linux 08-08-2010
4,206
Posted By agama
The http daemon on their server is looking at the...
The http daemon on their server is looking at the user agent name and sending back the 410 because your user agent isn't one of its "supported" browsers. Check the wget man page for the -U option...
Showing results 1 to 9 of 9

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