Skip to main content

My Best Country



Morocco is a country located in North Africa. It has a population of nearly 32 million and an area just under 447,000 square kilometres (173,000 sq mi). Its capital is Rabat, and its largest city is Casablanca. Morocco has a coast on the Atlantic Ocean that reaches past the Strait of Gibraltar into the Mediterranean Sea. It is bordered by Spain to the north (a water border through the Strait and land borders with three small Spanish enclaves, Ceuta, Melilla, and Peñón de Vélez de la Gomera), Algeria to the east, and Mauritania to the south.[6]

Several dialects of Arabic and Berber are spoken in Morocco. However, this linguistic diversity doesn't affect the ethnic situation as the population is largely homogeneous.
Contemporary Morocco
On November 18, 2006, Morocco celebrated the 50th anniversary of its independence. Morocco recovered its political independence from France on March 2, 1956, and on April 7, France officially relinquished its protectorate. Through agreements with Spain in 1956 and 1958, Moroccan control over certain Spanish-ruled areas was restored, though attempts to claim other Spanish colonial possessions through military action were less successful. The internationalized city of Tangier was reintegrated with the signing of the Tangier Protocol on October 29, 1956 (see Tangier Crisis). Hassan II became King of Morocco on March 3, 1961. His early years of rule would be marked by political unrest. The Spanish enclave of Ifni in the south was reintegrated to the country in 1969. Morocco annexed the Western Sahara during the 1970s after demanding its reintegration from Spain since independence, but final resolution on the status of the territory remains unresolved. (See History of Western Sahara.)[22]

Political reforms in the 1990s resulted in the establishment of a bicameral legislature in 1997. Morocco was granted Major non-NATO ally status by the United States in June 2004 and has signed free trade agreements with the United States and the European Union.

Comments

Popular posts from this blog

What is Bitnami ?

                                            What is Bitnami ? Bitnami makes it easy to run your favorite server apps anywhere Bitnami is a library of popular server applications and development environments that can be installed with one click, either in your laptop, in a virtual machine or hosted in the cloud. We take care of compiling and configuring the applications and all of their dependencies (third-party libraries, language runtimes, databases) so they work out-of-the-box. The resulting packaged software (a 'stack') is then made available as native installers, virtual machines and cloud images. These Bitnami application packages provide a consistent, secure and optimized end-user experience when deploying any app, on any platform. Bitnami Cloud Hosting Bitnami Cloud Hosting is a server management solution that makes it incredibly simple to launch and...

Using Sublime Text or gedit when logging as User

For me I used xhost + and it solved the problem. You can use it when you are working in a  remote instance and you wanna use gedit. By default, and for security reasons, the only user that interacts with X-server is the logged-in user. Meaning, You can not initiate a connection to x-server as a different user or in your case as root, unless you have overridden the default setting to allow different users/hosts to connect to x-server. So the error message you are getting is related to x-server since any other user can't connect to it. In order to get around it, you have various fixes you can apply. What I normally do when ever I need to run an X-app as root is as follows. From normal user terminal, I run  xhost +  to grant access to all user temporarily Then I log in as root from a different terminal and execute the X-app ie  gedit tester.php To make it permanent (which I don't suggest), edit  /etc/profile  and add the following line: expor...