Top "User-data" questions

Clear android application user data

Using adb shell to clear application data adb shell pm clear com.android.browser But when executing that command from …

android adb user-data
User-data scripts is not running on my custom AMI, but working in standard Amazon linux

I searched a lot of topic about "user-data script is not working" in these few days, but until now, I …

linux amazon-web-services amazon-ec2 user-data
How to check whether my user data passing to EC2 instance working or not?

While creating new AWS EC2 instance using EC2 command line API, i am passing some user data to new instance. …

amazon-web-services amazon-ec2 user-data
Error 310 (net::ERR_TOO_MANY_REDIRECTS):

What is this error: Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects. I use PHP CodeIgniter and …

php session codeigniter redirect user-data
unsetting some session data in codeigniter

I am saving some data in a session, and certain points in my websites, I am giving the user the …

php codeigniter session user-data
cloud-init: What is the execution order of cloud-config directives?

What is the order of the directives in the cloud-config section of a cloud-init user-data object. This is important to …

user-data cloud-init
How to read userData in jqgrid?

I need to pass userData to jqgrid, but can't find any examples of how to do this. Here's my attempt: …

jquery json jqgrid user-data
Logging user-data Script Output on EC2 Instances on windows

I'm trying to get the ec2 "user-data" script logs and direct them to system log on windows. On linux, someone …

windows amazon-ec2 output user-data
Multiple user_data File use in Terraform

I am trying to have a common user_data file for common tasks such as folder creation and certain package …

terraform user-data
asp.net mvc 3 - set global user data

How can I set global user data that retain some information like name, lastname, etc through pages? If I use …

session authentication asp.net-mvc-3 user-data