General :: Fedora14 Want To Mount Joliet Cd Escape Seq 25,2f,40
May 3, 2011
i have a cd that shows you an empty directory unless you mount it for the joliet extensions - specifically 25 2f 40. It uses wide characters with the high half null.
View 3 Replies
ADVERTISEMENT
Mar 7, 2011
I'm new to linux runing fedora 14 want to play mp3 and mpeg4 video formats is there an all in one player?
View 1 Replies
View Related
Feb 7, 2011
I have to use squid proxy server on fedora14 to develop the application/ software based on the Proxy sever analysing and count number of user and downloaded file size... .My main problems are, I'm not able to configure the access.log file in "Common Logfile Format" and how to develop the application
View 1 Replies
View Related
Jul 23, 2011
how to disable Pendrive access in my Fedora 14KDE. while allowing usb mouse and keyboard.(se linux and firewall to be off) or how to set usb mounting permission only to root?
View 4 Replies
View Related
Apr 14, 2011
I'm trying to install Xampp on my virtual Fedora 14 desktop. When I open the terminal, sign in as administrator, and yum install Xampp I repeatedly get the message, "Child returned status 2, setting up Install Process, no package Xampp available" I get the same message after I download from a different mirror.
View 2 Replies
View Related
Apr 27, 2011
I got a CD with a book - doc files.When I look at it with nautilus or with wine notepad it tells me that the CD is empty. capacity 49.4 MB. It does show the name of the CD BOOK2XTRAS - so at least the name field in the first sector is where it is supposed to be.When I boot to my 2nd drive - an old win98 sys - it sees all the files on the CD. Same CD drive in each case. I go to another fedora computer I have and it does n.ot see the contents either.
View 5 Replies
View Related
Jan 5, 2011
When ever i am giving the command service nfs restart in fedora14 iam getting the following:
And when typing the command service portmap restart in fedora 14 i am getting the following:
When i tried this in redhat and centos it was working in my class room but when i am trying it in real time it is not working so what does it mean and how to resolve the issue.
View 2 Replies
View Related
Aug 12, 2010
sometimes there are one, sometime there are two exchanges in this log file. the 100= is the stock exchange- if there are two, they are seperated by a comma. i understand how to escape a comma in a regex, but I am having trouble with combining it.
35=8 39=1 38=1000 32=13 14=754 31=1.11 44=1.1 100=AMEX,ISE
35=8 39=1 38=1000 32=151 14=205 31=1.1 44=1.1 100=AMEX
35=U 39=2 38=1000 32=45 14=184 31=1.1 44=1.1 100=AMEX,ISE
[code]...
View 11 Replies
View Related
Sep 17, 2010
I need to occasionally touch a file with the current timestamp as the filename. I would do so this way:
touch `date "+%Y-%m-%d_%H-%M"`.txt
However, I'd like to define an alias for this. When I try adding to the bashrc this:
alias td="touch `date "+%Y-%m-%d_%H-%M"`.txt"
the result is that the filename is the same during the entire session, since the `date ..` gets calculated just once during login...
How can I get the command to expand only when I call the alias? Or must I use a function for this?
View 1 Replies
View Related
Jan 17, 2011
Usually when I need to replace some lines in a file, the first tool that comes to mind is sed -i:
sed -i 's|tool:.*|tool: some-tool|'
However, it's inconvenient when there are . characters in the replacement string:
sed -i 's|host:.*|host: 127.0.0.1|' Is there a better tool for this case?
View 1 Replies
View Related
Oct 20, 2009
Need little advice running this command.
watch -d 'ps aux | awk '{print $4" "$11}' | sort | uniq -c | awk '{print $2" "$1" "$3}' | sort -nr | head'
I get this error message from AWK. awk: cmd. line:1:
{print awk: cmd. line:1: ^ unexpected newline or end of string
I have tried all the usual by trying to escape the single and double quotes in the command but same result. The end result should be the a listing of memory hungry processes that are scanned every 2 seconds (watch default value).
View 2 Replies
View Related
Aug 8, 2010
Is there a way to print a transcript generated using script that is coloured using ansi escape sequences while preserving the colours?
I am on OS X 10.6, but any tool that works on OS X or on Linux that can print or create a pdf file will be extremely helpful.
View 1 Replies
View Related
Jan 22, 2010
Is it possible to remove the ESC sequences in GNU Screen's output file? Things such as colours, tabs and other escape characters make their way into the log files and become difficult to decipher.
I've tried Dr. Google & Co. as well as reading the manual, but haven't been able to find anything suitable.Perhaps I've overlooked something?
View 3 Replies
View Related
Feb 25, 2011
Fedora 14
When I started I took the defaults and ended up with Evolution.
I have never managed to get it set up to send. It and godaddy are on diffferent planets.
Having used Thunderbird in the past, I downloaded it and it automagically set itself up to send and receive.
So now I use Thunderbird - BUT - when I click on a link in an html page - the mailto macro sends me to something other than THunderbird - perhaps Evolution - and nothing gets sent.
So how do I tell the system that when i click a mailto in firefox I want Thunderbird?
PS I think I found it. In firefox - edit - preferences - applications tab - mmailto - it said Evolution. I changed it so say /usr/bin/thunderbird - will now test it.
YES - Seems that asking a question triggers my brain on how to resolve it. Sorry to waste your time.
View 1 Replies
View Related
Feb 6, 2011
I wish to replace a new line with br (html) but it doesn't seem to work
Code:
message=$(echo ${FORM_message} | tr '
' '<br />' )
what it gives me seems to be ... b...? I am also having problem escaping hash sign in cut command:
Code:
list=$(echo "$line" | cut -d'#;#' -f1) ;
my intention is to split the line with "#;#"
View 5 Replies
View Related
Oct 29, 2010
I would like to replace gvim with vim in the terminal. One of the nice things about gvim is that it is able to display text using italics.
Vim allows setting an ANSI escape code for italics (e[3m), but this does not work in gnome-terminal. Is there a terminal emulator that supports the ANSI escape code for italics?
View 1 Replies
View Related
May 2, 2011
I am trying to use sed command to repalce one string with other but somehow replacement string contains forwards slash hence getting the error statement garbled!
[Code]...
View 4 Replies
View Related
Mar 6, 2010
Is there tool or a regexp that can convert shell escape characters to HTML code?
As an example, here is a logfile from GNU screen:
Which I would like to convert to something like this:
And send as HTML e-mail to an e-mail address, to archive my work.
Here is a related question, which shows how to convert it to regular text, but it would be nice to convert to HTML and not just throw the escape characters away.
View 1 Replies
View Related
Mar 3, 2011
I am running 3 guest machines in KVM and also I have bridged the host machine so that I would be able to get the network access on the guest machines and I am getting it also, but the problem is that I am not able to ssh one guest machine from another guest machine moreover I am able to ssh the host machine from any of the guest machine.
View 1 Replies
View Related
Apr 6, 2011
I have recently installed Fedora 14 on my system, which was earlier a single OS system i.e it was only having WinXP. After installing Fedora 14, i am not able to see WinXP option in my boot menu.Do i need to make an entry for WinXP in grub.conf file?
View 10 Replies
View Related
Feb 23, 2011
where would i find the sha1/md5sum hashes for fedora14?
View 1 Replies
View Related
Feb 26, 2011
I take an image from installed fedora14 with systemimager. Then I installed a copy of it on another system. After successful installation, Machine was rebooted and then I couldn't log in to system.
I tried log into system with in it 1 and that was done, then I created another user, but after running init 3 in commandline, it didn't log into the system again.
View 2 Replies
View Related
Mar 20, 2010
Ok, so I find myself ripping audio CDs frequently, which I then lame to mp3's to put on my media player. I usually define the --ta and --tl (artist and album) ID3 tags and batch encode each album, but don't bother with the track tags as I'd have to do each one seperately.
So, I'm working on a script to do all this for me, extracting info from 'pwd' etc. to fill in the blanks for --ta, --tl and --tt (track name). All is working well, except that I can't get sed to pass on the "" character to lame to escape spaces.
Here's what I've got so far: (trouble spot is bolded - no need to pay attention to the rest of it)
Code:
All this does is pass a 'space' on to lame, which it takes as an invalid argument.
View 10 Replies
View Related
Aug 28, 2011
While modifying the definition of my PS1, I saw that "[" and "]" markers should be added to help bash to compute the right display lenght. Many exemples on the web do not use them or even mention them.I searched for a solution to add them automatically, like with sed, but I didn't find any example.Are they still needed and is there a recommandation not to use sed to define PS1?
View 1 Replies
View Related
Dec 30, 2009
Is there any way to disable the escape sequence in screen, so the user can't escape and run commands? we have a program that runs under user "shop". We want to wrap it in a screen session, and use .screenrc to set it multiuser and allow the "dev" user to connect to it. Then, if the "shop" user loses his connection, the session will stay running, and then the "dev" user can attach to the session and end it. We want the "shop" user to be unable to enter any "screen" commands.
View 2 Replies
View Related
Feb 5, 2010
I have a username like jim@hisdomain.com .
Unfortunately, i have a software that needs a url like ftp://user@host.
I try ftp://jim@hisdomain.com@thehost but it fails and is the same if i try ftp shell command ftp jim@hisdomain.com@thehost .
The ftp command thinks the host is just after the first "@", and try to connect to hisdomain.com@thehost
Is there any escape character fort the at character?
View 4 Replies
View Related
Sep 22, 2010
I have modified /etc/issue with the following:
Code:
Today is d @
So when logging in locally you get todays date and time. I want this for SSH users as well
[code]....
View 1 Replies
View Related
Apr 25, 2011
I'm trying to parse some redfin pages and it seems like I'm having a problem with the # symbol.Running the following:echo 'http://www.redfin.com/homes-for-sale#!search_location=issaquah,wa&max_price=275000 ' > /tmp/issaquah_main.txtwget --level=1 -convert-links --page-requisites -o issaquah/main -i /tmp/issaquah_main.txt
View 3 Replies
View Related
Nov 11, 2010
My goal is to send escape characters from Linux to make scanner's LED blink. I've started with a simple "beep" command:
echo -e "�7"
and it worked. We are using WaveLink emulator and the escape sequences for the LED are
echo -e "�33%150;200;5L"
Linux returns me this: 150;200;5L
So, it doesn't work. What am I doing wrong for the LED sequences?
View 1 Replies
View Related
Nov 16, 2010
I need to send the following command to a device via the com port:
<esc>&PR1<CR>
How can I do that using the echo > /dev/ttys0 or minicom ?
In particular, I don't know how to translate the "escape" and "carriage return" keys
View 5 Replies
View Related