Software :: Can't Get Head Around The Commands Or How Multiple?

Jan 11, 2011

I'd like to convert some of my backed up ripped DVDs to an .avi with separate subtitle file. I have been looking at MEncoder but I can't get my head around the commands or how multiple .VOB files become a singular .avi file.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Dual Head Setup - Multiple Conky

Jun 14, 2010

I am trying out conky for the first time and rather enjoying it. I have a small frustration though. I have a dual head setup and would like to have identical conky's showing on both monitors. I have tried creating two .conkyrc's (.conkyrc1 & .conkyrc2) and then using:-

Code:
$ conky -c config1
$ conky -c config2
to launch them, this results in only one of the two conky's displaying. I did at first think that maybe they were on top of eachother, but one conkyrc is set bottom_left, the other bottom_right so they should not be right??

When I try to run them as above terminal shows:-
Code:
gregg@burt:~$ conky -c config1
Conky: invalid configuration file 'config1'
Conky: invalid num arg for top. Must be between 1 and 10.
Conky: invalid num arg for top. Must be between 1 and 10.
Conky: invalid num arg for top. Must be between 1 and 10.
Conky: invalid num arg for top. Must be between 1 and 10.
Conky: invalid num arg for top. Must be between 1 and 10.
Conky: invalid num arg for top. Must be between 1 and 10.
Conky: forked to background, pid is 7017 .....

#NETWORK
${font Sans:size=9:weight=bold}${color grey}NETWORK ${hr 2}$color${font Sans:size=8:weight=bold}
${color grey} DOWNLOAD UPLOAD
${downspeedgraph eth0 30,115 000000 00ff00} ${alignr}${upspeedgraph eth0 30,115 000000 ff0000}$color
Processes 8 & 9 do not appear in my conky, just blank space between 7 & 10?? Also, the swap %age displays 'No swap%'?

View 6 Replies View Related

Fedora :: Different Multiple Workspace Behavior On Dual Head Machine?

Jun 1, 2011

I'm getting used to gnome3 one thing still bugs me- why when I switch workspaces on my multiple monitor machine does only the primary monitor change to a different workspace? The secondary monitor (my laptop screen) shows all open windows I put on it plus it's not even shown in the workspace list.

View 2 Replies View Related

Applications :: Route Ssh Sessions From A Single Head Node To Multiple Slave Nodes?

Apr 7, 2010

My requirement is to route ssh sessions from a single head node to multiple slave nodes. So what i want is, for a client there is just one point of entry (master/head node) to ssh into, it evaluates the load on the slave nodes connected on to internal network and routes the ssh session, kind of a ssh load balancer. what open source solution i can apply for my problem?

View 1 Replies View Related

Networking :: Load Balancer - Ssh Sessions From A Single Head Node To Multiple Slave Nodes ?

Apr 7, 2010

My requirement is to route ssh sessions from a single head node to multiple slave nodes. So what i want is, for a client there is just one point of entry (master/head node) to ssh into, it evaluates the load on the slave nodes connected on to internal network and routes the ssh session, kind of a ssh load balancer. Do you have any idea what open source solution i can apply for my problem?

I have tried using LVS piranha, it works well for http and https load balancing but not for ssh load balancing.

View 4 Replies View Related

Ubuntu :: Multiple Commands At The Terminal?

Jan 21, 2010

I am in the process of coverting some video files to motion jpeg (Wii) files with ffmpeg (great program by the way). I have been successful and so the majority of my work is over. My question is simple (I think) but complex to me so... here it goes. Is there a way on one command line to "batch" convert 8 or 9 files together instead of one by one. I just don't know what to put on the command line. I took one UNIX class a long time ago and the terms pipe and such come to mind... but I forget. Any takers? That was I can write what I want the computer to do in the morning and just come back after work and voila...

View 6 Replies View Related

General :: How To Execute Multiple Commands When Using Find

Jan 22, 2011

I'm trying to run multiple commands on things I have found, how can I achieve this? find . -exec cmd1; cmd2 does not seem to work; it instead runs cmd2 after cmd1 has been executed on every file.

View 2 Replies View Related

Ubuntu :: Application Launcher With Multiple Commands

Jan 27, 2011

I created a application launcher (type:terminal) to replace the index.php on my apache server (/var/www/) with the index I keep updated on my desktop.

This is the exact script I'm using on the launcher:

My idea was the launcher would delete the current file at /var/www/, and then copy the file on /home/andre/Desktop.

But its not behaving properly, it is deleting both the file in my /var/www/ AND my desktop.

View 2 Replies View Related

Ubuntu :: Gnome-terminal -e <multiple Commands>

Sep 1, 2011

With xterm, I can do the following, and the scripts are executed sequentially in a single xterm: xterm -e 'script1.sh;script2.sh' But with gnome-terminal, when I do: gnome-terminal -e script1.sh;script2.sh It runs them in parallel in 2 different terminals. I've tried a few combinations of ", and ', around the scrips, but no difference.

View 2 Replies View Related

Applications :: Writing Commands To Multiple Sessions?

Jul 12, 2010

I am using putty to connect to some servers. Is there a program that let you connect to say three servers and when you write your commands to server1, server2 & 3 also gets the command? So I don't have to log in to all three servers to do the exact same thing.

View 2 Replies View Related

Debian :: Multiple Commands Displayed On A Command Line?

May 21, 2011

I am trying to get 2 things to operate on the same line, for example echo Current Version: [cat /file/ver.txt] is there a way to do this?

View 1 Replies View Related

Ubuntu :: Combine Multiple Commands In Sequence In Background?

Jul 26, 2010

I like background commands in scripts:

Code: sudo apt-get update& I also like multiple commands in scripts:
Code: sudo apt-get update && sudo apt-get upgrade

How would I combine these? Could I do it with functions?

View 9 Replies View Related

Ubuntu :: Keyboard Shortcuts: Using PIPE For Multiple Commands?

Aug 28, 2010

Searched the forums for solution & am not seeing oneWrote a simple script to find Trash folders on Lucid and delete them

Code:
#!/bin/bash
sudo find / -regex ".*Trash[-]?[0-9]+?" | while read -e line

[code]....

View 1 Replies View Related

Ubuntu :: Simultaneously Run Multiple Commands From Bash Script?

Sep 21, 2010

I'm trying to write a bash script that will simultaneously ping a host and execute a traceroute at the same time. I would like the results to output to a text file.

View 6 Replies View Related

Ubuntu :: Adding Multiple Commands To Launcher (cd & Mono)

Feb 7, 2011

so I am trying to make a launcher under application/Games menu for OpenBVE. In this launcher I need it to run 2 commands in the terminal:

Code:
cd /home/username/OpenBVE
and
Code:
mono OpenBve.exe

[Code]....

View 4 Replies View Related

General :: Running Multiple Commands Remotely Via SSH In A Script?

Dec 18, 2009

In a script I am writing I am trying to add logic so that the script can figure out if a remote server uses rpm or dpkg and then run the appropriate command to print a list of installed packages. This works locally, but I need to get it to work through SSH and I have no idea how to do that. The relevant portion of the script is below. It would also be nice to find a way to not need the full path to the executables but I'm not real concerned about that.So anyone know how to make this code work via SSH?

Code:
if [ -x /usr/bin/dpkg ]; then
dpkg --get-selections

[code]...

View 4 Replies View Related

Software :: Make A GUI Interface That Uses Multiple Programs And Commands?

Jan 11, 2010

I am curious of how to make a GUI interface that uses multiple programs and commands. I have found wxwidgets as the most likely candidate for making my own interface.Is this the best programming language for a beginner?

View 3 Replies View Related

General :: Redirect Stdout/stderr Of Multiple Commands In One Shot?

Jun 3, 2011

I have several commands in a bash script, and in the middle of the script there are several commands whose output and error streams I want to redirect to a file. I think I could simply add '>> myfile.txt' to the end of every command, but is there a way to set it before that block of commands, then reset the streams to their original state at the end of that block?

View 1 Replies View Related

Programming :: Make Delays Between Multiple Commands In An Alias (ircII)?

Sep 21, 2010

Okay so I have an alias that looks like this:

Code:
ALIAS sorigin {
MSG sorigin Test1

[code]...

View 1 Replies View Related

General :: SVN Multiple Commands Single Revision - Add New Folders (with Contents) To The Repository?

Jun 18, 2010

I want to do something like svn add dir1 dir2; svn ci dir1 dir2 but have it be only 1 revision. Is there a way to do this? Is this the correct way to add new folders (with contents) to the repository? We are restructuring the trunk, so I cleared it out and plan on putting these directories with their contents in it.

View 1 Replies View Related

Ubuntu :: Bootup Error Messages "render Ring Head Not Reset To Zero Ctl 00000000 Head 02001000 Tail 00000000 Start 02001000"

Feb 3, 2011

So everytime I resume Ubuntu from hibernation, it remains black for a time then 2 messages on the screen appear for about 10 seconds before I can log-in:

Code: [ 0.556247] [drm:init_ring_common] *ERROR* render ring head not reset to zero ctl 00000000 head 02001000 tail 00000000 start 02001000 [ 0.556320] [drm:init_ring_common] *ERROR* render ring head forced to zero ctl 00000000 head 00000000 tail 00000000 start 02001000

View 3 Replies View Related

Debian :: "xterm -e [multiple Commands]"?

Jun 28, 2011

I'm looking for a way to use "xterm -e" with multiple commands. (the -e option set the beginning program of xterm session)I have a script like this:

echo "answer? "
read answer_a
if [ $answer_a = 'y' ]

[code]...

View 7 Replies View Related

Ubuntu :: GNU Screen In Startup Screen: Multiple Commands

Aug 4, 2010

I am searching for a way to run multiple commands at boot time using the gnu screen utility.

A solution could be:

But the result would be many sessions, each one with just one child. What I need is just one session with many children, one child per command.

View 2 Replies View Related

OpenSUSE Install :: X.org Dual-head Under 11.3 With Radeon?

Jul 16, 2010

I've just performed a fresh installation of openSUSE 11.3. System specs include GA-MA790X-DS4, PhenomII X4 940 AM2+, Sapphire RadeonHD 3670, two monitors. What I'm trying to accomplish is to set up my KDE desktop to (as it did under 11.2) use a multi-desktop multi-output non-cloned setup, so that I can use my two monitors side by side and maximize windows in either one respectively, etc.

So here I am with my newly installed system. Obviously I can't use fglrx, as it doesn't yet support the 2.6.34 kernel, so amdcccle is right out. SaX2, I notice, is gone. I have tried using KDE's built-in configuration tools, but the dual-head setup doesn't persist between logins. Strangely, windows that were open on the second monitor do vanish off-screen, but the monitors return to their overlapped positions so it's useless. Monitor 2 doesn't even retain its resolution setting. As one does, I decided I'd manually edit the X configuration file. SHOCK HORROR! No xorg.conf So what I'm driving at is this: How oh how do I configure my X.org to remember that it has two, quite different, monitors under openSUSE 11.3 ? Sorry if this post is hard to follow, I got very little sleep while trying to sort out the myriad problems I caused myself in upgrading.

View 9 Replies View Related

OpenSUSE Install :: 11.2 OBS Head Kernel Source?

Sep 4, 2010

I had somewhat of a simple questioned I tried out the latest revision to the Kernel of Day for Opensuse 11.2 built against the master. kernel-default-2.6.36-rc3.10.1.i586.rpm however looking at the tree it appears Novell/Suse doesn't release the source.rpm thinking I could recompile it to support the dependencies that I'm missing. See the message below-

Kernel image: /boot/vmlinuz-2.6.36-rc3-10-default
Initrd image: /boot/initrd-2.6.36-rc3-10-default
Root device: /dev/disk/by-id/ata-MAXTOR_6L020J1_6612-part1 (/dev/sda1) (mounted on / as ext4)Resume device: /dev/disk/by-id/ata-MAXTOR_6L020J1_661-part2 (/dev/sda2)
modprobe: Module via82cxxx not found.

[Code]...

View 1 Replies View Related

Ubuntu :: Cylinder Head Count Exceeded?

Feb 6, 2010

Why is it telling me that my hard drive cylinder head count isn't supported by bios when I've been using this hard drive with this bios for over a year? I mean Linux is booting off the hard drive this is supposedly unsorted apparently and managing telling me is unsupported... so it can't be that unsupported now can it? Sounds more like linux trying to blame bios for linux's problem.

View 3 Replies View Related

Ubuntu Installation :: Can't Get Head Around Hd(0,0) And Sda1 Conversion?

Mar 16, 2010

I'm setting up my menu.lst for GRUB Legacy (downgraded from GRUB2 in 9.10) and I'm just having difficulty getting my head around converting the /dev/sda1, sda2 etc to hd(0,0), (0,1).

My partitions are as follows:

sda1 = Windows XP (ntfs primary partition)
sda2 = Windows Vista (ntfs primary partition)
sda3 = Linux boot (small ext2 primary partition)
sda4 = extended partition
sda5 = Windows XP second different installation (ntfs logical partition)
sda6 = Ubuntu 9.10 root (ext3 logical partition)
sda7 = linux-swap (swap logical partition)

As I said, I am trying to set these up in GRUB, but cannot work out what all the hd(0,x) equivalents are. I *thought* it was just a case of subtracting 1 from the sdax number, but it doesn't appear to be that way.

View 2 Replies View Related

Ubuntu :: How To Change The Head Line / Title

Apr 1, 2010

I would like to be able to change the Head Line / Title to include the working "fixed, solved" or some thing similar, in bright green ot red, maybe blue

View 2 Replies View Related

Hardware :: Card Recommendation For Triple Head?

Oct 21, 2010

I have a GeForce 8400 GS card and I run two monitors. I use Xinerama (don't recall now why but I think XrandR didn't work for me) and nvidia. I would like three monitors now and I see here[URL].... My onboard video is disabled by the mobo if I use a video card [URL]... so it seems I need a new video card.

Should I get another GeForce 8400 GS for $40 from Amazon? I suppose the only other idea would be to get a 3-head card but those seem a lot more expensive.

View 4 Replies View Related

Hardware :: Dual Head Graphics Cards

Jun 14, 2011

I'm building another desktop. This is not a gaming system (though some video does cross my path), it's primary focus is as an application development platform. The thing is based on a SuperMicro two CPU motherboard with a couple intel multi-cores, 16GB RAM, a hardware RAID, and CentOS 5.6 (64bit). To this mix I would like to add a solid dual-head graphics card. Something that will support a couple HP LP2465 monitors (not new but functioning well). Speed of rendering is not my biggest concern, stability and "real estate" (the monitors are 1920x1200 and I want all of it).

I've looked a little at the Matrox items and started researching nVidia, but would like to hear opinions from those "in the know".The motherboard, though a solid performer, may have just made this trip unnecessary. It has a quirk that I hadn't considered before. It has several PCI-X slots (64-bit @ 133MHz) but only one "PCI-Express 1 (x8) on a (x16) slot". Does that seem a little strange to anyone else? Not that there is just one PCI-E but that it will fit a x16 board but will only support x8 connections...

View 14 Replies View Related







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