1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Citrix User Process Cannot be killed?

ebooting the session host will obviously clear the issue but that can be difficult to arrange during business hours. The alternative method is to log into Citrix Studio […]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Wireless Best Practice

Speeds Disable low Data Rates To turn off rates 1, 2, 5.5, and 11, you go into the CLI on the FortiGate and use the following: config […]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 10.00 out of 5)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

How to run C# directly in ASPX page

<%@ Page Language=”C#” %><%@ Import Namespace=”Amazon.S3″%><%@ Import Namespace=”Amazon.S3.Model”%><script runat=”server”>protected void Page_Load(object sender, EventArgs e){string bucketName = “XXXXXX”;AmazonS3Client s3Client = AmazonS3Helper.GetAmazonS3Client();string folderPath = “documents/XXXX/”; PutObjectRequest request = new […]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

AWS \ Folder \ Prefixes

When you manipulate items in windows explorer from AWS s3 bucket , it creates folders which then get uploaded to AWS as 0 byte objects. You can view […]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...