Ubuntu :: Location Of File To Run At Boot?

Dec 30, 2010

How would I edit, from Terminal, the programs that run at boot? I'm making a project that's actually kind of cool and I need to add a program and remove a program, all without using a GUI.

View 2 Replies


ADVERTISEMENT

Programming :: How Some Websites Hide Exact Location Of File On Their File System

Mar 12, 2010

in case you have been wondering how some websites hide the exact location of a file on their filesystem, just thought i'd share it with the commnity at large in case someone else is looking for something like this.i take no responsibility for how it is used.

View 4 Replies View Related

Ubuntu :: Copy File To New Location?

Nov 29, 2010

File is named similar to : logout 10.10.10 100817.txt

I need to copy this to a new directory.

To fine the latest file I was advised to use code...

View 3 Replies View Related

Ubuntu :: Get Location Of Compiz Settings File?

Sep 24, 2010

I would like to copy a Compiz settings file to a new installation, so I would not have to go through all the customizations again. Is this possible?

View 3 Replies View Related

Ubuntu :: OpenMotif : Create Network Location Link As Local Filesystem Location?

Apr 26, 2011

I'm working with a program that uses Open Motif to create all of the widgets, including the Open File dialog box (obviously). However, Open Motif being kinda old-timey, 80's vintage, and for the most part now an abandoned project, it is quite clunky. So, actually what I need to do is to open some files located on my work server. I have already successfully connected to the relevant server directories with Samba, and with programs built with GTK+ (such as GIMP) I can open files across the network because I have created a bookmark in Nautilus, and those bookmarks appear in the Open File dialog box created by GTK+. Now, Open Motif is different: it doesn't see network locations, orNautilus shortcuts. When I type "smb://serveripyadayada" in the search folder, it really doesn't like it and complains. So, what do I do? Can I get somehow Open Motif to open a network location? Or can I do a run-around and place a shortcut in the file system that points to the network location?

View 2 Replies View Related

OpenSUSE Install :: Using GRUB And The Boot Loader Location Has Both "Boot From MBR" And "Boot From Root Partition"?

May 19, 2011

I just did a fresh install of 11.4 and I LOVE IT!!! One of the little issues I am having though, is that there is no login screen. No matter what settings I change it still auto-logs me in.

I am using GRUB and the Boot Loader Location has both "Boot from MBR" and "Boot from Root Partition". Is this right? I would think that I should just boot from the MBR.

View 4 Replies View Related

Ubuntu :: 'Places->Videos': Could Not Open Location 'file:/// '

Apr 15, 2010

I renamed /home to /localhome and I'm getting an error message when I run 'Places->Videos'. The error is: 'Could not open location 'file:///home/<username>/Videos' Error stating file '/home/<username>/Videos: No such file or directory.

I'm using /localhome because /home is used for automounting home directories at my work. I prefer to use a local account rather than the NIS/NFS account.

What do I modify to have this reflect my new home directory location?

View 1 Replies View Related

Ubuntu :: Finding The Squid3 Swap File Location?

Jul 14, 2010

I got squid3 installed on ubuntu server 10.4. I believe it is up and running as I can browse the internet on my other computers.I followed one of the tutorials on the net and looked at others for guide as well. Everyone of them did not mentioned that we have to create the swap files. Are we suppose too? I couldn't find the location of the swap file anywhere on the server.

View 1 Replies View Related

Ubuntu :: Users System Log Config File Location

Jul 24, 2010

where are the "System Log Viewer" config files stored? I know most have been moved into /var/rsyslog.d/ folder but where are the users config file stored? I restored my local /home to a fresh install and the Log viewer is looking for log files from the OLD install.

So there must be a config file somewhere in /home/$user that the system log viewer is reading from as well as the rsyslog.d folder...

View 1 Replies View Related

Ubuntu :: File Location On Disk & Access Speed?

Aug 23, 2010

On a modern system--Lucid, SATA 3.0--does the location of a file on the physical disk make an appreciable difference to its access speed? If so, is there a (safe) way to put a file in a particular place on the disk?

I ask because I would like to reserve some space on disk to remain unused without messing with the partition table. My thought was to do this by using dd to create some large files (4 Gb each, or so) containing zeros.But obviously I would like to put them on the slowest part of the disk, as they won't be used for anything.

View 2 Replies View Related

Ubuntu :: Location Of WUBI Directory - Downloading The .iso File ?

Jan 3, 2010

I am planning to install Ubuntu or kubuntu netbook remix on my netbook. WUBI has a problem downloading the .iso file. So do you know where the wubi directory in windows is, i have the .iso file.

View 1 Replies View Related

Ubuntu :: Nautilus Location Bar: How To Write Manually Location

Oct 30, 2010

I have been testing ubuntu 10.10 maverick, it has some nice features. Anyway I am missing the possibility of writing manually the folder you want to go on nautilus using the Location bar. It was used to have some kind of icon which you can click and it switched between graphich breadcrumbs or the location of the folder and you could changed it manually, you know what I mean?

View 2 Replies View Related

General :: Copy Only New File To Other Location?

Jul 19, 2011

I am a fresher in shell script, I want to copy only new file in a directory to some other location. I am able to find new file using
"ls -ltrh | tail -1", it is showing new file. But I don't know how to add in the shell script to copy that new file to other location.

View 7 Replies View Related

Ubuntu :: Location Of GTK Window Manager Theme Config File?

May 1, 2010

I was messing around in the Window Manager Theme settings area and changed the theme to another one and I was immediatley logged off and now I cannot log back in. It seems like X is having a hard time displaying whatever theme I chose.I want to manually switch back to Albatross but I am unsure of where that setting is stored. Where is the configuration file for these themes stored?

View 4 Replies View Related

Ubuntu One :: Location Of File That Stores Notes Screenlet Text

May 4, 2010

I am no programming expert, but there must be a file that the Notes screenlet is storing all my notes on ( im not talkign about tomboy). If I can just find this file and then Share the file, i will be able to sync my notes between my computers. Correct? So anyone know where this text file is so that I can sync it.?

View 2 Replies View Related

Ubuntu :: Copy Folder Location And Save In Text File?

May 17, 2010

I want to copy location of every .avi , .jpg file present in a folder or in subfolder present in a direcotry and save in a textfile how to doex : /home/username/Desktop/bookofeli/video/book.aviit should give full locaiton of path how to do

View 2 Replies View Related

Ubuntu Servers :: Exim 4 Single Config File Location

Nov 16, 2010

I have a nice little interface that generates an exim config file and a script on the server to check for changes. Unfort I cant find where to set the config file location.

E.G. I have my script generate the file to /etc/exim/exim4.conf (could be /usr/share/foo/bar.conf just as easily)

How can I point exim in the direction of that file?

View 1 Replies View Related

Ubuntu Installation :: Change Location Of GRUB Boot Loader?

Feb 4, 2010

i installed it on a external HDD. my primary OS is windows 7 on my 1 internal hard drive. After i installed ubuntu whenever i boot up my computer i have to have my external hdd plugged in and turned on or else i get "cannot find GRUB" then some rescue thing comes up where i can type stuff. i would just like to move the GRUB loader to my primary hard drive or at least recover my windows loader but have ubuntu on it.

View 9 Replies View Related

Ubuntu Installation :: Install Without It Asking For Location/username/etc Until First Boot, And Also Have A Reinstall?

May 3, 2010

Is there a guide somewhere to install Ubuntu without it asking for location/username/etc until first boot, and also have a reinstall? Kind of like what Dell does.I ask because I'm considering refurbishing some old PCs for one of those headstart places, where I'm not going to know who ends up with it.

View 1 Replies View Related

General :: Open File Without Specifying Exact Location

Jun 15, 2010

I have a file in some obscure directory that I want to open and edit. I don't want to do something like this...

vim ~/foo/bar/blah/doh/ugh.txt

I'd rather be able to say find this file and open it. I know there are commands like locate and find to find a file or directory, but I'm not sure whether these can (or even should) be utilized in what I'm trying to do. Basically, what is the simplest way to open a file with a program w/o specifying its exact location? (In cases where there isn't another file with the same name in the entire system, and cases where there are multiple).

View 3 Replies View Related

General :: File Has Finished Uploading From Another Location?

Jun 5, 2011

Let's say we have machine 1 and machine 2. Machine 2, which is linux based, is receiving a file (let's say cat.jpg sent via SCP from machine 1 (doesn't really matter which operating system..) How can I know in machine 2, that the file has finished uploading from machine 1 ? Please note that by "knowing" I mean by running a command (via a cron that runs every minute), and not by an event driven way ("make the scp issue a command when it is finished uploading"). Another limitation I have is that I can't change anything in machine 1 or in the way it SCP files.

If it really matters: the files being transferred are video file, MP4 extension. machine 2 is ubuntu 10.10

View 5 Replies View Related

Programming :: Manipulate Application To Look In Different Location For File?

Aug 23, 2010

I have an application which looks in a particular directory for it's settings. For example varsetting.txt. These settings are stored in a text format and can be edited easily. I would prefer to keep this setting.txt file on a USB stick rather than the HDD for portability so that I can easily use the same settings on two linux PC's without having to redit them everytime. I have tried but cannot manipulate the application to look in a different location for this file, do you know if it is possible to "point" linux to another location when looking for the file?

View 2 Replies View Related

Red Hat / Fedora :: Rpm -ql And It Is Stated The File Is Present In The Location?

Jan 7, 2011

I have installed OpenLDAP on Feodora 14. But while configuring I have noticed that the file /etc/openldap/slapd.conf is missing. I tried rpm -ql and it is stated the file is present in the location. I am not sure how many other require files are missing. Which server I should go for for centralize authentication.

View 1 Replies View Related

Programming :: CreateProcess() In C \ Specify The Location Of The File As An Argument?

Aug 31, 2010

am coding a chat program in C (win32), where I need both the client and the server to communicate, without waiting for a reply from the other side, like the way we chat in any messenger. Is there any way of accomplishing it? I tried out CreateProcess() function, but am not clear how to specify the location of the file as an argument.If there are better techniques than CreateProcess(), then

View 13 Replies View Related

CentOS 5 :: Location Of Screensaver Xml Config File?

May 21, 2009

For security reasons I need to ensure all of my users screensaver is set to come on after 10 minutes of inactivity. My thought was to find the screensaver config file, modify a setting in the file to 10 minutes and change ownership of the file to be root (so the user can't undo my changes either in the file or via the gui). However, I can't find the screensaver config file to do this. I'm running Centos 5.2. Anyone know where I can find the screensaver config file?

View 2 Replies View Related

Ubuntu Security :: Failing On The First Command When Run Iptables-restore < File Location

May 4, 2010

I'm setting up a server with Jaunty Jackalope version. I'm trying to test setting up a basic iptables rules... No matter which command I put in, it is failing on the first command when I run iptables-restore < file location (the first rule always fails). I'm doing this on the root user and first typing in the iptables rules in a test file. I've tried the first command starting with % sudo, iptables and -A. All have the same result. I've also tried letting the HTTP rule be first with the same result.

[Code]...

View 2 Replies View Related

Ubuntu :: File Manager Location Bar At Top Disappears Every Time Closed / Re-opened

Jun 17, 2011

the location bar at the top disappears every time I close and then re-open it, and I have to hit View/Location Bar to get it back. Is there a way to permanently keep it there?

View 2 Replies View Related

Debian :: Location Of Gnome Boot Scripts?

Mar 27, 2010

I went to Startup Programs and put "compiz --replace" as a load script command, now Gnome, let alone a login screen or command line, wont load. I'm trying to find which file has the boot scripts so I can use a live CD to edit them and save me the slight trouble of reloading the OS (which wouldent be that big of a deal as I haddent done anything with it yet). Not sure if perhaps I should have made a .sh file and directed that path to startup programs instead. I'm rather new to linux and was following some (or at least what looked like) straight forward for dummies instructions.

View 3 Replies View Related

Ubuntu :: Change Data On Location? System Time Always Wrong On Re-boot

Mar 30, 2011

when I installed Ubuntu 9.10 I put in one time setting but it was wrong, and now I don't know where to change it. I tried to change the time preferences, but on reboot I am back to the wrong time.

I know the data is in there somewhere and I can change if I knew where it was.

View 3 Replies View Related

OpenSUSE :: Log File Location To Try Diagnose Frozen On Feeds

Apr 13, 2010

In the last couple of days when I start Kontact it gets frozen on FEEDS. I have tried to start all of the applications within Kontact separately and they all start fine except for Akregator i.e. Feeds. I have been looking for a debug howto or a log file location to try diagnose where/what the problem is. Opensuse 11.2, KDE 4.3.5.

View 3 Replies View Related







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