josywong

Members
  • Posts

    53
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

josywong's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. there is dockers for btc, storj, sia, zcash. from there i learnt to create my own dockers for raven and zelcore(outdated).
  2. this actually solved my problem with lancache + pfsense (pfblocker, dns resolver) issues.
  3. my retail have 16gb as smallest capacity
  4. have u checked BitcoinWalletGUI ? its ubuntu 16.04 with ppa:bitcoin
  5. there is already 2? in community app. nt sure if any of them work tho
  6. +1 for iscsi. i wanted similar setup as ccboot (ccboot.com), wher i don have to install physical hdd on every of my pc.
  7. steamcache dns need to have UPSTREAM_DNS added. add UPSTREAM_DNS ur.local.dns.ip / quad.9 / google.dns otherwise will broke dns query other than steam related
  8. hi, i have a very little request regarding vm's bootorder xml. can limetech please add a failover <boot order='last number of bootable count'/> to the network interface? or make a tick box next network? edit xml and add <boot order='1'/> to my network is nt hard or time consuming. it just make my life easier or those who need it in the future thanks
  9. this folder is only visible in midnight commander could not remove thru command line (rm -r) or midnight commander. whole folder appear as empty in windows explorer or unraid webgui user share i started to move all the files in that share folder to newly created share folder http://prntscr.com/a5dypo appreciate any kind of help. thanks edit: no idea what happended but i got it fixed. tower-syslog-20160220-0157.zip
  10. solution: https://lime-technology.com/forum/index.php?topic=37835.msg350020#msg350020 enable it in regedit
  11. im interested if u r able to ship it oversea. im fine to top up a little for shipping charges, registered of coz.
  12. i created a docker container based on https://github.com/smdion/docker-containers/blob/master/Dockerfile-Template my docker repo https://registry.hub.docker.com/u/josywong/pdnsd/ my current pdsnd.conf global { perm_cache=4096; cache_dir="/var/cache/pdnsd"; run_as="pdnsd"; server_ip =127.0.0.1; status_ctl = on; paranoid=on; query_method=udp_tcp; min_ttl=20s; // Retain cached entries at least 20 seconds. max_ttl=1w; // One week. timeout=1; // Global timeout option (1 seconds). par_queries = 3; // number of simultaneous queries. tcp_server=off; run_ipv4=on; neg_rrs_pol=on; } server { label =OpenDNS; ip=208.67.222.222; ip=208.67.220.220; uptest =ping; interval = 30m; // Test every half hour. ping_timeout = 300; // 30 seconds. caching=on; proxy_only=on; lean_query=on; timeout=30; purge_cache = off; exclude = .localdomain; policy = included; preset = off; } source { owner=localhost; serve_aliases=on; file="/etc/hosts"; } rr { name=localhost; reverse=on; a=127.0.0.1; owner=localhost; soa=localhost,root.localhost,42,86400,900,86400,86400; } im getting this error in my log. [code]*** Running /etc/my_init.d/firstrun.sh... Using existing config file. *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 7 * 07/18 14:42:05| pdnsd: info: pdnsd-1.2.9a-par starting. * 07/18 14:42:05| pdnsd: warning: Error: could not bind socket: Function not implemented. Status readback will be impossible Jul 18 14:42:05 d757f96122d9 syslog-ng[15]: syslog-ng starting up; version='3.5.3' what am i missing ? or where should i fix it to get it working? i have very little to none linux knowledge. i got limited speed and quota internet. so this might going to help me together with polipo
  13. have been using ipxe since day1 tftp on unraid. i chainloaded thru grldr, using dnsmasq. boot into winpe 4-5 secs and i can start deploying windows / imaging / quick diagnostics.
  14. to answer my own question. in case someone need the same information. i manually mapped 1 folder. /etc/polipo > /mnt/user/polipo from polipo documentation, blank line, "/", "*" and "\" will be ignored. so, i get a list from pgl.yoyo.org - nonhtml list and save it into forbidden. editted polipo.conf with #forbidden file/folder location forbiddenFile = "/etc/polipo/forbidden" #forbiddenUrl forbiddenUrl = "http://webserveripaddress:port/Blank.gif" #uncacheable file/folder location uncachableFile = "/etc/polipo/uncachable" might need cron to get latest updated daily edit: misunderstanding about volume mapping in docker, u need to map only 1 volume there