Ubuntu :: How To Install Pawn-3.3.4127.project File
Jul 13, 2011I'm trying to install pawn for linux (downloaded from here: [URL] how to install pawn-3.3.4127.project file ?
View 3 RepliesI'm trying to install pawn for linux (downloaded from here: [URL] how to install pawn-3.3.4127.project file ?
View 3 RepliesI have nearly completed a project.My team developed using C,shell scripts and qt.I would like to know how to package it as a .deb file??Also during installation,i want it to check for the existence of few packages in the system.If they are not there,i want it to download them using apt.
View 3 Replies View Relatedokay. here is the thing. i have files that are named using this setup.######.Username.Picturetitle.Extentioni was wondering if there was a program/project that will carve spicific points out of/off of a file name
View 2 Replies View Relatedrelative n00b to C++ but I have heard that KDevelop rocks so I am using it as my IDE. what does it mean when it wants me to find a cmake file? idk what that is lol, just got through the section on if statements on my book. where do i find this file? are there any good tutorials on the KDevelop4 Enviroment?
Charlie
make deb package with samll project of php and myysql database such as login.php, index.php controll.php etc and database_name.sql. when i install this deb package my php script folder should go in /var/www file and databse should create automatically. i edit the control file of deb package , in depends line i set apache2, php and mysql because these three thing are necessary to run my script till here it is ok .but i am not able to send my project in /var/www and configure database automatically . i think for this i have to write .sh file but i dont know bash scripting
View 1 Replies View RelatedMy team member want to use "mknod" command for build root file system of our project...
But, mknod is only excutable by "root".
I don't want to let them know the root password.
I think that "sudo" and "fakeroot" are the way to use mknod...
Except for those command, are there any way to use "mknode" ?
OR
Is there any solution for make "root file system ?"
I downloaded three iso-images, 1 dvd-image and 2 cd-images:
openSUSE-11.3-DVD-i586.iso
openSUSE-11.3-GNOME-LiveCD-i686.iso
openSUSE-11.3-KDE4-LiveCD-i686.iso
Being paranoid, I created iso-files from the burnt DVD-R and the two burnt CD-R to verify integrity.
The iso-file of the DVD-R was identical to the downloaded image. Both iso-files created from the CD-R were different in size.
The original size of openSUSE-11.3-KDE4-LiveCD-i686.iso is 719.323.136 Bytes.
I only got 718.938.112 Bytes when recreating an ISO-file from my CD-R.
The CD-R is from Sony. When the length of my ISO-file doesn't correspond to the downloaded one, the checksum file verification doesn't work.
Yesterday I spent a good couple of hours putting together a video. When I shut down, Lives flushed my entire project because it uses a tmp working directory and places it as default in tmp.Today, I changed the working directory to Video, thinking this would be safe. Instead, the programme quit half-way through editing and I have now lost another good couple of hours.is there any way of saving my project?I can still see the .lay file but there doesn't seem to be any way of opening it.
View 7 Replies View RelatedI want to resume a fantastic old laptop from 1993, the "IBM THINKPAD X86 Model" with 130,544KB of RAM. I love to think a new life for that unused hardware. I have a working usb port (not functional as BOOT) and a working cdrom/dvd device ( not functional as BOOT too) but the NIC is dead and don't have the Floppydisc device. I have a windows2000 professional on it, with a working connection ADSL via modem USB.
- At first for resolve the BOOT problem i download wubi.exe: wubi dont find the internet connection (probably because it's via USB), and it cant download the ISO - I try the WUBI installation on offline mode, with the relative ISO ( the "Ubuntu 10.04.2 LTS (Lucid Lynx)" ):
the installation work but it's stop at the "verify of the system" and the system doesn't work, probably because that Distro of Ubuntu it's a Desktop version, and that need 256MB of RAM and the Thinkpad have less memory. I need to install xubuntu on this machine but on the wubi offline installation don not exist that ISO. I don't want to surrender, this machine MUST have a new life!
P.S: when i'll install the system, i want to open the laptop and restore and redesign the plastic and much more! and i'll want to insert all the project here...
I am trying to get a git repo up and running for a project. I currently am running git-daemon through xinetd, and can pull from the repo but not push back to it.
/etc/xinetd.d/git-daemon currently looks like this:
Code:
service git {
socket_type = stream
wait = no
user = gitman
group = gitman
server = /usr/bin/git-daemon
server_args = --inetd --reuseaddr --base-path=/home/gitman/root --export-all
--enable=receive-pack --verbose --syslog /home/gitman/root
log_on_failure += USERID }
And /var/log/messages looks like this:
Code:
Jun 15 15:25:14 dev1 xinetd[27922]: xinetd Version 2.3.14 started with libwrap
loadavg labeled-networking options compiled in.
Jun 15 15:25:14 dev1 xinetd[27922]: Started working: 1 available service
Jun 15 15:25:43 dev1 xinetd[27922]: START: git pid=27927 from=209.XXX.XXX.106
Jun 15 15:25:43 dev1 git-daemon[27927]: Extended attributes (22 bytes) exist
<host=dev1.aea.us.com>
Jun 15 15:25:43 dev1 git-daemon[27927]: Request receive-pack for '/EPA.git'
For some reason, the push request goes through, then stops and hangs. I went to lunch for an hour, and still nothing.
I have a small java project that handle connections. In order to run it from the terminal I have to cd into the folder that contains the source and run the following command:
java -cp classes com.packagename.mainclass
Where classes is the folder that contains the classes. I want ubuntu to run this application on startup, is there a Java command I can use? Or am I just better off creating a shell script?
I just started taking AP Computer Science A at my high school and we are learning to program in Java. At school we use Windows XP laptops with Jcreator but at home I just have my desktop with Ubuntu 10.04. I installed NetBeans 6.8 with no issues but can't figure out how to import and be able to work on my Jcreator projects from school. Not sure if this is the right section but I really need to get something working for school.
View 2 Replies View RelatedI just finished my first bash script for moving around mp3s based on their ID3 tags. So I'm fairly new to this kind of stuff!Now I need a small program for Stop Motion. I need it to be light, To preview the camera frame, and some number of previous shot frames, via "onion skining" and surprise surprise, to control my camera.The thing is that I'm thinking of writing it in Python2.6 because I believe that it will be much more efficient and fun.
My question is:
a) Is this project small enough for me to tackle (considering I'm a freelance and currently theres no job to be found)
b) Would you propose an alternative language and why?
c) What about a nice link for learning a bit of Python!
Does anyone have a recommendation for project management software? We don't need anything too fancy - just boiler plate tasks, time lines, Gantt and Pert charts, etc. We would like to put the area on the web with Apache using SSL/TLS and password authentication or client authentication (and an alternate port).
View 6 Replies View RelatedI would like to secure my site and I want to implement CAS for SSO, SELinux for the permission into my server and CODA, the last one I have read is not compatible with it, but I don't know if somebody have tried something. The most important request from HQ is use SELinux, they're conviced is the best one for the user permissions. I tried to look for some info in internet but there almost nothing.
View 2 Replies View RelatedI want to deploy xubuntu on several computers for a long term use. I (not surprisingly) didn't like unity, and want to use a lightweight desktop with more or less classical design. Unity, Gnome 3 and KDE are not a solution, so the best thing that works for me is xfce on top of xubuntu. But... I heard some rumors on the net that this project is dying. So I want to know what is the status of this project?
Is it a live and kicking project with a growing community, or a remnant of the past with a small group of amateurs that keep it alive as a hobby. I need to rely on a solid project with a strong support that can't fade away in seconds. Same question about the 'ubuntu' part of 'xubuntu'. I'm sure there are people around here that follow those projects closely and can describe the situation.
I am making a project learning about inheritance and polymorphism
it consists of
Account.h
Account.cpp
[code]....
I have added a couple of clips (1080p50 XVid) to a project, and each of them play fine in the Clip Monitor. I want to add these clips to the timeline and add the Dissolve transition between them.
I have achieved the above and when I click on the Play button on the Project Monitor, I can see the project playing including the transition. All fine so far.
After this first play of my new project, I have tried to move the playback position bar and once I do so, the project monitor goes black. From this point on, I cannot see my project playing whether I start playback from the beginning or from an arbitrary mid-point. I may see a flicker of an image, and the transition effect may appear but that is it until I quit Kdenlive and start again.
I'm stumped as to what could cause this. I did wonder if it was because I was using onboard graphics, but I have upgraded that element of the computer today with no change in the result.
Computer specifications are as follows:
* Ubuntu 10.04LTS Lucid Lynx
* Intel E3200 Dual Core Celeron 2.4GHz
* 1GB DDR2 800MHz RAM
* MSI NVidia 8400GS 512MB Graphics Card
I know the machine doesn't have the highest specification in the world, and perhaps more RAM is needed for this job. I don't believe this to be the causing factor in this problem though considering playback is initially achieved.
Following a search of the internet, I've attempted two possible ways of resolving this: disabling Compiz, starting Kdenlive from the terminal using 'env XLIB_SKIP_ARGB_VISUALS=1 kdenlive' and running the Config Wizard. Neither has given the resolution.
I have a folder in my Home folder and called "Projects". I want to change the icon of the folder Project so the icon changed in everywhere. In "Places", Open Dialogs, Save Dialogs and Normal View in Nautilus.
What I have done:
Change the icon using Right-Click -> Properties -> Basic Tab -> Clicked the current icon and changed it.
But this changed it only in Nautilus. If I added this folder to "Places" it will appear with the Default icon. The same thing if I browsed to it using Open Dialogs or Save Dialogs.
I was trying to install java on 10.04 in firefox. Now whenever I try to get new software, there is none to be found. I am getting the error message "E: Malformed line 54 in source list /etc/apt/sources.list (dist parse) E: the list source cannot be read". To top it all off, I still cannot get java to function. I am pretty new to this.
View 7 Replies View RelatedI'm trying to make a program for Windows Me and linux that will mimic/imitate Windows Security Center. Maybe put it in the cloud? WIndows Me is good, it doesn't matter that Windows Me is discontinued, and I'm not trolling. But my main focus is linux.
View 9 Replies View RelatedI tried to update my eclipse to the Helios version through a PPA, but I wanted to use it for programming in C / C++, in order to integrate it with the NS-3. After updating CDT installed the plugin but could not create project in C / C + + because they did not appear in the File -> New -> Project. I decided to return to the previous version to see the eclipse in the repositories by default.I did:
Code:
sudo apt-get purge eclipse*
sudo apt-get autoclean
[code]....
I needed to create a virtual host for a php project I'm working on. Rather than using command line and text editors, I installed webmin to accomplish this and hopefully perform other server configuration in the future. When I created the virtual host and tried applying the changes Apache wouldn't re-start, and still doesn't restart after complete re-boot. It's getting hung up at the end of apache2.conf, which is trying to include /etc/apache2/sites-enabled/000-default.
When I look at 000-default from a File Browser, it's a linked file to etc/apache2/sites-available/default I can open both the linked file and actual file in a text editor, and it looks fine. When I view the directory, /etc/apache2/sites-available from shell, the default file isn't visible. It seems this "invisibility" is probably related to the error, which is preventing start-up. Can anyone explain why the file would be visible from the Ubuntu File Browser GUI but not from the terminal, and how I can fix so apache can recognize this on start-up?
Our application is based on the C++ devlopment which requires so many of packages dependent on the Ubuntu OS, Graphics libraries, Development packages and other dependent libraries. So we need to configure all those every time in a new PC when we add. Is there any other way to do this job very easily and the any method to create our application executable to run in all PCs with the dependencies packages installed.
View 1 Replies View RelatedI have been searching for information about the ways Debian allows for anyone wishing to give a helping hand to the project. I found that joining maintainer groups, helping in writing documentation, bug reporting and financial help are all accepted, but what I intend, was never mentioned.
Is it possible to help Debian by submitting original source code? Yes, it is true that I contacted GNU about this, but the decision is still mine, and GNU is not binding me to give my source to them.
The source code I am talking about, took more than a year to complete and debug, and has been working without problems for more than ten years. Furthermore, it has no dependences as it does NOT delegate part of its functionality to other existing projects.
Although, I am still in my early forties, and as far as I know, I don't have any life threatening illness, we are all mortal, and I don't want my work, that took many months of hard work and concentration, to be erased to make room for the only operating system my heirs know.
Where is Eclipse PDT? I have installed F12 with all Eclipse packages including PDT but I can't create a new PHP project!
View 1 Replies View RelatedDoes Project M work on Fedora, and if so, what desktop. I suspect it might work on Gnome but not LXDE. I have an Intel graphics card so that should be OK.
View 2 Replies View RelatedI am an undergraduate anthropology student doing research for my dissertation on the F/OSS community.I'm interested in are forking (What sort of thing causes/averts a fork? Have you ever participated in one?), the process of decision making (Is consensus democracy effective? Where do communication structures often break down?) and any other reflections or thoughts that you think are relevant.
View 3 Replies View Relatedalso some options in menues are disable..when i go to the terminal it shows this msge:<unknown program name>(5763)/ KDevelop::allocateRepository: picked duchain directory "/home/forensic/.kdevduchain/{61e2fad9-a888-45c7-91e7-c7098bc67b94}/0"maybe i made mistake in one step of compiling it..
View 11 Replies View RelatedI would like to ask your opinion for a new C++ project.I just finished writing a chess engine in a software engineering lecture.I don't see any way to continue with that project and I would like some new ideas.I would prefer to start something on my one but suggestions about small open source projects that are already out there are welcome.
View 3 Replies View Related