Communities

Total Articles 180
No.
Subject
Author
60 BNF for specific URL schemes
[Level:16]gilgil
520540   Mar 18, 2014
http://www.freesoft.-org/CIE/RFC/1738/33.-htm login = [ user [ ":" password ] "@" ] hostport hostport = host [ ":" port ] host = hostname | hostnumber hostname = *[ domainlabel "." ] toplabel domainlabel = alpha...  
59 windivert passthru problem 1 file
[Level:16]gilgil
70619   Mar 26, 2014
[Test Case 1] While calling netdump command, I can see SYN/RST packets when I try to connect to 127.0.0.1:23. netdump "tcp.SrcPort==23 tcp.DstPort==23" While calling passthru command, I can not see...  
58 vdream and snoop30 build for ubuntu 1
[Level:16]gilgil
70655   Sep 25, 2014
os installation install ubuntu-14.04.1-desktop-amd64.iso (???) basic setup enable root account #sudo passwd root > <current password> > <root password> > <root password again> add the following line at the en...  
57 [ubuntu] how to show volume control in root account
[Level:16]gilgil
70688   Sep 26, 2014
Launch Startup Application. Add the following item. Name : Volume Control Command : /usr/bin/pulseaudio  
56 android rooting sites
[Level:16]gilgil
70615   Sep 29, 2014
framaroot : http://framaroot.net-/ towerlroot : https://www.towelroo-t.com/  
55 How to run chrome as root user in Ubuntu
[Level:16]gilgil
70654   Oct 19, 2014
http://computernetwo-rkingnotes.com/ubunt-u-12-04-tips-and-tricks/how-to-run-chrome-as-root-user-in-ubuntu.html 1. gedit /opt/google/chrome/g-oogle-chrome 2. At the end of the file, add "--user-data-dir $HOME" exec -a "$0" "$HER...  
54 How to fix stdio buffering
[Level:16]gilgil
86180   Oct 20, 2014
http://www.perkin.or-g.uk/posts/how-to-fix-stdio-buffering.html  
53 [qt][android] Getting Started with Qt for Android
[Level:16]gilgil
101094   Oct 22, 2014
http://qt-project.org/doc/qt-5/androidgs.html  
52 google material-design-icons
[Level:16]gilgil
161823   Oct 23, 2014
https://github.com/g-oogle/material-design-icons  
51 [qt][android] hello_world_gui build log file
[Level:16]gilgil
71252   Oct 26, 2014
[ubuntu debug] 00:35:10: Running steps for project hello_world_gui... 00:35:10: Starting: "/opt/Qt/5.3/gcc_64/b-in/qmake" /root/temp/qt/hello_-world_gui/hello_worl-d_gui.pro -r -spec linux-g++ CONFIG+=debug 00:35:10: The p...  
50 [qt][android] openssl for android
[Level:16]gilgil
70577   Oct 26, 2014
http://wiki.openssl.-org/index.php/Androi-d 1. .bashrc 파일을 다음과 같이 설정한다. # # for android # export _ANDROID_ARCH=arch-arm export _ANDROID_EABI=arm-linux-androideabi-4.8 export _ANDROID_API=n...  
49 [c] snprintf test file
[Level:16]gilgil
70734   Oct 29, 2014
[code] #include <stdio.h> #include <string.h> static const int BUFSIZE = 4; void dump(char* p, int size) { for (int i = 0; i < size; i++) { unsigned char ch = *p; printf("%02X ", ch); p++; } printf("\n"); } int main()...  
48 [android][c] hello world project files file
[Level:16]gilgil
71844   Nov 01, 2014
[Makefile] _ANDROID_ARCH=arch-arm _ANDROID_API=android-9 _ANDROID_EABI=arm-linux-androideabi-4.8 ANDROID_NDK_ROOT=/android/ndk ANDROID_SDK_ROOT=/android/adt/sdk ANDROID_SYSROOT=$ANDROID_NDK_ROOT/pl-atf...  
47 [android] How to Build and Use libnetfilter_queue for Android
[Level:16]gilgil
104707   Nov 01, 2014
http://www.roman10.n-et/how-to-build-and-use-libnetfilter_queue-for-android/  
46 [android] rooting samsung galaxy s3 for knox
[Level:16]gilgil
85949   Nov 02, 2014
http://www.kingoapp.-com/android-root.htm  
45 [qt][android] how to run app in command line
[Level:16]gilgil
79362   Nov 02, 2014
If project name is "untitied", you can run android application in the following command. adb shell am start -n org.qtproject.exampl-e.untitled/org.qtpro-ject.qt5.android.bin-dings.QtActivity  
44 [android] Monitoring Android Network Traffic Part II: Cross Compiling TCPDUMP
[Level:16]gilgil
86666   Nov 03, 2014
You must install "arm-linux-gnueabi-gcc". export CC=arm-linux-gnueabi-gcc ./configure --host=arm-linux --with-pcap=linux --prefix=/... http://www.symantec.-com/connect/blogs/mo-nitoring-android-network-traffic-part-ii-cross-compilin...  
43 [qt] spec_test file
[Level:16]gilgil
70659   Nov 04, 2014
[pro file] #------------------------------------------------- # # Project created by QtCreator 2014-11-03T12:20:34 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR-_VERSION, 4): QT += widgets TARGET ...  
42 [network] nfqueue
[Level:16]gilgil
70684   Nov 08, 2014
Using NFQUEUE and libnetfilter_queue https://home.regit.o-rg/netfilter-en/using-nfqueue-and-libnetfilter_queue/  
41 [network] libnl example
[Level:16]gilgil
83325   Nov 14, 2014
http://src.carnivore-.it/users/common/nla-ddrs/tree/nladdrs.c  


XE Login