Skip to main content

Home/ Groups/ Linux
David Corking

Reconnecting your SSH agent to a detached GNU screen session | tolaris.com - 3 views

  •  
    This is almost perfect!  For me, on Debian 7.1, Remi's code needed a small tweak. I put backticks around `whoam`i It allows me to use git push/pull after I have disconnected and reconnected to a screen session. SSH_AUTH_SOCK=$(find /tmp/ssh-* -user `whoami` -name agent\* -printf '%T@ %p\n' 2>/dev/null | sort -k 1nr | sed 's/^[^ ]* //' | head -n 1)
David Corking

Rsync To Dropbox / Jungle Disk « Blog | lesterchan.net - 7 views

  • --log-file=
    • David Corking
       
      Might be useful to get into the habit of using logs for later troubleshooting.
  • –size-only Modifies rsync’s “quick check” algorithm for finding files that need to be transferred, changing it from the default of transferring files with either a changed size or a changed last-modified time to just looking for files that have changed in size
    • David Corking
       
      Sounds like webdav clocks gets sufficiently out of sync with the local machine to cause trouble with rsync. I wonder if it leads to unnecessary download of entire files. Does this mean that unison won't work on webdav drives?
  •  
    Nice tips for doing small backups with rsync
Massimo Luciani

A review of open source game Red Eclipse - 9 views

  •  
    A review of Red Eclipse, a free / open source FPS game for Linux, Windows and Mac OS.
Luciano Ferrer

ZoneMinder: Linux Home CCTV and Video Camera Security with Motion Detection - 2 views

  •  
    Welcome to ZoneMinder.com, home of ZoneMinder the top Linux video camera security and surveillance solution. ZoneMinder is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child, family member or home monitoring and other domestic care scenarios such as nanny cam installations. It supports capture, analysis, recording, and monitoring of video data coming from one or more video or network cameras attached to a Linux system. ZoneMinder also support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use as a DIY home video security system and for commercial or professional video security and surveillance. It can also be integrated into a home automation system via X.10 or other protocols. If you're looking for a low cost CCTV system or a more flexible alternative to cheap DVR systems then why not give ZoneMinder a try?
  •  
    ZoneMinder the top Linux video camera security and surveillance solution. ZoneMinder is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child, family member or home monitoring
Massimo Luciani

A review of open source game Cube 2: Sauerbraten - 1 views

  •  
    A review of Cube 2: Sauerbraten, a game for Windows, Linux, Mac OS.
jdr santos

Linux Config - 19 views

Marc Lijour

Forrester Analyst Says Open Source Has Won | Linux.com - 4 views

  • Wednesday, 11 August 2010 08:58
  • Open source has crossed the chasm
  • Jeffrey Hammond
  • ...13 more annotations...
  • Hammond, principle analyst with Forrester Research
  • Hammond says that open source initially wedged its way into enterprise environments based on cost savings
  • Hammond says that we're now seeing the second wave of open source adoption, being driven by improved flexibility to execute and positioning enterprises to grow when the recession ends.
  • Only one in five (21%) developers are not using open source as part of their work.
  • Application servers and operating systems are highest in organizations larger than 20,000 employees.
  • what's more interesting is the "u-shaped" curve where very small and very large organizations show high adoption.
  • Open source databases are outliers, with less adoption in larger companies
  • 30% of developers say that they're using Linux as their primary development OS on Eclipse
  • Ubuntu is leading by far with 17%, all the other Linux combined
  • Deployment numbers are nicer for Linux. 40% are deploying on Linux, 36% on Windows from Eclipse; the Dr. Dobbs survey finds 23% deployment on Linux vs. 57% for Windows-centric developers. In both cases, organizations are deploying more on Linux than ever before.
  • Subversion is the leader with 52%, and Git/GitHub with 6%. Open source is the clear winner in SCM. Git has crept up from 2% to 6%
  • Things happening "outside the firewall" are driving technology, which has empowered developers to change corporate IT culture
  • about 36% of companies don't have a policy regarding deploying and contributing to open source.
Marc Lijour

Yahoo: The Linux Company | ZDNet - 4 views

  • 100,000s of servers, 640-million users, and over a 1 billion visits a months
  • 13th most popular Web site on the globe, or the fourth if you count all the international Google sites as one
  • “Yahoo has its own Linux distribution, YLinux, targeted for out specific needs. It’s based on Red Hat’s Red Hat Enterprise Linux (RHEL)
  • ...2 more annotations...
  • “We might have some Windows servers somewhere but none of them are on the Web or in the cloud.”
  • 75% of Yahoo’s Web sites and services run on Linux. The rest? It runs on FreeBSD.
Marc Lijour

RMS On Header Files and Derivative Works - Slashdot - 2 views

  • "In this email from 2003, Richard Stallman says 'I've talked with our lawyer about one specific issue that you raised: that of using simple material from header files. Someone recently made the claim that including a header file always makes a derivative work. That's not the FSF's view. Our view is that just using structure definitions, typedefs, enumeration constants, macros with simple bodies, etc., is NOT enough to make a derivative work. It would take a substantial amount of code (coming from inline functions or macros with substantial bodies) to do that.' This should help end the recent FUD about the Android 'clean headers.'"
‹ Previous 21 - 40 of 575 Next › Last »
Showing 20 items per page