<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.jordan-lenuff.com/index.php?action=history&amp;feed=atom&amp;title=Cloud_computing%2FGoogle_Cloud_Platform%2FCloud_Shell%2FPersonnaliser_l%27environnement</id>
	<title>Cloud computing/Google Cloud Platform/Cloud Shell/Personnaliser l'environnement - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jordan-lenuff.com/index.php?action=history&amp;feed=atom&amp;title=Cloud_computing%2FGoogle_Cloud_Platform%2FCloud_Shell%2FPersonnaliser_l%27environnement"/>
	<link rel="alternate" type="text/html" href="https://wiki.jordan-lenuff.com/index.php?title=Cloud_computing/Google_Cloud_Platform/Cloud_Shell/Personnaliser_l%27environnement&amp;action=history"/>
	<updated>2026-04-19T22:58:29Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://wiki.jordan-lenuff.com/index.php?title=Cloud_computing/Google_Cloud_Platform/Cloud_Shell/Personnaliser_l%27environnement&amp;diff=1585&amp;oldid=prev</id>
		<title>Jordan : Page créée avec « ==Présentation== Cette page a pour objet de décrire comment personnaliser l'environnement Cloud Shell.  ==Documentation== Cette page s'est appuyé sur la documentation o… »</title>
		<link rel="alternate" type="text/html" href="https://wiki.jordan-lenuff.com/index.php?title=Cloud_computing/Google_Cloud_Platform/Cloud_Shell/Personnaliser_l%27environnement&amp;diff=1585&amp;oldid=prev"/>
		<updated>2023-06-16T09:33:05Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « ==Présentation== Cette page a pour objet de décrire comment personnaliser l&amp;#039;environnement Cloud Shell.  ==Documentation== Cette page s&amp;#039;est appuyé sur la documentation o… »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Présentation==&lt;br /&gt;
Cette page a pour objet de décrire comment personnaliser l'environnement Cloud Shell.&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
Cette page s'est appuyé sur la documentation officielle de GCP : https://cloud.google.com/shell/docs/configuring-cloud-shell?hl=fr#environment_customization&lt;br /&gt;
&lt;br /&gt;
==Mise en œuvre==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get -y install google-cloud-sdk-gke-gcloud-auth-plugin iputils-ping&lt;br /&gt;
# Installaing crcmod&lt;br /&gt;
apt-get -y install gcc python3-dev python3-setuptools&lt;br /&gt;
pip3 install --no-cache-dir -U crcmod&lt;br /&gt;
# Set timezone&lt;br /&gt;
unlink /etc/localtime&lt;br /&gt;
ln -s /usr/share/zoneinfo/Europe/Paris /etc/localtime&lt;br /&gt;
# Install MongoDB shell&lt;br /&gt;
#wget https://downloads.mongodb.com/compass/mongodb-mongosh_1.5.4_amd64.deb&lt;br /&gt;
dpkg -i mongodb-mongosh_1.5.4_amd64.deb&lt;br /&gt;
# Install tfswitch&lt;br /&gt;
curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash&lt;br /&gt;
export PATH=$HOME/bin:$PATH&lt;br /&gt;
# Enf of tfswitch&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jordan</name></author>
		
	</entry>
</feed>