213 Posted Topics
| |
Re: hello mate dont know if your still having the problems but if you are a looks like a hardware fault or failure. This could be because of one of two things, either the device is dying (broken) or the correct drivers arent installed. You need to ensure that you install … | |
Hi guys, Will keep this short and sweet. Trying to do integer devision to *decimial places but i dont think the version of ksh installed on solaris 10 supports this as they would need to be declared as floats. Is this correct? If there isnt a way of doing it … | |
Re: Hi, You have some spaces which may be causing you some problems. One here: [code] #! /bin/bash [/code] should be [code] #!/bin/bash [/code] and also [code] open "/Volumes/ _Issues/$year/$month $monthname/$hotfolder/" [/code] might need to be??[code] open "/Volumes/_Issues/$year/$month $monthname/$hotfolder/" [/code] | |
Re: Are you sure that it isnt working it will run the script but pull any output back to the server you are working on. Put a large sleep in the script then log on to the server that your running the script on remotely to check whether it is exeucting … | |
Re: sounds like homework to me!! You had a go at it at all. You should try man sed. | |
Re: I would look at awk and grep and wc. Awk will print out columns of a file so try. [code] cat filename | awk '{print $1}'[/code] You can change $1 to any number to print out the different columns. You can use grep to find dates or times within a … | |
Hi guys, I have vm ware running a solaris 10 machine the host is a vista machine. I have a shared drive on the vista machine and would like to try and mount it in the solaris virtual machine. I have added both to the same private network on vistas … | |
Re: Ot create a file and pipe something into it whatever you like you can use the redirect to a file [code] echo "hello" > /tmp/temp.txt [/code] This will open a new file or overwrite an existing file in the same location and then put the text hello into /tmp/temp.txt. If … | |
Re: a simple if statment will work this isnt the syntax but just a clue! if data > one && data < two then do something else do something else fi You should note these forums arent for using us to do your homework if you show some effort we will … | |
Hi guys, i have a ksh script that gets some info on processes and puts it into a temp file: [code] /usr/ucb/ps -auxxx|awk '{print $3," "$4," "$2," "$1," "$11}'|grep -v 0.0|sed 1d > $TMP [/code] It gets the following data [code] 0.8 6.2158230724046144 9918 oracle 0.3 6.2158200964043168 15298 oracle 0.2 … | |
Re: Hi John, What do you mean your question doesnt make much sense! | |
Hi guys, I need a command on solaris 10 to show how much cpu is bein used in % terms but more specific than sar i need it down to 0.0% if that makes sense. Basically im tryin to find out how much cpu is being used say 25.5% and … | |
Re: you could put a flag in a file in /tmp that the script could check for to make sure the last script completed before starting the next one! | |
Can someone tell me why this routine doesnt print out read/write statistics for the first device but does for the other two. I cant seem to work it out. Oh its a ksh script runnin on a solaris 10 box. [code] find_disks() { NETWORKDRIVE=/tmp HOST=`/usr/bin/hostname` integer k=1 integer i=`iostat -en … | |
Re: you could use $1 $2 $3 etc so test.sh -a file1 file2 -c file3 file4 $1=-a $2=file1 $3=-c etc etc each argument would go into the next $(number) but you would have to have some pretty complex testing to look for flags or files getop() wld be better | |
Hi guys, I am creating a monitoring program. I need to create a windows service to send a ping request to a list of servers from a sqp server database then store the results back into a sql server database. Need some help gettin started can i run the windows … | |
HI guys, I need to create a windows service that runs a constant ping request to a list of servers and puts the data back into a text file for each server. It will read in from a text file with ip addresses in. It will also need to do … | |
Re: hi i would back up your important data then try a system restore to a time before you installed the update to itunes though im pretty sure it has nothing to do with it. Also check windows has the latest updates installed let us know how you get on! | |
Hi guys, Setting up a computer for people i work with and wish to tie down the standard user accounts but seem to be having problems. Set up is as follows: vista business 3 users Jeff administrator Bar standard user Kitchen standard user Now i wish to disable standard users … | |
Re: the link that binoj_daniel gave you is the best thing to look at. It will tell you all the steps needed to dual boot. | |
Hi guys, Im running debian (lenny) and have just installed my wireless network card and want to configure it using the lovely gui network manager in gnome but it seems to have disapeared from my menu. I have checked that it isnt deselected in menu options but it isnt there … | |
HI guys, I have a linux debian machine and windows vista machine. Now the debian machine is called chris-pc and vista is called chris-laptop. I have shared a drive on chris-pc using nfs and the drive is visable to other linux machines. But when i try and mount the drive … | |
Re: Hey if its a new comp reformat could be a problem with windows registery or it could be infected with a virus or spyware if that is not an option then use ewido to do a scan see if you have any spyware if not there have been a few … | |
Re: eclispe-computers.com and novatech are two of the best!! maplins is to expensive for what it is but does have access to some kit that no others do!! | |
Re: use supergrub its good at fixing boot problems and it is vista compatiable even though it doesnt say it is or just insert your vista dvd go past the language selection then click repair see if that works. | |
Anyone know of a good shell script beautifier that works in either unix or windows or a way of properly indenting/tidying up code??? | |
Re: mv /dir1/* /dir2 | |
Re: use vlc media player it much better. But if you do want to use windows stuff then download gspot codec dector it will tell you if you have the right codecs installed to play the different files you want and if not where to download them from. Or just download … | |
Re: your right dannol usb devices do need to be enabled in bios otherwise your computer will keep trying to communicate with the device to identify it and as it is only a mouse it will never reply so just look through all your menus there will be an option somewhere … | |
Hi guys, I don’t know if you have heard you prob have of the new wake of vulnerability with fire wire. It where a hacker can gain access to the memory in your comp and use it to recover passwords to decrypt data or gain access to machines. I know … | |
hi there, Im looking for a decent fan controller and cant find one for the life of me. What it needs to do/be: [LIST] [*]Black [*]Digital [*]Control up to 6 fans [*]Have four temperature sensors [*]Run on auto mode to keep pc at a certian temp [*]Have the ability to … | |
hi guys, another quick one am using debian (lenny) and it comes with version 3.0.3 of azureus however this doesnt work correctly, however if i download the latest versio 3.0.5 from the web it works fine! Problem is its a script and not a .deb so wont install and is … | |
Hi, Im trying to install the driver for my wireless, have updated the firmware and now need to install the driver. However I get make error: makefile not found at '/lib/modules/2.6.22-3-686/source' does this mean i need to install my kernel source?? i have my kernel headers installed but can't work … | |
Re: It could be that something has enabled itself at start up that is slowing down your computer, if you hadn't shut it down for a while this may be why the problem is only occouring now. To try and fix this go to the start menu then run and type … | |
Re: I use dual sli with two 7600gts (high spec ones) and the results are very impressive I would strongly recmmoned it i have never done tripple sli but however have seen a quad sli up and running. With 8800gtx cards you will have a very impressive rig but remeber the … | |
Re: have you tried a system restore to a date before this problem occoured?? or you could remove internet explorer 7 and then reinstall it! but try a system restore first! | |
| |
Re: hi, who manufactures the screen and also what o/s is it for? | |
Re: no your both wrong its fairies that live inside the key fob and provide a magical power!! only jokin it will be a battery and some recharge themselves using the cars power when the key is in the ignition meaning they can last for ages!!! | |
Re: the simplest solution is to set it to clone rather than extended (as somone alreadt mentioned) however not all graphics cards will support this mode check with the manufacture on thier website! hope this helps. | |
Re: what do you mean do you mean using a unix shell script to execute oracle commands or to extract from oracle databases or to modify oracle databases?? | |
Re: lol every1 loves wobbly windows and i know this is prob a very silly question but do u hve the correct driver installed for ur graphics card? | |
Re: ah so it trys to open grub but it doesnt even get that far right?? Error 15 means that grub is looking for a file and can't find it. Since you don't even get the menu, its probably in the splashimage line in grub.conf Download a program called supergrub and … | |
Re: surely this thread should be closed and deleted its obvious that cyberdyne just wants to cause harm. | |
Hi guys, prob a really easy one im tryin to install java on debian and it keeps on failing. The output from the trying to make a .deb package and uname -r is below. any ideas anyone. [code] uname -r gives: Linux debianlaptop 2.6.18-6-686 #1 SMP Sun Feb 10 22:11:31 … | |
hi guys, I have just installed debian 2.6.18-6-amd64 and am trying to install the graphics card i have a 7600 gt and have downloaded the package from nvidia i reboot into single user mode so that gdm isnt started and then run the package. It tells me that the driver … | |
Re: yer its normally becuase people who build thier own pcs build them to a high spec with high spec components and so they need to be cooled correctly to run smoothly whereas manufacutres normally use the cheapest parts to try and produce maximium performance and rarely care about fast grpahics … |
The End.