General :: FOSS Alternative To Skype?

May 10, 2011

Given the recent dealings between Skype and Microsoft (here), one can guess that Linux support will be dropped. It wasn't amazing, but it ran. Moreover, security of transmitted data, in my own opinion, will be more questionable as of this acquisition.

What are the alternatives? If there are no full solutions - I propose the unification of several partial solutions into a merged FOSS project. I recommend a secure chat/video client with SIP capabilities and native ports for Linux Console, X, and FreeDos.

View 7 Replies


ADVERTISEMENT

Software :: FOSS Alternative To Adobe Dreamweaver?

Dec 11, 2010

I know GIMP and OpenOffice Draw can both easily supplant Adobe Photoshop, but what about Dreamweaver? Is there any FOSS alternative that is at least as full-featured as GIMP?

View 5 Replies View Related

General :: Skype Alternative Similar To Windows Skype?

Apr 21, 2010

Does anybody know a good option for a Skype based solution that works on Linux? I have a real problem with the current Linux version as it is a crappy, buggy and downgraded version of the Windows equivalent.

View 7 Replies View Related

Ubuntu :: 11.04 - Looking For Alternative To Skype

Sep 1, 2011

I'm fairly new to the Ubuntu community, having dl'ed Ubuntu 11.04 little more than a couple of weeks ago, deleting my Windows completely. I'm sure this has been said before, but I'm trying to find a good VoIP I can use to call my Windows using girlfriend who is currently very far away. Skype for Linux just crashes for me after a minute or two, Ekiga only allows me to make a call to any contact ONCE, then I can never do it again, tried Faceflow and couldn't even see or hear her. I'm running out of options, it seems. Will I really have to go back to windows just to see her?

View 5 Replies View Related

Software :: Skype Alternative Without QT Libraries?

Jun 1, 2010

Is there a client for Skype (open or closed) that doesn't use the QT libraries?

View 2 Replies View Related

OpenSUSE Network :: Trying To Find Out Skype Alternative

Jun 6, 2011

Last two days I am trying to find alternative to skype. So I decided to find solution for my family, friends to chat, call (audio, video) using opensource product on linux. I have tried the following: (using same clients and gtalk accounts on both test machines)

1. Kopete 1.0.80
Firstly, I like it because it is native in opensuse KDE system.
Secondly, it has optional jungle support for gtalk, which is ok for me.
The only problem, I cannot turn on jingle support, because there should be talk.google.com server , but the right server is gmail.com. Only with gmail.com server I can connect to my gtalk. I was managed to do it right, but my friends do not have jingle settings (libjingle installed). What should we do? Will we be able to talk when we activate it?

2. Pidgin 2.7.10 (libpurple 2.7.10)
Video calling, audio calling doesn't work at all. We using same version of pidgin on two computers, there is mention that it is calling but no progress after, nothing. Even camera turns on (no image though) but after doesn't turn off (camera light).

3. PSI 0.14 patched
Psimedia installed, doesn't call at all. Says that the client reject me or busy.

4. Empathy 2.32.2
No options for video and audio hardware, nothing to change at all). Call from menu doesn't work, nothing happens after I press "call". Call from chat window impossible because buttons are grey, are not active. Now error "could not sync the state of the new nicesrc with its parent"

5. Gajim
Even after writing down stun server stun.ekiga.net call buttons for video and audio call were inactive, unable to make call.

6. Ekiga
Using pctel.ru. Works ok, sometimes problems with intiating video, but still something. I am not very happy because it is not XMPP.

7. Twinkle works like a charm. The only one client using which I haven't had any problems at all. The only thing to tailor is audio codec (also encryption if you like).

I hope to make a call one day and to be sure that I haven't used any closed program for it!

View 9 Replies View Related

Ubuntu Multimedia :: Skype Alternative For Call Recording

Aug 11, 2010

Right now in order to do some recording I use Skype and Skype Call Recorder, but Skype only does audio at 16Khz. Is there some other similar program that could be used that could also be recorded at a higher quality?

View 2 Replies View Related

OpenSUSE :: Skype Alternative - Client With Good Video And Voice Quality

Jun 16, 2010

I am looking for a good alternative to Skype. I would like to have video and voice calls with a family member who uses MS XP but would like to avoid Skype if possible. Does anyone know of a good client with good video and voice quality that will work on both platforms. I'd like it to use open standards so at least we can use different OS specific clients if one is not available for both platforms. Googling hasn't yielded much and some of the results refer to really old (~2006) articles or apps. I hope I'm not doomed to using Skype. I've resisted so long with using SIP clients for voice but am stumped now that I want to include video.

View 9 Replies View Related

General :: Adjust And Combine Multiple Lower Quality Photos Into One Better Using FOSS?

Mar 12, 2011

I have multiple noisy photos (caputed without tripod) that needs to be adjusted (moved/rotated) and averaged.

How it's better to do it in Linux with FOSS console-based programs?

Current way is something like:

mplayer mf://*.JPG -vo yuv4mpeg:file=qqq.yuv
transcode -i qqq.yuv -y null -J stabilize=maxshift=500:fieldsize=100:fieldnum=6:stepsize=50:shakiness=10
transcode -i qqq.yuv -J transform=smoothing=100000:sharpen=0:optzoom=0 -y raw -o www.yuv

Update: Experimented with "Hugin". It only distorted all photos according some "projection" and refused to merge them: enblend: excessive overlap detected; remove one of the images. Of course "excessive" - they're all almost in the same place. No averaging? /* and images are not actually aligned */.

Proceeding to experiments with enblend/panorama_tools/ale.

View 3 Replies View Related

Software :: FOSS Image Editor Capable Of Saving As SVG?

Jun 19, 2010

Is there any FOSS image editor in the Ubuntu repositories that is capable of saving .SVG files?

I currently have GIMP. I can open an SVG file just fine. But when I go to save it, GIMP thinks the file is a new one. When I click "Replace", an error pops up "The following file does not have a known file extension". I want to know if there is an FOSS image editor that will write SVG files, not just read them.

View 2 Replies View Related

Programming :: PHP/MySQL FOSS For Managing User Sessions On The Web?

Apr 24, 2009

My co-worker and I are working on this robotics project where robots are controlled over the web. I don't want to go into all the details, but basically the users visit a page where they have access to a PHP-based interface that allows them to send commands to robots in our tech lab (via an intermediate server). Our web server is running Apache.

Anyway, now we need to implement session control, with user-names and passwords so that only certain people can have access to the interface at a certain time, with access to only certain robots, et cetera. We were hoping there was some kind of pre-fab FOSS solution for handling both the session control and maintaining the MySQL user/password database.

My co-worker knows a little PHP, and I know a little MySQL, but we are both noobs enough that we would prefer to do as little of this from scratch as is possible. We don't have a lot of time, and I know it is easy for inexperienced MySQL programmers to introduce security vulnerabilities.

View 1 Replies View Related

CentOS 5 :: Errors: Skype: /usr/lib/libstdc++.so.6: Version `GLIBCXX_3.4.9' Not Found (required By Skype)

Apr 12, 2011

hJust installed brand new Centos 5.6 and skype, according to centos wiki (http://wiki.centos.org/HowTos/Skype) Getting these errors: skype: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by skype)

[root@thinkpad opt]# rpm -q libstdc++ --provides
libstdc++ = 4.1.1-52.el5
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(CXXABI_1.3.1)(64bit)

[Code]...

View 3 Replies View Related

Software :: Can't Install Skype On CentOS 5 - Bash: Skype: Command Not Found

Oct 23, 2010

I've read and execute the info write in this guide :

[URL]

When I type skype , I receive this message :

bash: skype: command not found.

View 4 Replies View Related

Ubuntu Multimedia :: 3 Versions Of Skype On The Skype Download Section ?

Jan 3, 2010

There are 3 versions of Skype for Ubuntu on the Skype download section. Does anybody know which is the correct one for Ubuntu Karmic?

View 5 Replies View Related

Ubuntu Installation :: Where Is The Skype Icon Of The Running Skype Instance

Apr 30, 2011

Since there is no notification area any more in 11.04, where is the skype icon of the running skype instance?

View 2 Replies View Related

Ubuntu :: Bluetooth And Skype \ Make A Call Using These Headphones With Skype, Can Speak For Say 10 Seconds And Then The Headset Disconnects Completely From The System?

Aug 12, 2010

I recently bought a IOgear USB bluetooth adapter and a Sony DRBT101/BLK bluetooth headphones to use with my computer.Whenever I try to make a call using these headphones with skype, I can speak for say 10 seconds and then the headset disconnects completely from the system. I then have to reconnect the headset by switching it off and on. I do not have this problem listening to music using A2DP. It works fine with my mobile phone.When I change the profile to Telephony Duplex (HSP/HFP), it shows up as hands free, I thought it should be headset in blueman manager. My friend uses Plantronics headset with is Dell laptop with built in bluetooth and he says his comes up as headset not hands free. Could this be causing the problem?

View 1 Replies View Related

Fedora X86/64bit :: Get Skype To Work On Skype On X_86 64 Bit 14

Jan 11, 2011

get Skype to work on 64 bit have downloaded and installed the 32 bit which installed fine but just wont load

View 2 Replies View Related

Hardware :: Skype And A 3g Modem Dongle / Cant Text Via Skype?

Jun 9, 2011

I just recently purchased a 3g dongle for my netbook. Everything seems to be working fine until I discovered this strange problem. I cant seem to text via skype, it doesnt go through. I testet the skype test call service and voice works fine, audio and mic. I have tried to google and search forums but no luck. I have before used skype on my netbook with my cellphone as a hot spot and it worked without problem but it doesnt have the same provider - different sim cards in phone and dongle.

View 2 Replies View Related

General :: Finding Alternative Filesystems For SSD?

Feb 14, 2011

I am tired of watching fsck check my filesystem when my eeepc 901 shuts down abruptly due to a crash. I know that with a journaling filesystem, I won't have to wait for a check. However, I am well aware of the poor I/O performance of the SSD, so I can imagine using a journaling filesystem being even more frustrating, since there will be constant writes to the journal? I will buy a new laptop without such a crummy ssd someday but, is there anything I can do now, on the software side of things?

View 3 Replies View Related

General :: Alternative To Alt-ctrl-fkeys For VT?

Mar 7, 2010

Recently alt-ctrl-F1-6 to drop into a VT stopped working. I don't use that everyday so cannot really isolate why it may have happened (investigating WM rebuild).

Could something in a kernel rebuild do those? I don't recall seeing such an option.

Anyway, does anyone know of another way to get into a VT from X?

View 2 Replies View Related

General :: Finding An Alternative To Ubuntu?

Apr 27, 2010

Looking to get some input on finding a distribution to move to from Ubuntu.Overall, there's some changes--mostly unimportant overall, but stick in my craw--on the horizon, and I'm looking for alternatives. I'm a casual user, only one using my machine, don't need anything extra-special...something that isn't extremely utilitarian from the get-go, and doesn't come loaded with a boatload of things I'll never use. I enjoy putzing around in a CLI, and I'm not opposed to having to get used to slightly different commands when using it (though I expect that, on the whole, most things will be the same).I know, a little vague on what I'm looking for...best put, a stable system that doesn't require me to do TOO much, but lets me do what I want even if it means breaking things every once in a while.

View 6 Replies View Related

General :: Non-root Alternative To Iftop

May 27, 2010

I like how iftop shows at a glance and in real time where my bandwidth is going. It requires root privileges, however. Is there a similar command or tool that a regular user can use to visualize bandwidth use? Say the kind of user who shouldn't be given the keys to the kingdom?

View 3 Replies View Related

General :: Alternative Command For Browsing?

Jun 21, 2011

Apart from lynx, which other linux command can I use for browsing the web incase I don't have lynx installed?

View 6 Replies View Related

General :: Alternative To $0 In Bourne Shell?

Aug 25, 2010

I am looking for an alternative to using $0 in bourne shell. I am in the process of migrating all my production shell scripts to a new tool that will automate execution and release of "jobs" in my production system. And this tool does not like the usage of $0. Which means echo $0 or "basename $0" returns null.

View 2 Replies View Related

General :: Getting An Alternative To UTorrent To Run On Ubuntu 11.04?

Jun 26, 2011

Can anyone recommend a good alternative to uTorrent to run on Ubuntu 11.04? I've tried running two versions of uTorrent in wine and the result were less than impressive to say the least. I also downloaded uTorrent for linux from there site but can't get either package manager to see or access the .tar.gz archive or any extracted files?

View 4 Replies View Related

General :: Visio Alternative In System / What Is This?

Jun 11, 2011

What is the Visio alternative in linux if there is one?

View 6 Replies View Related

General :: Text - Is There A Linux Alternative For AutoHotkeys?

Jan 27, 2010

Is there a Linux alternative for AutoHotkeys? (or something to create hotkeys and text expansion?)

View 2 Replies View Related

General :: What Is Closest OneNote Linux Alternative?

Nov 19, 2010

I would especially appreciate notes import from OneNote, some notes sync option and gtk base.
Or maybe it is not an overkill to run OneNote on Wine?

View 2 Replies View Related

General :: Get Alternative Minimize Effect In Ubuntu?

Apr 19, 2011

I don't know if I saw this minimize effect in ubuntu but definitely have seen it on other nix systems. It's basically a little button in the menu bar that when clicked, "minimizes" the window so that only the menubar shows.how to get it working on ubuntu.

View 1 Replies View Related

General :: Proxy - Linux Alternative To Fiddler2 ?

May 5, 2011

my use for fiddler is completely different; Fiddler2 is my example.In Fiddler2 I can download streams from websites ; for example if I stream a video or listen to music I can download the entire stream from Fiddler.In linux is there something similar? I compare to fiddler because it acts as a proxy and allows me to download these streams in windows quite easily.would be can I download a full stream from Wireshark?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved