General :: Disable Braceexpand In Ksh?

Jun 22, 2011

How do you disable braceexpand in ksh?

I have the following simple example:

$ cat foo
#!/bin/ksh
set -o | grep brace
set +o braceexpand

[Code].....

View 1 Replies


ADVERTISEMENT

General :: Disable Blank Cd Autostart - Disable The Window And The Icon From The Desktop?

Jan 24, 2011

I have Ubuntu 10.04 with Gnome. Whenever I put in a blank CD/DVD an icon on the desktop appears named "Blank CD/DVD" and a window appears asking me what I want to do with it. How do I disable the window and the icon from the desktop?

View 2 Replies View Related

General :: Disable X From Loading ?

Nov 25, 2010

As a Security practice I wanted to disable X from loading.

So i modified following line from /etc/inittab.

I was then able to start my machine in terminal mode(runlevel 3).

I wasn't satisfied at this stage as i was able to get the graphical console by merely typing

Code:

So i search and find out that the reason for loading the graphical user interface was a script resided in

Code:

So i renamed it thinking OS will fail in finding it when invoked by inittab file . To my surprise i was able to get the terminal back even if i hit

But then i realize i keep on getting following error lines.

Code:

I found out the reason behind this was a line in /etc/inittab

Code:

Since the file prefdm was renamed and respawned the OS was keep on trying to execute it considering it is terminated.

Now i have made the above line commented and removed execute bit of the file. System is now behaving as i wish it would.

Will it make any difference? I m not using any application that explicitly use graphical user interface and i can work in runlevel 3.

View 1 Replies View Related

General :: How To Disable NIS On RHEL 5.0

Jan 31, 2011

My company has an RHEL 5.0 server on which we have been instructed by outside auditors to disable or uninstall NIS. I'm not finding a method for doing so in my on-line searches.

View 2 Replies View Related

General :: How To Disable Services

Oct 3, 2010

I would like to know how would i disable service which helps mounting of removable devices automatically?I dont want to disable mounting but i would like to disable automatic mounting of devices.I would like to do this as security major on one of our production server.

View 9 Replies View Related

General :: How To Disable Tcpwrappers

Apr 9, 2011

I've setup a network within my lab and only gave access to local machines (Redhat 5,and a windows server 2000) ,First i have succeded to enable iptables,logwatch,nfs,logwatch,portmap,tcpwrapper.

this is my hosts.allow file: code...

Now i want to use ssh from a remote machine, i have disabled iptables,nfs,logwatch,portmap

what should i do to be able to access my network from my laptop which is not connected to my network?

View 15 Replies View Related

General :: How To Disable X Windows

Nov 24, 2010

I have modified /etc/inittab file for changing default runlevel from 5 to 3 .Now i can boot in terminal mode .However if i issue init 5 i get a X window.How would i disable loading X? do i need to disable some services?P.S.What is Xvfb? How would i disable it?My Distribution Details.

Code:
# lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch

[code]...

View 10 Replies View Related

General :: Is There A Way Do Disable FireWire?

Apr 14, 2011

I'm currently pursuing a CCNA certification. I need to use a so called "Eagle Server" to do my lab exercises. I have the Linux Live CD (FEDORA CORE 3 KERNEL 2.6.12) and I have installed it on a laptop that I have (TOSHIBA EQUIUM M50-164, PSM57E). This laptop had Windows XP installed, so I created a 4GB FAT partition and booted with the Live CD.I need the CD in the tray every time I want to run Linux. Without the CD, it boots to Windows XP. Also, according to Eagle Server documentation, any modification to the server is available even after reboot. Well, that is not happening to me. Does someone have a clue why the server doesn't save the modifications? Is it because I need the Live CD to boot, even after I have installed on a FAT partition?

Eagle server supports only 1 network interface card, eth0. When I first run the server it showed me that the hardware mapped to eth0 was my wireless adapter. There is no option to disable it in my BIOS, so I just removed the hardware myself. After rebooting it show eth1394 on eth0. I presume that is the FireWire Adapter.What can I do so that eth0 is mapped to my LAN adapter (Marvell Yukon 88E8036 PCI-E Fast Ethernet)?Is there a way do disable FireWire?Please remember that due to 1st problem above, any changes to the server are not available after reboot So the main problem is that I can't ping from Eagle Server to the router and vice-versa

View 3 Replies View Related

General :: Disable Internet For Particular IP's Only?

Jun 10, 2011

I am using cent OS 5 as a proxy server. Internet is working fine on all users computers.I want to disable internet only two users in the network.Is there any way in squid that all the users can entertain internet expect two users.

In squid the network setting is

acl our_networks src 192.168.1.0/24 http_access allow our_networks

The users IP address are

192.168.1.50 and 192.168.1.51
and my squid proxy IP is 192.168.1.10

I even remove the proxy settings in mozilla but the users again put and enjoy internet.

View 4 Replies View Related

General :: How To Disable Encrypted /home/

Feb 24, 2010

I need to disable my encrypted home directory because it prevents me from logging in with my fingerprint scanner when I first boot up. I'm running kubuntu 9.10.How do I do this?Also, how would I revert back to it being encrypted if I decide to not use the fingerprint scanner for initial log in anymore?

View 1 Replies View Related

General :: How To Disable Opera Alt Button

Jun 11, 2010

How to prevent Opera from showing opera menu on alt button press?

Opera version: 10.60_pre6351, amd64, Gentoo (Linux)

The menu that I am talking about is this:

View 1 Replies View Related

General :: How To Disable Automatic Power-off

Feb 24, 2011

I need to disable the automatic power-off on shutdown so I can just withdraw the power myself. The reason for this is that the machine should power on itself when it gets power (which is accomplished by Resume on Power Failure in BIOS). I learned that I can turn off ACPI and APM by using the corresponding boot command options. Does this have any negative effect other than disabling standby etc.? Is there another easy to accomplish solution for this problem (maybe using linux from a readonly partition and make sure all programs are closed before I withdraw the power)?

View 1 Replies View Related

General :: Usb Disable Pendrive Blinking

Jan 17, 2010

I recently bought a 16GB Super Talent pen drive that seems to work well for running the Ubuntu Live "CD" in persistent mode (see this for how I installed it). One slightly annoying thing, however, is that this pen drive has a bright red light on it that stays on when it's idle.

Is there a way to make the light stay off at least when the pen drive is not performing IO? I'm not even sure it's possible to do. If there is (in Linux), I'm guessing it boils down to some ioctl invoked by some utility. Otherwise, I imagine it would involve hacking the firmware or simply opening up the pen drive and removing the LED.Then again, I guess it keeps the LED on to indicate that the drive should not be removed.

View 2 Replies View Related

General :: Disable Local Login But Allow SSH?

Sep 11, 2010

Is it possible to disable logging in locally to a CentOS installation but still retain the ability to login via SSH? I will be installing a CentOS server in a remote site and don't want anyone trying to log into it

View 2 Replies View Related

General :: Disable Startup For Obexftp?

Oct 27, 2010

I'm using Kubuntu 10.10 and since I don't need Bluetooth I've disable startup for BlueDevil. Can I also disable startup for obexftp, or is it require by other processes?

View 4 Replies View Related

General :: Disable Rpath At Runtime?

Feb 22, 2010

I'm having issues with the Linux rpath functionality. It seems the rpath provides the ability for a library to embed the location of other dependent libries within the shared object file.

I'm trying to disable this functionality. At my company we install libraries on NFS mounts, so they can be available on any machine. The problem I have is that my application runs on a few hundred machines. When my application is running, the NFS server can be overloaded with thousands of processes picking up library files. To get around this, I have installed the libraries locally, but I'm still picking up the shared object from NFS.

From my research, it seem the protocol for Linux is to first check the LD_LIBRARY_PATH, then check the rpath if it cannot find the library. However, on my system, it seems to do the opposite, and is only going to LD_LIBRARY_PATH if rpath fails.

Is there anyway to disable the rpath completely, and only use LD_LIBRARY_PATH? Keep in mind, I'm looking for a runtime solution. It's not feasible for me to re-link all the libraries with disable rpath flag.

View 1 Replies View Related

General :: Disable E17 Illume Desktop?

Mar 1, 2010

my son borrowed my laptop, and when I got it back it was using the illume desktop. he doesn't know what he did. how can I get back the normal e17 desktop?

View 2 Replies View Related

General :: How To Disable Flopppy In Ubuntu

Aug 7, 2010

How i can disable flopppy in Ubuntu?

I want remove in /dev .....

View 5 Replies View Related

General :: How To Disable VGA Output Port

Dec 14, 2010

Is there any way to disable VGA output port in linux. I mean when I plug monitor to VGA port nothing displayed exactly like those times that the system is turned off (disabling all output signal to vga port)

View 12 Replies View Related

General :: Disable Passwords And Security?

Dec 15, 2010

I use Ubuntu on my netbook, which I uses for browsing and email. It's way faster than the Windows which came on the machine. That's a nice feature, as is the price.

I like it except for the constant, perpetual, ever-present, super-annoying need to be entering passwords and "becoming root user" and so on. I am the only one using this appliance. I don't even care if someone steals it, really. There must be some way (I hope) of disabling this idea that I am a CIA agent with TopSecret materials.

I just want a simple, easy to use appliance. If not Ubuntu, is there any distro that is aimed at normal people?

View 14 Replies View Related

General :: Disable Bluetooth On Startup?

May 1, 2010

I have an Acer Travelmate with an external Bluetoothswitch. Everytime I boot Linux Bluetooth is automatically activated. I'm running Kubuntu. How can I disable my Bluetooth so that it doesn't start on Startup?

View 8 Replies View Related

General :: Disable CR ROM Drive In RHEL?

Mar 2, 2010

I have one RHEL server which is placed near a corner of the server room. Few people are using this server to watch movies and unwanted photos. I want to disable access to CD ROM. disabling the eject button of the drive wont work, as they used pin to force open the drive tray. Can I delete the cd rom drivers from the hard disk so that no CD will be detected ?

View 11 Replies View Related

General :: Disable Password Masking?

Jul 19, 2010

Is there any way to disable password masking in Linux - specifically Linux Mint 9?

Ideally I'd like to be able to choose whether to mask or unmask password fields on-the-fly, as is possible when entering passphrases in TrueCrypt.

Sometimes masking is useful (say, on a laptop in public), but often it's totally unnecessary - there's no-one looking at the screen but me, so there's no point to it.

View 12 Replies View Related

General :: Disable Screensaver In Fluxbox?

Mar 12, 2011

In ~/.xinitrc I have option:xset -dpmsI also read this page about screensavers and found that I didn't install any of those programs for blanking the screen.But after some idle time Fluxbox turns on the blank screen. Why? How to disable it?

View 2 Replies View Related

General :: Disable StartUp Applications

Jan 26, 2010

I have been using Sabayon 5 64-bit edition , Everything has been going great . Last month I accidentally clicked on "automatically remember running application on logging out" option in startups applications preference box -> options tab.

After which some 5 applications incl. firefox and someothers running then start everytime i boot the computer.

Its annoyance increases day by day as it makes startup slow.

I could not find a file in which this information(Apps to startup) is written.I checked /etc/runlevels/default after some googling , but cant find anything interesting there , at last gave up

View 6 Replies View Related

General :: Disable USB Drive Only Not Port?

Jun 18, 2010

I wish to disable use of USB pen drive, but need USB ports for other purpose, I m using Fedora 12.

View 3 Replies View Related

General :: Disable Processor Cache ?

Feb 14, 2011

I want to disable processor cache or in other words, want to read write data directly from RAM... Is there any way to make it possible? I am talking about on chip cache memory not any disk cache stuff.

View 1 Replies View Related

General :: Disable USB Storage From Servers?

Apr 1, 2011

I am trying to disable USB storage from servers.What I did is as following1> modprobe -vr usb_storage2> blacklist usb_storageIt is working fine. But root can again load the module into the kernel. [ modeprobe -v usb_storage ] want to restrict this also. My requirement is not even root can access the usb storage.

View 5 Replies View Related

General :: Disable XP Activation Lock Out?

Jun 5, 2011

Does anyone know how to disable the XP activation lock out. desperate need for working system

View 2 Replies View Related

General :: How Can Disable Su For Normal Users

Mar 30, 2010

right now all of our users are able to log in to other user using su as root.Because root privilege is necessary for our work. we r using LDAP authentication(centralized)..

What we want to do to disable su usage to log in as other user?

View 1 Replies View Related







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