General :: Output The Mirror Image Of This Text?
Mar 3, 2011I copied and pasted this from someones signature.d/__How did they write that horizontally mirrored 'd' at the end? How do I do that in Linux?
View 5 RepliesI copied and pasted this from someones signature.d/__How did they write that horizontally mirrored 'd' at the end? How do I do that in Linux?
View 5 RepliesAt the Get Slackware page at the Slackware website it gives a list of addresses which when I click one of the addresses it redirects to another page with a list of mirror images. Which address and which mirror image do I need to work with Kubuntu 11.04 on my netbook so I can create a USB startup disk? With my connection speed these mirror image downloads take about an hour and a half and I cannot just be guessing which mirror image to download.
View 8 Replies View RelatedCan I download a Linux iso image from a Windows mirror? I don't see any problems, but my IT guy tells me that it just can't happen because a Linux download server uses a different protocol. But, I could be wrong...
View 7 Replies View RelatedIn the end, with much gnashing of my teeth, I just started over and created a new 4gb flash. And, as one helper told me, it was truly easier a second go around. Not quick, mind you, but easier Now that I've got my flash somewhat stable, I'd like to know how to make a mirror image 'clone' of this flash to another, just like it. Between my Broadcom drivers, nVidea drivers, updates and flash/java, I've gotten pretty protective of this little flash drive! I've head 'dd' will do it, but, as a newb, is their an application or tool that might make the job easier.
View 2 Replies View RelatedI have a Canon iR3570/iR4570 PXL, and installed the driver CQue 1.0 TCP/IP Queue from Canon webpage.
The problem:
- if i try to print an OpenOffice or LibreOffice Calc with an image and text, the image is not printed (the space is blank).
- if i try to print an OpenOffice or LibreOffice Calc with just an image, it's printed great.
- if i try to print an OpenOffice or LibreOffice Impress, the images are not printed but the text is printed great.
[Code]..
I was just wondering why my Dual-core Processor shows basically a mirror image where CPU core loads cross. On something like a file transfer, shouldn't they both be at the same level?
View 1 Replies View RelatedI'm using an Intel chipset GMA4500 and Ubuntu 10.04 Gnome. The monitor configuration tool does not seem to have an option to make the secondary screen a mirror image of the primary screen. It works fine when I connect my TV using HDMI as a second screen, but I want it to be a mirror of the primary, because some apps like Skype will only go "full screen" on the primary display.
View 2 Replies View RelatedI am trying to find sed command combination to print out the "start command" line, the id line and all lines between "details" and "stop command" only if "error" exists. Here's the original output (test.txt):
start command
id 1
kajsdlfjsalj
[code]...
I have two different ways to print to my HPOfficejet Pro 8500. They look like two different printers to the software.
When I attempt to print a PDF file one of these prints a mirror image; the other cuts approximately 1/2 inch from the top of the page.
OpenOffice.org files appear to print without problems.
I have openSUSE 11.2 and HPLIP 3.9.8
Is there a way to color particular words printed on console based on user preference? For example I need to color text 'error' when a particular program is compiled.
View 2 Replies View Relatedit compares two files using md5... if they are same , a corresponding character is output to a text file .. but the problem is it gets appended by default.. is there any way to output in a normal way because the text is a message and it should be of proper format
here is my script
Code:
#!/bin/bash
g=`tail -1 new.txt|head -n 1`
array=( a b c d e f g h i j k l m n o p q r s t u v w x y z )
for((i=1 ; i <$g+1 ; i++))
[code]....
the message is supposed to be hello , i need to get rid of the endlines somehow..
How to output to a text file the compound command:
Code:
find -type f -print0 | xargs -0 grep -l "desired text"
I have not been able to find the answer.
[code]...
I'm having a slight dilemma on reading data from a text file and outputting it into a table then displaying it. Basically I'm writing a shell script that takes information from text files then outputs the data into a table with 4 headings.he extracting of the data is fine, but creating a table i'm having problems with. I think it is possible to do it using the awk function, but so far i'm having a lot of difficulties.
View 14 Replies View RelatedI've created a script to test network speeds but I've run in to a little problem. The command outputs this:
Code:
Client connecting to 192.168.111.230, UDP port 5001
Sending 1470 byte datagrams
[code]...
Am having issues getting the output from a script to be logged in a file. I need the script to output both the stderr and stdout to the same text file.
At present I have the following script:
Code:
#!/bin/bash
echo TR3_1 > printers.txt
snmpget -v 1 -c public 10.168.**.* SNMPv2-SMI::mib-2.43.10.2.1.4.1.1 &>> printers.txt
[Code].....
I need some help in determining how to have a color splash image display in place of the Linux scrolling-text during the boot-up process on an embedded Linux device. The kernel used is a stripped-down version of Linux (kernel 2.6.29), which has been custom configured. I am using syslinux as the bootloader. I was told that Plymouth might be the way to go with this, but I'm not sure.
View 7 Replies View RelatedI want to write expdp output in a text file using a shell script
If i write like below:
It will write whatever is there in log file to text file
But, sometimes export fails with out start taking export (without generating log file) because of job already exists error. such times, we dont know about that error until we check manually... so i wrote like below:
But still it is not writing anything in to text file using above stmt...
im trying to output a list of running processes via a shell script. At the moment i got this which outputs the processes to a text file called out.
echo $(ps aux) >>out
The problem is though, the processes are all just one big block of text which makes it hard to read. Does anyone know how to sort the output to a text file so that it prints to the text file at 1 process per line? I know its probably simple but im very new to linux.
How to get output of text file containing account number, debit amount, credit amount,date using shell script?
View 1 Replies View RelatedI want an image viewer to show the images in a directory in a random order. For that, I made the following script:
cd /home/DIRECTORY
ls > files
sort -R files
cat files | gpicview
Everything looks fine, but gpicview doesn't open the images! I also tried it with pqiv but instead of just opening the images, it opens a dialog asking me which of the files I want to open.
I was wondering if it is possible to append some text to the output of ls. Like say, if i wanted to create symbolic links for all the files under a folder in my hard disk to a folder on my desktop, I could say (Pretty sure this won't work, but I am looking forward to something like this) echo ln -s | ls . This should append ln -s to all the files of ls.
View 2 Replies View RelatedI'd like to write a script that invokes a gnome-terminal session which slowly reads out text like the phosphor screensaver (could be anything, a log file, ascii art, song lyrics, whatev) and then closes. I can invoke a terminal using [gnome-terminal -e 'cat /var/log/dmesg'] but the output flies pass by too quickly.any way to slow it down? I know it seems like an odd request but if anyone has a suggestion I'd love to hear it.
View 3 Replies View Relatedhas no MTA (Postfix, Sendmail, Exim) installed so it can't email me the results of any cron job I schedule. I would then like to have the results from Cron be dumped into a small text file so I can read it later to view any issues.Right now my job is as follows:Code:01 18 * * * /usr/bin/shellscript.shAbove you see my script I want to run every day @ 6:01 pm. My question is what would the cron line look like if I wanted the results dumped into a random text file somewhere on my system?
View 1 Replies View RelatedI would like to generate a 2d barcode (data matrix) image from some text or text file. Is there a utilyty out there for this?
View 5 Replies View RelatedI'm trying to make buttons for a webpage - each button has a "graphic" part - say an oval with a drop shadow, and text on top of that, such as "About Us", "Contact Us" etc. I'd like the text to line up horizontally against one another, so that if the buttons are placed next to one another in a straight line across the page, the texts line up with one another. How do I do this in GIMP?Common sense suggests that the "Align" tool should be what I should be using, but how do I use it?
View 1 Replies View RelatedI'm doing a project on an embedded board, and would like to put the version number, compilation date etc. onto the splash screen and a few other places. The splash screen is a .bmp image. Any way to do this from a script? Are there any command-line tools that let you do this?
View 2 Replies View RelatedHow can I record text to speech output from festival to an audio file like mp3 or ogg?
My guess would be to pipe it to a command line recorder
I'm having a slight dilemma on reading data from a text file and outputting it into a table then displaying it. Basically I'm writing a shell script that takes information from text files then outputs the data into a table with 4 headings. The extracting of the data is fine, but creating a table i'm having problems with. My code extracts the data outputs the string to another file which works fineThe text file looks like this
mr smith 1 purchase oct 2007
mrs smith 2 purchase nov 2006
i want it to look like this
[code]....
I am looking for a prgramme that output the lyrics when I give it an mp3...
Code:
fetchlyrics mymp3.mp3
based on its data inside of mp3
For some reason under Ubuntu 9.10 (x86 and x64), MetaPost refuses to render any images that contain text. If you open the file for Image.1, it opens evince and it hangs indefinitely. I can create images perfectly fine and render this as long as there is no text. Am I missing any specific font packages or something that I should be using? I know that it works under Windows. I also know that on a different machine I had a while back (running Ubuntu 8.04, I believe), I had it working then.
View 1 Replies View Related