Linux

F

Flint

No, it isn't. You lie. *Everyone* that uses Windows gets malware
sooner or later.
I haven't got a virus infection, spyware, trojan, or adware
(V.I.S.T.A.) in ages... :)

Joking aside, I haven't gotten one since W98. Largely due to the fact
I've always ran a NAT firewall, and just didn't go randomly clicking
on every eye-candy web link. Oh, I've ended up with viruses on my
system on occasion, but none *ever* got loose on my system and were
detected/stopped at the temp folder, and either deleted or moved to
some AV quarantine folder right away. Never had an active virus
infection since 99 though.

I've seen and cleaned of a *boatload* of malware off other people's
systems however. 99.44% of the time, it's because of the biggest,
most unpatched Windows vulnerability ever... *kids*.

But then I've always said letting kids have free and totally
unrestricted internet access is like handing a baby a loaded gun
anyway. Roll the clock ahead to today, and computers have an even
bigger malware threat than any computer malware threat released to
date -- *social networking sites*. These are infecting the minds of
youth around the world too young and too naive to realize the danger
of the social injustice tsunami...
 
B

Big Steel

Riiiiiiiiiiiiiiiiiight.
Riiiiiiiiiiiiiiiiiiiiiiight? I don't lie. You are the world's biggest
liar, because you lie about Linux like all Linux lying users do. You
should crawl back to your hole on your elbows.
 
B

Boscoe

The hackers need root access which is protected and not available in
Linux by default. Yawn.
Waste of time giving advice on there, then, Rip Van Winkle. No-one can
get infected. Now go back to sleep and dream the impossible dream.

Rip: A harmless, drinking, shiftless lout,
Who never would work, but roamed about,
Always ready with jest and song-
Idling, tippling all day long.

PMSL
 
B

Big Steel

Riiiiiiiiiiiight. You just did.
You are a big mouth Linux know it all jive turkey Linux user. So help me
with the code in this program I am working on the job right now. I am
having a lot of trouble with this code I have been working on the job
working this inherited code for about a week now, since you claim to be
the know it all greatest thing since sliced toast -- turkey Linux user.

Private Sub DataGrid1_ItemDataBound(ByVal sender As Object, ByVal e As
System.Web.UI.WebControls.DataGridItemEventArgs) Handles
DataGrid1.ItemDataBound
Dim drv As DataRowView = CType(e.Item.DataItem, DataRowView)
Dim ddl As DropDownList
Dim lnb As LinkButton
Dim cbo As ProgStudios.WebControls.ComboBox
Dim tb As TextBox
Dim ib As System.Web.UI.WebControls.ImageButton
Dim i
Dim ws As New CincinnatiSAS.cbadsasws.svcCBADSAS
Dim wsCookieJar As System.Net.CookieContainer

Try
ws.Credentials = System.Net.CredentialCache.DefaultCredentials
Util.initWebServiceSessionVars(wsCookieJar, ws, Session,
Me.Context.User.Identity.Name)

If e.Item.ItemType = ListItemType.Header Then
If Me.DataGrid1.ShowFooter Then
'when showfooter is on make ADD row visible
CType(e.Item.FindControl("ibAdd"),
System.web.UI.WebControls.ImageButton).Visible = False
CType(e.Item.FindControl("ibAcceptAdd"),
System.web.UI.WebControls.ImageButton).Visible = True
CType(e.Item.FindControl("ibAcceptPlusAdd"),
System.web.UI.WebControls.ImageButton).Visible = True
CType(e.Item.FindControl("ibUndoAdd"),
System.web.UI.WebControls.ImageButton).Visible = True
CType(e.Item.FindControl("ddlBITypeAdd"),
DropDownList).Visible = True
CType(e.Item.FindControl("ddlStatusAdd"),
DropDownList).Visible = True
CType(e.Item.FindControl("tbCircuitIDAdd"),
TextBox).Visible = True

CType(e.Item.FindControl("tbBeginBillDateAdd_Control"),
eWorld.UI.MaskedTextBox).Visible = True
CType(e.Item.FindControl("tbStartDateAdd_Control"),
eWorld.UI.MaskedTextBox).Visible = True
CType(e.Item.FindControl("tbEndDateAdd_Control"),
eWorld.UI.MaskedTextBox).Visible = True
CType(e.Item.FindControl("ibBeginBillDateAdd"),
ImageButton).Visible = True
CType(e.Item.FindControl("ibStartDateAdd"),
ImageButton).Visible = True
CType(e.Item.FindControl("ibEndDateAdd"),
ImageButton).Visible = True
CType(e.Item.FindControl("lbBeginBillDateMaxAdd"),
Label).Visible = True
CType(e.Item.FindControl("lbStartDateMaxAdd"),
Label).Visible = True
CType(e.Item.FindControl("lbEndDateMaxAdd"),
Label).Visible = True
CType(e.Item.FindControl("tbOrigNPAAdd"),
TextBox).Visible = True
CType(e.Item.FindControl("tbOrigNXXAdd"),
TextBox).Visible = True
CType(e.Item.FindControl("tbTermNPAAdd"),
TextBox).Visible = True
CType(e.Item.FindControl("tbTermNXXAdd"),
TextBox).Visible = True
CType(e.Item.FindControl("tbBillItemAdd"),
TextBox).Visible = True

End If

If Me.EditMode = True And Me.EditModeGrid <> FormName Then
CType(Me.saveHeaderItem.FindControl("ibAdd"),
System.Web.UI.WebControls.ImageButton).Visible = False
End If
If CInt(Me.OrderNumber) < 0 Then
CType(Me.saveHeaderItem.FindControl("ibAdd"),
ImageButton).Visible = False
End If
Me.pnlState = e.Item.FindControl("pnlStateCRMCI")
ElseIf e.Item.ItemType = ListItemType.EditItem Then
CType(e.Item.FindControl("ddlStatusEdit"),
System.Web.UI.WebControls.DropDownList).SelectedValue =
drv("BLSTAT").ToString.TrimEnd

If drv("BLSTAT").ToString.TrimEnd = "C" Then
CType(e.Item.FindControl("tbCancelDateEdit"),
System.Web.UI.WebControls.TextBox).Text = drv("BLCNDT").ToString.TrimEnd
CType(e.Item.FindControl("tbStartDateEdit"),
System.Web.UI.WebControls.TextBox).Text = drv("BTCSDT").ToString.TrimEnd
Else
CType(e.Item.FindControl("tbBeginBillDateEdit"),
System.Web.UI.WebControls.TextBox).Text = drv("BLINDT").ToString.TrimEnd
CType(e.Item.FindControl("tbStartDateEdit"),
System.Web.UI.WebControls.TextBox).Text = drv("BTCSDT").ToString.TrimEnd
End If
CType(e.Item.FindControl("lnbEditFeatures"),
System.web.UI.WebControls.LinkButton).Visible = False
CType(Me.saveHeaderItem.FindControl("ibAdd"),
System.Web.UI.WebControls.ImageButton).Visible = False

' CType(e.Item.FindControl("ibEdit"),
ImageButton).Enabled = False

'System.Diagnostics.Debug.WriteLine(CType(e.Item.FindControl("ddlStatusEdit"),
System.Web.UI.WebControls.DropDownList).SelectedValue)
If Me.DataGrid1.EditItemIndex <> -1 Then
If CType(e.Item.FindControl("ddlStatusEdit"),
System.Web.UI.WebControls.DropDownList).UniqueID = "C" Then

CType(e.Item.FindControl("tbCancelDateEdit_Control"),
eWorld.UI.MaskedTextBox).Visible = True
CType(e.Item.FindControl("ibCancelDateEdit"),
ImageButton).Visible = True
End If
End If
ElseIf e.Item.ItemType = ListItemType.Item Or
e.Item.ItemType = ListItemType.AlternatingItem Then
If Me.DataGrid1.ShowFooter Then
CType(e.Item.FindControl("ibEdit"),
System.web.UI.WebControls.ImageButton).Visible = False
CType(e.Item.FindControl("ibEditPlus"),
System.web.UI.WebControls.ImageButton).Visible = False
CType(e.Item.FindControl("lnbEditFeatures"),
System.web.UI.WebControls.LinkButton).Visible = False
Else
If Me.DataGrid1.EditItemIndex <> -1 Then
CType(e.Item.FindControl("ibEdit"),
ImageButton).Visible = False

CType(e.Item.FindControl("lnbEditFeatures"),
System.web.UI.WebControls.LinkButton).Visible = False

CType(Me.saveHeaderItem.FindControl("ibAdd"),
System.Web.UI.WebControls.ImageButton).Visible = False
ElseIf CInt(Me.OrderNumber) < 0 Then
'in view only mode hide Edit buttons
CType(e.Item.FindControl("ibEdit"),
System.web.UI.WebControls.ImageButton).Visible = False

CType(e.Item.FindControl("lnbEditFeatures"),
System.web.UI.WebControls.LinkButton).Text = "View"
Else
CType(e.Item.FindControl("ibEdit"),
ImageButton).Visible = True
End If

If Me.EditMode = True And Me.EditModeGrid <>
FormName Then
CType(e.Item.FindControl("ibEdit"),
ImageButton).Visible = False

CType(e.Item.FindControl("lnbEditFeatures"),
System.web.UI.WebControls.LinkButton).Visible = False

CType(Me.saveHeaderItem.FindControl("ibAdd"),
System.Web.UI.WebControls.ImageButton).Visible = False
End If

If drv.Row.RowState = DataRowState.Added And
Me.EditMode = False Then
CType(e.Item.FindControl("ibRemove"),
System.Web.UI.WebControls.ImageButton).Visible = True
ElseIf Me.EditMode = True And Me.EditModeGrid
<> FormName Then
CType(e.Item.FindControl("ibRemove"),
System.Web.UI.WebControls.ImageButton).Visible = False
End If

''If drv.Row.RowState <> DataRowState.Added AndAlso
drv("updateCRMState") <> 1 Then
'' Dim help As String
''Else
'
CType(e.Item.FindControl("tbBeginBillDateEdit"), TextBox).Text =
Format(drv("fld_foc_date"), "00000000").Substring(0, 2) & "/" &
Format(drv("fld_foc_date"), "00000000").Substring(2, 2) & "/" &
Format(drv("fld_foc_date"), "00000000").Substring(4)
'CType(e.Item.FindControl("tbStartDateAdd"),
TextBox).Text = Me.myDateFormat(drv("BTCSDT"))
'CType(e.Item.FindControl("tbEndDateEdit"),
TextBox).Text = Me.myDateFormat(drv("BTCEDT"))
''End If

If drv("BLSTAT").ToString.TrimEnd = "C" Then
CType(e.Item.FindControl("lnbEditFeatures"),
System.web.UI.WebControls.LinkButton).Visible = False
'CType(e.Item.FindControl("ibEdit"),
ImageButton).Visible = False
End If

If drv.Row.RowState = DataRowState.Added Then
' change background color - this is an add item
For i = 1 To e.Item.Cells.Count - 1
e.Item.Cells(i).BackColor =
IIf(e.Item.ItemType = ListItemType.Item,
System.Drawing.Color.FromArgb(255, 213, 213),
System.Drawing.Color.FromArgb(255, 196, 196))
Next
Me.pnlState.Visible = True
ElseIf drv("updateCRMState") = 1 Then
' change background color
For i = 1 To e.Item.Cells.Count - 1
e.Item.Cells(i).BackColor =
IIf(e.Item.ItemType = ListItemType.Item,
System.Drawing.Color.FromArgb(255, 213, 213),
System.Drawing.Color.FromArgb(255, 196, 196))
Next
Me.pnlState.Visible = True
ElseIf drv("updateCRMState") = 2 Then
' change background color
For i = 1 To e.Item.Cells.Count - 1
e.Item.Cells(i).BackColor =
IIf(e.Item.ItemType = ListItemType.Item,
System.Drawing.Color.FromArgb(255, 255, 213),
System.Drawing.Color.FromArgb(255, 255, 178))
Next
Me.pnlState.Visible = True
ElseIf drv.Row.RowState = DataRowState.Modified Then
'' change background color - this is a changed item
'For i = 1 To e.Item.Cells.Count - 1
' e.Item.Cells(i).BackColor =
IIf(e.Item.ItemType = ListItemType.Item,
System.Drawing.Color.FromArgb(255, 255, 213),
System.Drawing.Color.FromArgb(255, 255, 178))
'Next
'Me.pnlState.Visible = True
End If
' CType(e.Item.FindControl("lbBeginBillDate"),
Label).Text = Format(drv("fld_foc_date"), "00000000").Substring(0, 2) &
"/" & Format(drv("fld_foc_date"), "00000000").Substring(2, 2) & "/" &
Format(drv("fld_foc_date"), "00000000").Substring(4)

Dim it As String = Me.myDateFormat(drv("BTCSDT"))

'CType(e.Item.FindControl("lbStartDateEdit"),
Label).Text = Me.myDateFormat(drv("BTCSDT"))
'CType(e.Item.FindControl("lbEndDateEdit"),
Label).Text = Me.myDateFormat(drv("BTCEDT"))
End If
End If

Return
Catch ex1 As Threading.ThreadAbortException
' ignore this exception
Catch ex As Exception

Util.LogException("wucEgixLegacy_Dedicated::DataGrid1_ItemDataBound",
ex, Me.UserId, Me.OrderNumber)
Me.ErrorMessage = ex.Message
Server.Transfer("wfError.aspx?SASOpenGUID=" & Me.SASOpenGUID)
End Try
End Sub
 
G

Gordon

Linux is full of vulnerabilities . Get over it and stop making excuses.
Either its vulnerable or its not.
It's bullet-proof COMPARED TO WINDOWS.
Get over it and stop posting crappy excuses.
 
D

DanS

Waste of time giving advice on there, then, Rip Van Winkle.
No-one can get infected.
Which of course we all know is not true.

One can be tricked into installing compromised s/w under any
OS....it's called a 'social expoit'.
 
B

Big Steel

On 4/4/2011 1:45 PM, Alias wrote:

<snipped>
<didn't read it>

You are an idiot Linux user that will just keep running your big ass
mouth. However, you can take Linux, ram it down your throat laced in
Drano and choke on it. Then you can take a trip to Japan and stand next
to one of those nuclear reactors for a couple of hours and run your big
ass mouth from there.
 
D

DanS

From an
Take a trip to COLA and see the Linux fan-boys in action.
.....as well as the MS fanboys in action too.

There's no difference between them in COLA.
 
S

Seth

Dr Cox said:
small pecker
Or someone who works in IT. My "home office" consists of 2 desktops, 2
laptops and 3 servers. The servers each host at least 5 VMs each (using
2008R2 with Hyper-V).
 
D

DanS

Like Alias and you?
Uh...no. Not me, and you won't not be able to cite one post
from me that is COLA-esque.

I've tried to coin a new term to replace the term 'Lintard'
that isn't so condescending sounding. It hasn't taken off yet,
however. DLU.....Diehard Linux User......

There are Linux users, like myself. I use Linux, I use
Windows, I use programs that I like and get the job done for
me.

A DLU is one that Linux is the only choice, as well as Linux
applications only. A DLU believes that the WINE project is a
travesty and 'how dare you use a windows binary under Linux'.

A DLU will attack you in a Linux help group because the client
header will say its a Windows program you posted with. And it
doesn't matter that you might be using a windows PC because
your having a networking problem with you Linux box and can't
post with it, just that it's a Winodws client.

A DLU is usually just as narcisstic as a MAC user, and isn't
afraid to let their superiority complex show.

A DLU thinks he is a god of Linux, yet never really helps
anyone. The most-heard reply from them is RTFM. (well.....read
the man pages.)
 
B

Big Steel

On 4/5/2011 9:00 AM, DanS wrote:

<snipped>
<not read>

Do you think that anything you clown needs to be discussed between the
two of us? You don't mean jack to me. Don't think you are worth more
than the dirt I leave on a welcome mat when I clean the bottom of my
shoes on it.
 
D

DanS

On 4/5/2011 9:00 AM, DanS wrote:

<snipped>
<not read>
Not read ?! Another lie.
Do you think that anything you clown needs to be discussed
between the two of us?
You don't mean jack to me.
I must mean enough for you to reply to me.

Don't
think you are worth more than the dirt I leave on a welcome
mat when I clean the bottom of my shoes on it.
You don't post replies to the dirt on the bottom of your shoes,
but you do to me, so yes, I am worth far more, in your eyes.
 
B

Big Steel

On 4/5/2011 10:22 AM, DanS wrote:

<snipped>
<yawn>
<not read>

Disappear boy -- shoo fly shoo.....
 
B

Big Steel

On 4/5/2011 10:57 AM, Alias wrote:

<snipped>
<yawn>
<not read>

You again Spanish fly -- shoo fly shoo.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top