Is it possible to somehow limit the access to an Amazon S3 account. I don't really like the idea of distributing my secret access key to all of my applications, that want to access just a single bucket on my account. If someone gains access to one of the applications, I could loose all my data stored on S3.
One way I was thinking to do it would be…
I have an IIS 7, Windows Server 2008 R2 box with a relatively fresh install. I've deployed a .NET 2.0 application using windows autentication to the server, and from the default website, added it as an application. I updated the IIS authentication to enable Windows Authentication.
When I went to share out the physical directory for the…
Please note that exam results for all Oracle Certification exams will be accessed through CertView, starting October 30th, 2012.
Exam results will no longer be available at the test center, or on the Pearson VUE website. Candidates will receive an email from Oracle within 30 minutes of completing the exam to let them…
Hello,
How do I go about debugging a networking problem where the office printer is shared off a Windows XP PC and is very slow from me to access? Print/changing any settings can take several minutes and applications often display "Not Responding" in this time.
My machine is a Windows Vista PC. The other PCs in the office are either…
I'm trying to mount a single NFS folder from server say "/share/folder" to multiple clients up to 32 clients, and the clients tries to access the folder and create files. The problem I'm facing is that when I execute the write command I see only one client is able to access the folder the remaining clients are blocked and not able to…
I haven’t been blogging about ACS2 in the past because it was not released and I was
kinda busy with other stuff. Needless to say I spent quite some time with ACS2 already
(both in customer situations as well as in the classroom and at conferences).
ACS2 rocks! It’s IMHO the most interesting and useful (and most unique) part of the…
How do I go about debugging a networking problem where the office printer is shared off a Windows XP PC and is very slow from me to access? Print/changing any settings can take several minutes and applications often display "Not Responding" in this time.
My machine is a Windows Vista PC. The other PCs in the office are either Vista…
In this tip, I am going to show you how you can create a Data Access Layer (to store, retrieve and manage data in relational database) in ADO .NET. I will show how you can make it data provider independent, so that you don't have to re-write your data access layer if the data storage source changes and also you can reuse it in…
I'm having some problems configuring my local proxy server so that it would restrict access to certain websites.
The proxy server I'm using is Squid; I edited its configuration file found in /etc/squid/squid.conf to include the following:
acl wikipedia dstdomain .wikipedia.org
http_access deny wikipedia
I tried to redirect…
Sometimes we need to import information from MS Access. We could use the Microsoft SQL Server Migration Assistant, but sometimes we need to add custom transformations and it is necessary to use more sophisticated tools. In this tip, we are going to walk through step by step how to migrate a MS Access table to SQL Server using…
Hi Linux Admins
I set up a small shared hosting that contains some sites.
For each site, there is a user. I mean, for abcd.com, I created abcd.com user and put htdocs for web hosting.
I have no idea on how to prevent abcd.com from accessing xyzd.com's data.
I have chmoded by changing 0 to others permission, which makes…
I have installed a LAMP stack (sudo tasksel install lamp-server) and wordpress (sudo apt-get install wordpress), but now, I would like to access my server remotely, to be used as a home fileserver.
For example, my public ip is 82.16.xxx.xxx. Opening it in firefox with the suffix :8080 brings up my router config page..?…
Since upgrading to Ubuntu 12.10 no other user can access the external hdd. This is awkward as its a family pc and we use the hdd to store music and save backups across the several accounts.
The external hdd seems to mount just to my account now, i.e. /media/[user1]/[ext hdd], and while all the other users can see the…
Something's wrong with Ubuntu. Since I've upgraded to 13.10, I can't access some websites for no apparent reason.
I've tried everything imaginable to solve this problem :
Made sure that MTUs are the same,
Disabled IPv6 in both the network manager and used browsers,
Deactivated my network keys,
DMZed my computer,…
I have a folder shared with permissions of only one user account, admin account and admin group having access to it, but when I open the shared area from a second user account which dose not have access to it, the folder is still visible to the second account despite ABE being enabled on it and all other parent…
Where in the unix filesystem is the conventional location to save non-user specific data, for example data shared via nfs or ftp, or backups?
I could obviously create and use any arbitrary folder (such as /home/shared, /data or /var/data), but I'm really wondering if there are any "best" or "common" practice…
Where in the unix filesystem is the conventional location to save non-user specific data, for example data shared via nfs or ftp, or backups?
I could obviously create and use any arbitrary folder (such as /home/shared, /data or /var/data), but I'm really wondering if there are any "best" or "common" practice…
When you share a directory using samba, you can do this system-wide by editing the /etc/samba/smb.conf file (the advanced way) or by right-clicking a directory using Nautilus and selecting 'Sharing Options' (the easy way). However, while I can see what directories are shared system-wide by looking at…
I am trying to use my school's WPA Enterprise network to access the internet with my Three-OS laptop. I currently have Windows7, Ubuntu11.10 and Backtrack5 installed.
I can use my home's WPA2 network without any issues with the 3 OS.
I can successfully connect to my school's network with the 3 OS…