Our Linux and Unix forum encompasses both Q&A based support as well as tweaking, managing, and configuring open source linux, unix, and bsd distributions.

749 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for Hanshi1971

Hello all, I have a laptop running XP Pro. Also using web software called Front Accounting to handle my paperwork for small business. I installed by myself all the necessary software and have some experience using Apache / PHP / Mysql. Brief description of problem: I installed all the components …

Member Avatar for Hanshi1971
0
313
Member Avatar for nkinar

Hello--- I'm attempting to compile a software package ([url]http://www.freeusp.org/[/url]) on Mac OS X Snow Leopard (10.6.3), and unfortunately, the Makefile cannot find an include that is required for compilation. In the /trcgp/ directory is a Makefile with the following: [CODE] include ${DEPTROOT}/etc/gmake.init [/CODE] In my .bash_profile file, I have the …

Linux and Unix mac-software:macos
Member Avatar for nkinar
0
1K
Member Avatar for RobotFX

So, I have 2-3 php scripts that I run as crons calling them using wget: [I]/usr/bin/wget -o /dev/null [url]http://example.com/cronrss.php[/url][/I] These files (cronrss.php) are getting copied in the example.com directory every time the cron runs, every new file having a new number (/home/example/cronrss.php1, ...cronrss.php2 etc) So, what could be the reason …

Linux and Unix php
Member Avatar for RobotFX
0
186
Member Avatar for f.damati

I am developing a web page which retrieve data from a seperate mysql server on the same network musql_connect('192.16.1.2:3306', 'root', '123'); but ana error shows Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '192.16.1.2' (13) in /var/www/html/index.php on line 3 the 2 servers are on 2 different virtual network …

Linux and Unix apache linux-kernel mysql
Member Avatar for f.damati
0
219
Member Avatar for finalist

I am an absolute beginner with Linux. I did install UBUNTU 10.04 = great, but every time I try to run Lazarus it raises a message: '"/usr/share/fpcsrc/2.4.0/" does not look correct' How to solve this ? Thank you !

Linux and Unix linux:ubuntu
Member Avatar for finalist
0
252
Member Avatar for Dan08

Hello, I think it was yesterday, that I turned on my computer and my mouse wasn't working. First, [URL="http://www.daniweb.com/forums/thread276352.html"]Mozilla Firefox doesn't start [/URL] and then I cannot move the pointer on my screen, I don't think both problems are related, but I might have deleted some file(s) or while removing …

Linux and Unix linux-kernel linux:ubuntu
Member Avatar for Dan08
0
261
Member Avatar for Dan08

Hey, so as the title says my Firefox Web Browser doesn't want to start. It was working properly, but I guess after running a virus scan with KlamAV and quarantine a couple of errors that it gave me, it simply does not start. I've googled it, and I've tried a …

Linux and Unix linux:ubuntu web-browser
Member Avatar for Dan08
0
425
Member Avatar for bala1486

Hello, I am trying to create a debugfs file using the debugfs_create_file(...). I have written a sample code for this. static int __init mmapexample_module_init(void) { file1 = debugfs_create_file("mmap_example", 0644, NULL, NULL, &my_fops)\ ; printk(KERN_ALERT "Hello, World\n"); if(file1==NULL) { printk(KERN_ALERT "Error occured\n"); } if(file1==-ENODEV) { printk(KERN_ALERT "ENODEV occured\n"); } return 0; …

Linux and Unix linux-kernel
Member Avatar for bala1486
0
418
Member Avatar for filch

I am in a jam. And, I am pulling out what hair I have left. I have a server with CentOS4 on it. It has Tomcat running on port 80. This seems to be hijacking all the sites. By this I mean, I want to run a bunch of non-tomcat …

Linux and Unix apache linux-kernel
Member Avatar for filch
0
201
Member Avatar for lewashby

I recently uninstalled python 2.6 from my Ubuntu, unbeknown to me at the time, the gnome desktop is reliant on python 2.6. Ubuntu then crashed and now will only load up in Kubuntu KDE. Kubuntu will not let me switch back to Ubuntu gnome, it's not an option. So from …

Linux and Unix linux-kernel linux:ubuntu
Member Avatar for JasonHippy
0
159
Member Avatar for finalist

I need some Free & Easy Linux Distributions for: 1. Skype; 2. Lazarus Free Pascal + Firebird; 3. Some Linux Application to work using Autocad files [B].dwg[/B]; Is it possible to install them on a USB HDD 320 Gb ? How many independent Linux Distributions can I istall on USB …

Member Avatar for mooreted
0
220
Member Avatar for cguan_77

Hi guys, how to find a drive letter in linux (Red Hat)? I inserted a thumb drive but i don't know how to check which drive letter is assigned to it. Sorry so noob in linux. Please help. Thanks.

Member Avatar for cguan_77
0
155
Member Avatar for alex.tepes

Hi, I need to host a Website I can develop but I want first some hosting solution opinions other from what I can get from my hosting provider company :) The site will be built using php+mysql basically - i need [B]*nix[/B] system. It's about a big corporate website that …

Linux and Unix apache mysql php web-server
Member Avatar for jamesl22
0
212
Member Avatar for KirkPatrick

Hey guys, I'm fairly new to using linux however I need to know a few things. (I'm very aware there are examples on the web for most of these, but I want to know how you guys personally prefer to go about these) 1) Find hard drive serial (SCSI) without …

Linux and Unix operating-system storage
Member Avatar for KirkPatrick
0
218
Member Avatar for mjdodd

I have a humax decoder for satellite TV its hard disk is formatted in EXT3 and I have an external USB HD also EXT3. I can, using linux see the files on the USB HD but cannot play them or make a DVD from them. (not protected!) Any suggestions how …

Linux and Unix linux-kernel linux:ubuntu
Member Avatar for mjdodd
0
91
Member Avatar for bibiki

hey there, I am trying to install ubuntu 9.10 in my pc. as instructed, I burned the iso file I took from ubuntu site into a cd and restarted my computer. after that, I was promted for the language I want to use. I chose english, then when offered four …

Linux and Unix linux:ubuntu
Member Avatar for AreopaQ
0
243
Member Avatar for xylude

I am building a website locally and I have a crazy problem. If I enter a path to the file in my browser like: file:///home/jcrider/public_html/site/assets/5182/sound/r_Fantasia_Chopin_44.mp3 It will play the mp3, but when I try to run it through localhost like: [url]http://localhost/site/assets/5182/sound/r_Fantasia_Chopin_44.mp3[/url] It does nothing. It did work once, but I …

Linux and Unix apache linux:ubuntu
Member Avatar for xylude
0
145
Member Avatar for sree_ec

Hi, I have a problem with signal handler algorithm in linux. My code is hanging ( It is continuously looping inside the signal handler) . I am pasting my code here... any help is appreciated [code] #include <stdio.h> #include <stdlib.h> #include <signal.h> struct sigaction oldHandler; void myHandler(int sig, siginfo_t *siginfo, …

Linux and Unix c
Member Avatar for sree_ec
0
338
Member Avatar for andreski

Hi: I have a working samba file share server working ok. But all users have to join using the same login/password. I need every user have is own folder, unvisible to others users and password protected. These folders are used as backups, and added to shared folderd shorcuts. I use …

Linux and Unix linux:debian
0
151
Member Avatar for agent154

I have a need to make my own .img file that can be mounted as a virtual diskette, but I do not know the command I need to use to do so. I've looked briefly at the man page for dd, but I can't tell if this can be used …

Linux and Unix linux-kernel
Member Avatar for agent154
0
423
Member Avatar for theashman88

I'm using Ubuntu 9.10. And I'm having problems installing my network driver for my wg111v2 wireless dongle. Everytime I run setup I get when type user: ndiwswrapper -l installed ndis drivers: net111v2 invalid driver! I have tried multiple times to run ndiswrapper -e net111v2. But no luck. I would appreciate …

Linux and Unix wifi
0
100
Member Avatar for dstrout

Hi all! After a recent upgrade to PHP 5.3.1, I cannot get my apache http server to start. The only way I can seem to get it started is by commenting out the lines that make PHP work. Thinking, naturally, that the recent PHP was at fault, I reinstalled it. …

Linux and Unix apache php
Member Avatar for samarudge
0
219
Member Avatar for Durrah

Hello everybody. I have a SIS-based dtk MiBook S52 laptop (SIS chipset, SIS ethernet, SIS vga ...) I have tried to setup linux on it, but the installer hung up and I can't determine the problem the distribution I tried are: 1- RedHat 2- open SUSE 10.2 3- Fedora 10 …

Member Avatar for Durrah
0
319
Member Avatar for Abdel_eid

i need a c++ compiler with a graphical user interface which can easily be used and that contain many option like for example microsoft visual ,simply i can write the code on a gedit and compile it by using : g++ "file name" -o test ./test but it is so …

Member Avatar for Abdel_eid
0
190
Member Avatar for laelzio.mosca

I`m in a computer science program, just started. I`d like to know the difference between linux and windows, which one is better, or if it`s just a personal preference? I have never even seen how linux looks like, but I`d like to try installing it in my computer since a …

Member Avatar for khakilang
0
210
Member Avatar for Bhram

Hi, I have pinnacle tv tuner card installed in my machine. I have a dual boot machine (win xp & Ubuntu 8.04). Earlier it was working well in both (with tvtime in ubuntu). Recently I have been facing a problem in both OS - in Windows, the sound control is …

Linux and Unix audio linux:ubuntu
Member Avatar for Bhram
0
168
Member Avatar for COKEDUDE

How do you get your recent vi command history to show up? I keep randomly getting like my previous 5 commands and can't figure out how I'm doing it. I think it has something to do with the shift key and another button. I know you can use the up …

Linux and Unix unix
Member Avatar for COKEDUDE
0
673
Member Avatar for agent154

I'm in a college course right now which focuses mainly on setting up and administering a windows network (Windows Server and Windows Client). I would also like to learn, on the side, how to setup a comparable Linux server solution. Something that would have all the standard amenities that a …

Member Avatar for agent154
0
273
Member Avatar for eliassot

Hi guys, I'm new to this and I would appreciate some of your expertise :-) I'll let you know what I'm trying to do: I have a small website with static pages and I just want to remove the extension .php from my files. After lots of tries I came …

Linux and Unix apache
Member Avatar for logonchristy
0
169
Member Avatar for arunmagar

Hi All, I am exploring on file properties.Specifically I want to know about file icon and other. How does the process of file save is done when we create it first time? And where all properties get save. I want to change that icon file through code for any file. …

Linux and Unix file-system
Member Avatar for arunmagar
0
207
Member Avatar for chris5126

Hi, Trying to add a swap file to my server as below: [code] dd if=/dev/zero of=/swapfile1 bs=1M count=2048 2048+0 records in 2048+0 records out 2147483648 bytes (2.1 GB) copied, 27.4514 seconds, 78.2 MB/s [root@clearab2 /]# mkswap -c /swapfile1 Setting up swapspace version 1, size = 2147479 kB [root@clearab2 /]# swapon …

Linux and Unix linux-kernel virtualization
0
157
Member Avatar for cwarn23

Is it just me or has Ubuntu 9.04 become broken by not allowing any software to be installed. I have done two clean installs and still the synaptic package manager does not show any items that are not installed. Also I am unable to install any software from the command …

Linux and Unix apache linux:ubuntu mysql php
Member Avatar for necrolin
0
177
Member Avatar for normanallen

Very simple question - can a Ubuntu 9.10 distro format a hard drive in ntfs format?

Linux and Unix linux:ubuntu storage
Member Avatar for normanallen
0
190
Member Avatar for Stefano Mtangoo

Hi, I would Like to access the Linux desktop from windows PC. I don't want to use SSH console for I need immediately (Have no time for learning for now). TRied VNC, but I cannot access it from Windows. I'm stucked! I can Access my windows machine from Linux with …

Linux and Unix linux-kernel
Member Avatar for Stefano Mtangoo
0
144
Member Avatar for torfosnaes

I have ssh, apache running on a ubuntu 9.04 home server and can access from any network connection. However, I want to be able to go onto the linux server (as I can to Windows servers) as a terminal services client; run programs on the server, check e-mails, browse, etc, …

Linux and Unix client-server linux:ubuntu
Member Avatar for sajjad007
0
363
Member Avatar for vijaysoft1

Hi friends , I installed Apache Server on my Ubuntu 9.10 and it is working now . Now i can able to access the localhost using the IP Address 127.0.1.1 . I want to access my website in Apache server in Ubuntu from my Windows system through LAN . Is …

0
109
Member Avatar for Excizted

Hello. I remember once I googled a topic, and I kept stumbling upon a linux command, that would allow me to get some info on a binary application, including it's architecture. Basicly, I could see if the program was build for x86_64 or for x86. Now I actually need this …

Member Avatar for Excizted
0
113
Member Avatar for kylegetson

I am looking to have both a forward proxy, and a reverse proxy at the same time. It seems as though, when I do this, the Proxy definition I put in place to restrict access to the forward proxy also effects the reverse proxy. [CODE] ... #... inside my virtual …

Linux and Unix apache router-proxy-firewall
Member Avatar for kylegetson
0
277
Member Avatar for Abdel_eid

hey guys just want to install open suse with windows 7 but i have a problem which i have only one hard disk with one primary partition running windows so i want to know how to make another primary partition to boot open suse from .. so how to make …

Linux and Unix linux:suse open-source
Member Avatar for abhi.navale
0
229
Member Avatar for linux

Can it be done!? I just found out about this version of Ubuntu called Ubuntu Studio (based on 7.04), and I want to know if I can do it without losing everything in /home/alex. I don't care about applications, I just want music and documents. Without insane amounts of DVDs …

Linux and Unix linux-kernel linux:ubuntu
Member Avatar for orangemush
0
287
Member Avatar for alg

Hi, How are you??? I need help with ubuntu I installed ubuntu9.10 just before few days and I am newbie in ubuntu and linux I have problem with activate the wireless network If I connect the caple, it works, but wireless doesn't work I tried to install wicd instead of …

Linux and Unix wifi
Member Avatar for chmod
1
369
Member Avatar for =IceBurn=

Hello! Here's the deal, my server has at least 5 different IP's. What is need is to in some of that IP's block specifique ports. Example: 120.120.120.120:4000 -> Port 4000 is open, I want it open! 120.120.120.124:4000 -> Port 4000 is open, I want it closed! I'm using APF firewall. …

Member Avatar for =IceBurn=
0
134
Member Avatar for ContactaCall

I have a makefile that creates a certain executable. This executable has to be in a certain directory to be able to run, so everytime I compile and make, i have to move it manually Is there any way to tell the makefile to also move the file to a …

Linux and Unix linux-kernel
Member Avatar for ContactaCall
0
148
Member Avatar for amish123

hey guys, would really appreciate if you could help me out. on my web server, i have created a directory, to which i want password protection. for that i have created a .htaccess file and saved it in that directory. Also, i have created a .htpasswd file and saved it …

Linux and Unix apache linux:debian web-server
Member Avatar for sknake
0
210
Member Avatar for Venom Rush

Hi guys/gals I'm having the most frustrating time trying to connect to FTP servers in order to upload files. I try to connect to a number of different FTP servers and cannot connect to any of them. I've tried connecting to the same servers using the same FTP programs on …

Member Avatar for landonmkelsey
0
396
Member Avatar for Hummdis

I have a toaster system that does one thing. I'm looking to provide some network troubleshooting ability to the extremely stripped Linux OS by providing the 'dig' command. However, it appears that 'dig' is only available via the 'bind' package. My questions is: has anyone ever successfully buildt a dig …

Linux and Unix dns linux-kernel
Member Avatar for Hummdis
0
199
Member Avatar for =IceBurn=

Hello! I'm running a dedicated web server and I'd like to use APF to block HTTP(S) access to certain PORTS from all IP's except from mine. Anyone knows how to do that? Many thanks in advance!

Linux and Unix linux-kernel web-server
Member Avatar for =IceBurn=
0
674
Member Avatar for peter_budo

I have installed Flash plugin for Mozilla how ever some pages containing flash will not work properly. For example[URL="http://www.bbc.co.uk/merlin/#/games/"] this game[/URL] (select Camelot Defence and Play Now) when I try to click on Play Game button it will not start (neither other 2 buttons respond). So where is the issue?

Linux and Unix adobe:flash linux:ubuntu
Member Avatar for toltek
0
138
Member Avatar for deepugtm

The taskbar at the top of the desktop in ubuntu ,which I have lost , cant restore again.I'm unable to access many programs,please help me.....

Linux and Unix linux-kernel linux:ubuntu
Member Avatar for edujillo
-1
187
Member Avatar for bthug211

Please help me ... a NullPointerException appears here's the codes import java.util.Random; public class Dice { Random r =new Random(); int sides; //constructor public Dice(int s){ sides = s; } //roll method depending on sides on top public int roll(){ return r.nextInt(sides-1)+1; } } // end of class public class …

Linux and Unix java
0
114

The End.