Ubuntu :: Making IPhone Apps - A Simple Process - Where To Begin

Feb 2, 2011

Making iPhone apps. a simple process? where do i begin. i have no idea what I'm doing.

View 4 Replies


ADVERTISEMENT

Ubuntu :: Want To Begin Some Apps Minmized To Tray Automatically At Startup

Jul 7, 2011

Kind of like Windows allows you to do. Specifically, I'd like to get Thunderbird to startup in the tray each time I log in.

View 3 Replies View Related

Programming :: How To Compile / Simple Tutorial For Making Simple Program

Oct 7, 2010

i'm a college student studying pc programing, and i was given today a special work and i have to program using miranda... which i've never used it >.< can anyone give me a hand to where to download, how to compile, and a simple tutorial for making a simple program or something?

View 3 Replies View Related

Ubuntu :: Iphone Apps - Download And Use In 11.04?

Aug 6, 2011

I ran across some Iphone apps that I thought would be good to have on my computer. Can these be downloaded and used in Ubuntu 11.04?

View 2 Replies View Related

Fedora Installation :: Can't Install \ Press The <Enter> Key To Begin The Installation Process?

Jul 6, 2009

- Press the <Enter> key to begin the installation processisolinux: Disk error 80, AX=42BA, drive 94Boot failed: press a key to retry

View 4 Replies View Related

Red Hat / Fedora :: Can't Install FC 11 (64-bit) - Error "Press The <Enter> Key To Begin The Installation Process"

Jan 20, 2010

I'm trying to install Fedora 11 (64-bit) but after a small message about ISOLINUX the monitor refreshes and displays the following message: "Press the <Enter> key to begin the installation process." At that point the keyboard dies and I can't go any further. I tried 4 different FC11 dvds, also tried different PS2 and USB keyboards but the problem persists.

How to install FC 10 first and then upgrade to FC11. I tried that as well with no luck. I can install FC10 with no problems but why not FC11?

View 7 Replies View Related

Ubuntu :: Finding A Software For Managing Iphone Apps?

Jun 3, 2010

What software should i use to put in/out apps from/to Iphone...

View 2 Replies View Related

Debian Multimedia :: Transfer MP3 Songs To IPhone 6 Device - Simple USB Share

Mar 23, 2016

I need a simple method to transfer mp3 songs to an iPhone 6 device. I installed libimobiledevice package but Thunar don't visualize the device.

I converted My friend's PC that now running Debian 8 Jessie with xfce. Since I don't have direct access on it, so looking for simple and, possibly, verified method.

View 7 Replies View Related

Programming :: Get Started With Making 'a SIMPLE Dock'?

Mar 22, 2011

This is probably hopelessly ambitious as I'm not a C or C++ programmer (I normally like to stick to scripting languages like BASH or Perl). Basically I'm looking on good advice to get me started with writing a Application Dock with the functionality of the OSX dock but without the overly flamboyant graphics that have characterised the Linux versions.At the moment the closest I've found to what I would like is bbdock. However it falls well short of the functionality of what I would like.

What bbdock does is read a file to create an icon for the openbox dock/fluxbox slit/wmaker whatever that launches an application when first clicked, shows an little arrow when the application is running, and brings the application to the fore when clicked once running.Here's a screenshot of it doing just that.The drawback to bbdock is that it doesn't really look for running applications, only those launched from bbdock. So for example it wont notice if I've launched an instance of pcmanfm from the openbox menu. And therefore it obviously also doesn't add icons for other applications that are running.

What I would like to be able to do is detect new running applications and add a bbdock icon for them. Also to detect if an application already with a shortcut has been run and update it's status to show it's open. Probably have an up and down arrow to move the icons up and down when there are too many to fit on the screen. None of the above needs fancy animation. The fade to gray effect used by bbdock is quite nice and could probably be augmented with a fade in and out to grey to represent another action, say fading to grey and back when launching and greyed when iconified.So, my question is what do I need to get started doing this? Am I best using the pretty outdated bbdock wmaker dockapp style? What functions and libraries am I likely to need to achieve the effects I want? Are there any examples of how to monitor running applications (well windows and figure out what constitutes a new application) that I could look at for inspiration. Is there anyone who's into C++ for linux who would be interested in helping me out to get this small project working?

View 8 Replies View Related

Fedora Installation :: Can't Click On The "Upgrade" Button To Begin The Upgrade Process To FC14?

Jun 27, 2011

Trying to do the upgrade through "Software Updates", however because there are no current updates, I cannot click on the "Upgrade" button to begin the upgrade process to FC14.

Is there any other way to do this besides downloading the DVD and installing?

View 8 Replies View Related

Fedora :: ConsoleHelper - Making Apps Ask For Passwords

Jan 25, 2010

Many people would like not to have to open a terminal or have more granular control over permitions that can be achieved using PAM permissions(read the man pages for PAM for more information) and the consolehelper.

The sources for this comes from Red Hat manuals

Say we want to have gedit ask for a root pasword so we do the fallowing.

- Step 1 - Open a terminal. (Applications -> System Tools -> Terminal)
- Step 2 - Become root:

Code:
su -
- Step 3 - Create a symlink in /usr/sbin/
Code:
cd /usr/bin
ln -s consolehelper gedit-root
- Step 4 - Create a PAM configuration file in /etc/pam.d/foo:

[Code].....

Name it gedit-root.desktop and save it to /usr/share/applications/ and you are done. Now when you need to edit your config files you can just click on the gedit-root and it will open gedit as root.

ps: I took this configurations from the original gedit.desktop file and edited a little.

You can now make programs ask for permissions like nautilus when you want to navigate through root owned folders, you can make the nvidia settings start as root and you can now using the PAM file describe what can be done or not.

View 1 Replies View Related

Ubuntu :: Making Interactive Command Line Apps More Friendly (bash Feature)?

May 21, 2011

I'm using a java application that runs as an interactive command line (in a terminal). My problem is that it's rather unfriendly as an interaction mode as it's minimalistic: it doesn't allow going to and fro with arrows, there's no history and so on. So I have to type all commands every time and have to retype it if I missed something at the beginning of the line, or I have to copy and paste from a txt editor. The strange thing is that I have seen the same application running on a Windows box and allowing for all the sugar. So I'm not sure if it's because of the shell script I run (as opposed to the .bat) or whether it has to do with system or profile settings in my shell.

For information, the shell script starts with:
Code:
#!bin/sh
I've replaced it with:
Code:
#!bin/bash

In hope I would have something closer to my normal terminal. The app runs but it doesn't change anything to the interactive mode. I'm rather clueless regarding sh/bash and so on. I've seen the manuals but I'm not entirely at home understanding and using their options. I know that there's a .bashrc and perhaps something like a profile somewhere, but I don't really know how to do things with these without risking messing up.

View 9 Replies View Related

Ubuntu :: X Apps Via SSH - Displaying Already Running Instance Of A Process

Jan 5, 2010

how to configure X11 forwadring over SSH so, that when I open any app over SSH, I get displayed window of a process that is already running on my server (in case its running ), not a new instance of it.

View 3 Replies View Related

Software :: Identify What Process Are Making Up The WA Statistic?

Dec 23, 2008

I have a WA% between 50-80%.

So I have a few questions.

1. Is that WA% only disk I/O or can it include network IO?
2. How do I identify which processes are making up that WA statistic?
3. Why does iostat report 100% utilization when the drive read/write speeds are under 1MB/s?

The reason I'm asking.

My Oracle stats are saying that the drives are running at about 5MB/s right now, the WA is 55%, and the iostat -m -x is reporting the drives running at 100% utilization with a read/write rate under 1MB/s. The read speed of the drive is 98MB/s (tested with hdparm -tT when I installed the drives)

I know I have a few queries using full tables scans which I'm working on but I'd think that 100% utilization should be running at the full 98MB/s.

I want to try to identify which process (most likely and oracle one) is using the 100% utilization/55% WA.

View 5 Replies View Related

Programming :: Display Some Simple Animation Done By A Local Process In The Internet Browser Page?

Jul 29, 2010

creating a small plug in capable of redirecting some application's output in the browser's window.

I intend to display some simple animation done by a local process in the Internet browser page.

View 1 Replies View Related

General :: Process Of Making A Distribution From Scratch ( Concerning Libraries, Etc. )?

Jun 28, 2010

I have C in a Nutshell but I'm learning Bash right now. I've gone through a lot of LFS, but didn't complete it. I'm still learning about symbolic links, hard links, libraries, and this sort of thing. I'm wondering about quite a few things at this point. How the hell can anyone make a distribution from the ground up? Even if they start with another distribution as a base, how do they know (I realize one person doesn't do all the work) what to do, what order to do it in, how to synchronize what they're doing with what everyone else is doing, etc. How do you know which software to compile and install first? etc.

Also, I'm entirely confused by this: how can everyone (even large teams) get everything working together? Knowing that this works with that and that doesn't work with this unless it's patched but that's what we're going with, etc. I can't understand how these things can be done without an almost unbelievable amount of effort unless a lot more is done by ./configure and make than I know about at this point.And I don't understand how libraries work at all. I mean, I'm going to learn a lot more and I've been reading a lot... but how can all the distributions just download and install 50 updates at a time and not have to restart the computer most of the time!? There are a hundred things happening in the background constantly. How does everything not just fall apart as soon as you update one package, let alone 50 at a time!? I realize this is stuff that you learn by reading, but I've been reading for quite a while now and I do not understand even the basics about why any of this works or how to know what works and what doesn't unless every single little piece of every distribution is gone over with a 50,000-page reference manual that's constantly updated. And all of this can't be as complex and hard to do as it seems, or there couldn't possibly be a hundred distributions that work and are updated constantly. Linux From Scratch is a good example. You have to download all the very specific versions of the software and patch it with special little patches, etc. How the hell can anyone keep track of all of this? Going by what I know about things, it's almost hard to believe that it's even done.

View 14 Replies View Related

Ubuntu Installation :: Begin 'newtoubuntu' And Say 'broken' In The File Type

Feb 14, 2011

I have an ongoing battle with upgrade and/or update. I did a file scan for entries containing ubuntu. There is more than a page of entries that begin 'newtoubuntu.' and say 'broken' in the file type.

View 2 Replies View Related

Programming :: Grep - Find The Strings Only Between Begin And End

Dec 15, 2010

if I'd a file like this

something
somethine123
begin something end
begin xyz end
somethingelse

and I want to find the strings only between begin and end, exluding begin and end; How can I grep that?

View 3 Replies View Related

Programming :: Script To Remove Single Quote That Begin And End File Names?

Aug 13, 2010

Made the following bash script named trimsquote:

Code:
#!/bin/bash
IFS=$'

[code]...

View 6 Replies View Related

Ubuntu :: Hidden Mimized Apps \ Reach Apps That Minimized Them Self And Are Not Shown In The Top Menu?

Apr 30, 2011

Some minimized apps no longer appear in the top menu and by that are no longer accessible.For example firefox with the minimize addon or Jungel Disk backup service.How can I reach apps that minimized them self and are not shown in the top menu?

View 2 Replies View Related

Fedora Installation :: New 11 Install - Press The "enter" Key To Begin Doesn't Work

Jul 22, 2009

I have a new Dell R710 dual processor machine I'm trying to install Fedora 11 x86_64 on (all versions I mention in this post are x86_64 bit). I downloaded the cd iso files, burned them to cd (I don't have a DVD burner), then told my machine to boot to the optical drive.

I get a very brief introduction message about ISOLINUX then the monitor refreshes and gives me the following message: "Press the <Enter> key to begin the installation process."

Naturally, I press the Enter key(s) on my keyboard. Nothing happens. I try Alt ASCII combinations that might mimic an Enter key. No dice. ctrl-alt-delete works, however, and the machine reboots.

My checksums for the iso's are perfect, and the install process triggers perfectly on other machines. Just not this one.

After much vain research, I download the Fedora 11 Live-KDE, burn it to CD and try it. It doesn't work - the same thing happens. I tried the net install, and it doesn't work either.

On a lark, I download the Fedora 10 Live KDE iso and burn it to cd. It works perfectly and skips the "Enter" phrase entirely. I take my Fedora 11 Live KDE disc and put it in another machine and it, too, works perfectly, which leads me to believe my cd burns are fine.

I've also used usb creator to create a bootable USB drive. It doesn't ask me to press enter - it just fails with a really arcane IF=0 error (arcane to me, anyway).

So I'm at a loss. I'd like to install Fedora 11 on this machine, but may end up with Fedora 10 or CentOS if I can't figure this out.

Is there some weird BIOS setting somewhere I'm missing? I find it really weird that my fedora 10 cd works, but my fedora 11 cd does not (but my fedora 11 cd works in other machines).

View 11 Replies View Related

General :: Begin Using PHP Soap / Verify It Is "enabled"?

Jan 20, 2011

I have installed the package php5-soap-5.2.5-9.5. I am trying to figure out what else I need to do to begin using it and ways to verify it is "enabled".

View 1 Replies View Related

Server :: Begin Online TV Broadcast - Can't Directly Broadcast From Country

Apr 1, 2010

Friends i have an idea to broadcast few local TV channels to the world via internet.But friends i can't directly broadcast from my country because of bandwidth.friends is there a way to do this through a remote server server? i just need to input my stream to a remote server and then broadcast it from the server.I can stream channels to the server from my country through a 10mbbs connection.

View 2 Replies View Related

Red Hat / Fedora :: Command To Stop That File/process Or Is It Just Kill The Process To Stop The Process?

Nov 11, 2010

I've some file with .sh extensions that runs some softwares.Now,how do I stop running that filesI know we run the command ./start_tomcat.sh to start the apache.Is there any command to stop that file/process or is it just kill the process to stop the process

View 2 Replies View Related

General :: Kills A Process Internally Or From Where It Picks File To Continue Its Process?

Jan 8, 2010

one tell me the internal working of kill command. that is how it kills a process internally or from where it picks file to continue its process.

View 3 Replies View Related

General :: Elevate The Priority Of A Process Without Process Superuser Rights?

Jan 21, 2011

I have a high priority service that I start with sudo nice -n -10 process. This process does not need superuser rights though, except for the priority elevation. But nice requires superuser privileges to elevate priority.

View 3 Replies View Related

General :: How To Identify Raid Degrade Process / How To Rebuilt Process

Jun 12, 2010

send the details raid configuration how to use in linux el5 and how to indentify the raid degrade process and how to rebuilt the process.

View 4 Replies View Related

General :: Sending Signal From Child Process To Parent Process?

Sep 8, 2010

Code:

#include <stdio.h>
#include <unistd.h>
#include <signal.h>

[code]....

Description of what the code does or what i intended to do:

1. Created a child process from parent process using 'fork()'

2. Sent a signal 'SIGALRM' from child process to parent process using 'sigqueue' function.

(The Third parameter of 'siqueue' function contains the message (message msg) which the child process wants to send to the parent process.'msg' is a stucture instance containing a) pid of child and b) string) 5. Print the 'msg' sent by child process inside the signal handler function 'sig_action_function' of the parent process I am getting some junk value when this line is executed

Code:

printf("%d
",msg->cpid);

I expected to get the pid of child process, which the child process sent to parent process through the signal.

View 3 Replies View Related

General :: Process Scheduler A Part Of Process Queue?

Aug 12, 2010

as we all know Process Scheduler does Process scheduling and its a process as well. I was just wondering that if this happens then the Process "Process Scheduler" should be a part of Process queue as well.

So if there are 5 process are there in Process queue & process scheduler is administrating them then since its also a process, once it puts a process under RUN state it should itself go inside queue because at one instant only one process can get executed on a processor. This is quite confusing for me. Please help me out. I tried to search on this but could not find any relevant topics.

View 1 Replies View Related

General :: Find The Parent Process Of A Zombie Process?

May 4, 2010

How do you find the parent process of zombie processes?

When the child process is something where the parent is not entirely obvious...

Is there some way to list processes in tree format or something?

View 3 Replies View Related







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