-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Hi
I'm quite new to Linux, but before using it I was hearing that Windows programs, after uninstallation, leaves a lot of remains on the hard disc, and Linux removes all.
I'm using Ubuntu 10.04. To uninstall packages I'm using sudo apt-get autoremove application_name or sudo aptitude purge application_name…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
I run a LVM setup on a raid1 created by mdadm. md2 is based on sda6 (major:minor 8:6) and sdb6 (8:22). md2 is partition 9:2. The VG on top of md2 has 4 LVs, var, home, usr, tmp.
First the problem: While booting it seems as if the device mapper takes the wrong partition for the mapping! Immediately…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Environment: JBoss 5.1.0, JBoss Seam 2.2.0
While trying to get my application running in a clustered environment after login I am getting the following exception. Post login we try to store the currentUser in jboss seam session context.
java.io.NotSerializableException: org.jboss.seam.util.AnnotatedBeanProperty
How…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Caching is a popular topic when we are building a high performance and high scalable system not only on top of the cloud platform but the on-premise environment as well. On March 2011 the Windows Azure AppFabric Caching had been production launched. It provides an in-memory, distributed caching service…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have servlets that caches user information rather then retrieving it from the user store on every request (shared Ehcache). The issue I have is that if a client is multi-threaded and they make more then one simultaneous request, before they have been authenticated, then I get this in my log:
Retrieving…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We currently have primary and secondary DNS servers on our corporate network. They are setup in a master/slave type setup, where the slave gets its DNS information from the master.
I'm trying to figure out what the real advantage is for the master/slave setup instead of just setting up an automated…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Does anyone know if it is possible for a windows 2003 DNS server to update the records for a domain so that it contains all the records of a domain of of a remotely based DNS server?
Im almost certain that doesn't quite explain the problem so I shall illustrate with an example:
We have two offices…
>>> More
-
as seen on Super User
- Search for 'Super User'
I've finally noodled with OpenVPN enough to get it working. Even better, I can mount samba drives, ping network machines through the TUN device, etc - it's all great.
However, I'm noticing that if I have the directive:
push "dhcp-option DNS 10.0.1.1" # Push our local DNS to clients
Then some of…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Within our office, we have a local server running DNS, for internal related "domains", (e.g. .internal, .office, .lan, .vpn, etc.). Randomly, only the hosts configured with those extensions will stop resolving on the Windows-based workstations. Sometimes it'll work for a couple weeks without issue…
>>> More
-
as seen on Article City
- Search for 'Article City'
A DNS or Domain Name System lets you locate computers on a network or the Internet TCP/IP network by domain name. The DNS server sustains a database of domain names or host names along with their cor... [Author: Daisy Osbaldo - Computers and Internet - April 02, 2010]
>>> More