To not forget anymore…. All the new CPU support the 64 bit architecture. But If I have an almost-old CPU ? How can I check ?
…using the command lscpu.
To not forget anymore…. All the new CPU support the 64 bit architecture. But If I have an almost-old CPU ? How can I check ?
…using the command lscpu.
The profile is the location where all data about a user are stored, including the user’s environment and preference settings. For example when you install a software (i.e. Outlook) the configuration and data about this user (account, database of all the emails) are stored in user profile (default configuration). If another user logon in the same PC, with another account, this user won’t see the data and configuration/personalization of the former user: every users has a different profile (i.e. this user won’t see the account used by the former user, and the emails too).
Using Freetds we can connect php code in Linux to Microsoft Sql Server.
We start from a fresh installation of Ubuntu 11.04.
# apt-get install dpkg-dev # apt-get install apache2 # apt-get install php5 # /etc/init.d/apache2 restart
To check that php5 works fine
# php -v PHP 5.3.5-1ubuntu7.10 with Suhosin-Patch (cli) (built: Jun 19 2012 00:54:05) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
Now if all works fine you can continue. Click here to continue reading Php code in Linux to Ms Sql Server using Freetds