Old Server:
IBM X235
ServeRAID 6i
3x73,4GB , RAID5
Suse 9.1 Pro
New server:
IBM X236
ServerRAID 6M
Is it possible to take the harddrives from the X235 and put them in the X236 and just push power button?
The OS is installed on the RAID5 package...
Does Suse use different drivers for the 6M...
I'm currently having a network with one Linux/Samba server acting as primary domain controller. Now I need to connect a Windows 2003 server to the network acting as a database/software server (financial software). Is it possible to have the Windows server connected to the domain as a slave...
I run a mysql query that populates as dataset. This is then used for displaying data in a Crystal Report.
But now to the problem. The dataset contains many columns but only a few is used in the report. Is it possible to change the datafields in the report to show different data based on what I...
I have dynamicly created controls on a panel. The panel has got 'autoscroll' enabled and everything works fine. The crollbars show up as they should. The only problem is that this software must operate whitout a mouse... (Kiosk mode).
Are there any clever persons out there that can tell me how...
A have created a form as a custom menu but I don't know how to close it if I click outside it (same behaviour as a contextmenu). The form i opened when I right-click on a datagrid.
I have searched the whole internet for a solution...
I have a listview that needs a search function.
So I need to put a textbox in the contextmenu to write the search criteria in (like in access). Is this possible?
I have a datagrid binded to a dataset and it shows data ok.
Now i need a search function...
I have created a textbox where the users can write their search string. I need a function that hilights the row in the datagrid corresponding to the value they just entered in the textbox.
I have dynamicly created textboxes in a windows form.
Now I need to create mouse click events to the textboxes and I'm stuck...
I normal cases this would be the solution:
Private Sub TextBox1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.Click...
I have a table in a dataset. I need to delete several rows in that table. But if I do like this:
For Each row In newDataTable.Rows
If row(1) = 505050 Then
newDataTable.Rows(linenr).Delete()
End If
linenr = linenr + 1
Next
then...
I have populated a datagrid with data from a MySql table in normal maners (MySqlDataAdapter, DataTable etc).
Now, when I change data (rows or cells) the data in MySql must change at the same time. All information I can find is about asp.NET with a [EDIT] button. I like the datagrid to function...
I have a excel workbook that contains 2 sheets.
The first is a regular calculation and the second consists of two columns. The first coulmn is filled with Customer IDs and the second is the Costumer Names. Now I need a macro that looks up the name in the second sheet when I type the ID in the...
I'm currently using popfile as a proxyserver for fighting spam on our network. Now I wonder if there is a similar proxy server for viruschecking. It needs to be server/proxy based and must not be using a mailserver like postfix or sendmail. We are using our ISP:s mailserver.
I have 2 tables.
One containing data about documnets (doc_table) and one containing data about who is responsible for the document doc_owner_table).
doc_table:
-name
-info
-owner_id
-bla bla bla
doc_owner_table:
-name
-owner_id
I need a query that first inserts the document name (number) into...
I have just migrated from Novell NetWare 5 to Samba 3.
Now it seems that everytime a user opens AutoCad 2004 or opens a drawing, local or on server the server processor goes to 100%. Opening a drawing takes up to 3min (with novell 3sec!!!). Everything else is working ok, even opening large...
I have just migrated from Novell NetWare 5 to Samba 3.
Now it seems that everytime a user opens AutoCad 2004 or opens a drawing, local or on server the server processor goes to 100%. Opening a drawing takes up to 3min (with novell 3sec!!!). Everything else is working ok, even opening large...
I have a share on an samba PDC that is restricted by acl:s and "inherit permissions" and "hide unreadable" is set to yes in smb.conf.
Acl list of share:
# file: data/share1
# owner: USER-A
# group: A
user::rwx
group::rwx
group:A:rwx
group:B:r-x
mask::rwx
other::---
The share contains several...
I'm trying to port the backend database of a aplication from access format to MySql. But the update queries takes much longer with Mysql... If I run the following query on a access mdb-file, it takes around 30s but with mysql 5.43min...
UPDATE work INNER JOIN prod ON work.num = prod.num SET...
Is it possible to have som proxyserver to add username:password to a http-address so I dont need to write 'http://USERNAME:PASSWORD@www.aaa.bb' to login to the site? Need it for a special application that can't handle autentication.
Jan-Eric Enlund
Is it possible to have som proxyserver to add username:password to a http-address so I dont need to write http://USERNAME:PASSWORD@www.aaa.bb to login? Need it for a special application that can't handle autentication.
Jan-Eric Enlund
Senario:
Windows 2000 server:
DNS-server for local network - forwards internet requests to linux DNS server.
AD-server.
Linux server:
DNS-server (BIND9) for internet addresses.
Squid proxy server.
The problem is that I want to be able to set up Squid ACL:s based upon...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.