Electronic Financial Markets
Friday, August 12, 2016
Thursday, August 4, 2016
Linux Mint for
http://www.pcreview.co.uk/threads/my-thoughts-on-moving-from-windows-to-linux-mint.4069693/
My thoughts on moving from Windows to Linux Mint
bootneck02Any way as I have said I had dabbled once or twice with Linux Distro's and never really tried to understand them but was so fed up with Microcrap I tried several one was Zorin the other was Roblinux both full to the brim with apps but two many apps because they supposedly easy to migrate from Microsoft I found them full of features but really did not sit right with me and then I tried against my better judgement Linux Mint. I found it was easy to use and there is a button to download World Community Grid, all you have to do is forget all Microsoft put all the things out of your mind that you know about that system and it is a new learning experience and as I am a silver surfer that could be a difficult thing but straingly I have found it easy to get my head around and enjoying the experience, so if you are questioning the morality of Microsoft monitoring your privacy have a look at Linux Mint or any other Linux distro you could be surprised and if you need help there many people on this site who will go out of their way to help you.
Kara Hewett
Mint does simplify the knowledge requirements for the Linux
keyboard commands. Among non-programmers, the competition includes
Apple tablets and macs which arguably easier to use than Mint.
SQL DB Table Join
Join query
|
Saturday, July 23, 2016
Running Unix (Putty) from VBA
Hi All,
Kindly help me in the below code. It is running but only when am switching between excel and putty server manually.
Sub Putty()
Dim TaskID As Long
Windows("auto.xlsb").Activate
Sheets("Sheet1").Select
Range("h15").Select
TaskID = Shell("C:\Program Files (x86)\Quest Software\PuTTY\PuTTY.exe duk2srv0256 -pw password", vbMaximizedFocus)
AppActivate TaskID, True
SendKeys "{ENTER}", True
SendKeys "{ENTER}", True
wait
wait
SendKeys "sh /cm/dev/saswork/Inder/CV_Daily_Check/inder.sh"
SendKeys "{ENTER}", True
MsgBox "process completed"
Application.ScreenUpdating = True
Application.DisplayAlerts = True
End Sub
Public Sub wait()
Dim sttime, curtime
Dim tt As Integer
sttime = Timer
tt = 0
While tt < 1
curtime = Timer
tt = curtime - sttime
Wend
End Sub
Kara Hewett
cmd ="C:\MyUtilities\plink.exe -pw PASSWORD USERNAME@IPADDRESS cat /dataops/profits/name.csv"Setfile = CreateObject("Scripting.FileSystemObject").CreateTextFile("c:\name.csv",True) Setshell = CreateObject("WScript.Shell") Setc = WshShell.Exec(cmd)DoWhile oExec.Status =0IfNot oExec.StdOut.AtEndOfStream Then datafile.WriteLine oExec.StdOut.Readall EndIfLoop datafile.Close
Windows Communication Framework Services are not Posting
http://www.pcreview.co.uk/threads/wcf-services-are-not-reponding-after-sometime.4070472/#post-14255825
adl
Implicitly, the issue is whether the WCF services are operational. You could check the services in Task Scheduler and ensure the "Started". Also the logs for Task Scheduler would identify any errors. Also you could ping if the servers are up.
Thursday, July 14, 2016
Error on SNMP Java Client Application
Error on SNMP Java Client Application
P: 45
|
sreekandank
I have written the following SNMP client code to display the hardware information
Expand|Select|Wrap|Line Numbers
Exception in thread "main" java.lang.NoClassDefFoundError: org/snmp4j/TransportMapping at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.ja va:2442) at java.lang.Class.getMethod0(Class.java:2685) at java.lang.Class.getMethod(Class.java:1620) at sun.launcher.LauncherHelper.getMainMethod(Launcher Helper.java:494) at sun.launcher.LauncherHelper.checkAndLoadMain(Launc herHelper.java:486) Caused by: java.lang.ClassNotFoundException: org.snmp4j.TransportMapping at java.net.URLClassLoader$1.run(URLClassLoader.java: 366) at java.net.URLClassLoader$1.run(URLClassLoader.java: 355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.j ava:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:4 23) at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:3 56) ... 6 more Please help me to correct this error. Thanks in advance... |
How to End Process Using Java
How to end process using Java?
P: 1
|
rawash
I am able to fetch all the processes which are running in Windows
task Manager. Now I want to end a particular process from those
processes. Is it possible in Java, or do i need to write some native
code??
Oct 9 '09
#1
Kara HewettYou can also use Task Scheduler on a Windows Server and kill any java program which is running on that server. |
Subscribe to:
Posts (Atom)