General :: Easy Way Of Demonizing In 5.4
Mar 30, 2010
I know there is a program called upstart that can make it easy to make small daemons. I can't get this program to configure on CentOS. I get all sort of errors concerning pkg-congfig, libnih, and dbus. I am working on a node.ja application and this is a pain to start and stop all the time, so I want to create a deamon for this which makes it easy to start and stop.
[Code]....
View 3 Replies
ADVERTISEMENT
Jul 16, 2011
I need a way to kill my battery in my Ubuntu laptop. Is there any mind numbing tasks I can Ubuntu do that will eat up the battery? I have already shut off the power management options. The battery is giving my issues and and someone said I should discharge it fully an recharge it from 0.
View 2 Replies
View Related
Feb 28, 2010
I have this ancient Dell Dimension V333 with a Pentium II 333 MHz and 320MB RAM that my family needs for web browsing, word processing, etc. What I need is a distro that is easy to setup and install and easy to use because they have only ever used windows (and a little ubuntu).
View 10 Replies
View Related
Feb 18, 2010
I have made a little easy c program where i can se my leds on the parallelport ./p 0 no leds
./p 8 led 4 lighting
./p 64 led 7 lighting
How can i make a window around my program? Kindly ole hasselbalch oz6oh as radioamateur
View 4 Replies
View Related
Apr 30, 2011
When I click on the Easy-install icon, I see the cursor change to a watch, and then it stops, and Easy-install does not start. I have run:
Code:
apt-get update
apt-get upgrade
-and-
apt-get install libgtk2-ruby libgtk2-ruby1.8
The latter being recommended when I searched google (Apparently apt-get sometimes removes ruby which easyinstall uses) It turns out I did need ruby, But my easy-install remains closed...
View 2 Replies
View Related
May 19, 2010
I have been trying to configure a cyber cafe timer and I have so far tried Mkahawa and CCL. However the problem is following the instructions since most of them require you to be conversant with the Gnome commands..
View 1 Replies
View Related
Oct 21, 2010
I successfully edited the .bashrc file to get ruby version manager (rvm) working. Now I would like to turn that setting into an alias so that if i type the word 'ruby' into the terminal it not only goes to the rvm settup but also defaults to my webdev folder which is in my user home directory and also exicutes a command that will open up gedit ready to be used as the text editor for editing the .rb files. Can this be done i would settle for some added code for the 'if then' statement: so far it looks like this:
[Code]...
I don't want to mess with the default setup on this system too much and think things could get out of hand if i am not careful. So am cautious about doing anything at this stage. I wonder if it is possibel thought to setup that whole 'if then' statement as an 'alias'. I read a few referances to alias and looked in the manual like any good newby should but am needing your help please. getting out of the MSwindows mind set and into the linux logic is not so easy but is a great experience
View 13 Replies
View Related
Mar 15, 2011
I have following 2 files
File1
10.1.1.1
10.1.2.1
10.1.3.1
File2
10.1.3.1
10.1.2.1
10.1.1.1
Both are reverse of each other. Now, basically if you see, the contents are same, but in different order. Is there any easy way in which i can find out like which items dont match between 2 files, regardless of order. Lets say i add 10.1.4.1 to File1. Now the result of such comparison should be only '10.1.4.1'. Currently if i am comparing both files using diff, it gives me all the lines.
View 2 Replies
View Related
Jun 8, 2011
I am attempting to configure my sudoers file, and have quite a few questions.If you can answer any/all of them, I would be grateful.
-Is there a way to set it up so that root gets notified if a user tries to use a command they are not allowed to?
-If something like this already exists on my system, how do I set it up/use it/ read root's messages?
-I see a lecture=always default exists, but can I customize this lecture?
-Is there an easy way to explicitly deny a user sudo permission?
-I see there is an ALL wildcard. Is there something similar to a NONE wildcard?
View 3 Replies
View Related
Apr 20, 2010
I want to know which backup tool is used in Linux to back up data from windows machine to linux machine, is amenda? Please guide me.
Also tell me where to download it from?
View 6 Replies
View Related
Dec 17, 2010
I have a Logitech Wireless Gamepad F710 that I'd like to be able to use as a remote control for a media player on my PC. I currently map the gamepad to certain hot-keys for use with VLC, but I can't say it's ideal.Is there a media player out there that's easy to control with a gamepad and supports a wide range of file types?Bonus points if it has an internal video library.
View 2 Replies
View Related
Aug 15, 2011
Currently I'm using Arch Linux. I'm more used to Linux now, but for communication, I still have some problems:
My main software which I use on Windows is Skype and TeamViewer to share screen / voice chat to do pair programming with my friends.
imo.im is too simple and it doesn't help much with only chat.
Is there any good way to deal with this problem?
View 1 Replies
View Related
Aug 8, 2011
Can someone recommend a free clock that sits in the taskbar and is easy to install. I am using Mint 11 but for some reason the clock does not show.
View 9 Replies
View Related
Feb 16, 2010
I want to know which linux distro version is good and easy for installing bioinformatics software installation...
View 2 Replies
View Related
May 6, 2011
Im a bit stuck with a simple script that im practicing with... im trying to get my head around some simple scripting. Basically i want to write a script that will work as below: It will ask the user to enter their userid. If its correct it will say 'Correct' If its the wrong id (But the ID exists in /etc/passwd) then it will say 'incorrect' If its not a valid userid it will say 'doesnt exist'. What i have so far is:
[Code]...
# If the user enters their own userid they will get a comment saying 'correct' $LOGNAME) echo "Correct";;
# If they enter another users ID (That exists in the /etc/passwd), then they get a message to say 'incorrect userid used'. Im not sure what i need to do here to get it to check the /etc/passwd to see if the input exists in there.... im guessing some kind of simple 'if' statement to say ---- "if 'input' exists in /etc/passwd then echo "incorrect userid used"
# If its entered incorrectly and not a valid ID then they will get this comment. Again, im guessing this part would be similar to te above option..... *) echo "not a valid ID";;
Ive managed to work out how the basic Case staements work, but to add a conditional statement based on the input, i just cant figure out. I have tried looking on google, and found some help but it doesnt really explain how i check the input against the /etc/passwd.
View 17 Replies
View Related
Mar 25, 2010
Is there an easy to use log reader, without needing to be root. My typing is goofy and doing su and vi to read a log is getting old.
Using 2.6.31.12-174.2.22.fc12.x86_64
View 2 Replies
View Related
Apr 26, 2010
I want to edit an .ini file for Qmc2.I find qmc2.ini with the browse folder option.I open it with Gedit and make my changes (rom path)but then I cannot save the file. Obviously I can use terminal, something like "su - Gedit /etc/qmc2/qmc2.ini"but what if I don't want to? Can I just use the GUI with su privilages?
View 2 Replies
View Related
Nov 22, 2010
I wanna get into the world of stereoscopic 3D and I was wondering are there any easy and straightforward solutions. Do I need specific hardware to view the results of my work? I heard that there are screens with which you don't need goggles but that there are problems with that too..
I might start doing something like 3 dimensional charts for example that I could actually see in 3D. I would definitely stay away from modeling characters like in 3D shooters.
View 1 Replies
View Related
May 10, 2010
I was wondering if there's an easy way to upgrade VIM 6.3 to 7.2? I have CentOS 4.7 and wanted to upgrade my current vim to 7.2 to support other functions that we do. Unfortunately I am running into some conflicts/ dependency errors (i.e. glibc etc) and I am not so sure on how to resolve.
View 2 Replies
View Related
Jan 26, 2010
I currently have a VPS(virtual private server) that runs Slackware 12. The image was made way back in 2007, and obviously it hasn't been updated.The version is VERY minimal, it doesn't even have all the packages from A, but I can get any I want and install as I wish.Is there an easy way to update 12 to 12.2? Going to 13 is probably out of the question without a clean install over a network and doing it remotely, which is probably beyond my capabilities.I can't mess with the kernel unfortunately, but I can install practically any packages.
View 1 Replies
View Related
Feb 20, 2009
Is there a easy way to see what AP im connected to? I know what SSID im on but i need to find out the AP name.IN windows you can, But i cant figure out how in fedora.. It just gives me the normalbasic IP and SSID name in Network manager.Is there also a good program that can visualise what is nearby and what strength.Im working with some problems on my AP's at the mo and need to find out what one im authing to and what im not.
View 4 Replies
View Related
Aug 1, 2009
Is there an easy way to burn mp3 on Fedora ? Brasero doesn`t want to and I haven`t found the relevant plugin, and I can`t install Kb3 the Add/Remove even with RPM fusion.
View 6 Replies
View Related
Dec 12, 2010
I've seen a lot of questions on the forum about static IP's and how often people have problems configuring them. Here is how it works:
If you have a router in your network, the router is the boss. You can configure anything you want in your computer's network manager, but in the end, the router will win. Say you have 3 computers and configure each one for a static IP. If the router is still set to assign IP's dynamically, it may want to ignore that unless you boot the computers in order of IP#. In other words if you set your IP's to .001. .002, and .003 you have to boot the one with .001 first to be sure it gets that IP.
If you boot .002 first the router wants to assign it the first IP in the list; .001. If the computer will only accept .002 the router may (or may not depending on the router) eventually assign it .002, or you end up with a power struggle between the computer and the router, and have no connection to that computer.
That said sometimes setting IP's on each computer works, at least most of the time, again depending on the router. Some routers will assign the same IP to the same computer when each has individual settings, but even then you still have to deal with settings on each computer; a lot of work. And at some point you will probably still have a glitch or problem, at least temporarily. In my experience setting static IP's on the computers is hit or miss in the long run.
If you set the static IP's in the router and make sure the router recognizes each computer by it's MAC address it's a done deal. You can boot the computers in any order, they will always be assigned the same IP, and you don't have to do anything on any of your your computers or in your network managers to make it happen. Bada bing, bada boom, done. Less work, more stable network, fewer headaches.
View 13 Replies
View Related
Mar 19, 2011
What are the Easy Ways to go from Fedora 14 to 15?
a) Can I create a CD?
b) Online with Yum?
c) your Suggestions?
View 6 Replies
View Related
Jan 4, 2010
To boot into Ubuntu 8.10, I have to boot with noapic. Is there an easy way to always boot with this command. And don't worry, I have fair bit of computer know how, just moving from windows to ubuntu.
View 5 Replies
View Related
Jan 6, 2010
I have a packardbell pc desk top and the fan has stopped working. Is it an easy enough fix for me to do it myself it install a new fan? I dont have much experance so dont want to do any damage.
View 2 Replies
View Related
Apr 26, 2010
I'm using NBE on 10.04RC, I've just seen Easy Peasy 1.6 on Distro Watch so ran the live CD out of curiosity. Apart from Gimp I cannot see any difference between Ubuntu 10.04 NBE and Easy Peasy, have I missed something? Menu etc looks the same.. don't look at menu on their website as that's the one based on 9.04 [URL]
This is part of the release note:"Features: new boot system and new boot artwork (uses Plymouth); sports full removal of the HAL package, making EasyPeasy faster to boot and faster to resume from suspend; brand-new interface; built-in integration with Twitter, identi.ca, Facebook and other social networks with the MeMenu in the panel; the likewise-open package, which provides Active Directory authentication and server support for Linux, has been updated to version 5.4; new default open-source driver for NVIDIA hardware; improved support for NVIDIA proprietary graphics drivers".
View 4 Replies
View Related
Jun 25, 2010
I've never quite understood why they won't like Firefox just update on it's own. Instead it appears all of the FF updates always have to come through the update manager. 3.6.4 has been out since Tuesday and while I can go to the FF website and grab the tar of the new version I'd rather you know just upgrade my existing version like I've already easily done in Windows.
Seriously if this was a security flaw update and we had to wait this long you'd think people would be up in arms. Luckly 3.6.4 is mainly just extra functionality.
Still am I just left at the mercy of whenever it appears in the update stream or is there an easy way to update what I already have installed verses having two versions of FF?
View 8 Replies
View Related
Aug 22, 2010
point me to a web based admin tool for the admin of samba shares that a beginer to ubuntu could use easily ?
View 3 Replies
View Related
Mar 4, 2011
I just threw away 2.6.27 from my ubuntu10.10 installation because I thought I installed 2.6.28 apparently, I was mistaken and I threw away my one and only installed kernel.Is there an easy way to install the kernel? I'm not a super genious with that low level stuff, so if it's too hard I'll probably be easier off just reinstalling 10.10.
View 2 Replies
View Related