General :: Disabling Start Up Items?
May 24, 2010
I'm currently using Debian 5.04 Lenny, and I trying to figure out how I stop things running at boot time, in the simplest way, if possible.
In Redhat/SuSE all I had to do was 'chkconfig xxx off' and it was done, is there an equivalent in Debian? A tool or something.
To find a list of items in Redhat/SuSE all I had to do was 'chkconfig --list' and it displayed a list, is there also an equivalent for this? A tool or something.
View 3 Replies
ADVERTISEMENT
Nov 14, 2010
i have java app. i want make my Linux dedicated to that application.such that,when Linux load it start the app, start menu have Shutdown,reboot and my application luncher, only one window , desktop right-click also have the same menu-items as start-menu.
View 3 Replies
View Related
Jul 7, 2010
I am running Ubuntu 10.04 64 bit desktop edition (on intel core 2 quad 8200, intel dg41ty motherboard, 2gb ram). My problem is that i installed screenlet and drapes wallpaper changer but every time i start my computer the drapes application failed to load and some of the screenlets also not start. In the panels the icons automatically changes their position and sometimes. i don't know what is the problem. Please help me because it is very annoying for me every time i start some screenlets manually and click on the drapes error.
View 1 Replies
View Related
Jun 26, 2010
I have been experimenting with KDEs Remote Desktop connection facility and now every time I start the computer a dialog box opens called 'Invitation - Desktop Sharing'. How do I stop this program running on start-up?
View 1 Replies
View Related
Jun 10, 2011
I'm using Ubuntu 10.04 LTS and on my laptop I'm finding it very inconvenient to manage multiple running application interfaces and windows because of my screen being so small. Between the whole Applications, Places, System menus and system tray I don't really have much room to work with. I know thats why Ubuntu's Gnome environment comes with two pannels, but again, I need all the screen space I have and shortening my view of my windows would be counter-productive thats why I'm only using one. So my base question is: Is there a way to shorten the width of the minimized windows to a more manageable size, and how? I would also be fine with just an icon for the indicators instead of the text.
View 2 Replies
View Related
Aug 19, 2010
I recently moved from KDE (the latest developments didn't satisfy me) to Gnome but I cannot find the option to remove it. That is, how to remove the temporary entry in the Gnome taskbar, that appears when you start some applications, with the text "Starting <app name>" (like "Starting Terminal"). This feature seems to have enough names (launch notification, startup notification, etc) to get lost among random discussions.
View 1 Replies
View Related
Mar 31, 2010
I'm using Linux Kernel version 2.6.33 on a server with Intel Xeon X5570.
I assume that Intel's DCA is already enabled on my system, because I see
Code:
I would like to test the effects of with and without DCA. How can I disable DCA?
View 2 Replies
View Related
Jul 14, 2011
When I plug in a removable device, KDE automounts it, but I prefer to do this manually (also perhaps not liking the idea that any user could plug a device in and have it mounted). I've searched around and looked at KDE -> System Settings -> Removable Devices, and "Enable automatic mounting of removable devices" is already unchecked
View 3 Replies
View Related
Dec 31, 2010
I have collection my routers configuration through rancid. Now i want to do the following,
Display all the files that contain the following words
C1841 AND HWIC-4ESW
I want to display all the files that contains both these words.
View 14 Replies
View Related
Feb 28, 2010
I have a netbook running opensuse 11.2 I'm trying to make it run faster by disabling services, and I would like to kill off postfix as I don't ever use it (As far as i actually know) What harm could come from disabling postfix, if any?
View 3 Replies
View Related
Feb 23, 2010
I want my keyboard to be disabled for sometime say 5min or more. My keyboard gets loaded more than fingers it bears sometimes loads of books.So want to disable for a specific time
View 1 Replies
View Related
Feb 1, 2011
How can I disable the PK,UK and FK constraints on all tables in oracle DB.
View 2 Replies
View Related
Apr 21, 2010
Recently, I'm having a problem with items not appearing on my desktop (at least not right away) after just being saved there, forcing me to either find them in a Konqueror window (they do show up there) or do some other unusual thing to make the desktop notice them. They used to, and as far as I know, they always should. For instance, I just took two screenshots with Ksnapshot, and told it to save them on my desktop. It saved them, but they didn't show up on the desktop. When I noticed that, I opened the desktop folder in Konqueror, and mainly to see what would happen, tried to drag the screenshot files from the Konqueror window onto the desktop (copying the files onto themselves). That made the desktop notice the files--they appeared. But of course I shouldn't have had to do it. What could be wrong?
View 1 Replies
View Related
Jan 28, 2010
My workstation has a built-in speaker that, surprisingly, plays audio very well. I also have external speakers hooked up to the audio out jack which are easier to hear. Unfortunately, when I try to play some audio material, sound comes out of both the external speakers and the built-in speaker on the workstation.
I'd like to disable the speaker inside the machine, and just plug in head-phones to the external speaker so I can listen to training material at work without bothering my office mate. I'm not sure how to do this in Linux (Suse Enterprise Desktop 11). Fiddling around with the Gnome audio tools doesn't list two different audio devices on the machine.
From what I can tell, sound is played through the ALSA system. I looked in my home directory and there is no .asoundrc controlling configuration.
I should also add that I check in the BIOS for a way to disable the built-in speaker, but I could not find such a setting.
View 3 Replies
View Related
Oct 13, 2010
My Acer notebook has a button that can disable the wireless network device when pressed. Since it is near the ESC key, sometimes I press it on accident, especially when editing something with Vim. When I press the wireless switch to enable the device again, nothing happens. Using the command ifconfig wlan0 up results in the following error:
SIOCSIFFLAGS: Unknown error 132
Rebooting and logging on linux again didn't solve anything. I had to log into windows. The device started out disabled, then pressing the button reenabled the device. I'd like to be able either to reenable wireless at will, or outright disable the wireless switch button.
View 2 Replies
View Related
Mar 18, 2011
This is the Linux version of my Disabling mouse acceleration in Mac OS X question. Hopefully I'll get an answer this time.I am tired of mouse acceleration and want to have a completely linear mouse response. This is easily achievable through any of the 5 or so methods (some subtly implied) on the X.Org wiki page on pointer acceleration. However, they also disable velocity scaling.I don't want a 1:1 mapping between device and screen coordinates. I want a 1:N mapping where N is a constant.
View 1 Replies
View Related
Apr 16, 2011
I tried following the instructions in this link to disable and remove iptables firewall using commands:
# service iptables save
# service iptables stop
# chkconfig iptables off
# iptables -F
# iptables -X
# iptables -t nat -F
# iptables -t nat -X
# iptables -t mangle -F
# iptables -t mangle -X
# iptables -P INPUT ACCEPT
# iptables -P OUTPUT ACCEPT
Its seems to work temporarily and then the firewall gets enabled again by itself even without restarting.
View 1 Replies
View Related
Feb 12, 2010
How can I disable the interactive boot up process? Also what is the pros and cons to doing this? Will this affect my being able to get to runlevel 1?
I have been googling it but not really clear on the pros/cons etc.
I am talking about a server class machine that is in a locked room, not a desktop.
I know it can be turned off in /etc/sysconfig/init # Set to anything other than 'no' to allow hotkey interactive startup... PROMPT=yes
View 4 Replies
View Related
Jun 19, 2011
Kernel 2.6.21.5, slackware 12.0
(Mozilla) Firefox 2.0.0.4
where the option to disable spelling checking is in FF? I think Edit>Preferences contains all of the settable options.
View 3 Replies
View Related
Aug 31, 2010
i want to run a jar file at the start up..and only that application will work at the start up..other all are blocked..after giving input to the application the xwindow will enabled..otherwise it remains same.
View 1 Replies
View Related
Jun 15, 2011
I am trying to do a comparison of two folders, let's call them dir1 and dir2 and remove any items that have the same file name in both folders from dir2.
View 4 Replies
View Related
Jul 5, 2010
I have an email alias and I want to capture some items in the email body and put it in a database.
I'm using Linux and Bash.
In /etc/aliases I have:
bexpense: "|/usr/bin/bexpense"In /usr/bin/bexpense, I have:
#!/bin/bash
echo $1 $2 >> bexpense.out
If I just run /usr/bin/bexpense with as "bexpense test test" I get "test test" in bexpense.out. If I send email to bexpense@myserver.com, I get a blank line in bexpense.out. How do I get the subject and body of the email?
View 2 Replies
View Related
Feb 4, 2010
We are having 12 windows computers xp which are connected to a linux machine which has samba server installed on it for backup purposes of these 12 windows users. We want the like this , that a user copy a folder from their local machine and paste it to the samba server . but they cannot delete this folder once the backup is there at linux machine.
So this is working fine. But our users are able to Rename the folder they have pasted at linux machine which we dont want . and even they are able to cut and paste files from 1 folder to another folder in the samba server. We just want them to copy a file or folder from their local windows machine and paste to samba server and they can also read it (copy and paste back to their windows computer)whenever they want . but we dont want them to cut and paste within linux machine and rename that file as well.
View 1 Replies
View Related
Apr 10, 2011
I've had a hell of a time with this and now all but YAST2 are ok. Going back some time to 10.0 this could be used to disable it very completely.
open terminal and run
echo "alias net-pf-10 off" >> /etc/modprobe.conf
echo "alias ipv6 off" >> /etc/modprobe.conf
restart computer. Has anyone used this on more recent issues even 11.4 and are there any repercussions?I assume that the inverse will but it back on ie off's just become on's? I will be using cups when I install my printer which is one concern and I am not at all sure that modprobe will do anything anymore?
I also recollect that there is a command to cause the kernel to effectively reboot which would save restarting. Can't remember what it is. Maybe some one can refresh my memory.
View 9 Replies
View Related
Jul 10, 2011
I have a src package which uses automake for make. How can I view the available options in configure command for enabling and disabling options?
View 4 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
Jan 30, 2011
I know that I can use the GUI (gnome-volume-properties) enable/disable the USB sticks/disks automount features, by checking/unchecking the pertinent options.My question is: how can I obtain the same results from the command line (that is, without using any GUI frontend)?
View 5 Replies
View Related
May 7, 2011
I bought a ssd drive for my laptop, installed it, installed Windows 7, installed Kubuntu 11.04. Till then everything worked fine, and I had following partitions on my disc:
Code:
/dev/sda1 ntfs ~100MB win boot,
/dev/sda2 ntfs ~170GB win main,
/dev/sda3 extended
[code]....
It worked fine. While using 11.04 I encountered a serious bug in nvidia 270.41.06, and decided to switch to Kubuntu 10.10. I installed 10.10 on the very same /dev/sda5 (clicking a checkbox to format it). Everything worked fine, grub was installed and pointing to win7, and kubuntu 10.10. I disabled ext4 journaling as above, rebooted, and found, that grub now points to win7 and 11.04, and that system (which should have been removed during installation of 10.10) loads perfectly fine. I checked where 11.04 had been installed - still /dev/sda5. Win7 loads fine as well, so no linux on /dev/sda2 I checked if there was 10.10 kernel in /boot - no. File system on sda5 had no trace of 10.10.
I formatted sda5 with gparted, installed 10.10 again, disabled journaling and situation repeated, whole file system on sda5 changed. Enabling journaling did nothing, 10.10 didn't come back. I deleted sda3, sda5, sda6, made them again, installed 10.10, disabled journaling, and finally had my 10.10 on ext4 without journaling. So this is kind of solved, but I would still like to know that the hell happend? For the moment it looked like two file systems coexistened on one partition.
View 6 Replies
View Related
May 11, 2011
Trying to figure out why the following two are treated differently...
Code:
*.warn;
kern.!=debug;auth.none;
authpriv.none;cron.none;mail.none;news.none -/var/log/syslog
and
[Code]....
According to man syslog.conf "You can specify multiple facilities with the same priority pattern in one statement using the comma (``,'') operator. You may specify as much facilities as you want. Remember that only the facility part from such a statement is taken, a priority part would be skipped."
Can someone confirm that this statement means that kern.!=debug is ignored in the first part because it's priority is not the same as the trailing facilities ending in .none?
View 1 Replies
View Related
Mar 12, 2011
comparing multiple items or conditions using 'if' statements? I want to do something if one or more conditions is true, for example:
If a = 1 or b = 1.
I've tried:
[Code]...
View 5 Replies
View Related