General :: Tutorial To Format In Vi Editor?
Sep 20, 2010I need a tutorial on how to do formatting in the vi editor. I looked in google, but couldn't find much. Formatting as in bold, font, font size, center text, etc.
View 8 RepliesI need a tutorial on how to do formatting in the vi editor. I looked in google, but couldn't find much. Formatting as in bold, font, font size, center text, etc.
View 8 RepliesHow default editor can be changed in redhat linux to different editor.
View 4 Replies View RelatedSo I tried adding a new, 2nd hard drive to my Ubuntu 9.04 desktop for some additional storage and only managed to kill my system so that it won't boot up anymore (I just get a blinking cursor after the BIOS does its thing).I could sure use a little help getting back to a functioning system, and then adding the second drive. I tried following the instructions from this link to add the 2nd drive:
(So the forum rules won't let me post the link, neato. Here it is with spaces added):
h t t p s : / / h e l p . u b u n t u . c o m / c o m m u n i t y / I n s t a l l i n g A N e w H a r d D r i v e
[code]....
I am uploading the links of 8 modules of Redhat basic video tutorial in both English and Tamil which I created to all of you because I came to know that you are equally interested in FOSS like I do. YOU ARE FREE TO DISTRIBUTE THIS VIDEO TO ANY ONE WITHOUT GETTING ANY MONEY FROM THEM.
[Code]...
just wondering is there a simple script to convert datetime to UTC format. I have been searching different forums but most answers are for converting UTC to datetime. For example what is a simple command/script to convert todays datetime to UTC format i.e. '2009-10-09 11:47:59'.
View 10 Replies View RelatedI have recently loaded Linux Mint on an old IBM Laptop and am very happy with the GUI; however, I would like to learn how to use the Linux shell/terminal. I don't know any of the commands. Is there a good online source for this information--a tutorial or list?
View 2 Replies View RelatedI need some assistance in trying to format a USB hard drive to vfat format but can't seem to do so. I am currently using RHEL 5.3. I have tried the following commands and they all come back as "command not found"
mke2fs vfat /dev/sc1
fdisk vfat /dev/sdc1
mkfs.vfat /dev/sdc1
What am I doing incorrectly?? Can someone please point me in the right direction??
the time format i have used is %m:%d:%Y:%H:%M:%S eg- 06:21:10:13:29:18 and i want to convert it to 2010-06-21 13:29:18..
View 4 Replies View RelatedOn windows I really only used Notepad++ as my text editor, it had two features that I loved.What I need to accomplish is what I would do with Notepad++ column editor.I could have like 100 lines, and place the cursor at a column, and goto edit>column editor, and I could insert an incrementing number. (I could also pad the incrementing number with 0s, this was GREAT for making batch files among other things.)So each line at that column had a number higher than the previous line.The other feature that I used sometimes was a search/replace with regex patterns.Does anyone know of an editor that has those features for linux? I am mostly after the column editor insert feature but if you know of one with both features that would rock.
View 1 Replies View RelatedCan someone recommend a good c++ tutorial? I'm not a n00b but i'd prefer something that is directed toward people who have absolutely no experience with coding. code...
View 1 Replies View RelatedI already figured out the basics of gtk2-perl, but i can't find a good tutorial for things like lists, scrolling viewports, drag n' drop, etc.
I guess any programming language is OK because it shouldn't be hard to translate it into Perl.
Any recommendations on what Perl tutorial to use?
View 1 Replies View RelatedI installed KDE and tried to find some help/tutorial but I got following message. "There is no documentation available for /kdevelop/index.html."
View 1 Replies View RelatedDoes anyone knows about some good c++ tutorial ? I don't wanna something for absolute beginners,I need something for advanced topics, tips...Something you liked and helped you a lot I prefer Internet tutorials/e-books but "real" book should be good too.
View 5 Replies View RelatedAny good tutorial for libusb APIs..
View 3 Replies View Relatedany tutorial which helps in boosting system speed by recompiling the kernel
View 9 Replies View RelatedDoes anyone know from experience a good gdb tutorial, so I can learn to use it from the command line.
View 2 Replies View Relatedthere is a safe tutorial to migrate from 13.1 to 13.37, or is just follow the "Tricks" from the Current folder?
View 11 Replies View RelatedI am really trying to find a cli/console text editor that can open/edit RTF text files? I know they them for Dindows, but what about Linux?
View 1 Replies View RelatedI tried to use abiword and when I pasted it, all the html and css code was gone. Is this for continutiy between posts or is it for security; the web page does not want individuals to be able to hack the site
View 9 Replies View RelatedI am using Red Hat Linux.To configure any configuration file i use vi editor.I can use vi and vim both to perform my tasks.The point which is confusing me that which is batter. Is vi is the enhance form of vim ? what are the main difference between them?
View 1 Replies View Relatedi installed redhat5.1 enterprised edition on vmware, and not able to open files using vim editor.
View 14 Replies View RelatedCan you direct me to a tutorial for installing adobe flash?
View 5 Replies View RelatedI am looking for guides and tutorials on stetting up Ubuntu as a home server. Not so much web server oriented, but more for video/music streaming, torrent download, backups, VPN, remote desktop, etc.
View 3 Replies View RelatedI've spent some time trying to get my 3G card connection shared over WIFI and despite the number of sites out there I had a lot of problems putting it all together. So I wrote a small guide about it, but due to several issues (time/bandwidth) I can't retest it from scratch.I was wondering if someone could take a look at it and make suggestions or corrections.The idea is to take your 3G data card and turn your WIFI into an access point so you can connect other devices to it for internet access.
View 6 Replies View RelatedFor compatibility reasons, a developer do not always need the newest software version that just poped up on the market.
In my case, right now, the WebDriver Test our Selenium Test framework doesn't work on Firefox5 that i automatically got thanks the Ubuntu Update manager. I had to search few hours on Internet and finally ask a more experimented college which told me about this solution:
first of all, uninstall firefox5:
Code:
sudo aptitude purge firefox
then, you can list the available software versions : sudo apt-cache policy <software_name>
Code:
msauvette@msauvette:~$ sudo apt-cache policy firefox
firefox:
Installed: (none)
Candidate: 4.0+nobinonly-0ubuntu3
[code]....
I just want to know the basics first.
View 3 Replies View RelatedI have written a program that I would like to cross compile for x86 and x86_64 architectures. I have tried google and the search function here to no success, most information I find is too specific (instructions for a specific program), or dealing with cross compiling for windows on linux.Does anyone know of a tutorial dealing with straight making a 32 bit binary on a 64 bit processor (both are intel)?
View 2 Replies View RelatedI'm looking for javascript tutorials or books that meets the following criteria:
1. Very thorough: Starts with the most fundamental concepts and progresses logically from basic to advanced concepts, without skipping over important ideas for the sake of expediency.
2. Lots of small practice exercises that parallel the concepts and syntax being learned.
I've looked at a lot of tutorials, but they all tend to be lacking in one of these areas or the other.
I've been playing around a bit with Xlib programming, and I'm just wondering if anyone knows of a good tutorial involving XContext's? Even if someone could explain the concept to me a bit.
View 1 Replies View Related