Skip to content

Instantly share code, notes, and snippets.

@diyism
Last active August 8, 2024 23:45

Revisions

  1. diyism revised this gist Jul 3, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -52,5 +52,5 @@
    0. microsoft word -> AbiWord(doc input), Markdown+Pandoc(doc output, pandoc --latex-engine=xelatex a.md -o a.pdf -V mainfont="WenQuanYi Micro Hei")
    0. Windows built-in "Network/Connect to workplace/VPN" -> "sudo pppd persist pty 'pptp <vpn ip/doman> --nolaunchpppd' file /etc/ppp/options.pptp user <username> password <password>" + "ip route del 192.168.0.1 #to avoid gateway conflict", "ip route add 192.168.0.230 dev ppp0 src $4 #to override needed LAN ip" in /etc/ppp/ip-up
    0. ultra_video_converter/mediacoder -> handbrake
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++, pitivi, lossless-cut
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++, pitivi, lossless-cut, pikimov.com
    0. baobab(Disk Usage Analyzer), ncdu
  2. diyism revised this gist Oct 21, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -53,4 +53,4 @@
    0. Windows built-in "Network/Connect to workplace/VPN" -> "sudo pppd persist pty 'pptp <vpn ip/doman> --nolaunchpppd' file /etc/ppp/options.pptp user <username> password <password>" + "ip route del 192.168.0.1 #to avoid gateway conflict", "ip route add 192.168.0.230 dev ppp0 src $4 #to override needed LAN ip" in /etc/ppp/ip-up
    0. ultra_video_converter/mediacoder -> handbrake
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++, pitivi, lossless-cut
    0. baobab(Disk Usage Analyzer)
    0. baobab(Disk Usage Analyzer), ncdu
  3. diyism revised this gist Oct 21, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@
    0. xplorer2 -> Marlin/Nautilus 3.6.3 file manager
    0. beyond compare -> beyond compare linux, meld
    0. Tunnelier -> "ssh -fqCND"(socks proxy), 3proxy(forward-socks5 into http proxy, don't use privoxy and polipo, unstable)
    0. Vilongu_HTTP_SOCKS_tunneler/sockscap -> proxychains-ng("socks5 127.0.0.1 8082" in /etc/proxychains.conf, only tcp)+"ssh -fqCND 8082", "sshuttle -r root@vps_ip 0/0", http proxy+"iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 127.0.0.1:8080"
    0. Vilongu_HTTP_SOCKS_tunneler/sockscap -> proxychains-ng("socks5 127.0.0.1 8082" in /etc/proxychains.conf, only tcp)+"ssh -fqCND 8082", "sshuttle -r root@vps_ip 0/0", http proxy+"iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 127.0.0.1:8080", naiveproxy(break through GFW)
    0. modify dnsapi.dll to force TCP DNS query -> unbound 1.4.13+(with forward-addr+tcp-upstream) //break through CCP's GFW
    0. chrome -> firefox(chrome sucks)
    0. official emails forwarded to personal gmail web automatically+gmail web smtp -> the same
  4. diyism revised this gist Oct 14, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -39,7 +39,7 @@
    0. OpenedFilesView -> "lsof -c [PROG_NAME]"
    0. PowerISO -> PowerISO for linux
    0. WebDrive -> sftp://user@server_ip:server_port(ubuntu build-in gvfs-sftp, gvfs-webdav), or "sshfs -o reconnect,cache_timeout=86400"+"ServerAliveInterval 60","ServerAliveCountMax 1440" in /etc/ssh/ssh_config in client machine
    0. PhotoFilter -> mtPaint(png, 1.Paste Text, 2. Menu/View/Show Dock/Opacity, 3.right click/choose pen/commit), Inkscape(svg), photo-chrome(opensource web-based image editor)
    0. PhotoFilter -> mtPaint(png, 1.Paste Text, 2. Menu/View/Show Dock/Opacity, 3.right click/choose pen/commit), Inkscape(svg), maoschanz drawing(apt install drawing, it can expand canvas just like "Gimp crop allow-growing")
    0. Windows Task Manager bandwidth -> iftop
    0. Windows Search -> "find -name" or daily indexed: "locate -bi"
    0. ActiveUndelete/FinalData -> testdisk("No Log\Proceed\Intel\Advanced\List\c")
  5. diyism revised this gist Oct 1, 2022. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -52,4 +52,5 @@
    0. microsoft word -> AbiWord(doc input), Markdown+Pandoc(doc output, pandoc --latex-engine=xelatex a.md -o a.pdf -V mainfont="WenQuanYi Micro Hei")
    0. Windows built-in "Network/Connect to workplace/VPN" -> "sudo pppd persist pty 'pptp <vpn ip/doman> --nolaunchpppd' file /etc/ppp/options.pptp user <username> password <password>" + "ip route del 192.168.0.1 #to avoid gateway conflict", "ip route add 192.168.0.230 dev ppp0 src $4 #to override needed LAN ip" in /etc/ppp/ip-up
    0. ultra_video_converter/mediacoder -> handbrake
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++, pitivi, lossless-cut
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++, pitivi, lossless-cut
    0. baobab(Disk Usage Analyzer)
  6. diyism revised this gist May 24, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    0. coLinux,vmware -> VirtualBox(need enable "Virtualization Technology" in BIOS tabs "Security/System Securtity" or "Advanced")
    0. SugarSync -> dropbox for linux(symbol links, selective sync, initial merge)
    0. Folder Cruiser Pro -> Marlin File Browser(miller columns)
    0. SmartDraw -> Lucidchart web, code2flow.com(flowchart), PlantUML activity2(flowchart)
    0. SmartDraw -> Lucidchart web, code2flow.com(flowchart), PlantUML activity2(flowchart), mermaid-js(flowchart, https://gist.github.com/diyism/6d6df4db15122ede127f)
    0. Fiddler2 -> WebScarab, Wireshark, MonoFiddler
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk, Bad!), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is" (Hard!), UsbImager(Great!), Ventoy(multiboot)
    0. FoxitPDFEditor -> PDFedit
  7. diyism revised this gist May 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -39,7 +39,7 @@
    0. OpenedFilesView -> "lsof -c [PROG_NAME]"
    0. PowerISO -> PowerISO for linux
    0. WebDrive -> sftp://user@server_ip:server_port(ubuntu build-in gvfs-sftp, gvfs-webdav), or "sshfs -o reconnect,cache_timeout=86400"+"ServerAliveInterval 60","ServerAliveCountMax 1440" in /etc/ssh/ssh_config in client machine
    0. PhotoFilter -> mtPaint(png, 1.Paste Text, 2. Menu/View/Show Dock/Opacity, 3.right click/choose pen/commit), Inkscape(svg)
    0. PhotoFilter -> mtPaint(png, 1.Paste Text, 2. Menu/View/Show Dock/Opacity, 3.right click/choose pen/commit), Inkscape(svg), photo-chrome(opensource web-based image editor)
    0. Windows Task Manager bandwidth -> iftop
    0. Windows Search -> "find -name" or daily indexed: "locate -bi"
    0. ActiveUndelete/FinalData -> testdisk("No Log\Proceed\Intel\Advanced\List\c")
  8. diyism revised this gist Nov 8, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -52,4 +52,4 @@
    0. microsoft word -> AbiWord(doc input), Markdown+Pandoc(doc output, pandoc --latex-engine=xelatex a.md -o a.pdf -V mainfont="WenQuanYi Micro Hei")
    0. Windows built-in "Network/Connect to workplace/VPN" -> "sudo pppd persist pty 'pptp <vpn ip/doman> --nolaunchpppd' file /etc/ppp/options.pptp user <username> password <password>" + "ip route del 192.168.0.1 #to avoid gateway conflict", "ip route add 192.168.0.230 dev ppp0 src $4 #to override needed LAN ip" in /etc/ppp/ip-up
    0. ultra_video_converter/mediacoder -> handbrake
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++, pitivi
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++, pitivi, lossless-cut
  9. diyism revised this gist Oct 4, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    0. DOS usb boot -> ubuntu live iso usb boot(too big), minimal_linux_live_20-Jan-2017_64-bit.iso(only 6.8MB)
    0. diskgenius for dos -> testdisk("No Log\Proceed\Intel\Analyse\Quick Search", better than fdisk), gnome-disks
    0. norton ghost for dos -> "fsarchiver savefs" "fsarchiver restfs", remastersys
    0. windows xp -> lubuntu 14.04
    0. windows xp -> debian+de(lxde, xfce), kali, ubuntu
    0. ntldr boot.ini -> grub menu.lst, boot-repair
    0. RemapKey/KeyTweak -> xmodmap -pke > ~/.Xmodmap then modify it, it will be loaded automatically
    0. myboard.exe -> myboard.py + modified xorg-server + modified libgtk2.0-0 + fcitx-googlepinyin
  10. diyism revised this gist Oct 4, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -25,7 +25,7 @@
    0. Folder Cruiser Pro -> Marlin File Browser(miller columns)
    0. SmartDraw -> Lucidchart web, code2flow.com(flowchart), PlantUML activity2(flowchart)
    0. Fiddler2 -> WebScarab, Wireshark, MonoFiddler
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk, Bad!), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is" (Hard!), mkusb-nox(Great!)
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk, Bad!), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is" (Hard!), UsbImager(Great!), Ventoy(multiboot)
    0. FoxitPDFEditor -> PDFedit
    0. AntiyPorts -> "netstat -tuwanp"
    0. AxCrypt -> "sudo mount -t ecryptfs ~/dir_dropbox ~/dir" or "encfs --reverse ~/dir ~/dir_dropbox" or best: "gocryptfs ~/dir_dropbox ~/dir"
  11. diyism revised this gist Oct 9, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk, Bad!), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is" (Hard!), mkusb-nox(Great!)
    0. FoxitPDFEditor -> PDFedit
    0. AntiyPorts -> "netstat -tuwanp"
    0. AxCrypt -> "sudo mount -t ecryptfs ~/dir_dropbox ~/dir" or "encfs --reverse ~/dir ~/dir_dropbox" or best: "gocryptfs ~/dir_drop[ox ~/dir"
    0. AxCrypt -> "sudo mount -t ecryptfs ~/dir_dropbox ~/dir" or "encfs --reverse ~/dir ~/dir_dropbox" or best: "gocryptfs ~/dir_dropbox ~/dir"
    0. WinMount -> PCManFM Archive Mounter, gvfs-mount "archive://....tar"
    0. ChipGenius -> lsusb, lspci, lshw
    0. FileMon -> "inotifywait -mr dir_path"
  12. diyism revised this gist Oct 9, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,7 @@
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk, Bad!), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is" (Hard!), mkusb-nox(Great!)
    0. FoxitPDFEditor -> PDFedit
    0. AntiyPorts -> "netstat -tuwanp"
    0. AxCrypt -> "sudo mount -t ecryptfs ~/dir_dropbox ~/dir" or "encfs --reverse ~/dir ~/dir_dropbox"
    0. AxCrypt -> "sudo mount -t ecryptfs ~/dir_dropbox ~/dir" or "encfs --reverse ~/dir ~/dir_dropbox" or best: "gocryptfs ~/dir_drop[ox ~/dir"
    0. WinMount -> PCManFM Archive Mounter, gvfs-mount "archive://....tar"
    0. ChipGenius -> lsusb, lspci, lshw
    0. FileMon -> "inotifywait -mr dir_path"
  13. diyism revised this gist Jan 1, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -52,4 +52,4 @@
    0. microsoft word -> AbiWord(doc input), Markdown+Pandoc(doc output, pandoc --latex-engine=xelatex a.md -o a.pdf -V mainfont="WenQuanYi Micro Hei")
    0. Windows built-in "Network/Connect to workplace/VPN" -> "sudo pppd persist pty 'pptp <vpn ip/doman> --nolaunchpppd' file /etc/ppp/options.pptp user <username> password <password>" + "ip route del 192.168.0.1 #to avoid gateway conflict", "ip route add 192.168.0.230 dev ppp0 src $4 #to override needed LAN ip" in /etc/ppp/ip-up
    0. ultra_video_converter/mediacoder -> handbrake
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++, pitivi
  14. diyism revised this gist Aug 18, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -25,7 +25,7 @@
    0. Folder Cruiser Pro -> Marlin File Browser(miller columns)
    0. SmartDraw -> Lucidchart web, code2flow.com(flowchart), PlantUML activity2(flowchart)
    0. Fiddler2 -> WebScarab, Wireshark, MonoFiddler
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk, Bad!), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is" (Hard!), mkusb-nox(Greate!)
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk, Bad!), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is" (Hard!), mkusb-nox(Great!)
    0. FoxitPDFEditor -> PDFedit
    0. AntiyPorts -> "netstat -tuwanp"
    0. AxCrypt -> "sudo mount -t ecryptfs ~/dir_dropbox ~/dir" or "encfs --reverse ~/dir ~/dir_dropbox"
  15. diyism revised this gist Aug 18, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -25,7 +25,7 @@
    0. Folder Cruiser Pro -> Marlin File Browser(miller columns)
    0. SmartDraw -> Lucidchart web, code2flow.com(flowchart), PlantUML activity2(flowchart)
    0. Fiddler2 -> WebScarab, Wireshark, MonoFiddler
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is"
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk, Bad!), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is" (Hard!), mkusb-nox(Greate!)
    0. FoxitPDFEditor -> PDFedit
    0. AntiyPorts -> "netstat -tuwanp"
    0. AxCrypt -> "sudo mount -t ecryptfs ~/dir_dropbox ~/dir" or "encfs --reverse ~/dir ~/dir_dropbox"
  16. diyism revised this gist Aug 18, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    0. DOS usb boot -> ubuntu live iso usb boot(too big), minimal_linux_live_20-Jan-2017_64-bit.iso(only 6.iMB)
    0. DOS usb boot -> ubuntu live iso usb boot(too big), minimal_linux_live_20-Jan-2017_64-bit.iso(only 6.8MB)
    0. diskgenius for dos -> testdisk("No Log\Proceed\Intel\Analyse\Quick Search", better than fdisk), gnome-disks
    0. norton ghost for dos -> "fsarchiver savefs" "fsarchiver restfs", remastersys
    0. windows xp -> lubuntu 14.04
  17. diyism revised this gist Aug 18, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    0. DOS usb boot -> ubuntu live iso usb boot
    0. DOS usb boot -> ubuntu live iso usb boot(too big), minimal_linux_live_20-Jan-2017_64-bit.iso(only 6.iMB)
    0. diskgenius for dos -> testdisk("No Log\Proceed\Intel\Analyse\Quick Search", better than fdisk), gnome-disks
    0. norton ghost for dos -> "fsarchiver savefs" "fsarchiver restfs", remastersys
    0. windows xp -> lubuntu 14.04
  18. diyism revised this gist Aug 15, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,7 @@
    0. AutoVer -> inotifywait+"git local": while inotifywait -r -q -e close_write,move,delete,create $WORK_DIR; do git --work-tree=$WORK_DIR --git-dir=$GIT_DIR add .;git --work-tree=$WORK_DIR --git-dir=$GIT_DIR commit -a -m auto;done
    0. coLinux,vmware -> VirtualBox(need enable "Virtualization Technology" in BIOS tabs "Security/System Securtity" or "Advanced")
    0. SugarSync -> dropbox for linux(symbol links, selective sync, initial merge)
    0. Folder Cruiser Pro -> ?
    0. Folder Cruiser Pro -> Marlin File Browser(miller columns)
    0. SmartDraw -> Lucidchart web, code2flow.com(flowchart), PlantUML activity2(flowchart)
    0. Fiddler2 -> WebScarab, Wireshark, MonoFiddler
    0. Universal-USB-Installer/LinuxLive USB Creator -> Startup Disk Creator(usb-creator-gtk), dd syslinux mbr.bin+fdisk bootable flag+"sudo syslinux -is"
  19. diyism revised this gist Jun 30, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -29,7 +29,7 @@
    0. FoxitPDFEditor -> PDFedit
    0. AntiyPorts -> "netstat -tuwanp"
    0. AxCrypt -> "sudo mount -t ecryptfs ~/dir_dropbox ~/dir" or "encfs --reverse ~/dir ~/dir_dropbox"
    0. WinMount -> PCManFM Archive Mounter
    0. WinMount -> PCManFM Archive Mounter, gvfs-mount "archive://....tar"
    0. ChipGenius -> lsusb, lspci, lshw
    0. FileMon -> "inotifywait -mr dir_path"
    0. IconicTray -> alltray
  20. diyism revised this gist Mar 16, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -39,7 +39,7 @@
    0. OpenedFilesView -> "lsof -c [PROG_NAME]"
    0. PowerISO -> PowerISO for linux
    0. WebDrive -> sftp://user@server_ip:server_port(ubuntu build-in gvfs-sftp, gvfs-webdav), or "sshfs -o reconnect,cache_timeout=86400"+"ServerAliveInterval 60","ServerAliveCountMax 1440" in /etc/ssh/ssh_config in client machine
    0. PhotoFilter -> ?(png), Inkscape(svg)
    0. PhotoFilter -> mtPaint(png, 1.Paste Text, 2. Menu/View/Show Dock/Opacity, 3.right click/choose pen/commit), Inkscape(svg)
    0. Windows Task Manager bandwidth -> iftop
    0. Windows Search -> "find -name" or daily indexed: "locate -bi"
    0. ActiveUndelete/FinalData -> testdisk("No Log\Proceed\Intel\Advanced\List\c")
  21. diyism revised this gist Apr 27, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -52,4 +52,4 @@
    0. microsoft word -> AbiWord(doc input), Markdown+Pandoc(doc output, pandoc --latex-engine=xelatex a.md -o a.pdf -V mainfont="WenQuanYi Micro Hei")
    0. Windows built-in "Network/Connect to workplace/VPN" -> "sudo pppd persist pty 'pptp <vpn ip/doman> --nolaunchpppd' file /etc/ppp/options.pptp user <username> password <password>" + "ip route del 192.168.0.1 #to avoid gateway conflict", "ip route add 192.168.0.230 dev ppp0 src $4 #to override needed LAN ip" in /etc/ppp/ip-up
    0. ultra_video_converter/mediacoder -> handbrake
    0. -> openshot 1.4.3, DivFix++
    0. Pinnacle Studio 8 -> openshot 1.4.3, DivFix++
  22. diyism revised this gist Apr 27, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -51,4 +51,5 @@
    0. sqlyog ent(mysql table/data compare) -> export csv order by + beyond compare
    0. microsoft word -> AbiWord(doc input), Markdown+Pandoc(doc output, pandoc --latex-engine=xelatex a.md -o a.pdf -V mainfont="WenQuanYi Micro Hei")
    0. Windows built-in "Network/Connect to workplace/VPN" -> "sudo pppd persist pty 'pptp <vpn ip/doman> --nolaunchpppd' file /etc/ppp/options.pptp user <username> password <password>" + "ip route del 192.168.0.1 #to avoid gateway conflict", "ip route add 192.168.0.230 dev ppp0 src $4 #to override needed LAN ip" in /etc/ppp/ip-up
    0. ultra_video_converter -> handbrake
    0. ultra_video_converter/mediacoder -> handbrake
    0. -> openshot 1.4.3, DivFix++
  23. diyism revised this gist Apr 27, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    0. DOS usb boot -> ubuntu live iso usb boot
    0. diskgenius for dos -> testdisk("No Log\Proceed\Intel\Analyse\Quick Search", better than fdisk), gnome-disks
    0. norton ghost for dos -> "fsarchiver savefs" "fsarchiver restfs", remastersys
    0. windows xp -> peppermint 4, lubuntu 13.04
    0. windows xp -> lubuntu 14.04
    0. ntldr boot.ini -> grub menu.lst, boot-repair
    0. RemapKey/KeyTweak -> xmodmap -pke > ~/.Xmodmap then modify it, it will be loaded automatically
    0. myboard.exe -> myboard.py + modified xorg-server + modified libgtk2.0-0 + fcitx-googlepinyin
  24. diyism revised this gist Apr 27, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -50,4 +50,5 @@
    0. rdesktop,teamviewer -> FreeNX(server)+OpenNX(client)+pwnat(penetrate LAN)
    0. sqlyog ent(mysql table/data compare) -> export csv order by + beyond compare
    0. microsoft word -> AbiWord(doc input), Markdown+Pandoc(doc output, pandoc --latex-engine=xelatex a.md -o a.pdf -V mainfont="WenQuanYi Micro Hei")
    0. Windows built-in "Network/Connect to workplace/VPN" -> "sudo pppd persist pty 'pptp <vpn ip/doman> --nolaunchpppd' file /etc/ppp/options.pptp user <username> password <password>" + "ip route del 192.168.0.1 #to avoid gateway conflict", "ip route add 192.168.0.230 dev ppp0 src $4 #to override needed LAN ip" in /etc/ppp/ip-up
    0. Windows built-in "Network/Connect to workplace/VPN" -> "sudo pppd persist pty 'pptp <vpn ip/doman> --nolaunchpppd' file /etc/ppp/options.pptp user <username> password <password>" + "ip route del 192.168.0.1 #to avoid gateway conflict", "ip route add 192.168.0.230 dev ppp0 src $4 #to override needed LAN ip" in /etc/ppp/ip-up
    0. ultra_video_converter -> handbrake
  25. diyism revised this gist Mar 23, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,7 @@
    0. Tunnelier -> "ssh -fqCND"(socks proxy), 3proxy(forward-socks5 into http proxy, don't use privoxy and polipo, unstable)
    0. Vilongu_HTTP_SOCKS_tunneler/sockscap -> proxychains-ng("socks5 127.0.0.1 8082" in /etc/proxychains.conf, only tcp)+"ssh -fqCND 8082", "sshuttle -r root@vps_ip 0/0", http proxy+"iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 127.0.0.1:8080"
    0. modify dnsapi.dll to force TCP DNS query -> unbound 1.4.13+(with forward-addr+tcp-upstream) //break through CCP's GFW
    0. chrome -> google chrome linux
    0. chrome -> firefox(chrome sucks)
    0. official emails forwarded to personal gmail web automatically+gmail web smtp -> the same
    0. firefox downloadthemall addon -> chrome DownloadAll addon, "aria2c -c -s 10 -x 10"
    0. SSH explorer -> terminal
  26. diyism revised this gist Mar 8, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@
    0. MagicMover(D:\Program Files) -> remastersys restored sda1 + UnionFS-FUSE(pivot_root) sda2
    0. WinHex -> wxHexEditor, bless, (sublime hexviewer only can edit one line)
    0. emEditor(PHP/C braces outline, csv editor) -> sublime(ctrl+r to list functions, addon packages: AlignTab,SublimeCodeIntel,Codecs,ConvertToUTF8), SciTE(to view log files)
    0. ClipX(multiple clipboard) -> Glipper
    0. ClipX(multiple clipboard) -> ParcelLite
    0. xplorer2 -> Marlin/Nautilus 3.6.3 file manager
    0. beyond compare -> beyond compare linux, meld
    0. Tunnelier -> "ssh -fqCND"(socks proxy), 3proxy(forward-socks5 into http proxy, don't use privoxy and polipo, unstable)
  27. diyism revised this gist Feb 4, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    0. myboard.exe -> myboard.py + modified xorg-server + modified libgtk2.0-0 + fcitx-googlepinyin
    0. MagicMover(D:\Program Files) -> remastersys restored sda1 + UnionFS-FUSE(pivot_root) sda2
    0. WinHex -> wxHexEditor, bless, (sublime hexviewer only can edit one line)
    0. emEditor(PHP/C braces outline, csv editor) -> sublime(ctrl+r to list functions, addon packages: AlignTab,SublimeCodeIntel,Codecs,ConvertToUTF8)
    0. emEditor(PHP/C braces outline, csv editor) -> sublime(ctrl+r to list functions, addon packages: AlignTab,SublimeCodeIntel,Codecs,ConvertToUTF8), SciTE(to view log files)
    0. ClipX(multiple clipboard) -> Glipper
    0. xplorer2 -> Marlin/Nautilus 3.6.3 file manager
    0. beyond compare -> beyond compare linux, meld
  28. diyism revised this gist Dec 25, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@
    0. xplorer2 -> Marlin/Nautilus 3.6.3 file manager
    0. beyond compare -> beyond compare linux, meld
    0. Tunnelier -> "ssh -fqCND"(socks proxy), 3proxy(forward-socks5 into http proxy, don't use privoxy and polipo, unstable)
    0. Vilongu_HTTP_SOCKS_tunneler/sockscap -> proxychains-ng("socks5 127.0.0.1 8082" in /etc/proxychains.conf, only tcp)+"ssh -fqCND 8082", "sshuttle -r root@<vps ip> 0/0", http proxy+"iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 127.0.0.1:8080"
    0. Vilongu_HTTP_SOCKS_tunneler/sockscap -> proxychains-ng("socks5 127.0.0.1 8082" in /etc/proxychains.conf, only tcp)+"ssh -fqCND 8082", "sshuttle -r root@vps_ip 0/0", http proxy+"iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 127.0.0.1:8080"
    0. modify dnsapi.dll to force TCP DNS query -> unbound 1.4.13+(with forward-addr+tcp-upstream) //break through CCP's GFW
    0. chrome -> google chrome linux
    0. official emails forwarded to personal gmail web automatically+gmail web smtp -> the same
  29. diyism revised this gist Dec 25, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@
    0. xplorer2 -> Marlin/Nautilus 3.6.3 file manager
    0. beyond compare -> beyond compare linux, meld
    0. Tunnelier -> "ssh -fqCND"(socks proxy), 3proxy(forward-socks5 into http proxy, don't use privoxy and polipo, unstable)
    0. Vilongu_HTTP_SOCKS_tunneler/sockscap -> proxychains-ng("socks5 127.0.0.1 8082" in /etc/proxychains.conf, only tcp)+"ssh -fqCND 8082", sshuttle, http proxy+"iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 127.0.0.1:8080"
    0. Vilongu_HTTP_SOCKS_tunneler/sockscap -> proxychains-ng("socks5 127.0.0.1 8082" in /etc/proxychains.conf, only tcp)+"ssh -fqCND 8082", "sshuttle -r root@<vps ip> 0/0", http proxy+"iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 127.0.0.1:8080"
    0. modify dnsapi.dll to force TCP DNS query -> unbound 1.4.13+(with forward-addr+tcp-upstream) //break through CCP's GFW
    0. chrome -> google chrome linux
    0. official emails forwarded to personal gmail web automatically+gmail web smtp -> the same
  30. diyism revised this gist Aug 12, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software alternative for linux.md
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@
    0. firefox downloadthemall addon -> chrome DownloadAll addon, "aria2c -c -s 10 -x 10"
    0. SSH explorer -> terminal
    0. TortoiseSVN -> RabbitVCS+nautilus 3.6.3
    0. AutoVer -> incrontab+"git local"
    0. AutoVer -> inotifywait+"git local": while inotifywait -r -q -e close_write,move,delete,create $WORK_DIR; do git --work-tree=$WORK_DIR --git-dir=$GIT_DIR add .;git --work-tree=$WORK_DIR --git-dir=$GIT_DIR commit -a -m auto;done
    0. coLinux,vmware -> VirtualBox(need enable "Virtualization Technology" in BIOS tabs "Security/System Securtity" or "Advanced")
    0. SugarSync -> dropbox for linux(symbol links, selective sync, initial merge)
    0. Folder Cruiser Pro -> ?