Software :: What Is Script Lacking In Order To Work?
Jul 17, 2010
the route command shows me that i dont have a gw for 192.168.8.4, it deletes the eth0 gw, but doesnt add the gw for the br0 What is that script lacking in order to work?
Is this just a standard characteristic of Linux or is there some way I can EQ all the audio? I've had nothing but problems with audio sounding like a scratched record in Linux. It would skip, crackle and break up no matter the source or volume. Found a solution that one to simply remove PulseAudio.
I'm using Altec Lansing ADA885 speakers with 8" DVC subwoofer. System response is good down to ~28Hz but it sounds like a cheap boombox. Last time I had these hooked up to a Windows (XP Pro) system, the bass was deep and full. Very audible all the way down. Now it sounds like the audio is boosted at center frequencies and overly cut on high and low end.I even tried putting in a PCI Turtle Beach Santa Cruz 5.1 card and the sound did NOT improve.
i installed the free PacketIX vpn client on my ubuntu 9.04. it created a virtual network adapter, i was able to configure and connect to the VPN service but when i add a default route to the routing table so that all internet traffic goes through the VPN, my internet connection stops working until i remove the line i added. here's my routing table before :
Code: Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.222.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 vpn_vpn 0.0.0.0 192.168.222.2 0.0.0.0 UG 0 0 0 eth0 and after i add the route: [Code].....
I'm new to this community and very new to fedora Linux. I'm learning how to use this OS and am enjoying it immensely thus far, but it's not been an easy road lately with this speaker. See, my netbook has really crappy speakers so I picked up an Insignia USB Soundbar so I could get much better sound out of it. However, it won't recognize the USB and I'm assuming this means it can't download the necessary drivers in order to work. Now I've researched this and came across this forum:[URL]...
However, being as new as I am to this, I can't make heads or tails to what this means. If anyone can offer help to what this forum might be saying or how I might be able to get the speakers to work,
I am working on a English (US) KDE installation of opensuse 11.2 with a US keyboard and I have some troubles to configure my system in order to work on some French documents using Kate, Kwrite or Eclipse.
For instance, when I save the content of this link [url] on my hard-drive and open the file in Kate, Kwrite or Eclipse, all accentuated characters are displayed as black lozenge signs with a ? inside. What should I fix in my configuration to have those characters show correctly?
A related but maybe slightly different situation is the following: In Eclipse, when I use a French keyboard layout in Eclipse (using the shortcut Ctrl + Alt + K after setup in Configure Desktop > Regional & Language), I can type and display accentuated characters correctly. However, as soon as I spell check my document (I believe Eclipse use aspell for that), all the words containing the accentuated characters that I typed are shown as being wrong. Eclipse suggests some corrections that show up with black lozenge signs with a ? inside...
i've recently installed pidgin via the Ubuntu Software Center. Unfortunnately it is lacking a "chat history" just like for example "Trillian" on Windows. Is there any IM-prog on Ubuntu which saves all conversations with any contact into files? (Just like Trillian on windows)
I'm attempting to send email with a PHP application I got from a textbook. Do I need to start an email server in order to get the application to work?Using SuSE 11.2
I have recieved CD in the past and I don't have a functional DVD burner to create my own disk. It says I cantribute to the Ubuntu community for more CDs but there isn't a way for me to get one. What should I do about this? I mean I'm on the forums but IDK how to tell shipit about my activity
I am a new Ubuntu user in Hungary, where we use reverse name orders (perhaps called the "eastern name order"). I mean Hasselhoff David instead of David Hasselhoff. Its quite a big problem for me, especially during syncing with my phone (which finally works now, after a few days of reading and searching...).Is it possible to change that in Ubuntu?
Back in the days of Archimedes I was able to move a window with the middle mouse button and it kept the z-order. Now I've jumped to Linux from a long time with Windows I'm hoping this is possible again! Its very useful when trying to see 2 windows together without changing focus. Ideally, I'd change the Alt+Winow drag behaviour to keep the z-order.
How can i set the order of controllers which Debian loads? One of my problems is that it is initializing my PCI-e controllers first and my OS drive is being named /dev/sde. Also is it possible to list which port of which controller a HDD is plugged into?
Code: :~# lspci 00:00.0 Host bridge: ATI Technologies Inc RX780/RX790 Chipset Host Bridge 00:04.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port A) 00:06.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port C) 00:0a.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port F) 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]
I am trying to write a script to set the SGE job execution order. I named each job with 'job1', 'job2' and 'job3'. I want my script to do: When 'job1' execution is complete, 'job2' is executed; when both 'job1' and 'job2' are complete, 'job3' is executed.
First, I tried this following script and it worked well:
I'm learning Haskell from an on-line tutorial, and trying to figure out how I/O works. I'm a bit confused with this example:
Code:
My expectation is for it to ask me for a line, then for it to convert the line I provide to uppercase (err... create a new line that is uppercase) and then output said line.
However, what actually happens when I run it is it firsts ask me for a line, then outputs "Next line: ", then outputs the uppercase line:
Code:
I realize that Haskell is not an imperative language, but I was (mistakenly?) under the impression that there was some kind of sequence guaranteed in the do blocks. Could someone explain why this happens, and how I can "fix" my code to get the desired behavior?
I'm running: - Linux version 2.6.34-gentoo-r12 (64-bit) - GNU bash, version 4.1.9(2)-release (x86_64-pc-linux-gnu) - Glasgow Haskell Compiler, Version 6.12.3, for Haskell 98, stage 2 booted by GHC version 6.12.3
I want to change the parameter for ThreadLimit for one file as shown below using sed. I want to ignore the commented line. But the command I am using also executing with commented line.
# ThreadLimit: maximum setting of ThreadsPerChild ThreadLimit 25
I want the desired output as
# ThreadLimit: maximum setting of ThreadsPerChild #ThreadLimit 25 ThreadLimit 50
For this I am using command.
sed '/ThreadLimit/{;h;s/^/#/p;x;s/ .*/ 50/;}' test.txt.1 > test.txt
how slow XP was on my laptop, a casual friend (who moved away and I have since lost touch with) installed Fed 11 as a dual boot with XP, Fed 11 first. It has worked great for email and some net surfing. Now the machine is going to my wife, who does not want have to go to the boot menu to get XP. How do I change the order so that XP boots first and you have to go to the menu to get Fed 11? I've tried going through the forums, but since I'm not really a computer person, there are some basics I don't know (for example "open a terminal" - how does one do that?)
I worte somewhere in time here about this, but I cant find it.. I have a problem, when starting KDE, it begins to start applications, usually the ones that were open (thanks God)... however, order is a bit screwed... It opens Skype, KTorrent, Kopete, Sound, Keyboard and finally, NetworkManager...I would like to put Network to be ran 1st.
I'm getting a new HDD today. I have SATA 500GB, and I'm getting SATA II 500gb. This is what I wanted to ask. On my first HDD, I have Windows XP and ubuntu and on the new HDD, I will install Windows 7. What I wanted to ask, are such things like jumpers on my HDD (master/slave etc.) used to select boot order? Or will I have to go into BOOT settings and choose Win7 Hdd first in the boot order etc.?
I've installed the ubuntu 9.10 in my pc. But, I want to trade the order of the boot, because my brothers use windows. I know how to do it in the version 9.04 in the directory /boot/grub trading the configuration of the file menu.lst ,but i cannot find this same file in this new version. How should I do?
Just installed Ubuntu 10.4 on a computer that normally runs XP Pro. I used a separate drive and unplugged the windows drive while installing Ubuntu (error number one right?). Ubuntu installed perfectly, plugged in windows drive, Windows boots perfectly. My only problem is that I don't have the boot list option unless I go into the BIOS and change default boot drive every time I want to switch OS.After a bit of research I configured GRUB to allow me to dual boot (Windows did not appear at first), but it boots directly into Ubuntu (fine for me, but my mother uses XP for work) instead of Windows. Unfortunately I have some sort of keyboard issue that makes the arrow keys inoperable until the machine has once booted into an OS.
I have a dual boot linux system with Mint 10 and Ubuntu 11. Currently Mint is the first OS in the boot order. How difficult is it to change that config so that Ubuntu is first (or default) and Mint second ?
Say I have a text file with10 columns. I need to reorder them based on a list of column numbers that will reorder them.
My problem is this:
If I want to cut out 5 columns (columns 1,2,3,9,10) in the order 1,10,2,9,3 then I have tried using:
Code: cut -f1,10,2,9,3 my_file.txt > reordered_file.txt But this just extracts the columns in order as if I used:
Code: cut -f1,2,3,9,10 my_file.txt > reordered_file.txt How can I cut these columns and place them into the new file in the order I specify?
While this might seem quite trivial, I will actually need to do this for a file containing ~14000 columns with ~12000 columns that I need to extract in a particular order.
I have Atheros AR8132 Ethernet 10/100 and downloaded the drivers but need to re-compile the src in order to install it. after doing step (make install) it says:-
Makefile:61: *** Linux Kernel source not found. Stop. What does this mean?
I have installed Suse Linux Enterprise Server 11 onto the box that I am using as a server. Connected to the "server" is a Windows Vista PC.Beyond installing the O/S with all the options I need - I am stuck. The Windows PC will not connect to the internet whereas the Linux server will.What do I need to setup and in what order to get the pc working on the internet?
The path that I think I need to take is to disable dhcp on the broadband router and setup the server as dhcp (how and what); setup the rules in the firewall (how and what rules?) and setup dns and dhcp (how and what?)