Posts

Showing posts from December, 2017

Install Chinese input method on Kali System

0. Set ibus sudo apt install ibus sudo im-config 1. Install RIME sudo apt-get install ibus-rime https://github.com/rime/home/wiki/RimeWithIBus#ubuntu 2. Select Input Language reboot System Setting — Region&Language — input Source, then click ‘+’ button, choose Chinese 3. Ready to use Press Super + space to switch your input method. Press F4 to switch schema(simple or complex). ​

Fail to install Kali system on disk?

Kali installation, It's all about choice. -1. format your disk using PE system, we need a clear disk, or something will going wrong 0. use `refus`  to make USB driver 1. just to be safe, use MBR based mix mode 2. use `dd` mode to defend Wi-Fi firmware missing (iso file belongs to Windows, and Windows is bad on drivers) 3. if you can disable secure boot, you can use UEFI in installation, else just use BIOS 4. if you failed, try more option in -1 and 3 step. 5. links may help https://null-byte.wonderhowto.com/forum/fix-failed-detect-and-mount-cd-rom-problem-when-installing-kali-linux-0177158/ https://forums.kali.org/showthread.php?35926-Executing-grub-install-dummy-failed https://wiki.deepin.org/index.php?title=Repair_Boot https://www.linux.com/learn/how-rescue-non-booting-grub-2-Linux

Use DNS tunnel to get free internet

0. setup https://qiuri.org/806.html https://www.rawidn.com/posts/how-to-use-dns-tunnel.html when you ready, do this test (put sub.your_domain.com in): http://code.kryo.se/iodine/check-it/ 1. in server:  iodined -f -p 5353 -P password your_local_server_ip(192.168.100.1) sub.your_domain.com iptables -t nat -A PREROUTING -i eth0 -p udp --dport 53 -j DNAT --to :5353 2. in local:  sudo iodine -f -P password your_server_ip sub.your_domain.com 3. around set ssr, enjoy it.