User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 02:32, 8 January 2018 (diff | hist) . . (+259) . . N DeepLearning (Created page with "===Deep Learning=== ==Numpy/Python tricks== A trick when you want to flatten a matrix X of shape (a,b,c,d) to a matrix X_flatten of shape (b ∗∗ c ∗∗ d, a) is to use: <...")
- 22:31, 1 January 2018 (diff | hist) . . (-1) . . MongoDb
- 22:30, 1 January 2018 (diff | hist) . . (+20) . . MongoDb
- 22:30, 1 January 2018 (diff | hist) . . (+143) . . MongoDb
- 22:29, 1 January 2018 (diff | hist) . . (+19) . . MediaWiki:Sidebar
- 22:28, 1 January 2018 (diff | hist) . . (+112) . . N MongoDb (Created page with "Search by timestamp <pre> db.getCollection('XXX').find({t: {$gte: new ISODate("2018-01-01T21:56:47Z")}}); </pre>")
- 21:21, 20 October 2017 (diff | hist) . . (+360) . . Linux Administration (→How to auto run scripts at system start in Cent OS 7)
- 06:37, 20 October 2017 (diff | hist) . . (+65) . . Linux Administration (→squid 3.3 on centos)
- 05:03, 21 September 2017 (diff | hist) . . (+2,748) . . IOS debugserver with IDA (→Setup debugserver on ios device) (current)
- 04:27, 28 July 2016 (diff | hist) . . (+175) . . N Tcpdump and wireshark (Created page with "==tcpdump== <pre> tcpdump -i <interface> -s 65535 -w <some-file> </pre> -s means packet size -i is the interface name example <pre> tcpdump -i en0 -s 65535 -w dump.bin </pre>") (current)
- 04:26, 28 July 2016 (diff | hist) . . (+30) . . Reverse Engineering (current)
- 06:38, 26 July 2016 (diff | hist) . . (+126) . . IOS debugserver with IDA (→Debugging with lldb)
- 06:36, 26 July 2016 (diff | hist) . . (+90) . . Theos on MAC OS (current)
- 07:04, 9 July 2016 (diff | hist) . . (+58) . . IOS debugserver with IDA
- 05:58, 28 June 2016 (diff | hist) . . (+152) . . Theos on MAC OS (→theos installation path)
- 18:28, 14 January 2016 (diff | hist) . . (+697) . . Install VPN PPTPD on RHEL 7 (current)
- 15:51, 31 October 2015 (diff | hist) . . (+1,166) . . N How To Fix Windows Touch Screen (Created page with "==How To Fix Windows Touch Screen== If you windows 8 or windows 10 touch screen stopped working, try this method. This is how I manage to make it work. * Connect a mouse to...") (current)
- 15:38, 31 October 2015 (diff | hist) . . (+116) . . Other Problems (current)
- 01:26, 6 September 2015 (diff | hist) . . (+108) . . N Ubuntu Install GUI (Created page with "==How to install GUI on ubuntu server== <pre> sudo apt-get update sudo apt-get install ubuntu-desktop </pre>") (current)
- 01:26, 6 September 2015 (diff | hist) . . (+27) . . Linux Administration
- 17:59, 2 September 2015 (diff | hist) . . (+55) . . N ARM disassembly (Created page with "===STP=== Store Pair of Registers. ===MOV=== MOVE, COPY") (current)
- 17:42, 2 September 2015 (diff | hist) . . (+9) . . Reverse Engineering
- 17:41, 2 September 2015 (diff | hist) . . (+20) . . Reverse Engineering
- 06:03, 2 September 2015 (diff | hist) . . (+83) . . Theos on MAC OS
- 04:38, 1 September 2015 (diff | hist) . . (+63) . . Theos on MAC OS
- 18:43, 29 August 2015 (diff | hist) . . (+321) . . Linux Administration
- 17:13, 24 August 2015 (diff | hist) . . (+146) . . Theos on MAC OS
- 18:51, 20 August 2015 (diff | hist) . . (+466) . . Theos on MAC OS
- 18:38, 20 August 2015 (diff | hist) . . (+1,021) . . IOS debugserver with IDA
- 05:20, 20 August 2015 (diff | hist) . . (+431) . . IOS debugserver with IDA
- 05:17, 20 August 2015 (diff | hist) . . (+228) . . IOS debugserver with IDA
- 03:58, 20 August 2015 (diff | hist) . . (+124) . . IOS debugserver with IDA
- 03:22, 20 August 2015 (diff | hist) . . (+71) . . IOS debugserver with IDA
- 03:08, 20 August 2015 (diff | hist) . . (+17) . . IOS debugserver with IDA
- 03:03, 20 August 2015 (diff | hist) . . (+17) . . IOS debugserver with IDA
- 02:57, 20 August 2015 (diff | hist) . . (+53) . . IOS debugserver with IDA
- 18:23, 19 August 2015 (diff | hist) . . (+19) . . IOS debugserver with IDA
- 00:09, 19 August 2015 (diff | hist) . . (+5) . . Theos on MAC OS (→How to watch syslog in ios 8)
- 23:52, 18 August 2015 (diff | hist) . . (+159) . . Theos on MAC OS
- 23:51, 18 August 2015 (diff | hist) . . (+139) . . Theos on MAC OS
- 21:46, 18 August 2015 (diff | hist) . . (+824) . . IOS app decrypt (current)
- 17:39, 18 August 2015 (diff | hist) . . (+17) . . IOS app decrypt
- 17:15, 18 August 2015 (diff | hist) . . (+81) . . IOS app decrypt
- 17:13, 18 August 2015 (diff | hist) . . (+73) . . IOS app decrypt
- 17:11, 18 August 2015 (diff | hist) . . (-4) . . IOS app decrypt
- 17:08, 18 August 2015 (diff | hist) . . (+263) . . Theos on MAC OS
- 04:34, 18 August 2015 (diff | hist) . . (+538) . . N Theos on MAC OS (Created page with "<pre>export THEOS=/git/theos cd /git git clone https://github.com/DHowett/theos.git sudo $THEOS/bin/bootstrap.sh substrate //There is a bug. Need to copy from iOS device /Libr...")
- 04:33, 18 August 2015 (diff | hist) . . (+5) . . Reverse Engineering
- 04:33, 18 August 2015 (diff | hist) . . (+18) . . Reverse Engineering
- 04:33, 18 August 2015 (diff | hist) . . (+20) . . Reverse Engineering
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)