talpa

Bookmarks on this page are managed by an admin user.

282 bookmark(s) - Sort by: Date ↓ / Title / Voting /

  1. -
    http://robotbirds.com/catalog/product...fo.php?cPath=142_687&products_id=8899
    Tags: by Visti Andresen (2015-12-13)
    Voting 0
  2. -
    https://tinyapps.org/blog/windows/201...0715_bsod_after_motherboard_swap.html
    Tags: , by Visti Andresen (2015-10-28)
    Voting 0
  3. base=$(cut -d '.' -f1 /proc/uptime);
    seconds=$(date +%s);
    dmesg | sed 's/]//;s/).( ^ » *)(.*)/1n3/' |
    while read first; do
    read second;
    first=`date +"%d/%m/%Y %H:%M:%S" --date="@$(($seconds - $base + $first))"`;
    printf " %s » %sn" "$first" "$second";
    done
    http://unix.stackexchange.com/questio...readable-dmesg-time-stamps-on-openwrt
    Tags: , , by Visti Andresen (2015-10-04)
    Voting 0
  4. git config remote.origin.prune true

    or

    git config --global fetch.prune true

    as of git 1.8.5
    http://stackoverflow.com/questions/18...utomatic-prune-with-git-fetch-or-pull
    Tags: , by Visti Andresen (2015-09-07)
    Voting 0
  5. -
    http://www.haproxy.org
    Tags: , by Visti Andresen (2015-08-15)
    Voting 0
  6. SNAT not working, enable bloody IP forwarding
    (And add a ACCEPT rule)
    http://www.ducea.com/2006/08/01/how-to-enable-ip-forwarding-in-linux
    Tags: , , by Visti Andresen (2015-08-15)
    Voting 0
  7. /lib/udev/rules.d/75-persistent-net-generator.rules
    contains exceptions for KVM anf other VM netcards

    nano /etc/udev/rules.d/60-my-persistent-net.rules
    SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="b8:ac:6f:65:31:e5", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="wan0"
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652660
    Tags: , , , by Visti Andresen (2015-07-13)
    Voting 0
  8. -
    http://www.diyouware.com
    Tags: , by Visti Andresen (2015-07-04)
    Voting 0
  9. -
    https://www.udacity.com/course/developing-android-apps--ud853
    Tags: , by Visti Andresen (2015-05-15)
    Voting 0
  10. -
    http://linux-rockchip.info/mw/index.p...uilding_Kernel_for_Linux_Distribution
    Tags: , , , by Visti Andresen (2015-04-04)
    Voting 0

Top of the page

First / Previous / Next / Last / Page 10 of 29 bookmarks: My Bookmarks

About - Propulsed by SemanticScuttle