2,228 Topics

Member Avatar for
Member Avatar for lyons18

There is any way to create a program in C which will be able to translate words using google translate or bing translator? I've already downloaded curl library (Ubuntu 14.04), but don't know exactly how to start in pure C. I'm beginner programmer. Thanks for help.

Member Avatar for vegaseat
0
283
Member Avatar for RikTelner

I've made some research here and there about virtualization of Linux. I will put quite large chunk text beneath, please correct me when wrong: Using Linux Full Virtualization distribution like [this one](http://www.linux-kvm.org/page/Main_Page), I can use .iso images of both Linux and Windows to start running both machines at exactly same …

Member Avatar for ShouldAt3
0
304
Member Avatar for tom.magaro

I am trying to get a friend set up to record and edit music using Audacity. The machine is running Ubuntu Zorn. However, when we try to run the software, we get the message that no audio devices were found. I installed both the operating system and the editing software …

Member Avatar for tom.magaro
0
179
Member Avatar for Slavi

Me personally, I used to have ubuntu before, then I switched to Elementary os(Ubuntu based) as my home os. I am pretty satisfied with it as for normal use on home pc. On my laptop I am using Kali os(Debian) mainly because I am doing Msc in Computer and Cyber …

Member Avatar for Slavi
0
507
Member Avatar for madhatterauda

Someone please guide me. I have just installed wireshark on ubuntu, and for the love of god, I can't figure out which button is supposed to filter SOAP and XML-RPC requests. A guide or tut would be great. :)

Member Avatar for sultry_dry
0
56
Member Avatar for OldeFoxx

Windows is good, I will grant you that. At least you can say that about a few versions out there. But at some point, an OS is just an OS, and it is the applications that become predominant. That is something that Microsoft would rather we not understand. You shift …

Member Avatar for Aliraza149
0
216
Member Avatar for lazycoder

Having been using windows for the worst part of a decade, last night I decided to format my hdd and install Ubuntu 14.04.Having installed the media codecs and various application I can't seem to find the Intel i3 drivers so I can configure my display settings.can someone please enlighten me …

Member Avatar for mike_2000_17
0
192
Member Avatar for ali.fayyazi

Hi I am a new user of Linux Ubuntu and download software via the Internet, but I do not know how to help me install it.``

Member Avatar for hardmode
0
327
Member Avatar for Neelima_1

i am using vi editor but when i open file through vi and press i(insert mode),i am unable to type #,$,@...and it is displaying E348 no string under cursor.what do i do,please help me.

Member Avatar for L7Sqr
0
113
Member Avatar for Octet

Hello Daniweb, I've recently become interested in networking, especially the administrative side of it (monitoring them, managing and resolving faults etc.) and therefore I thought one of the best ways I could learn was to see what was actually happening on them. I installed Wireshark for Ubuntu, and everything seems …

Member Avatar for Prtablegm
0
2K
Member Avatar for it@61@sec

Is there any way to integrate KeePass 2.25 with Linux (Linux Mint 17/Ubuntu 14.04) so that the application is logged into and launched when the user are logging in to his/her's desktop ? (I think there is such an integration for the Windows version, but I don't know if it …

Member Avatar for rubberman
0
235
Member Avatar for chrisschristou

hello friends i finally started programmation at school, we use ubuntu, at home i installed eclipse with MinGW i tried simple helllo world and it works but when i start mutiple exercices under same same project i get a compiler errormultiple definition of 'main' in c i tried `int main …

Member Avatar for chrisschristou
0
2K
Member Avatar for Ankita_5

//Program to implement Basic Incremental Algorithm //Working on ubuntu #include <GL/glut.h> #include<stdlib.h> #include <stdio.h> GLfloat x0,x1,y0,y1; //Input variables taken as global int flag=1; //variable for display1() void init(void) { glClearColor(0.0,0.0,0.0,0.0); glMatrixMode(GL_PROJECTION); glLoadIdentity(); gluOrtho2D(0.0,500.0,0.0,500.0); } void PutPixel(GLfloat x,GLfloat y) { glBegin(GL_POINTS); glVertex2f(x,y); //To display pixels on-screen glEnd(); glFlush(); } void display1(void) …

Member Avatar for rubberman
0
250
Member Avatar for vani krishnan

The API was working fine for the past few months ago..But now I'm getting a notice in that output and message is not delivered. The notice is -" Undefined offset: 1 in C:\wamp\www\sms\sms trial.php on line 90" line 90 in my code is $userID = $match[1]; please help me to …

Member Avatar for pritaeas
0
1K
Member Avatar for happygeek

A 22 year old vulnerability, yes you read that right, has been discovered which some security experts suggest could be bigger than Heartbleed. The bug, reported as '[CVE-2014-6271:remote code execution through bash](http://seclists.org/oss-sec/2014/q3/649)' relates to how environment variables are processed: with trailing code in function definitions being executed independently of the …

Member Avatar for Djmann1013
6
960
Member Avatar for fonzali

hi , last night I downloaded pyzo package on my ubuntu 14.04 system , I just do not know how to get it working . any help is appreciated

Member Avatar for fonzali
0
345
Member Avatar for m243mckee
Member Avatar for Slavi
0
46
Member Avatar for Darwing

hi I just want to go into youtoube with my asus g75 laptop running ubuntu 14.04 trusty,and I put inside a Vbox with osx10.9 , but I dont know why if I let press the checkbox to use my speakers , I can't hear anything

0
145
Member Avatar for arunmagar

Hi, I am working on project Signature Based IDS. For that reason I need to install libpcap on my machine. I have problem in installing.I have libpcap source directory. as I give command # ./configure I found following error configure: error: Your operating system's lex is insufficient to compile libpcap. …

Member Avatar for Web Spider
0
1K
Member Avatar for massivefermion

Hi I wanna start working with ASP.NET with C# but want to do it in ubuntu. I have installed mono and XSP2 but have some problems and questions. The instructions I followed for installing XSP2 is [this page](http://www.howtogeek.com/howto/ubuntu/run-aspnet-applications-on-ubuntu-for-developers/). But when I type "sudo apt-get install asp.net2-examples" in terminal, I get: …

Member Avatar for massivefermion
0
423
Member Avatar for fonzali

hi , I am using ubuntu 14.04 LTS . my question is how can I delete the files in trash can using terminal . I have tried rm ~/.local/share/Trash/* but it says no file or directory thanks

Member Avatar for fonzali
0
235
Member Avatar for psx2001
Member Avatar for oanahmed

Hi! Few days ago, I had learned C language. It took me almost 8 to 10 months to learn the whole language. Now I wanna want to make real world applications using it. I'm an Ubuntu user or more generally a Linux user. The point to ponder is that I …

Member Avatar for DeanMSands3
0
3K
Member Avatar for capton

Hello everyone.. I accidentally deleted my ubuntu boot folder. i get a grub-rescue prompt when i intend to boot the computer. i need help please.

Member Avatar for Gribouillis
0
1K
Member Avatar for Stefano Mtangoo

I downloaded daily build and did python3 setup.py build and then python3 setup.py install So far so good! I tried import wx and no errors I tried to run the program [here](http://wiki.wxpython.org/Getting%20Started#Getting_started_with_wxPython) and all I got was the error below. Have anyone got wxPython working with Py3 especially on Linux …

Member Avatar for Werner F.
0
1K
Member Avatar for ShawnM9913

Hey all, i have a lil problem i created for myself. i recieved an email from some1 that used my sisters name .but it wasent from her..it had a different senders email address...problem is, it had a link...I was outside and the sun was very bright i didnt really chek …

Member Avatar for RikTelner
0
117
Member Avatar for philpense

Have a vintage Toshiba Satellite.. BIOS does not recognize the USB I would nned to run UBUNTU from a USB drive. used to see third party providers that could update an existing BIOS. Looking for an informed opinion on what BIOS Flash solutions could work

Member Avatar for kaleemullah360
0
192
Member Avatar for RikTelner

How to bind protocole and/or filetype to program? Right-clicking file in dashboard isn't helping a lot and I have no tiniest idea on how to find the program and bind 'em. Googling "How to bind extension to application in Ubuntu" you won't find any great information. So that I can: …

Member Avatar for TylerD75
0
455
Member Avatar for RikTelner

Why does Linux, looks like Macintosh? I am in classroom, there are 2 Macintosh users, then me, with Linux openSUSE/Ubuntu and Mint then rest of Windows 7/8. So, one of Macintosh users came standing behind my screen (everybody in the class is stalking one another, as if it was normal, …

Member Avatar for mike_2000_17
0
1K
Member Avatar for Slavi

Okay guys, I am having a tough time tryin to figure out this one and I hope some of you can lead me to a right direction .. My friend who has windows 7 as operating system, usually on boot up he has 3 options to choose inbetween and a …

Member Avatar for Slavi
0
2K
Member Avatar for deepak.fugo

Hi All, We have a project coming up, As i am eveluating the PHP frame works i found out cakePHP is most suitable for our project. I have not used it before but i am new to it and facing problem in configuring. I have completed the setup as per …

Member Avatar for veedeoo
0
193
Member Avatar for Violet_82

hi guys, I have a dell xps 17 and I am thinking to purchase an extra Hard Drive - as I have an extra slot available. Ideally I don't want less than 1TB, maybe even more (probably not solid state as they are still too expensive) so I was wondering: …

Member Avatar for Violet_82
0
150
Member Avatar for RikTelner

I'm having Windows 8.1 ISO file. I also have 7.9GB USB. I wanted to find program which would help me install Windows next to Ubuntu to play games. So I managed to use `UNetbootin` but it didn't work. It booted and displayed "Default" as only menu. Whethever you did wait …

Member Avatar for RikTelner
0
245
Member Avatar for doublefish_jobs

Ubuntu is more suited for standalone installations, a more like single user desktop computing, generally Fedora has many components which easily makes it a better OS for Servers, as well as Office Developer machines.

Member Avatar for umair4a1
0
734
Member Avatar for 9tontruck

okay.. what I wanna do is, 1. upload an image into temp folder -- done 2. create a folder -- done 3. create an index.html in the new folder -- done 4. create thumbnail image in the new folder -- page dead without errors 5. copy(rename) the original image into …

Member Avatar for 9tontruck
0
134
Member Avatar for RikTelner

So, I'm at school right now. In programming (actually coding) class. I managed to get working Apache and everything's fine. Got MySQL runnin', which is nice. But then it turned out that I had to use terminal for all the SQL commando's I had to put inside. I'm not close …

Member Avatar for RikTelner
0
213
Member Avatar for deshazer.jad

Server information: Ubuntu 14.04 Apache2 I installed PHP5 on my webserver and tried to run a script that contained a call to the function curl_init(). The server responded with an error indicating that the function curl_init() was undefined. I installed PHP-CURL and restarted my webserver and encountered the same error. …

Member Avatar for deshazer.jad
0
1K
Member Avatar for RikTelner

Is it possible to. Have Apache and MySQL started and running well as service on Ubuntu (I can get to MySQL through terminal and Apache works by correctly executing code which I can see by looking at localhost), then use virtual machine of Windows 8. Start there Apache and phpMyAdmin? …

Member Avatar for RikTelner
0
135
Member Avatar for RikTelner

Heya. I got my XAMPP install x64 for Ubuntu. Where it has `.run` prefix. I've enabled it to run (through properties). When double clicked it requested for root privilages. Well, I went Googling. Nobody tells me how to start program as root through GUI, but, people say that `sudo su` …

Member Avatar for carlitosmdeo
0
548
Member Avatar for mkoamusan

i just installed ubuntu 14.4 but found it difficult to browse using the connectify wifi from my other windows 7 which i have always been uding to share network

Member Avatar for laah.wrizz
0
238
Member Avatar for ShawnM9913

Hello Everyone, A few months Ago I was introduced to Linux operating system...Ubuntu...Some of you are probably wondering where the hell have I been...Let's just say I was stuck in a Window....Needless to say I love The change....Unfortunately for me I didn't know what I was up against....After updating Ubuntu …

Member Avatar for ShawnM9913
0
274
Member Avatar for m.a.u.

Greetings everybody, I require to use either Ubuntu & Windows. That is why, I want to set up both of these in a single PC. When I tried to install Ubuntu, the installation page did not appear, even though I follow the link: https://help.ubuntu.com/community/Installation/FromUSBStickQuick. along with some other turkish instructions …

Member Avatar for umair4a1
0
170
Member Avatar for asaidi

Hi i have ubuntu it was working fine but now i cannot execute any command no sudo i cannot go to group and user etc.. any help please

Member Avatar for Gribouillis
0
863
Member Avatar for zzmrzz

So i tryed to download mysql to my dedicated Linux Ubuntu server. But i want to downloade it using "yum install mysql mysql-server", like on CentOS 6.5. But how to make Yum, work propely, and if anyone could help via steam or teamspeak then please say.. =)

Member Avatar for Gribouillis
0
268
Member Avatar for JasonPS

Hi all, I'd like your thoughts and recommendation. I'm currently thinking of switching from Windows 7 to Ubuntu, I'm new to UB/linux and have a series of package that I use all the time. I know that I can get libreoffice to replace MSOffice and some like for likes; where …

Member Avatar for mike_2000_17
1
274
Member Avatar for happygeek

Every week, Stephen Coty [writes about](https://www.alertlogic.com/resources/blog/) interesting exploits that have caught his attention as chief security evangelist at Alert Logic. This last week (in a currently password protected posting) [he mused about](https://www.alertlogic.com/blog/exploit-monday-a-few-interesting-ones-to-be-aware-of-7/) a 'JournalCtl and Syslog Terminal Escape Injection' zero day which could be of interest to the Linux gurus …

Member Avatar for rubberman
3
1K
Member Avatar for pwolf

I recently installed ubuntu 13.10 onto a desktop computer - dual boot with windows 7 - , however the system would always fail to connect to my wifi network. I decided it would be better to upgrade to 14.04 before trying to fix any problems, and at first 14.04 appeared …

Member Avatar for jah666
0
660
Member Avatar for faisal.qureshi.7121614_1

Hello all! i installed Ubuntu OS alongside Windows XP, but i got screen resolution problem, i mean everything was out of the monitor screen, was may be 800x600, i tried to adjust it through ubuntu's GUI Appearence feature but not succeeded, i guessed that i probably need separate VGA drivers …

Member Avatar for hbutt875
0
351
Member Avatar for Myronz

I have executables for Linux, but I can't access the installer wizard. It doesn't open. Are there any more software I need to download for the executable files in order to install them?

Member Avatar for Myronz
0
422
Member Avatar for pwolf

Hello, I recently started using vim, and decided it was about time to check out some plugins. I am still not very familiar, so my problems could be related to that fact! I started by installing vundle and using it I have installed a few top rated plugins, when I …

Member Avatar for Hiroshe
0
245

The End.