Software :: How To Handle Files More Than 2G
Feb 8, 2010i have files more than 2G on my pc. some programs like wireshake can't habdle them. is there any chance to configure my OS to handle these files.i am using Ubuntu 9.10.
View 1 Repliesi have files more than 2G on my pc. some programs like wireshake can't habdle them. is there any chance to configure my OS to handle these files.i am using Ubuntu 9.10.
View 1 RepliesWhere to get a plugin to handle *.zip files
View 2 Replies View RelatedI'm wondering if there is any application being able to handle compressed SWF files. If I try it with mencoder (mplayer), it tells me:[swf @ 0x91a0a30]Compressed SWF format not supported No way in Fedora Core 11?
View 3 Replies View Related*I'm using Ubuntu 10.10
My issue is I can't handle the files with spaces in their name, I've donde the below script to print each file found inside folder and subbfolders with "find".
I would like to "ls" to each file found with its complete path and with its basename too.
Code:
files=$(find . -type f)
for each in "$files"
do
ls -l "$each" # 1rst option I've tried to list with full path
ls -l "$(/bin/echo "$each")" # 2nd option I've tried to list with full path
ls -l "$(/bin/echo $(basename "$each"))" # 1nd option I've tried to list with it basename
[Code].....
How can I list "ls -l" in both cases (with full path and with basename) when there are files with spaces in their name?
I have made two source files named as sum.c and average.cI have included sum.c in average.c
both files in Documents directory.when i compile average.ot followingerror"average.c:4:22: fatal error: sum.c: No such file or directorycompilation terminated.How to solve this issue?I have tried to copy sum.c to usrinclude folder but unable to copy
being a btech student we have an asignment on call centre management.i have the source code and know how to do it in windows,but i prefer to do it in linux tats in debian5.can you tell me how to handle sql database in debian5?also after debian installation i cant login as a root but can acess root terminal from home.how can i solve this?is it because of wrong partitioning during installation?
View 7 Replies View RelatedThere is not a lot of info on that command, I didn't find a manpage nor a info and not more than examples on the web. Is there any tutorial or info on internet?
View 2 Replies View RelatedI've been trying to understand issues that occur during a uClinux distribution build (so I can include such issues in a module I'm writing for students). My process has been to work through errors that occur due to missing packages, then remove the distribution and build it again to uncover what happens.One thing I notice is different sets of warnings within each iteration of making a new build. From the document here (URl...it states, "A typical warning involves a variable being used before its value has been set."
So my question: is there a way to verify that the issue throwing the warning has been resolved by the end of the make build?And, is running make build again an option or could this cause problems within the build directories or image?
Sometimes the variables will be 0 and sometimes not, and of course the output may also be 0%...What is the best method to handle division by zero errors in awk.
View 2 Replies View RelatedI am playing GNUchess and my cpu can't handle it. I read on the web that GNUchess always uses 100% of cpu.
I wonder if there is a solution to this, like setting the cpu freq lower or something. Please help.
I own a Intel(R) Pentium(R) Dual CPU T2370 @ 1.73GHz
Is/are there a tutorial(s) for KDE 4 maybe written for OpenSuse? I'd especially like to get a better handle on having different activities on different desktops. I've seen one for PCLinuxOS that refers to something called ZUI and zoom in & out but am having trouble relating.
View 3 Replies View RelatedI'm trying to set up a virtual web server using virtual pc and a net-tuts how to. So I went ahead and downloaded Ubuntu 9.10 Server Edition, but it only comes in 64-bit, and vpc doesn't handle 64-bit. How I can get around this? I have a machine that I could set up as a server, but that is also only 32-bit.
View 6 Replies View RelatedI was running Ubuntu fine with 2 monitors, I added another video card and a 3rd monitor, and now it only shows up on one. All 3 work fine when I boot to Windows 7.
Can Ubuntu do all 3 or not?
I have seen there are some tricks to handle transparents switches using Nagios. Does anybody know if it is possible to handle unmanaged switches connected in daisy chain?In my network I have some devices connected in this way [switch]--[dev_1]--[dev_2]--[dev_3]
where "switch" is a managed switch" and dev_i is a device with an unmanaged switch inside (no snmp available). All the devices have an IP address. Is it possible to get the network topology with Nagios?
I am trying to use telnet from linux to connect to the port specified by me and trying to handle control C. But once Ctrl C is pressed the output on the client side stops showing. The server sends data but client doesnt print the same.
View 2 Replies View RelatedWe have setup a High Available Cluster on two RHEL 5.4 machines with Redhat Cluster Suite (RHCS) having following configuration.
1. Both machines have Mysql server, Apache web server and Zabbix server.
2. Mysql database and web pages reside in SAN.
3. Active machine holds virtual IP and mounted shared disk.
4. We have also included a script in RHCS which takes care of starting Mysql, Apache and zabbix server on the machine which turns active when cluster switches over.
The above configuration holds good if Active machine goes down as a result of hardware failure or Reboot. What if, If any one service say Apache/Mysql/zabbix running on active hangs or become unresponsive.How can we handle this scenario ? Please advice.
On a small Linux appliance using Busybox to provide the usual suspects, I'd like to create an alias "ll" that would translate to "ls -al" like I'm used to. Apparently, "alias" is not part of Busybox:
Code:
> echo $SHELL
/bin/sh
> ls -al /sbin/sh*
lrwxrwxrwx 1 1000 1000
7 Jan 1 2007 /sbin/sh -> busybox
> alias ll='ls -al'
alias: not found
I'm searching for a Linuxprogram which can decode QR-Code. For Windows there is "bctester", but for Linux I only found a Python-module.
QR-Code is kind of a barcode in two dimensions.
I would like to make program that reads a *.TXT file and searches for last line and constatly refreshing the search. So last line would look something like this:Mike Had A 100.0 Pound Shark.So there are multplie category of "fish"(Shark, Dolphin, etc.) and each of them have allowed weight (ie. minimum 70.0 Pound Shark, 50.0 Pound Dolphin). If in the found sentence Shark or Dolphin doesn't meet requierments than program named False.exe should be started. I dont know how to make it my self so any help is much appreciated. My knowledge on programming is very low but I'm opend for learning.
View 1 Replies View RelatedI just changed the desktop on my thinkpad from awesome to i3. And now I have some very strange issues with the screen resolution. Because at home I use this x60 thinkpad on a dockingstation and a 19" display. As long as I used Awesome as my Desktop, the display manager as well as the desktop itself could handle the different screen resolution depending on if I'm out with just my 12" on my thinkpad or with the much bigger screen on my home 19" display.
I can understand that i3 maybe cannot handle this alone and I need xrandx to enforce the screen resolution. But why is the display manager (lightdm) also affected by this change? What is so different that even the DM cannot find the proper screen resolution?
Title says it all. Is there any way I can make usbmount mount CDs and DVDs when inserted into the drive? Or was it only designed for flash devices and hard drives? Specifying UDF and ISO9660 as mountable filesystems did not work, FWIW.Also, if usbmount can't do this, is there a way to do it using udev rules? Without requiring configuration for a specific user?(I would really rather avoid dealing with HAL/udisks, the reliance on Consolekit is making everything a complete mess.)To be a bit clearer... Is there any way of implementing something like FreeBSD's automounter on Linux, without involving Consolekit and its spectacular brokenness?
View 5 Replies View Relatedall of the following are made through live usb creator. when i tried with F11 i686 live kde, I got the following error: Bug: unable to handle kernel when i tried with F11 x86_64 live kde then at the time of installation my screen got blurred.
View 4 Replies View RelatedI pre-upgraded a working F14 system which was reading MPEG4 xvid (xvidcore rpm). Since the upgrade gstreamer refuses to handle that stream: ** Message: don't know how to handle video/x-xvid.It seems the codec is not registered with gstreamer.
View 1 Replies View RelatedSooner or later you may experience a Gnome shell lock up. After two weeks of daily use I experienced my first one today: the cursor turned to a hand, and no amount of clicking and pressing Esc would have any effect; Windows key didn't bring Activities in focus either. If you experience these or similar symptoms you can restart the gnome-shell in order to unlock the Gnome session:
1) pass to a console (press Ctrl+Alt+F2)
2) log in
3) execute: ps -ef | grep gnome-shell in order to find the gnome-shell process id (PID); the output may look something like
[Code]...
Pressing Ctrl+ALt+F1 (or, if that doesn't work -- Ctrl+ALt+F7) should take you back to the Gnome session. You should see the restarted gnome-shell. (You can now return to the console, log out from the console, and return to the Gnome session).
I currently have a home network setup so that my main machine shares it's external hard-drive via NFS. This has been working perfectly for months, however I just got a new laptop, installed openSuse 11.3 x64 and set everything up. Now there is two folders on the external network mount that won't let me do anything and always just return Networking: Stale NFS File Handle. The system still works fine under my old openSUSE 11.2 x86 laptop. I have tried unmounting the drive from the laptop, restarting the NFS client, and restarting the NFS server on the main machine. None of these have made a difference.
It is only these two folders that are effected. Everything else works just fine.
I recently installed another harddrive into my Arch Linux computer. The first time I booted up all worked fine. The next time I restarted my computer though I was greeted with a /dev/sda2 not found error.
See, basically sometimes my boot harddrive is sda and sometimes it's sdb. It appears to be completely random and I don't see any options for making it non-random in the BIOS. How do I fix this?
I noticed in an update i did today that a number of things from the 'distribution updates' category were marked as 'new install'. Included in them were things like alien, Postfix, and RPM. the RPM especially confuses me. Is Ubuntu moving to being able to handle both package types? As far as I can tell these were from the official updates. not some third party repository I've added.
View 7 Replies View RelatedI am trying to view a share I have on a windows computer but nautilus claims it can't handle that. I tried it in dolphin and found the file but when I tried to open it gedit claims it cannot handle smb locations either!
View 8 Replies View Relatedhow do I get compose keys to work the same in qt, x apps like xterm, and gtk apps ? -- seems like a simple enough question right? it's not.I followed the instructions here: eKey and that worked, sort of. but I notice some differences. gnome and gtk apps get a different set of compose keys than qt and apps like xedit, xterm, etc. After finding that first wiki page and going through it I foundwhat appears to happen is that, however xim actually returns compose keys to gnome, gnome behaves as if:
1. it first reads the /usr/share/X11/locale/compose.dir and finds the compose file for you locale.
2. it loads those compose key definitions.
3. it loads and overwrites previous definitions with ~/.XCompose definitions, but
[code]....
i would like to know how many connections per sec/min/hour, xampp can handle. I'm going to run SMF forum on my box, because i'm not ready yet with real server solution. System stats are: G31M-S2C; 2x2GB Kingston@920Mhz; E5200@3500Mhz; 500GB@7200 Seagate, all powered by Lucid x64. In a time i will migrate to a quad, mobo with raid support, etc. but at that point i'm want to know how much connections can xampp handle. Because of the forum nature, i think of auto deleting topics witn no new replys in 5 days for saving place (there will be minimum 1 and maybe max 5 photos per thread, maximum size 2Mb for each).
View 4 Replies View Related