Slackware :: Requesting Length Of 13.1Install DVD ISO
Oct 3, 2010
I want to checksum a Slackware 13.1 64-bit DVD before installing but do not have slackware64-13.1-install-dvd.iso. What is the output of stat --format=%s slackware64-13.1-install-dvd.iso?
I am trying to convince the "higher ups" in a small office of about 15 users about migrating from windows to Slackware, one question I have is how long after a release are security updates available? I subscribe to the security mailing list and often see updates that go as far back as Slackware 8.0. What would the safe number be? 5 years, 10 years? Longer? Any input would help me with my cause of eliminating windows all together.
I have seemed to work out all bugs in pulseaudio except 1. When pulseaudio wakes up it stutters for a few seconds and then plays fine. I ran pulseaudio -vvv in the terminal and found that it was an underrun and got this message.
Code:
protocol-native.c: Requesting rewind due to end of underrun.
I'm trying to do the normal setup of sharing some dir's on my linux machine using samba, to allow a windows laptop to access them.
I've managed to get the printer shared and this is allowing to send print jobs, which come out beautifully! however the actual file shares still aren't accessible
Depending on my settings, if I have security = user then when I access from the windows machine I get a username and password box - I dont want this functionality, I want the system to access right away as it would between two windows shares.
If i change security = share then it simply lists the shares, but tells me they are all inaccessible.
I've googled and searched here, tried various different things but I just can't see why/where its asking me for the username/password combo.
I use a commercial finite element code to produce animated GIF files of my calculation results. In case you are interested, the code is COMSOL Multiphysics 4.0a, running on Fedora 13 x86_64. Note that the FEA code only has the option of saving movies as animated GIF files in Linux.
These GIF files tend to be quite large, and although they are adequate for my own use on my local computer system, I wish to convert these files into other standard formats of more manageable size. These smaller files would then be easier to distribute to others or to include in presentations and reports.
I would like to ask for recommendations for either GUI-based video player/conversion applications or command line codes that could, for example, convert from animated GIF files to MPEG files. I would prefer an application that allows for multiple input/output format choices as well as conversion options for changing the playback speed, splicing out a portion of the original animation, etc.
On startup, I get two notifications that an application is requesting access to my default keyring. the problem is that I have no idea which applications are doing this. Is there any way to see what's making the request?
Today I noticed my sdl modem flashing away when I had no internet access programs active as far as I was aware. I did a 'ps ax' to see what was running. I saw nothing that warranted internet access. I didn't recognize the gvfsd-computer process and tried finding documentation about it on my system. I began to feel uncomfortable when I couldn't find anything showing what it was. Finally, I killed the process and the internet access immediately stopped. Research on the net showed that gvfsd-computer is a file browser. I find this very disturbing. Why was a file browser accessing my disk drive (the light was flashing) and why was it accessing the internet without my requesting such an action?
I am working on a system that uses Red Hat Client 5.3. Files keep being created all over the system. They are all named nul and are zero length. We use a common login and thy are owned by this login account. I have grep'd the entire system looking for some code that would be writing these files but nothing has come up.
How to get the length of received UDP packet? Using wireshark I could see the correct length of datagram. How can I print this value in my simple udp server program? I am receiving binary data (Non printable ascii characters as a data) So I can not use strlen(buf) which throws incorrect length.
Code: if (ret=recvfrom(s, buf, BUFLEN, 0, (struct sockaddr *)&si_other, &slen)!=-1){ error = ioctl(s, FIONREAD, &value); printf(" from ioctl UDP packet length is : %d error is : %d ", value, error); code....
I would like to know how can I find array length in C .I have array of structure and I want to sent it to different functions and I want to have it's length (number of elements) each time I want to use it and I don't like to use any additional variable to pass the function for each of arrays that I pass to function. How can I do that?
Does anyone know how to increase the mousewheel scroll length? Take for example, Google Chrome, in a Windows operating system one tick in the mouse scroll wheel moves the page 10 lines, while in Linux one tick only moves the page 4-5 lines which can be quite annoying when scrolling through large webpages, does anyone know how to change the scroll length? I'm using Fedora 14 x86_64
At last i finish my script to find the status of the URL , in this code i used all the status codes, because of this it take too much of length. with the help of wiki only i find all the status codes.code...
I combined two mp3 files into one using VLC and the whole thing plays but it still shows as being only the length of the first song. So, the mp3 actually plays for 6:12, but it shows as being 3:37.
I want a line or lines to check for variable length in my script. I just want to check if a variable the user inputted is 4 characters long, and if it isn't to return a false or exit status of 0.
I need a little insight, and I�m not sure if the two can relate, but I am trying to find out the following. When generating WEP Keys the available bits are: 64/128/152/256; however, you need 5/13/16/29 character respectfully for each key if you generate the key manually.Can this formula be applied to passwords and the length of the password? For example: if my password had 29 characters, could I say that my password is 256-bits?
Is it possible to prevent the panel from expanding to where the -ox buttons appear on a full sized window. I use the panel hide pref with the panel not fully extended to the width of the scree. If the panel gets too big then it drops down each time I click to close the window. I would like to limit the overall length of a panel. Is it possible?
Multiple dirs full of mp3s All strictly encoded with exactly the same parameters (CBR 128kbps, Joint-Stereo, etc) Is it possible to determine the total playing time (to within ~98% accuracy) by some formula based on the total file size? I say ~98% accurate since ID3 tags do consume a small amount of space.
I have a question about the prompt. it is very easy to tune it for it to be colored and display path where you are etc. But my problem is that when the path is too long I would prefer the code line to be on the folowing line...
Ex 11:00 me@host a/short/path > ls -ltr ./stuff 11:00 me@host a/very/very/very/long/path > ls -ltr ./stuff
and to be honnest as I am very new in LINUX I don't know how to do this...
I have a text file with 2 columns. Column A has 69,000 rows. Column B has 49,000 rows. Column A has our complete product list Column B has product list from Manufacturer 1 There are only certain/some rows which are common between 2 columns. and also, column B is not a subset of column A. Column A has extra entries and so does column B. I need to know, which rows from Column B, are common with Column A which rows from Column B are not common with Column A. Essentially I want to know from this list, how many of our products are from my manufacturer 1, how many does my manufacturer has which we dont carry.
How would I acheive this? My natural approach to solving this kind of obstacle is to reach for MS excel and use its lookup function, but its not working... Its taking forever and hanging up. since the file is so huge and probably my excel skills are really bad.
How can I do this from command line? I am looking for awk command if possible instead of sed since I am trying to pick up its syntax and usage etc. My thought process is, sort column A,B, for every row in A, lookup and output based on condition. Dont know if I am on the right track.
i've got a file with sorted words - one on each line.How could it be possible to delete thouse lines that have words of length 1 or 2 (1-2 letters). I guess a good way it will be with AWK, n its fuction length(), but getting it, i dont know how to delete those very lines.
At last i finish my script to find the status of the URL , in this code i used all the status codes, because of this it take too much of length. with the help of wiki only i find all the status codes.Quote:and my question is do we need all the status codes necessary in this script..and is there any other way to reduce the code using any conditonal statements..code...