banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Messages posted by: mr.khungxox  XML
Profile for mr.khungxox Messages posted by mr.khungxox [ number of posts not being displayed on this page: 12 ]
 
Hôm qua nay em cố gắng cài netbeans 6.7.1 cho fedora 11.
Đầu tiên em download gói "jdk-6u16-linux-i586.bin" bản JVM mới nhất trên mạng về cài bình thường.
Tiếp theo em down gói netbeans cho linux về cài :
Code:
[root@localhost ~]# java -version
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.4.1) (fedora-20.b14.fc11-i386)
OpenJDK Client VM (build 14.0-b08, mixed mode)
[root@localhost ~]# which java
/usr/bin/java
[root@localhost ~]# ./netbeans-6.7.1-ml-cpp-linux.sh
Configuring the installer...
Searching for JVM on the system...
Extracting installation data...
Installer file /root/netbeans-6.7.1-ml-cpp-linux.sh seems to be corrupted
[root@localhost ~]#

Em lúc đầu tưởng là do lỗi trong lúc download file netbeans. nên đã tắt IDM cho down bằng phần download mặc định của firefox. Nhưng đã down đi down lại 3 lần lần nào nó cũng báo cái lỗi như vậy. Tìm trên mạng thì không có thông tin gì cả.

còn cái lạ nữa là :
Code:
ls /usr/
bin etc games include kerberos lib libexec local sbin share src tmp

trong này chả thấy bóng dáng cái thư mục java đâu cả.
Tóm lại: ai biết cách sửa cái lỗi này hay đã gặp cái lỗi này mà sửa đựoc thì giúp em với.
Chân thành cảm ơn.
collision ở đây là gì anh, khi nào bị? 

Theo mình được biết thì collision ở đây có nghĩa là bạn mò đại thế nào mà tự dưng kiếm được một cái từ hay 1 cụm từ vớ vẩn nào đó có giá trị hash trùng với giá trị hash của password của bạn. Ví dụ :
Mình có password là "123456" -->hash value="abcdefghijklmn"
tự dưng mình cũng mò ra được một khóa từ thứ 2 : "789" -->hash value="abcdefghijklmn" luôn. --xảy ra collision

đó là một nghĩa nhỏ của từ collision.

PS: đúng không bác conmale smilie

Cảm ơn anh. lần sau em sẽ cố gắng đặt tiêu đề cho đúng hơn.
xin lỗi em copy thiếu :
Code:
#!/bin/bash
size=4096
folder=$1
index=0
for file in $( find $folder -type f)
do
filesize=$( ls -l $file | awk '{print $5}')
echo "Process $file --$filesize"
if [ $filesize-gt$size ]; then
_fileName[$index]=$file
_filesize[$index]=$filesize
let "index=index+1"
fi
done
echo "so luong tap tin: $index"
for((i=0;i<index;i++))
do
echo -e "`basename ${_fileName[i]}` -- siz: ${_filesize[i]}"
done
exit 0
>
em sài fedora 11 viết một chương trình bash shell :
Viêt́ chương trình shell liêṭ kê cać tâp̣ tin trong thư muc̣ nhâp̣ có kích thước lớn hơn > 4KB theo dạng sau :
Tổng số tâp̣ tin
Tập tin 1 kích thước
.....
tập in n kích thước
Code:
#!/bin/bash
folder=$1
index=0
for file in $( find $folder -type f)
do
filesize=$( ls -l $file | awk '{print $5}')
echo "Process $file --$filesize"
if [ $filesize-gt$size ]; then
_fileName[$index]=$file
_filesize[$index]=$filesize
let "index=index+1"
fi
done
echo "so luong tap tin: $index"
for((i=0;i<index;i++))
do
echo -e "`basename ${_fileName[i]}` -- siz: ${_filesize[i]}"
done
exit 0

kết quả :chẳng biết chỗ so sánh -gt của em sai như thế nào mà mấy tập tin có kích thước nhỏ 143(<4096) mà nó vẫn hiện ra nữa .
Code:
[root@localhost shell]# ./dstaptin.sh
Process ./3.sh --143
Process ./1.sh --201
Process ./5.sh --129
Process ./2.sh --38
Process ./dstaptin.sh --411
so luong tap tin: 5
3.sh -- siz: 143
1.sh -- siz: 201
5.sh -- siz: 129
2.sh -- siz: 38
dstaptin.sh -- siz: 411
[root@localhost shell]#


Mong ai biết giúp với, cám ơn nhiều.

Em sài fedora 11. Đọc trên mạng bật NFS để chia sẻ file trên server nhưng mắc phải cái lỗi này thấy nó lạ quá không biết sửa làm sao cả:
khi start thằng nfs thì start bình thường, tuy nhiên thằng portmap thì không được
Code:
[root@localhost ~]# service portmap start
portmap: unrecognized service

tiếp theo đánh lệnh
Code:
[root@localhost ~]# ls -l /etc/init.d
lrwxrwxrwx. 1 root root 11 2009-09-14 04:09 /etc/init.d -> rc.d/init.d

Thế này có nghĩa là cái init.d nó trỏ sang bên file rc.d/init.d. ls trong /etc/rc.d/init.d không thấy portmap.

em không biết sao nữa. bèn tìm trong / thì được kết quả như sau:
Code:
find / -name "*portmap*"
/usr/src/kernels/2.6.29.4-167.fc11.i686.PAE/include/asm-generic/libata-portmap.h
/usr/share/selinux/devel/include/services/portmap.if
/usr/share/selinux/targeted/portmap.pp.bz2
/etc/selinux/targeted/modules/active/modules/portmap.pp
/etc/selinux/targeted/modules/tmp/modules/portmap.pp
/var/lib/nfs/rpc_pipefs/portmap

Theo hướng dẫn trên mạng thì portmap nó nằm trong etc/init.d nhỉ? smilie

em đánh lệnh thì thấy cả đống portmap đang chạy, không biết thế này là thế nào? hay trong fedora 11 nó đổi chữ portmap thành chữ khác rồi nhỉ?
Code:
rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 59408 status
100024 1 tcp 57197 status
100011 1 udp 875 rquotad
100011 2 udp 875 rquotad
100011 1 tcp 875 rquotad
100011 2 tcp 875 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100021 1 udp 37400 nlockmgr
100021 3 udp 37400 nlockmgr
100021 4 udp 37400 nlockmgr
100021 1 tcp 46526 nlockmgr
100021 3 tcp 46526 nlockmgr
100021 4 tcp 46526 nlockmgr
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100005 1 udp 37587 mountd
100005 1 tcp 44290 mountd
100005 2 udp 37587 mountd
100005 2 tcp 44290 mountd
100005 3 udp 37587 mountd
100005 3 tcp 44290 mountd


Mà lạ cái nữa là mỗi dịch vụ có quá trời vers chạy luôn :1 (tcp,udp) 2(udp,tcp) ...

Tóm lại :
+Tại sao mỗi service lại có nhiều vers chạy như vậy?
+Cái portmap như vậy là sao nhỉ? khỏi động gọi tên nó không được mà nó lại rành rành xuất hiện trong cái service đang chạy?
+Làm sao để cài và start mapport bình thường?
Ai biết thì giúp đỡ với, chân thành cảm ơn smilie smilie smilie smilie . Em là newbie trong unix .



Cảm ơn anh Kas smilie .Thấy bài viết nào của anh cũng rất nhiệt tình và rất đúng vấn đề. Hi vọng sẽ mãi được anh kas giúp.
Anh Conmale , cám ơn anh, tài liệu anh đưa rất hữu ích. Tuy nhiên nếu anh trả lời cho em + đưa tài liệu tham khảo thêm ( giống anh Quanta smilie ) thì smilie . tại đôi lúc có tài liệu nhưng không phải lúc nào cũng có thời gian để đọc và lọc hết nó, em cài fedora không phải mục đích để thành Expert in linux mà đơn giản là để học lập trình song song với MPI thôi ạ. em định dành thời gian tìm hiểu về MPI.
Em mới làm quen với fedora 11 được 2 ngày nên còn rất mù mờ về nó , có mấy câu hỏi muốn hỏi:
+ Em muốn chỉnh dùng open DNS cho máy tính (còn ip vẫn do moderm cấp) nhưng chỉnh xong sau đó tắt máy khởi động lại nó vẫn hiện ra cái dns ban đầu .làm sao để lưu lại cấu hình DNS nhỉ?
+Em tạo ta 1 cái user bẳng lệnh useradd . làm sao để xoá hoàn toàn user đó mất tăm khỏi hệ thống luôn nhỉ? (tức là trong mấy file /etc/passwd , /etc/shadow ... cũng không xuất hiện luôn nhỉ?
+ cái locate-vi ...là cái gì vậy nhỉ?
Cảm ơn mấy anh đã đọc và mong được giúp đỡ smilie
Nó dùng thuật toán gì liên quan đến ECB mà mình ko hiểu cách dùng, lu mù quá 

Một chút thông tin liên quan tới ECB có thể hữu ích cho bạn:
- Trong mã hóa dữ liệu thường được chia thành từng đoạn (block) thường là 64 hay 128. Như vậy khi bạn mã hóa một văn bản dài thì nãy sinh vấn đề là một nó không chia hết cho 64bit hay 128bit --> sinh ra vấn đề thao tác với đoạn dữ liệu dư đằng sau (thuật ngữ chuyên môn gọi là modes of operation ).
- Các kiểu Modes of operation : ECB( Electronic codebook) ,CBC,OFB,CFB.
Cơm thêm về ECB:
+Thông điệp cần mã hóa được chia thành từng đoạn, mỗi đoạn được mã hóa độc lập nhau.
+Hạn chế: các khối có cùng nội dung, sau khi mã hoá xong cũng tạo thành các khối kết quả giống hệt nhau do đó Không che giấu được các “mẫu” dữ liệu (data pattern).


Mã hóa trong ECB:


Trong hình trên thì dữ liệu ban đầu đựoc chia thành nhiều đoạn độc lập nhau (các plaintexts) sau đó áp dụng khóa (key) và một thuật toán mã hóa nào đó để mã hóa thành các dữ liệu đã đựoc mã hóa (cipher text) tương ứng, văn bản đựoc mã hóa cuối cùng là hợp của các ciphertext này.


Giải mã trong ECB:


Khi bạn có dữ liệu là một đoạn dữ liệu đã mã hóa, bạn chia nhỏ nó thành các block (cipher text như hình trên ) áp dụng khóa (key ) cùng với thuật toán giải mã tương ứng sẽ giải mã được thành các đoạn plaintext, văn bản cuối cùng là hợp nhất của những plaintext này.

Lưu ý với bạn một chút là : thuật toán mã hóa đựoc sử dụng ở đây là loại mã hóa đối xứng dạng như DES hay Rijndael gì đó.
Tóm lại: theo mình biết với dữ liệu đầu vào của bạn là một đoạn plaintext ,key và cipher text tương ứng thì vẫn chưa biết đựoc cách mã hóa mà người ta dùng . muốn biêt chỉ có một cách là thử một số phuơng pháp mã hóa thông dụng với plaintex + key đó nếu ra đúng là cipher text kia thì ra rồi. ( có lẽ cũng nhanh thôi)
Còn về code nếu bạn hỏi trên .net thì mình có chứ còn hỏi trên php thì mình không biết.
Chúc bạn thành công.

vulahong wrote:
Cám ơn bác

nếu viết trong php thì code như nào vậy? 


Cũng bình thường như mấy cái khác thôi bạn. đây là 1 đơn cử về lớp kết nối csdl của mình.
Code:
class DataProvider
{
private $conn;
....
public function __construct()
{
$this->conn = mysql_connect(HOST,USER,PASSWORD);
if(!$this->conn)
{
throw new Exception("Mysql Error: Could not connect to ".HOST.": ".mysql_errno." :".mysql_error());
return 0;
}
else
{
if(!mysql_select_db(DATABASE))
{
throw new Exception("Mysql Error: Could not select database ".HOST." :".mysql_errno." :".mysql_error());
return 0;
}
mysql_query("SET NAMES 'utf8'",$this->conn);// chỉ có thêm chỗ này thôi bạn
return $this->conn;
}
}
...
}
mình thường hay làm như thế này :
MySQL connection collation = utf8-general-ci
trước mỗi connect set :mysql_query("SET NAMES 'utf8'",conn);
ý bạn nói là cái này phải không
Code:
http://str0ke213.tradebit.com/pub/8/104.flv


down thử về coi cho đỡ buồn!
Chào các anh chị.
Em tối hôm qua update kaspersky bản antiviruts 8. sau đó quét. sáng ra khi mở máy lên nó báo phát hiện được cỡ 7,8 con viruts chủ yếu trong system .thì chạy đựoc 5 phút tự nhiên nó báo lỗi."
"Generic Host Process for Win32 Services has encountered a problem and needs to close. We are sorry for the inconvenience."
Nó bắt ấn vào "don't send" sau khi ấn xong thì máy không thể vào internet được tiếp, mặc dù máy vẫn báo là đang kết nối internet như bình thường.nhưng khi restart lại thì dùng bình thướng, sau đó 1 lúc lại bị y như trên.
em mò trên google có rất nhiều bài nói về lỗi này do viruts conficter (trên hva cũng có bài bàn luận rất sôi nổi )em có down bản FixDownadup.exe(nó báo không phát hiện ra worm nào) về scan sau đó update bản WindowsXP-KB958644-x86-E.exe
tình hình có khả dĩ hơn là vô hva post đựoc bải này(nhưng chỉ 3,4 site thôi).vô google cũng không được
nó đến nỗi cổng 995 pop3s nó của em nó hoạt động cũng báo mất kết nối. smtp lâm vào tình trạng tuơng tự
scan bằng hijack có thông tin như sau :
Code:
Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 11:37:25 AM, on 5/16/2009
Platform: Windows XP SP3 (WinNT 5.01.2600)
MSIE: Internet Explorer v7.00 (7.00.6000.16674)
Boot mode: Normal
Running processes:
C:\WINDOWS\System32\smss.exe
C:\WINDOWS\system32\winlogon.exe
C:\WINDOWS\system32\services.exe
C:\WINDOWS\system32\lsass.exe
C:\WINDOWS\system32\svchost.exe
C:\WINDOWS\System32\svchost.exe
C:\WINDOWS\system32\spoolsv.exe
C:\WINDOWS\system32\cisvc.exe
C:\Program Files\Java\jre6\bin\jqs.exe
C:\Program Files\Common Files\Microsoft Shared\VS7DEBUG\mdm.exe
c:\Program Files\Microsoft SQL Server\90\Shared\sqlwriter.exe
C:\WINDOWS\System32\TUProgSt.exe
C:\WINDOWS\Explorer.EXE
D:\VMware Workstation\vmware-authd.exe
C:\Program Files\Common Files\VMware\VMware Virtual Image Editing\vmount2.exe
C:\WINDOWS\system32\RUNDLL32.EXE
C:\WINDOWS\RTHDCPL.EXE
C:\WINDOWS\system32\rundll32.exe
D:\VMware Workstation\vmware-tray.exe
D:\VMware Workstation\hqtray.exe
C:\WINDOWS\system32\ctfmon.exe
C:\Program Files\UniKey\UniKey.exe
C:\Program Files\Microsoft ActiveSync\wcescomm.exe
C:\PROGRA~1\MI3AA1~1\rapimgr.exe
C:\WINDOWS\system32\cidaemon.exe
C:\WINDOWS\system32\cidaemon.exe
C:\WINDOWS\system32\NOTEPAD.EXE
C:\Program Files\Mozilla Firefox\firefox.exe
D:\Totalcmd\TOTALCMD.EXE
C:\Program Files\Trend Micro\HijackThis\HijackThis.exe
R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = about:blank
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://go.microsoft.com/fwlink/?LinkId=69157
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = http://go.microsoft.com/fwlink/?LinkId=54896
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896
R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = about:blank
R0 - HKLM\Software\Microsoft\Internet Explorer\Search,SearchAssistant =
R0 - HKLM\Software\Microsoft\Internet Explorer\Search,CustomizeSearch =
R1 - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride = *.local
R0 - HKCU\Software\Microsoft\Internet Explorer\Toolbar,LinksFolderName = Favorites
R3 - URLSearchHook: Yahoo! Toolbar - {EF99BD32-C1FB-11D2-892F-0090271D4F88} - (no file)
O1 - Hosts: 127.255.255.255 serial.alcohol-soft.com
O2 - BHO: IEVkbdBHO - {59273AB4-E7D3-40F9-A1A8-6FA9CCA1862C} - C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 2009\ievkbd.dll
O2 - BHO: Groove GFS Browser Helper - {72853161-30C5-4D22-B7F9-0BBC1D38A37E} - C:\PROGRA~1\MICROS~3\Office12\GRA8E1~1.DLL
O2 - BHO: Java(tm) Plug-In SSV Helper - {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} - C:\Program Files\Java\jre6\bin\ssv.dll
O2 - BHO: Java(tm) Plug-In 2 SSV Helper - {DBC80044-A445-435b-BC74-9C25C1C588A9} - C:\Program Files\Java\jre6\bin\jp2ssv.dll
O2 - BHO: JQSIEStartDetectorImpl - {E7E6F031-17CE-4C07-BC86-EABFE594F69C} - C:\Program Files\Java\jre6\lib\deploy\jqs\ie\jqs_plugin.dll
O3 - Toolbar: (no name) - {0F62D223-9206-4EA3-9EA8-D0F3C7C82ACA} - (no file)
O4 - HKLM\..\Run: [NvCplDaemon] RUNDLL32.EXE C:\WINDOWS\system32\NvCpl.dll,NvStartup
O4 - HKLM\..\Run: [nwiz] nwiz.exe /install
O4 - HKLM\..\Run: [NvMediaCenter] RUNDLL32.EXE C:\WINDOWS\system32\NvMcTray.dll,NvTaskbarInit
O4 - HKLM\..\Run: [RTHDCPL] RTHDCPL.EXE
O4 - HKLM\..\Run: [Alcmtr] ALCMTR.EXE
O4 - HKLM\..\Run: [vmware-tray] D:\VMware Workstation\vmware-tray.exe
O4 - HKLM\..\Run: [VMware hqtray] "D:\VMware Workstation\hqtray.exe"
O4 - HKLM\..\Run: [AVP] "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 2009\avp.exe"
O4 - HKLM\..\Run: [UserFaultCheck] %systemroot%\system32\dumprep 0 -u
O4 - HKCU\..\Run: [ctfmon.exe] C:\WINDOWS\system32\ctfmon.exe
O4 - HKCU\..\Run: [UniKey] C:\Program Files\UniKey\UniKey.exe
O4 - HKCU\..\Run: [H/PC Connection Agent] "C:\Program Files\Microsoft ActiveSync\wcescomm.exe"
O4 - HKUS\S-1-5-19\..\RunOnce: [nltide_2] regsvr32 /s /n /i:U shell32 (User 'LOCAL SERVICE')
O4 - HKUS\S-1-5-19\..\RunOnce: [nltide_3] rundll32 advpack.dll,LaunchINFSectionEx nLite.inf,C,,4,N (User 'LOCAL SERVICE')
O4 - HKUS\S-1-5-20\..\RunOnce: [nltide_2] regsvr32 /s /n /i:U shell32 (User 'NETWORK SERVICE')
O4 - HKUS\S-1-5-18\..\RunOnce: [nltide_2] regsvr32 /s /n /i:U shell32 (User 'SYSTEM')
O4 - HKUS\.DEFAULT\..\RunOnce: [nltide_2] regsvr32 /s /n /i:U shell32 (User 'Default user')
O4 - S-1-5-18 Startup: Adobe Gamma.lnk = C:\Program Files\Common Files\Adobe\Calibration\Adobe Gamma Loader.exe (User 'SYSTEM')
O4 - .DEFAULT Startup: Adobe Gamma.lnk = C:\Program Files\Common Files\Adobe\Calibration\Adobe Gamma Loader.exe (User 'Default user')
O4 - Startup: Adobe Gamma.lnk = C:\Program Files\Common Files\Adobe\Calibration\Adobe Gamma Loader.exe
O8 - Extra context menu item: E&xport to Microsoft Excel - res://C:\PROGRA~1\MICROS~3\Office12\EXCEL.EXE/3000
O8 - Extra context menu item: NuSphere PhpED :: Debug this page - res://D:\CODE\phped\NuSphereIEBar.dll/1000
O9 - Extra button: Web traffic protection statistics - {1F460357-8A94-4D71-9CA3-AA4ACF32ED8E} - C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 2009\SCIEPlgn.dll
O9 - Extra button: Send to OneNote - {2670000A-7350-4f3c-8081-5663EE0C6C49} - C:\PROGRA~1\MICROS~3\Office12\ONBttnIE.dll
O9 - Extra 'Tools' menuitem: S&end to OneNote - {2670000A-7350-4f3c-8081-5663EE0C6C49} - C:\PROGRA~1\MICROS~3\Office12\ONBttnIE.dll
O9 - Extra button: Create Mobile Favorite - {2EAF5BB1-070F-11D3-9307-00C04FAE2D4F} - C:\PROGRA~1\MI3AA1~1\INetRepl.dll
O9 - Extra button: (no name) - {2EAF5BB2-070F-11D3-9307-00C04FAE2D4F} - C:\PROGRA~1\MI3AA1~1\INetRepl.dll
O9 - Extra 'Tools' menuitem: Create Mobile Favorite... - {2EAF5BB2-070F-11D3-9307-00C04FAE2D4F} - C:\PROGRA~1\MI3AA1~1\INetRepl.dll
O9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:\PROGRA~1\MICROS~3\Office12\REFIEBAR.DLL
O9 - Extra button: (no name) - {e2e2dd38-d088-4134-82b7-f2ba38496583} - C:\WINDOWS\Network Diagnostic\xpnetdiag.exe
O9 - Extra 'Tools' menuitem: @xpsp3res.dll,-20001 - {e2e2dd38-d088-4134-82b7-f2ba38496583} - C:\WINDOWS\Network Diagnostic\xpnetdiag.exe
O16 - DPF: {5D86DDB5-BDF9-441B-9E9E-D4730F4EE499} - http://download.bitdefender.com/resources/scan8/oscan8.cab
O16 - DPF: {D27CDB6E-AE6D-11CF-96B8-444553540000} (Shockwave Flash Object) - http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab
O17 - HKLM\System\CCS\Services\Tcpip\..\{DAE39908-8831-481E-A9BA-D3F3DCF49827}: NameServer = 192.168.0.2
O18 - Protocol: grooveLocalGWS - {88FED34C-F0CA-4636-A375-3CB6248B04CD} - C:\PROGRA~1\MICROS~3\Office12\GR99D3~1.DLL
O20 - AppInit_DLLs: C:\PROGRA~1\KASPER~1\KASPER~1\mzvkbd.dll,C:\PROGRA~1\KASPER~1\KASPER~1\mzvkbd3.dll
O23 - Service: Adobe LM Service - Adobe Systems - C:\Program Files\Common Files\Adobe Systems Shared\Service\Adobelmsvc.exe
O23 - Service: Apache2.2 - Apache Software Foundation - D:\xampp\apache\bin\apache.exe
O23 - Service: Kaspersky Anti-Virus (avp) - Kaspersky Lab - C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 2009\avp.exe
O23 - Service: FileZilla Server FTP server (FileZilla Server) - FileZilla Project - D:\xampp\FileZillaFTP\FileZillaServer.exe
[b]
O23 - Service: FLEXnet Licensing Service - Macrovision Europe Ltd. - C:\Program Files\Common Files\Macrovision Shared\FLEXnet Publisher\FNPLicensingService.exe
[/b]
[b]
O23 - Service: InstallDriver Table Manager (IDriverT) - Macrovision Corporation - C:\Program Files\Common Files\InstallShield\Driver\11\Intel 32\IDriverT.exe
[/b]
O23 - Service: Java Quick Starter (JavaQuickStarterService) - Sun Microsystems, Inc. - C:\Program Files\Java\jre6\bin\jqs.exe
O23 - Service: Macromedia Licensing Service - Unknown owner - C:\Program Files\Common Files\Macromedia Shared\Service\Macromedia Licensing.exe
O23 - Service: mysql - Unknown owner - D:\xampp\mysql\bin\mysqld.exe
O23 - Service: Ethernet Packet Service (npacketservice) - Nokia - C:\WINDOWS\system32\npacketsvc.exe
O23 - Service: NVIDIA Display Driver Service (NVSvc) - NVIDIA Corporation - C:\WINDOWS\system32\nvsvc32.exe
[b]
O23 - Service: StarWind AE Service (StarWindServiceAE) - Unknown owner - D:\Alcohol 120\StarWind\StarWindServiceAE.exe (file missing)[/b]
[b]O23 - Service: T-Srv (TESTSrv01) - Unknown owner - C:\WINDOWS\system\test.exe[/b]
O23 - Service: Apache Tomcat (Tomcat6) - Apache Software Foundation - D:\apache-tomcat-6.0.18\bin\tomcat6.exe
O23 - Service: TuneUp Drive Defrag Service (TuneUp.Defrag) - TuneUp Software - C:\WINDOWS\System32\TuneUpDefragService.exe
O23 - Service: TuneUp Program Statistics Service (TuneUp.ProgramStatisticsSvc) - TuneUp Software - C:\WINDOWS\System32\TUProgSt.exe
O23 - Service: VMware Agent Service (ufad-ws60) - VMware, Inc. - D:\VMware Workstation\vmware-ufad.exe
O23 - Service: VMware Authorization Service (VMAuthdService) - VMware, Inc. - D:\VMware Workstation\vmware-authd.exe
O23 - Service: VMware Virtual Mount Manager Extended (vmount2) - VMware, Inc. - C:\Program Files\Common Files\VMware\VMware Virtual Image Editing\vmount2.exe
--
End of file - 9160 bytes


manifest.txt của report cho mic
Code:
Server=watson.microsoft.com
UI LCID=1033
Flags=1671504
Brand=WINDOWS
TitleName=Generic Host Process for Win32 Services
DigPidRegPath=HKLM\Software\Microsoft\Windows NT\CurrentVersion\DigitalProductId
ErrorText=This error occurred on 5/16/2009 at 9:16:51 AM.
HeaderText=Generic Host Process for Win32 Services encountered a problem and needed to close.
Stage1URL=
Stage1URL=/StageOne/svchost_exe/0_0_0_0/unknown/0_0_0_0/00000000.htm
Stage2URL=
Stage2URL=/dw/stagetwo.asp?szAppName=svchost.exe&szAppVer=0.0.0.0&szModName=unknown&szModVer=0.0.0.0&offset=00000000
DataFiles=C:\DOCUME~1\RedNo\LOCALS~1\Temp\WER693f.dir00\svchost.exe.mdmp|C:\DOCUME~1\RedNo\LOCALS~1\Temp\WER693f.dir00\appcompat.txt
Heap=C:\DOCUME~1\RedNo\LOCALS~1\Temp\WER693f.dir00\svchost.exe.hdmp
ErrorSubPath=svchost.exe\0.0.0.0\unknown\0.0.0.0\00000000
DirectoryDelete=C:\DOCUME~1\RedNo\LOCALS~1\Temp\WER693f.dir00

[Listen port] mặc dù mạng vẫn bình thường
Code:
Proto Local Address Foreign Address State
TCP Applet:3934 Applet:3935 ESTABLISHED
TCP Applet:3935 Applet:3934 ESTABLISHED
TCP Applet:4051 Applet:4052 ESTABLISHED
TCP Applet:4052 Applet:4051 ESTABLISHED
TCP Applet:5152 Applet:3990 CLOSE_WAIT
TCP Applet:1483 64.233.189.104:http FIN_WAIT_2
TCP Applet:1486 124.146.189.165:http LAST_ACK
TCP Applet:3988 205.209.143.107:41040 ESTABLISHED

Anh nào biết cách khắc phục không hướng dẫn em với
Mình tìm đựoc một dòng code bên http://forums.congdongcviet.com/showthread.php?t=9674 để nhận biết Ổ nào là USB.
hàm chủ yếu ở đây là GetDriveType(). Nói đến đây có lẽ nhiều bạn có thể dễ dàng viết đựoc rồi.
Code:
#include <windows.h>
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
char buffer[1000];
long i = 0;
DWORD tmp;
DWORD DriveType[28];
for (i=0;i<28;i++)
DriveType[i] = 0;
while (true)
{
GetLogicalDriveStrings(1000,buffer);
for (i=2;i<=26;i+=4)
{
tmp = GetDriveType(&buffer[i * 4]);
if (tmp != DriveType[i])
{
DriveType[i] = tmp;
if (tmp == DRIVE_REMOVABLE)
{
MessageBox(NULL,"USB da duoc cam vao may !","Thong bao",MB_OK);
}
}
}
SleepEx(500,1);
}
return 0;
}


VaT wrote:
Thử lảm theo hướng này xem :
Viết một application có nhiệm vụ sau :
- Khi gắn USB vào thì app sẽ nhận ra USB đó.
- Đọc các file trên USB đó.
- Dùng Global hook để chặn bắt sự kiện mở của windows
- Xác định xem ứng dụng vừa được mở đó có phải là 1 file trên USB không?
- Nều phải, thì lưu lại, và chặn bắt sự kiện đóng cửa sổ của windows .
- Nếu đóng thì xóa file.

Các bước trên bạn tìm trong MSDN và codeproject để tham khảo thêm. Mình chỉ có suy nghĩ như vậy thôi, nên chi tiết thì chắc mình không giúp được bạn, và đành nhờ các bạn khác vậy 


Bạn VaT có ý tưởng rất hay. Các vấn đề dưới thì khỏi bàn. Vấn đề là làm sao để app đó biết ổ nào là USB?
Em đang mò network programing j2me ,Hiện đang kiếm cái web service nào có hỗ trợ cho MIDlet .Nhưng mò mãi mà không ra. Đang bí thì đọc đựoc đoạn này :
Code:
A J2ME client uses remote method calls to invoke methods associated with web
vices. The MIDlet cannot directly call a method of a web service. Instead, the MIDlet
ust use a proxy, called a stub interface, that is used to interact with the web service.
tub that corresponds to the web service must first be created before the MIDlet can
voke the call. Information about the stub is contained within the WSDL description
the web service.
At development time, you must use the wsdl2java tool provided by the
plementation. This tool reads theWSDL description of the web service and generates
appropriate Java code that instantiates the stub for the web service. This is the same
l used in JAX-RPC (see J2EE: The Complete Reference).
Let’s assume that the web service is called ProductInformation. An instance of the
b associated with the ProductInformation web service is created by the following
tement. The instance of the stub becomes a proxy for the web service.

Tuy nhiên.Em mò trên mạng cái file .java này thì nó lung tung quá.Chả cài đựoc gì cả, Nó văng ra cả đống lỗi syntax.
Anh nào có cái web service nào hỗ trợ lập trình MIDLet.có thể tích hợp với netbean.CHạy tương tương như thẳng tomcat hay jboss cảng tốt share cho em với.
cảm ơn nhiều nhiều nhé.
Tại thời điểm này hình như người ta fix hết rồi . Em chỉ tìm thấy 1 ,2 trang bị mắc lỗi này thôi
Em down được x86/elf ở cổng 24000 nhưng down gói tiếp theo ở cổng 24001 thì nó cứ báo
Load page error
"Failed to Connect
The connection was refused when attempting to contact semtex.labs.pulltheplug.org:24001."

 
Go to Page:  First Page Page 1 Page 3 Last Page

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|