General :: Produce A List Of Opensource Alternatives To Blackboard And Webct
Jun 24, 2010
I'm trying to produce a list of opensource alternatives to Blackboard and webct EDIT: please provide user experience and recommendation. I'm not looking for a google search on the products out there; rather, I was wondering about your personal input
View 3 Replies
ADVERTISEMENT
Sep 11, 2010
I have hard drive with several thousand photos. These photos are in different formats, some are tif some jpg some raw (cr2). These files are in dozens of directories. What I want to do is produce a list of all the files, in all of the directories, sorted by the file name (not sorting on the path), listing the location, file name, size and date created.
For instance I may have a file called photo1.jpg in /photos/pics/
I may also have a file called photo1.cr2 in /photos/misc/ and a file called photo1.tif in /photos/processed/summer/.
I would like a text file that would look like this:
/photos/misc/photo1.cr2 2536658 2010-07-09 13:17
/photos/pics/photo1.jpg 320046 2010-07-07 14:47
/photos/processed/summer/photo1.tif 234456689 2010-07-10 09:22
Of course I want it to do this for all of the photos. I pretty sure that there is a way to do this with a minimum amount of work. I have no problem with using the command line.
View 3 Replies
View Related
Mar 3, 2011
According to the Open Source Initiative an open source license must among all other things be "9. License Must Not Restrict Other Software: The license must not place restrictions on other software that is distributed along with the licensed software. For example, the license must not insist that all other programs distributed on the same medium must be open-source software." Now GPL v2 (and all oher versions) instead require "You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. ", basically this is the reason why GPL is considered a viral license: because any works derived from a copyleft work must themselves be copyleft when distributed (and thus they exhibit a viral phenomenon). Now the problem is in wikipedia [URL] I see that GPL is approved by OSI as open source, but the point 9 of OSI and the vitality of GPL should be incompatible with each other!
View 3 Replies
View Related
Jun 19, 2010
I want an open source equivalent of Tahoma in windows. Had been using windows fonts and now I am ditching it completely.
View 3 Replies
View Related
Mar 24, 2010
I want to do some innovative opensource project for my final semester .It should be small and to be finished within 2-3 months .
View 3 Replies
View Related
Dec 15, 2010
Kernel 2.6.21.5, Slackware 12.0
Xfce 4.4
For example I've just issued 'mplayer foo.flac' and I do not want an error made by me while in the GUI to issue a loud sound notifying me the error and putting in risk my speakers.
View 8 Replies
View Related
Aug 23, 2010
I have heard that SSH was originally for BSD. Is this correct? And what alternatives to SSH do GNU users use? Or do people just not use GNU for SSH or an SSH type application?
View 2 Replies
View Related
Jul 26, 2010
Is there any software that can 'read' the log file in nagios and produce a so-called 'scoreboard' (something like a graph) to display the status of the services? I was told that one could 'read' the log file stored in nagios and create a scoreboard.
View 12 Replies
View Related
Jun 3, 2010
What's the best Remote Desktop Application? Citrix GoToAssist is a really nifty little web application for customer support that allows you to take control of someones OSX, or Windows machine. Essentially, it works likes this:
You log in to your management console You get a code You give them a code, and a website (fastsupport.com) They go there and enter in the code They accept the browser applet which installs a program on their computer You have control of their desktop
You can see their desktop, configure applications, etc. They can also see when you disconnect. It is really rather nifty, but it doesn't support Linux and it is rather expensive (660$ a year). Does anyone know of any alternatives to this? I'm looking for a solution as simple on the user as this one, that doesn't require firewall configuration or setting up ssh/vnc/rdesktop etc.
View 2 Replies
View Related
May 26, 2010
I want to call/run an .exe file from a perl file as so:
Code:
my $cmd=`runner.exe`;
I want to limit the time I want it to run (say 20 seconds).
ulimit should do it as so:
Code:
my $cmd=`ulimit -t 20; runner.exe`;
but I get this:
Quote:
sh: line 0: ulimit: cpu time: cannot modify limit: Operation not permitted
any alternatives that can do the same thing as ulimit? even if it's just for this one process (runner.exe)
View 5 Replies
View Related
Jan 17, 2010
I've been a Java developer for some time now and I always wind up removing a bunch of stuff from /etc/alternatives in favor of one of several freshly downloaded official Sun JDKs I've installed myself. I don't like circumventing things unnecessarily, though and I also don't like "re-inventing the wheel", either. If I had a better idea of how that system worked, perhaps it would not be required. I mean I usually write a script to switch between jdk's for different projects but perhaps I would not need a script if I knew how this worked
View 4 Replies
View Related
Dec 16, 2010
if there were any alternatives to knotify. in running xfce and i was hoping to get gnotify(thats what ubuntu uses right??) or any other alternative works.
View 2 Replies
View Related
Jul 20, 2010
Adobe Reader is the best, but it's so resource heavy. It takes almost 10% of my 8GB ram. Evince has trouble with highlighting text and does not support tabs. Foxit Reader for Linux does not support tabs. Any assistance in choosing an appropriate PDF viewer that supports these features on Linux and isn't too resource intensive?
View 2 Replies
View Related
Feb 18, 2010
Is any alternative for (deskshell(XC) -- syntax and control constructs of the Deskshell command language) in fedora.It was using in sco unix.
View 2 Replies
View Related
Nov 26, 2010
I have the following in /usr/java :
[root@jonas java]# ls -l
total 40668
lrwxrwxrwx. 1 root root 16 2010-11-26 15:45 default -> /usr/java/latest
drwxr-xr-x. 7 root root 4096 2010-11-26 15:44 jre1.6.0_22
-rw-r--r--. 1 root root 20946625 2010-09-15 12:42 jre-6u22-linux-i586.rpm
[Code].....
Enter to keep the current selection[+], or type selection number:
How can I run java jre-6u22 ?
View 3 Replies
View Related
Jan 16, 2010
How to setup Dedicated Server for Web Hosting using Ubuntu Server or equivalent opensource Operating System? And how to make secured my Dedicated Server on public?
View 1 Replies
View Related
Dec 27, 2010
How can I convert a file with a lot hex numbers into the decimal?
Example: file1
0x59999
0x5acdc
0xffeff
I want to start $ cat file1 | util | cat >file2 and get file2 with smth like
[Code]...
View 3 Replies
View Related
Jan 7, 2010
list the 'chkconfig --list' in alphabetical order
View 3 Replies
View Related
Jan 28, 2010
one command to list the list of folders/ within the folder.
View 4 Replies
View Related
Jun 2, 2011
I think I've one of the badest configurations to use fc15 and gnome-shell. I run a AMD HD 6950 and I have these bugs in gnome-shell (e.g. rainbow color, corrupt icons, ..) with the official AMD fglrx driver.As I can see, the opensource ATI driver only supports cayman based gpu (like mine) if using a 2.6.39 kernel. Mine is a 2.6.38.6-27.fc15.x86_64, so I don't get any support.Any ideas how to get the opensource driver to work and fix these ugly gnome-shell bugs?Shell I install the 2.6.39 Kernel from FC16?I really like the new gnome-shell and got used to it on my thinkpad x61s, so I like to use it on my workstation, too.
View 2 Replies
View Related
May 2, 2011
I have problems with ATI Drivers for my graphics HD4850. Opensource drivers work, but often lag mouse and other applications. Then I've installed Additional drivers, which are include in Ubuntu. It's good with mouse and other, but sometimes lag applications and moving windows. In CCSM I disabled Vsync and set refresh rate, but it's still lag on applications, moving windows is OK. What can I do now?
Is ATI Driver version from Additional drivers same as 11.4 from official AMD's webpage? If I will install drivers version 11.4 from AMD's page, will work good?
OR
How can I solve problems with opensource drivers with mouse and applications lag?
View 9 Replies
View Related
Dec 23, 2010
Could someone suggest me an opensource disk deduplication software. Also pls mention if you are using it in production environment and size of the environment.
View 1 Replies
View Related
Aug 13, 2010
I am very much interested in learning Embedded Systems through Opensource Tools and Googled for IDE and found PIKLAb for PIC microcontoller.
Can anyone suggest good opensource IDE available for ARM Microcontroller
View 1 Replies
View Related
May 12, 2010
I have the joyous task of having to find and fix a bug in a large opensource project for an assignment. Fixing the bug should only take about 4 hours according to the lecturer. I would prefer the source language of the project to be Java, since my C++ is quite rusty.
So, does anyone have some experience in this type of thing, and can you give me advice about which projects would not be nasty to an ignorant student? Also, which tools did you use to make it easier for you? I want to learn how to do this,but I'm just a bit clueless at present.
View 5 Replies
View Related
May 25, 2011
From the past 2 years i have been working in linux machines and few months back I started my carrier as php programmer, I just want to know weather php has scope in software industry or not ? because my friends are insisting me to go for microsoft technologies and i am in delima to choose which platform.
View 3 Replies
View Related
Dec 24, 2010
I was wondering if there are alternatives to "Distrowatch" where the various linux distributions are responsibly and unbiasly discussed?
View 7 Replies
View Related
Aug 1, 2010
I am tired of Skype and I am looking for an opensource alternative. Is there something that works well and will work both on Linux and Windows?
View 1 Replies
View Related
Jun 3, 2011
With Microsoft acquisition of Skype I was tasked with research into migrating our users off of Skype and onto our own server for audio/video calls and IM communication. I see several SIP servers in F14 repos: OpenSER, OpenSIP, sems, ser and some other packages. What do I need to build my own server on F14 machine to allow our users call each other with video and exchange text IMs?
View 2 Replies
View Related
Mar 8, 2010
I have everything in 11.2 working awesome and loving this experience just wish I could get this card to work.I added the repository but it gives me an error saying there is no checksum and no certificate?Can I say ignore this and install the repository so I can get at the opensource drivers? Its the only thing I am lacking in getting done.
View 3 Replies
View Related
Jul 17, 2010
LIVESTATION is not opensource Could someone make a PERL or PYTHON script taht let us what TV using mplayer, there is some links:
[URL]
find a web tv online (free and opensource) program: How to use it?
Quote:
cd ; tar xvpfz pupwebtv-ubuntu.tar.gz
cd ; mkdir .PupWebTV ; cp pupwebtv/channels.txt .PupWebTV
cd ; cd pupwebtv ; ./PupWebTV
View 5 Replies
View Related