Simply run:
apt-get install memtest86+
It will install memtest and reconfigure the menu.
Simply run:
apt-get install memtest86+
It will install memtest and reconfigure the menu.
As easy as:
[root@web ~]# sqlite3 /var/www/wordpress/.svn/wc.db SQLite version 3.7.17 2013-05-20 00:56:22 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> SELECT "changed_revision" FROM "NODES" ORDER BY changed_revision DESC LIMIT 1; 586 sqlite> [root@web ~]#
To solve this problem:
Can't locate File/Which.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) BEGIN failed--compilation aborted
you just need to install perl-File-Which package:
yum install perl-File-Which
name pptpd ms-dns 8.8.8.8 proxyarp debug lock nobsdcomp novj novjccomp nologfd nopcomp noaccomp mtu 1400 mru 1400 default-asyncmap
To start:
netsh interface portproxy add v4tov4 listenport=8080 listenaddress=0.0.0.0 connectport=80 connectaddress=127.0.0.1
And to remove:
netsh interface portproxy delete v4tov4 listenport=8080 listenaddress=0.0.0.0
You can also use:
netsh interface portproxy reset
or
netsh interface portproxy delete
to drop the forwarding. If you face some issue setting this up please refer to this.
Server-Name-Indication, or SNI, is an official extension to SSL where the client tells the server what hostname it is contacting. It allows to host multiple SSL enabled website on one IP. To get SNI working with requests 2.2.1 you would need the following steps.
To install next packages:
If it works for you, that’s great. But if doesn’t, you might want to make sure:
Once you have all these packages you should be able to use Requests which is able to talk to SNI enabled servers.
Installation of dependencies:
yum install php-channel-aws.noarch php-channel-guzzle.noarch php-symfony2-EventDispatcher.noarch
Installation of the library itself:
pear install aws/sdk
Checking:
[root@robo ~]# pear info aws/sdk ABOUT PEAR.AMAZONWEBSERVICES.COM/SDK-2.2.1 ========================================== Release Type PEAR-style PHP-based Package Name sdk Channel pear.amazonwebservices.com Summary Official PHP SDK for Amazon Web Services. Description The AWS SDK for PHP enables PHP developers to easily work with Amazon Web Services and build scalable solutions with Amazon S3, Amazon DynamoDB, Amazon Glacier, and more. Maintainers Michael Dowling <mtdowling@gmail.com> (lead) Jeremy Lindblom <jeremeamia@gmail.com> (developer) Ryan Parman <ryan@ryanparman.com> (developer, inactive) Release Date 2013-03-18 17:30:25 Release Version 2.2.1 (stable) API Version 2.2.1 (stable) License Apache 2.0 (http://aws.amazon.com/apache2.0/) Release Notes This release adds convenience features for the Amazon S3 client, updates the Amazon RDS client to use the latest API version, resolves an issue with the Amazon EC2 client, and includes support for additional regions and other enhancements. Required Dependencies PHP version 5.3.3 PEAR installer version 1.4.0 or newer Package guzzlephp.org/pear/Guzzle Version 3.0.3 or newer Extension curl package.xml version 2.0 Last Modified 2013-04-16 16:10 Previous Installed - None - Version [root@robo ~]#
Getting list of installed files (there are a lot of them):
pear list-files aws/sdk
Upd.
If it doesn’t work for you, try this way:
pear -D auto_discover=1 install pear.amazonwebservices.com/sdk