General :: Where To Submit New Or Modified Distros

Aug 7, 2010

I was just curious to know where you submit a new or modified distro after making one. Not that I did--I'm not a programmer. But is there a particular place you submit a distro to, or do you just find some website to host it?

View 2 Replies


ADVERTISEMENT

General :: Changed My Browser To Epiphany And Then To Opera But All Failed - Could Not Submit My Reply

Jul 24, 2009

This problem one day popped out of nowhere in my ubuntu 9.04 firefox browser that I could not submit my reply on any forums. So I changed my browser to epiphany and then to opera but all failed then I installed arora and it worked. I don't know what is the problem with other browsers I just cannot submit a reply on any forums.

View 8 Replies View Related

General :: How To Copy Only Modified Files

Sep 2, 2010

Possible Duplicate: Linux equivalent to robocopy? I have two websites - one is basically a development version and the other is a production version of the same site. So I'd like to be able to merge the changes made to the development site based on the modified date of the files. Is this possible with the 'cp' command?

View 2 Replies View Related

General :: Search Files Modified In A Specific Day?

Dec 2, 2010

How can I search files modified in a specific day?

View 2 Replies View Related

General :: Upload Only Modified Files To FTP Server

May 23, 2011

I want to upload files from my computer to an FTP site and I don't want to upload files that are already on the server. So I need a tool that finds out which local files that are different from the ones on the server, or that don't exists on the server.

Some requirements:

I'm using a cheap provider that does not support rsync or ssh, so I can only use FTP. I generate the files before uploading them, so comparing timestamps is meaningless. I've tried lftp with the mirror command. It's slow (I think it uploads all the files). I upload the files from different computers, so I can't use sitecopy, which uses a local database to keep track of which files are on the server. I'd like to be able to upload all changed files with one command. Preferably no GUI application. And it needs to run in Ubuntu.

I was thinking about creating a tool similar to sitecopy, but which stores checksums of all the files on the FTP server on the server itself. But then I thought that there may already be such a tool.

View 1 Replies View Related

General :: Copy Only Files The Have Been Modified Today?

Jan 22, 2011

How can I make copy only files the have been modified today

as far as get

Code:
find myworkingfolder -ctime 0|xargs -i cp {}-ap bakupfolder

Is it ctime or mtime? and how i add this command to crontab?.

View 2 Replies View Related

General :: Display The Last 10 Modified Files Of A Folder?

Jul 23, 2010

I need to know the last 10 modified files in a folder.

View 8 Replies View Related

General :: Smbclient Check File Modified Before 'get'

Oct 28, 2010

I checked the smbclient man but could not find any switch to us in combination with 'get' to check if the file has been modified before download.

View 1 Replies View Related

General :: Find And Sort Results By Date Modified

Jun 7, 2011

so I was wondering how I could do a simple find which would order the results by most recently modified. Here is the current fine I am using. (I am doing a shell escape in php, so that is the reasoning for the variables. find '$dir' -name '$str'* -print | head -10

How could I have this order the search by most recently modified. (Note I do not want it to sort 'after' the search, but rather find the results based on what was most recently modified)

View 4 Replies View Related

General :: Find The Directory With Latest Modified Content?

Sep 29, 2010

how to find the latest modified directory. I know that the command 'ls -rtl' gives the latest modified file/directory at the end. But my specific requirement is: If I create two directories named dir1, dir2 in the same order. so now my latest modified directory is "dir2". Now inside each directories, I created a file. Now in the last, I modify the file in "dir1". So overall, the content of dir1 got modified recently. If I use the command 'ls -rtl', this will still show dir2 as latest, as it is created recently. But I want the directory in which any internal content at any sub-hierarchy modified recently. so with what linux command I'll get this latest modified directory (dir1)?

View 3 Replies View Related

General :: Canon IP1600 Printer-system Not Modified?

Oct 19, 2010

I recently bought a used Canon IP1600 Inkjet Printer. It did not come with the cd-rom to install and set up this printer. I downloaded the driver. And i recieved a message saying my system is not modified.

View 1 Replies View Related

General :: Find All Files Modified In Date Range

Apr 30, 2010

I need to know all files modified within a date and time range.E.g: All modified files between 20 April 2010, 1100-1200 Hrs."find / -mtime +10 ! -mtime +11" :: this i found for date but how to include time as well.

View 2 Replies View Related

General :: Xorg.conf Modified And Monitor Not Recognised

Nov 5, 2009

I had some problems because I changed my display resolution. Finally I changed the /etc/x11/xorg.conf file to:

Now the monitor is not recognised any more.

[url]

I have fedora.

View 2 Replies View Related

Programming :: Submit Job To Queue?

May 15, 2011

Is there a more convenient way or function call to submit a job to a queue than the following in Linux?

Code:
#include <stdlib.h>
...
system( "at -f /var/myproj/task_starter.sh now" );
...

View 2 Replies View Related

General :: Script To Display Modified Date&time Of Files?

May 31, 2010

I am using the following script to creates list of accessed files.I like to add modified date and time of accessed files in the output.

For this what needs to be added in the below script??

#!/bin/bash
#
# creates list of accessed files
#
set $(date)
find /hdc160GB/programmers/projects -cmin -1440 > /hdc160GB/programmers/data/fileschanged/alert_$6-$2-$3.txt

View 7 Replies View Related

General :: Modified The .rhosts - The Server Is No Longer To Accept Rcp File

Jan 12, 2011

I have a Redhat server that it is allowed rcp file from remote server, it is strange that after I modified the .rhosts, the server is no longer to accept rcp file , even I use other user to rcp files , the error is still "Permission denied", can advise what is wrong ? what daemon that I can try to restart ?

View 5 Replies View Related

General :: Write Shell Script To Check The Modified Date Of A File ?

Jun 17, 2011

I have two linux servers, they are backup together.

1. Server 1 have 3 files with name: file1, file2, file3 in the path: /etc/sysconfig/network-script/.

2. Server 2 have 3 files with name and path are the same as server 1.

- How to make a script to copy 3 files at server1 to overwrite on server2. But before overwrite, this script will check and compare the last modified date of these 3 files(on server1 and server2). if the modified date of file1, file2 or file3 on server1 is newer than 3 files on server2 then overwrite process will do, if not, will do nothing.

- see my script as below: it works find now but just overwrite. not check last modified date.

View 1 Replies View Related

General :: Script To Execute A Command Based On The Last Modified Time Of A Folder

Oct 19, 2010

I need a script that executes a command based on a folder's last modified time.

if "/var/data" was modified in less than an hour then "/usr/local/etc/searchd stop" should be run

can we use "find -mmin +60 -type d" in conjunction with second command

View 1 Replies View Related

Ubuntu :: How To Submit Test Script Results

Dec 29, 2010

found this page:I have a t1005m, which has a touch screen. How do I submit a test report?

View 2 Replies View Related

Programming :: Form To Submit Csv File To Handle?

Jul 25, 2010

I'm new to php and need some pointers to worth while documentation 'cause I'm getting nowhere I want to make a simple html form that allows me to submit a csv file so that I can work on it.The problem seems to be that if the file is not in the root of the (web) application it won't work.The form doesn't seem to send the path with it so I am unable to (1) know where the file is, I just get the name of the file and (2) I couldn't access the file anyway as it's outside of the apache environment.Is there a way to up the file to memory? How would you do this

View 3 Replies View Related

Ubuntu Multimedia :: Submit Or Edit Freedb CD Info?

Jan 18, 2011

I have searched the web and these forums and have come up empty-handed. There must be a way... even and easy way... to submit or edit freedb information for a CD. Grip supposedly had the ability but 1) it seems to be no longer maintained and 2) it seems it requires sendmail to be installed. I've read that submissions can be made by email, but 1) I've found no information on how to do this (ie structure and content of email) and 2) that's a lame way to have to do this.

This shouldn't be difficult (much less impossible). What am I missing?

View 3 Replies View Related

Programming :: Click 'submit' In A Remote Web Form From Bash?

May 26, 2011

I have created a simple web form which pokes a PHP script:

<form name="update" action="http://www.mysite.com/script.php" method="POST">
<input name="submit" type="submit" value="submit">
</form>

I can easily surf along to the URL [URL] and click the submit button which pokes script.php and everyone's happy. Automating this in iMacros or Selenium - no problem.

I want to automate this in a bash cron on the same server - preferably as a one-liner.

I *thought* something like this might work:

Code:
wget --spider --post-data="submit=submit" http://www.mysite.com/wget.html

or

Code:
curl -d "submit=submit" http://www.mysite.com/wget.html

and many variations thereof but no luck.

Is there ANY way I can click the submit button from a Bash command line? Curl, wget, lynx - one of these simply MUST be capable of this.

I do not want to run script.php from the command line - there are loads of relative links etc.

View 14 Replies View Related

Ubuntu :: Turn Off The Re-submit Password Box After Time Away From Computer (Lucid)

Jun 6, 2010

I do not need this facility, frequently need to leave the computer, and can find no place to control this having to re-submit password when I return.

View 3 Replies View Related

Slackware :: Submit An Enhancement Request - Envar PATH When Run By Udev

Apr 7, 2010

The value of envar PATH for processes run by the udev system is "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:.". If peer review (that's you!) agrees it is a poor choice how can I submit an enhancement request? The man pages do not say anything about bug reporting. Here are reasons why it is a bizarre choice:There is no /gnu/bin directory on as-installed Slackware. /usr/local/bin is empty (or very nearly empty?) on as-installed Slackware. Processes running under udev run as root; having "." in PATH is not good practice when running as root. Processes running under udev are likely to be doing "system" work so executables from the sbin directories are likely to be used. For example, udevadm itself is /sbin/udevadm. Presumably this PATH is set by udevd itself; it is not the PATH in effect when udevd is started by rc.M. AFAIK udevd's PATH is not configurable. The workaround is for processes initiated by udev to set a sane PATH for themselves, perhaps "/usr/sbin:/sbin:/usr/bin:/bin". EDIT: seen on Slackware 13.0 32 bit. EDIT2: rc.udev is run from rc.S, not rc.M as stated above

View 7 Replies View Related

General :: Error Unknown Tag: Copyright: Modified CNRI Open Source License While Installing Rpm In Python

Apr 9, 2010

while installing ... Installing python2.4-2.4-1pydotorg.src.rpm

warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
error: Legacy syntax is unsupported: copyright

error: line 55: Unknown tag: Copyright: Modified CNRI Open Source License

View 3 Replies View Related

Server :: Ssh - Compose The Line Locally And Then Submit The Command (for Slow Connections)?

Dec 29, 2010

The problem with ssh is that it's a live connection; rubbish over a slow or packet loss full connection like satelite. Surely there's got to be something out there that allows you to compose the command you want and then submit it in one go with the return key?

View 3 Replies View Related

General :: Share /var And /usr Among Different Distros?

Feb 9, 2010

I currently have one very big partition in my laptop that runs Ubuntu. I have to install Fedora for work and I'd also like to try out OpenSUSE, so I'll have to repartition. Since I don't want to duplicate data, I will move /home to a different partition and mount it from all three. I'd like to know, can I also do this with /var and /usr? If so, would that mean that every program I install will be available from all three?

View 2 Replies View Related

General :: Find Other Distros Which Act The Same Way?

Dec 31, 2010

according to [URL]..age-management Slackware build packages using the original source code, making only negliable changes to it.

I was trying to find other distros which act the same way. Does anybody know some?

View 9 Replies View Related

General :: How To Install 2 Distros

Feb 22, 2011

i have linux mint 10 installed on my system and i want to install fedora 14 too .since fedora 14 comes with grub legacy and not grub 2 so,if i install fedora 14 would the grub 2 that comes with Linux mint be over-written by grub leagacy if yes,then how do i install fedora 14 withoust losing grub 2

View 2 Replies View Related

General :: Commands In The Different Distros?

May 12, 2010

i am still a linux newbie. i'm trying to study the features of the different LINUX distros through installing ubuntu,debian,redhat,centos and fedora as Virtual Machines in VirtualBox.As i've figured out, they look different somehow, they have diffirent managers ,i.e. for downloading or updating their components. BUT MY QUESTION: are these distros internally compatible ?

Do any commands exist in one distro but not in the others? ARE ALL Distros compatible on the CLI-basis ?

View 5 Replies View Related







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