Search Results

Search: Posts Made By: bbala
10,468
Posted By bbala
I didnt understand from man ldd. It just lists...
I didnt understand from man ldd. It just lists the shared libraries of a particular executable. I want the whole path it searches for the shared library so that I can prepend that path with my path.
10,468
Posted By bbala
library path in linux
Is there something which is an alternative to the variable LD_LIBRARY_PATH?
The behaviour of this variable is that the path specified here will be checked before checking usual paths. But I want to...
Forum: Linux 09-24-2010
1,534
Posted By bbala
Oracle Linux?
Is Oracle Linux completely open source ? I'm not able to find from the oracle site.
Forum: Ubuntu 08-26-2010
3,135
Posted By bbala
Im listening from rythmbox. Any idea where it...
Im listening from rythmbox. Any idea where it caches music or anyother way to find url or the cache?
Forum: Ubuntu 08-25-2010
3,135
Posted By bbala
save audio thats being played.
I want to save a song which is being played from internet.
I cant find where it gets cached. Im also not sure if the whole sing will remain in the cache while the song finishes.
There must be a...
2,198
Posted By bbala
Hard links for directories.
Hard links for directories are not permitted by default. But in some flavor of Unix, super user can create hard links for directories by some other way? Is that true? Is it possible in latest version...
Forum: Linux 07-15-2010
2,135
Posted By bbala
Choosing the best distro.
Hi all
Help me find the best distro for the following configurations:
Intel pentium IV 1.6 Ghz
128 MB RAM :(
40 GB Hardisk with one very big partition more than 35 gb n another 2 gb...
Forum: Filesystems, Disks and Memory 05-23-2010
3,408
Posted By bbala
mounting
I generally use mount many times to mount an iso image or as a bind between directories or mounting a squash file system. Y does one require root permission to do a mount --bind between two of his...
24,368
Posted By bbala
user "$var" instead of '$var' this might help i...
user "$var" instead of '$var' this might help i think..
5,231
Posted By bbala
probably you might have tried cut -d. -f1...
probably you might have tried
cut -d. -f1 abc.txt
what you need to do is
echo abc.txt | cut -d. -f1
8,941
Posted By bbala
there is an command called rename or sometimes...
there is an command called rename or sometimes rename.ul in ubuntu.
if its not available, try installing.
say u have files file1.jpg file2.jpg file3.jpg thumbs.db in a folder, you can rename using...
3,392
Posted By bbala
what does | in grep do??
I thought this will act like an or.. but got confused with an example down.


user@host:~> echo "a b c d" | grep -E 'd | a'
user@host:~> echo "a b c d" | grep -E 'd | d'
a b c d
user@host:~>
1,797
Posted By bbala
Say I'm viewing a flash video on a website and on...
Say I'm viewing a flash video on a website and on the process, the content will be downloaded to /tmp. I want to save it from there than finding seperate pluggin or addon to download from the site...
1,797
Posted By bbala
ya.. obviously the speed of flash drive will be...
ya.. obviously the speed of flash drive will be faster. So is there any tool to achieve this? Or any tips to do this?
similarly I want to copy a file being downloaded to /tmp to my home folder(its...
1,797
Posted By bbala
Special copy across filesystems during download
A large file is being downloaded in my harddisk. I want to copy it in my pen drive. Can i do that simultaneously without waiting for the download to complete?
11,837
Posted By bbala
What xargs does is convert the output as...
What xargs does is convert the output as arguments for the next command.
redirection > makes the stdout of a command to be saved in a file.
piping | makes the stdout of a command to be the stdin...
38,326
Posted By bbala
The command you are searching for is probably...
The command you are searching for is probably 'sar' this is usually not pre installed.. In opensuse it comes with the package sysstat.. google fot it to find and use..
42,094
Posted By bbala
This one works perfectly i think grep -o...
This one works perfectly i think
grep -o '"http://.*"' input_file
can anyone give a failing case?
2,876
Posted By bbala
thanks.. I've postfix installed now.. i found the...
thanks.. I've postfix installed now.. i found the way to add individual aliases.
like i added admin@mydomain.org admin@myotherdomain.org etc..

but is there a way to specify this for any address?...
5,907
Posted By bbala
gedit is really cool.. it isnt that tough to...
gedit is really cool.. it isnt that tough to write a make file.. its better to write your own make file.. gedit pluggins like snippets, external tools, class browser etc.. makes it great for...
2,876
Posted By bbala
email forwarding
I 've a domain and a server say mydomain.org
I need to forward all the mails i receive over here ie.
admin@mydomain.org , hello@mydomain.org , anything@mydomin.org etc.,
to another address which...
Forum: Cybersecurity 09-02-2008
3,385
Posted By bbala
when `ForwardingX11 yes ` is set all users are...
when `ForwardingX11 yes ` is set all users are able to ssh with x term i.e they can use display or GUI..
Is there any way to restrict to few users alone..
i.e only some special users can use ssh...
10,558
Posted By bbala
there's a tool called expect that will automate...
there's a tool called expect that will automate such scripts.
2,492
Posted By bbala
I too wanted to a similar task. I've a tif file...
I too wanted to a similar task.
I've a tif file with many pages and i want to edit the image and then convert to pdf. but in whatever image editor i open it i find only the 1st page of the tif file....
7,476
Posted By bbala
listing directories alone
ls lists all files and sub directories in the current directory
but how to list only the sub directories and not the files?
Showing results 1 to 25 of 25

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