Skip to main content

Home/ Linux/ Group items tagged share

Rss Feed Group items tagged

Krizna G

How to setup nfs server on centos 6 - 0 views

  •  
    NFS ( Network File System ) is used to share a directory with other clients over a network. It is very useful when it is implemented for accessing shared home folders
aa8538722

Facebook Autopilot | is a creative software, which can share on Facebook groups and com... - 0 views

  •  
    FACEBOOK AUTOPILOT communicate with Facebook pages and make likes and comments so your accounts stay safe
yc c

Free Online Backup, File and Folder Sync, Share & Storage for Windows, Mac, and Linux -... - 0 views

  •  
    SpiderOak offers a different approach to online backup by combining a suite of services into one consolidated tool - free online backup, synchronization, sharing, remote access, and storage. This difference is further measured in our zero-knowledge privacy policy - the first one ever employed in this setting. Our flexible design allows you to handle data from any operating system (Mac, Windows and Linux) or location (external drives, network volumes, USB keys, etc...) using just one centralized account.
Marc Lijour

The official web site of the Department of General Education, Government of Kerala - 0 views

  • The Director of IT@School, K. Anvar Sadath said, "Building collaboration and sharing practices are essential factors for the well being of societies and proprietary software often deny that."
  • The Kerala IT Education Department believes that sharing is an important virtue. However, sharing a proprietary software would be a violation of the End User License Agreement (EULA).
  • Thinking about the massive cost involved in setting up the IT infrastructure based on Windows, it was better to have the OS and applications realigned for Linux and other free software.
  • ...6 more annotations...
  • Enabling Linux and FOSS based education in 2,738 high schools brought along its own set of challenges. In the first phase, over 40,000 teachers had to be trained for over 90 hours on Linux based systems.
  • Creating a single curriculum based on GNU/Linux was another issue to counter because there were many distributions of the OS
  • the Free Software Foundation of India suggested developing a custom distribution for IT@School and eventually created the distribution with funding from the Kerala State IT Mission
  • IT@School has managed to get concession on broadband rate for all schools
  • Resources which are available under GPL and Creative Commons can straight away be customised to their requirements. This builds innovation and networking without much financial burden
  • wants Kerala to become a FOSS destination. With 90% literacy rate
anonymous

OOM Killer - linux-mm.org Wiki - 0 views

  •  
    The functions, code excerpts and comments discussed below here are from mm/oom_kill.c unless otherwise noted. It is the job of the linux 'oom killer' to sacrifice one or more processes in order to free up memory for the system when all else fails. It will also kill any process sharing the same mm_struct as the selected process, for obvious reasons. Any particular process leader may be immunized against the oom killer if the value of its /proc//oomadj is set to the constant OOM_DISABLE (currently defined as -17). The function which does the actual scoring of a process in the effort to find the best candidate for elimination is called badness(), which results from the following call chain: _alloc_pages -> out_of_memory() -> select_bad_process() -> badness() The comments to badness() pretty well speak for themselves:
Djiezes Kraaijst

Linux.com :: Profiling entire system activity with sysprof - 0 views

  • Profiling entire system activity with sysprof
  • Profiling an application lets you see what functions are taking up most of the CPU time so you can concentrate your optimization efforts on making the those pieces of code run faster. With sysprof, you can profile all the applications that are running on your machine
  • To get the most out of sysprof you should also install the debug information for all the applications you wish to profile. Without the debug information you will see only the name of a shared library in the profile information and not be able to tell what functions are taking up the lion's share of time spent in that library.
Sandra Nowakowski

Cisco 3500 - 0 views

  •  
    The Hosting Zone The Hosting Zone: Affordable Web Hosting Services For Entrepreneurs And Small Businesses Featuring; Linux Shared Hosting Layers, And Cisco 3500 And 2900 Www.thehostingzone.com/network.htm Ednel's Personal Home Page Cisco 3600 Do...
Maluvia Haseltine

Freesmartphone.org - 0 views

  •  
    Freesmartphone.org is a collaboration platform for open source and open discussion software projects working on interoperability and shared technology for Linux-based SmartPhones. freesmartphone.org works on a service layer (middleware) that allows developers to concentrate on their application business logic rather than dealing with device specifics. freesmartphone.org honours and bases on specifications and software created by the freedesktop.org community
yc c

Synergy - 1 views

  •  
    Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It's intended for users with multiple computers on their desk since each system uses its own monitor(s).
yc c

Qubes - 4 views

shared by yc c on 08 Apr 10 - Cached
  •  
    Isn't Qubes just another Linux distribution after all? Well, if you really want to call it a distribution, then we're more of a "Xen distribution", rather then a Linux one. But Qubes is much more than just Xen packaging -- it has its own VM management infrastructure, with support for template VMs, centralized VM updating, etc, and also its very unique GUI virtualization infrastructure. What is the main concept behind Qubes? To build security on the "Security by Isolation" principle. Key architecture features:Based on a secure bare-metal hypervisor (Xen)Networking code sand-boxed in an unprivileged VM (using IOMMU/VT-d)No networking code in the privileged domain (dom0)All user applications run in "AppVMs", lightweight VMs based on LinuxCentralized updates of all AppVMs based on the same templateQubes GUI virtualization presents applications like if they were running locallyQubes GUI provides isolation between apps sharing the same desktopStorage drivers and backends sand-boxed in an unprivileged virtual machine(*)Secure system boot based on Intel TXT(*)
rajue s

E-Link Box The Blog Press - 0 views

  •  
    Welcome to E-Link Box - The Blog Press!!! E-Link Box is a growing up community in particular to help out Bloggers, Content Writers, Authors, Online marketers, Affiliates and web masters. E-Link Box brings writers, authors, readers, affiliate marketers, webmasters, reviewers and ezine publishers together with social networking capabilities. E-Link Box provides a platform to communicate within the members to share and get assisted by each other. Registered members can create, edit, publish and submit their blog, contents, reviews and articles on topics that suite all types of audience in internet. E-Link Box is the place to blog your ideas, techniques, thoughts, knowledge, tips and stuff. It is free and easy. You have to register an account and submit your content. Members can create and mange their own groups, invite friends, start a post or discuss a topic in inbuilt forum and lot more tool. Any one who loves to write, submit articles, post content, to create high quality backlinks etc can register free with E-Link Box. Increase your exposure to search engines and boost your traffic by submitting your articles post and content as a registered member. Free updated latest web content rss feeds for all webmasters, ezines and newsletter publishers.
Javin Paul

10 examples of using find command in UNIX - 0 views

  •  
    Here I am listing down some of the way I use find command regularly, I hope this would help some one who is new in UNIX and find command or any developer who has started working on UNIX environment. this list is by no means complete and just some of my favorites , if you have something to share please share via commenting.
Javin Paul

grep command in unix with example - 0 views

  •  
    Grep command is my favorite command in unix and I really like to use it for all searching stuff. unix grep command is both powerful and versatile and in this article I have shared 10 unique ways of using in your day 2 day life.
bryan yu

How to protect media file using Apache module rewrite in FreeBSD - 0 views

  •  
    The main purpose in writing this article is to share how to protect media files. That is because I discovered that someone will copy my entire article and then paste it into their own Blog. In fact, we can not prevent it to happen. So I have to use the rewrite module of apache server to stop it. If you are using your machine as a web server...
bryan yu

wdfs installation and configuration on openSUSE that is a webdav filesystem for fuse - 0 views

  •  
    wdfs is a WebDAV that makes it possible to mount a webdav share under Linux, FreeBsd and apple mac OS X. wdfs has some special features for accessing subversion repositories via webdav. it's based on fuse and neon. WebDAV is an easy way to upload files through the services of a webserver.
aa8538722

Download | Facebook AutopilotFacebook Autopilot - 0 views

  •  
    Facebook autopilot is a creative software, which can share on Facebook groups and comments just like a real human
aa8538722

Facebook Autopilot Share like a human intro - YouTube - 0 views

  •  
    FACEBOOK AUTOPILOT prepare your advertising campaign and keep it running forever ordered now http://fb.emautopilot.com/
1 - 20 of 31 Next ›
Showing 20 items per page