Search Results

Search: Posts Made By: upvan111
1,597
Posted By upvan111
Using 2>&1
rm -f $runLog

sqlplus $CONNECT_STRING @$sql_filename $cycle_controlcsv > $runLog 2>&1

rc=$?


pls tell me what above code does ,

Thanks .
13,677
Posted By upvan111
Re:RudiC ,fpmurphy
yes, i have made .iso available as a CD/DVD drive to virtual machine.
and i have installed the right version(4.1.2) of Virtualbox Guest Additions .

how can this bug be removed??
2,224
Posted By upvan111
dpkt not working
ubuntu 12.04
2,224
Posted By upvan111
Unable to install from synaptic package manager
i am not able to install anything from package manager .
13,677
Posted By upvan111
---------- Post updated at 11:57 AM ----------...
---------- Post updated at 11:57 AM ---------- Previous update was at 11:55 AM ----------

SIR, SHOULD I DOWNLOAD GUESTADDITIONS AGAIN AND REPLACE THE EXISTING ONES WITH IT .
and change their...
13,677
Posted By upvan111
Re: verr not supported
i have checked in /usr/lib/----/virtualbox/
guestaddition.iso is present there .

---------- Post updated at 07:46 AM ---------- Previous update was at 07:45 AM ----------

i have also change...
13,677
Posted By upvan111
Error in virtualbox while instaling guest additions
Failed to open the CD/DVD image /usr/lib/virtualbox/additions/VBoxGuestAdditions.iso.

Could not get the storage format of the medium '/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso'...
1,560
Posted By upvan111
List 2nd column entry from a command
How can i retrieve 2nd column only from output of "ls - l " as my output.

pls help
2,225
Posted By upvan111
start virtual machine in Virtualbox giving username and password.
i have found a way to start vm with commanda as follows -

VBoxManage startvm <uuid>|<name>


it is installed inside oracle virtualbox.

in vmware we have a way to do this --
...
2,733
Posted By upvan111
php file unable to run shell script with arguments
echo $result=exec("./permit.sh".$_FILES["file"]["name"]);

pls suggest some other method to run shell script in php .:wall::mad:
4,007
Posted By upvan111
Check whether a Directory is empty or not
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:
1.pls tell me...
1,931
Posted By upvan111
Check whether a Directory is empty or not
1.pls tell me the command for checking whether a given directory is empty or not .
2. can i check what is the last copied item in a directory .
and i yes , i want to move that last copied item in...
Forum: Programming 04-21-2012
4,956
Posted By upvan111
curses.h not found , gtk/gtk.h not found
i have downloaded <libncurses5-dev_5.7+20101128-1_i386.deb> and <ndk++-0.0.1alpha4.tar.bz2> which contains the header files curses.h and gtk/gtk.h ..

i have also included them using ..
...
Forum: Programming 01-03-2012
1,230
Posted By upvan111
yes, but i wanna modify just the variables
in case of objects of a class or structure ,,
we pass name of class which is "reference" .

i am not able to make changes simply in 2 or more variables. :wall::confused::mad:

---------- Post...
Forum: Programming 12-28-2011
1,230
Posted By upvan111
modifying 2 or more values using method in Java
i wanna make modification in two or more identifiers,using a method in JAVA , but the only way to do this is by returning a value ,then also only one variable value can be modified .. one way 2 do do...
10,819
Posted By upvan111
Run multiple python programs sequentially.
I HAVE WRITTEN NINE PYTHON CODES TO PERFORM A TASK
........
I WISH TO RUN THEM SEQUENTIALLY.
eg. code1__code2 >>>>>>>>code9.py
TO GET DESIRED OUTPUT.
PLS HELP ME WRITTING SHELL SCRIPT ..
...
4,340
Posted By upvan111
- it simply (i=1;i<=1536;i++); ...
- it simply (i=1;i<=1536;i++);
{1..1536..n}denotes (i=1;i<=1536;i+=n);
Forum: Programming 07-07-2011
2,194
Posted By upvan111
use the result of command ls -l in linux ,, use...
use the result of command ls -l in linux ,, use its 4rth entry to sort or copy whatever u want..

Removed email, as all Q&A should take place in the forums
4,340
Posted By upvan111
Copy the latest (last file) in given folder
#!/bin/bash

for i in {1..1536..1}
do
#find /home/test/Desktop/up111/workplace/Malware/$i/logs

for a in /home/test/Desktop/up111/workplace/Malware/$i/logs/*
do
#max=a
...
1,235
Posted By upvan111
use ls -l
use ls -l
Showing results 1 to 20 of 20

 
All times are GMT -4. The time now is 11:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy