LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback
User Name
Password
LQ Suggestions & Feedback Do you have a suggestion for this site or an idea that will make the site better? This forum is for you.
PLEASE READ THIS FORUM - Information and status updates will also be posted here.

Notices


Reply
  Search this Thread
Old 03-16-2009, 08:53 AM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
How-to write articles and tutorials for LQ?


PHP Code:
LinuxQuestions.org is looking for people 
interested in writing Editorials
ArticlesReviews, and more
If 
you'd like to contribute content, let us know. 
OK-I would like to try writing for LQ. I have already clicked the link and sent the request a couple of times over the last few weeks. I have gotten no response.
Can anyone help me with this or what is the procedure?
 
Old 03-16-2009, 12:11 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
What exactly are you looking to write? Anyone is free to add content to the Wiki, HCL, Tutorials, or Articles. Are you looking to submit something that doesn't fit into those categories?
 
Old 03-16-2009, 04:17 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
There is a really good reason that you haven't been answered. I have been snowed under with offline stuff. Hopefully things will settle down soon and I can get back to it and start clearing down my inbox. Apologies for keeping you and other potential contributors hanging on. Unfortunately, this is the downside of having a human being at the other end of the line.

Apologies again, please be patient and I will respond.
 
Old 03-17-2009, 06:59 AM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
I understand-I was not trying to be rude or complaining. I am right now starting on writing some stuff for Writer's-World-Maker, a tool for fiction writing.
Being a Newbie, I believe my experiences with Linux over the last few months should be shared.
I am very Macgyver-ish, and so I usually figure out multiple path's to the same result-usually by the simplest means possible.
That is to say-when I first installed Linux Ubuntu, I had no idea how to operate the terminal, or anything else.
Although handicapped by my ignorance, I soon figured out how to extract iso's, remove and add files, install to usb's, boot usb's with syslinux, etc-all with no terminal used.
Of course I use the term frequently now, as Linux is an easy-to-learn system-though alot of tutorials involving the terminal are cryptic and not very explanatory to Newbie's
I think there is a need for "layman's" terms and better explanations concerning "how-to's", especially those where you might destroy your partitions via fdisk, cfdisk, etc.
Not picking on Lunar-as it is a nice distro-but below is an example of a bad tutorial for a newbie...
Code:
root@morholt ~ # mkdosfs -F 16 /dev/sda1
mkdosfs 2.11 (12 Mar 2005)
root@morholt ~ # mkdir /mnt/stick
root@morholt ~ # mkdir /mnt/iso
root@morholt ~ # modprobe loop     
root@morholt ~ # mount lunar-1.6.4-beta1-i686.iso -o loop /mnt/iso
root@morholt ~ # mount /dev/sda1 /mnt/stick
root@morholt ~ # cp -R /mnt/iso/isolinux /mnt/stick/syslinux
root@morholt ~ # rename isolinux syslinux /mnt/stick/syslinux/isolinux*
root@morholt ~ # ls /mnt/stick/syslinux/
boot.cat  f2.txt  f4.txt           initrd  memtest  safe          syslinux.cfg
f1.txt    f3.txt  generate-iso.sh  linux   readme   syslinux.bin
root@morholt ~ # cp ~samuel/lunar-1.6.4-beta1-i686.iso /mnt/stick/
root@morholt ~ # syslinux /dev/sda1
root@morholt ~ # fdisk -l /dev/sda
Disk /dev/sda: 1027 MB, 1027603456 bytes
255 heads, 63 sectors/track, 124 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         125     1003464    b  W95 FAT32
Partition 1 has different physical/logical endings:
     phys=(1023, 254, 63) logical=(124, 236, 63)
# following step installs an mbr on the usbstick. Pay attention you need the stick, not the partition on the stick!
root@morholt ~ # dd if=/usr/share/syslinux/mbr.bin of=/dev/sda
# if you want you can install the module mbr to do the same for you (root@morholt ~ # install-mbr /dev/sda)  NOT NEEDED IF YOU DID THE DD!!
( http://wiki.lunar-linux.org/index.ph...allation:No_CD )
This portion is at the bottom of the page.
That is the complete instructions, no explanation is given.
I tried this several times with 0 results. If a true newbie tried this-I would fear for their HD!
This should be explained in much greater detail.
Anyway-I would enjoy writing for LQ, and no apologies needed-as I am sure you have your hands full.
thanks,
B

Last edited by linus72; 03-17-2009 at 07:01 AM.
 
Old 03-17-2009, 12:27 PM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
That's fine - I'm very big on throwing myself on my sword when I am at fault I do have a small backlog to work through and so to anyone who is waiting for me to start typing - please be patient, hopefully I can get some of this dealt with at the weekend or (more likely) next week when I have some time out of the office.
 
Old 03-19-2009, 11:34 AM   #6
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
linus72,

Are you aware how much horizontal screen real estate your information panel takes? On my screen it's close to 40% -- this means your posts are squashed & hard to read. The "culprits" are your Location & Distribution entries:
Quote:
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack12.2/Ubuntu SE/SuperUbuntu8.10/Debian-Lenny/GoboLinux/Absolute12.2
If you would add spaces:
Quote:
Location: Gordonsville - AKA Mayberry - Virginia
Distribution: Slack12.2 / Ubuntu SE / SuperUbuntu8.10 / Debian-Lenny / GoboLinux / Absolute12.2
or use commas & spaces:
Quote:
Location: Gordonsville, AKA Mayberry, Virginia
Distribution: Slack12.2, Ubuntu SE, SuperUbuntu8.10, Debian-Lenny, GoboLinux, Absolute12.2
it would fix this problem.
 
Old 03-19-2009, 11:57 AM   #7
akuthia
Member
 
Registered: Oct 2007
Location: triad, nc, usa
Distribution: Ubuntu
Posts: 232

Rep: Reputation: 29
hmmm, arch, i think it might be an issue on your end. In my firefox window, all of the "information" portions are the same, its not like his info is pushing his post area in.can u get a screenshot if what you're referring to?
 
Old 03-19-2009, 01:18 PM   #8
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Yeah, the side panels should all be the same width. Not sure what is going on with your browser.
 
Old 03-19-2009, 01:32 PM   #9
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by akuthia View Post
hmmm, arch, i think it might be an issue on your end.
I have seen this issue too at times, but I don't currently see the issue with this side panel (although the line break between 'Ubuntu' and 'SE' may not be what you had in mind when you entered the information).

Have you (arch) changed your 'used distro' list recently or is this one of those 'it depends where the break falls on each system' issues?
 
Old 03-20-2009, 04:27 AM   #10
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
Yet another interesting set of differences between browsers. . . .

No I haven't changed my list -- I still use use MEPIS as my main distro. Currently 7.0, 8.0 before long. My main desktop is 32-bit. KDE & Konqueror 3.5.8

I also use Opera 9.62 (need to update), & have Firefox 2.0.0.11 as my "3rd string". I have attached screen shots, note that my Firefox doesn't do any better than Konqueror w/ the wide info. panel.

BTW, linus72, is your OQ answered? -- this is turning into a serious hijack.
Attached Thumbnails
Click image for larger version

Name:	konqueror_3.5.8.png
Views:	7
Size:	105.9 KB
ID:	335   Click image for larger version

Name:	firefox_2.0.0.11.png
Views:	9
Size:	167.8 KB
ID:	336   Click image for larger version

Name:	opera_9.62.png
Views:	13
Size:	180.2 KB
ID:	338  
 
Old 03-20-2009, 07:00 AM   #11
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Sorry to start trouble...Yes I understand now about the articles and stuff. Thanks.
Sometimes it's hard for me to see everything on the screen due to a serious head injury. Basically sometimes portions of the screen appear blank to me, text missing, etc. Sometimes even in the mirror it seems parts of my face are missing-but it has been that way for awhile and the eye doc says it will get better over time. He says it's a nerve problem, 'cause the left side of my face is kinda numb since the injury-not an eye problem-just connected somehow.
Anyway-yes my question has been answered-so thanks and if my posts sometimes appear rambling or the typing's messed up I apologize.
 
Old 03-20-2009, 07:39 AM   #12
ErV
Senior Member
 
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Blog Entries: 3

Rep: Reputation: 62
Quote:
Originally Posted by archtoad6 View Post
I also use Opera 9.62 (need to update), & have Firefox 2.0.0.11 as my "3rd string". I have attached screen shots, note that my Firefox doesn't do any better than Konqueror w/ the wide info. panel.
This problem doesn't exist in Firefox 3.0.6. This is obviously a browser bug.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Find More than 1000 howtos ,articles and tutorials guruhowtos General 1 01-25-2009 06:10 AM
Articles oneandoneis2 LQ Suggestions & Feedback 14 08-25-2006 03:23 AM
LQ Would Like Original Articles XavierP Linux - News 4 12-03-2005 01:12 PM
does anyone write articles/tutorials? infamous41md Programming 7 06-25-2004 01:08 AM

LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback

All times are GMT -5. The time now is 05:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration