General :: Review For Ubuntu 2.5 Ultimate?

Mar 22, 2010

some one using ubuntu 2.5 ultimate speakout about the stability of it

View 3 Replies


ADVERTISEMENT

General :: Review The Boot-time Info That's Going To The Console?

Feb 18, 2011

I'd really like to be able to examine all the information that flys off the top of my terminal when my system boots (off of fd0, the only way I've done it, so far): review of "similar threads" yields nothing; seemingly not a man pages item; have not found any how-to's that cover this; the daemons for logging are third-to-the-last before logon prompt (and still displayed, the ONLY reason I know THAT); seems like it should be a compile-time sw-switch settng (sub-optimal since I'm still not comfortable with compiling kernels); but I was hoping it's already being captured in some log file somewhere that I'm as yet unaware exists. I do realize that if I had a printing console, this would be unnecessary.

View 2 Replies View Related

General :: Calling Gurus And Noobs - Review Filesystem Hierarchy Explanation?

Jun 10, 2010

Back when I was first learning Linux, one of the questions that I kept wondering about was "what are all these files and directories for?" I couldn't find a resource that would explain them in a digestible manner. Specifically, I was looking for one that would allow me to look at a Linux filesystem interactively, collapsing and expanding folders to look at just the ones I was interested in at the moment. So later, when I got the opportunity, I wrote it.

But despite a ton of research, I'm still not totally knowledgeable on the subject. The most important thing I'm looking for right now is for experienced Linux/Unix people to tell me where I got stuff wrong, and for newbies to tell me how useful it is to them and which things need clarification. I'm also interested in technical and graphical ways to improve usability, like better icons, layout, etc. I know I need to be able to collapse long descriptions, but what would you like to see? The Works Cited list and a full introduction are still on the way as of this writing.

Without further ado: Linux Filesystem Hierarchy Explanation. You'll need a fairly recent browser that can handle XSLT; the actual info is stored as XML, and transformed into HTML with an XSLT stylesheet. This is still a work in progress, and I'll be updating it as the thread progresses.

Finally, would people be interested in collaborating with me on this, as an open-source project? I've never done anything like that, and I'm not sure how much time I'll be able to give it in the future, but I really think this should be continued and expanded.

Edit: Works Cited and decent intro are now in place.

View 3 Replies View Related

General :: Enable Wireless In Ubuntu Ultimate 2.5?

Mar 23, 2010

how to enable wireless in ubuntu in dell inspiron 1525

View 2 Replies View Related

General :: Install Ubuntu 10.10 On Windows 7 Ultimate?

Oct 26, 2010

when i try to install ubuntu 10.10, it give me error and failed finaly however the first screen start normal where it take parameter setting like username,c drive, etc

also during this process it go to internet and have start download

ubuntu.amd64.torrent.iso

so i bring and download both 32bits and 64biths edition, however my windows 7 is 32 bits...i try both .iso burn cd and by image virtual cd too.

View 5 Replies View Related

General :: Sound Icon Troubleshooting In Ultimate 2.5?

Mar 26, 2010

sound icon is not visible at the panel after uninstalling kde packages from ubuntu ultimate 2.5. can any one help on this?

View 1 Replies View Related

General :: Install Ubunto 10.10 On Windows 7 Ultimate 64 Bits?

Nov 15, 2010

I have the windows 7 installed and I want to install the Ubuntu . Has anyone done that and does it work?

View 10 Replies View Related

General :: New User Account - Unable To Load In Ultimate?

Aug 19, 2010

I created new desktop account for my wife but it is not loading and I get an error message on log in that ICE.authority failed to load and than nautilus give an error message that nautilus unable to create folders in home directory. And then I get a blank desktop without any panels.

View 11 Replies View Related

Ubuntu :: Review Tutorial On Sharing 3G Over WiFi

Feb 15, 2011

I'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 Related

Slackware :: 13.1 - A Distro That Gets Out Of The Way (review)

Jul 10, 2010

13.1 - a distro that gets out of the way (review)

[URL]

View 7 Replies View Related

Slackware :: How To Review Boot Messages

Mar 16, 2010

EDIT: not fully solved; there is (at time of writing) still an issue about bootlogd buffering until the logfile is accessible but that's probably as far as we are going to get for now, until someone peeks into the bootlogd source code.

Is it possible to review boot messages after boot? Kernel messages are available via dmesg (and many are logged early in the rc.M script by the /bin/dmesg -s 65536 > /var/log/dmesg) but many console boot messages are not kernel messages. During boot, messages can be viewed using Shift+PgUp but when the rc.S script finishes, init starts an agetty on tty1 which prints a login prompt. Then tty1 is no longer the console and Shift+PgUp cannot be used to scroll back through the boot messages. Any delayed boot messages do not have effective carriage returns so "marquee" across the screen, one following another, a line below.

Is it possible to leave tty1 as the console by de-configuring the tty1/agetty line in inittab, thus allowing Shift+PgUp to be used to scroll back through older messages and allowing proper horizontal alignment for delayed boot messages? I would try it but the inittab line x1:4:respawn:/etc/rc.d/rc.4 runs /usr/X11R6/bin/xdm and this grabs the first unused tty<n>. The xdm man page and xdm config file comments do not reveal whether it is possible to make xdm use a specific tty<n>.

Another solution may be something like the sysvinit binary that intercepts all console writes and then dumps them to log at the end of the boot process but if it were that easy or useful it would already be done and publicised (wouldn't it?).

View 14 Replies View Related

Software :: New Version Of Lit2PDF Script For Use/Review

Dec 1, 2010

I posted a completed version of it a while back and just wanted to post the latest stable version. I'm using it as a pet project to teach myself proper BASH scripting, but also to help my wife get .lit e-books onto her Sony E-Reader since it seems to do a better job of converting the files than Calibre(For some reason some of our books won't convert in Calibre and they will with this). I've added some zenity windows to make it just a little more friendly in regards to selecting the file you want to convert. You no longer have to drag it into the terminal window and make sure you've got quotes around it if there's a space. It's also now completely BASH instead of python. I'm a "beginner" programmer/scripter, so some review, comments, and constructive criticism are welcome because everything I know I've taught myself with Google and experimentation.

To install it, just grab the tarball, extract it, make the files executable if they aren't already when you download them, and then run the install.sh file in the terminal. I tried to be very descriptive and informative in the changelog.txt and Readme.txt files as well so I hope those suit their purposes well.

P.S. If you're wondering about the versioning, I just adopted the same philosophy as the Ubuntu community and just made the date the version number. 10.11.30 equals November 30th, 2010.

View 1 Replies View Related

Fedora Installation :: F11 - Review And Modify Partitioning Layout

Jul 25, 2009

KVM - virtualization
Fedora 11, 32 bit, as guest (VM)
Other guests (VM) - Debian
There is no partition on hard drive
During installation it comes to following page

Installation requires partitioning of your hard drive. The default layout is suitable for most users. Select what space to use and which drives to use as the install target. You can also choose to create your own custom layout.

Drop window
Code:
Use entire drive
Replace existing Linux system
Shrink current system
Use free space
Create custom layout
[uncheck] Encrypt system

Select the drive(s) to use for this installation.
(it is grey out)

Advanced storage configuration
Code:
How would you like to modify your drive configuration?
(check) Add iSCSI target
[Cancel] [Add drive]
What drive would you like to boot this installation from?
(it is also grey out)
[uncheck] Review and modify partitioning layout

View 2 Replies View Related

Debian :: Distrowatch Gave Squeeze A Poor Review?

Feb 21, 2011

I thought of leaving a comment below the story, but figured why bother. The main complaint appears to be about the appearance of the desktop, and the graphical installer "feels old." Then he goes on to recommend Trisquel instead as a "better Debian-based distribution" than Debian.

View 14 Replies View Related

Ubuntu :: Can't Upgrade Ultimate 2.8 To 2.9?

Apr 10, 2011

I don't want to re-install, mine is Ubuntu Ultimate 2.8, the update manager is running well, whenever I log in, it will prompt me to update. However, I find no way to upgrade it from 2.8 to 2.9 the latest version, if u know how to do it, can u teach me?

View 2 Replies View Related

Ubuntu :: Run Gamers Ultimate 64bit On Machine?

Feb 26, 2010

Can I run ubuntu gamers ultimate 64bit on my machine. Check my signature for specs. And what is preloade with

View 2 Replies View Related

Ubuntu Installation :: Where To Get Theme Of Ultimate Edition 2.8

Oct 27, 2010

i am using ubuntu ultimate edition 2.7 and i want to install theme of ultimate edition 2.8. Where can i get it?

View 4 Replies View Related

Ubuntu :: Cursor Selection Not Working In Ultimate?

Jan 23, 2011

Cursor Selection not working in Ubuntu Ultimate,the pop up windows shown, there are different mouse cursors to choose, but there is no icon to click OK to select it,

View 2 Replies View Related

Ubuntu :: Is Ultimate Edition Still An Active Distro

Aug 21, 2010

Wanted to get some info regarding Ultimate Edition 2.7 and see that the webpage is not active (http://ultimateedition.info) at the moment. Hostgator just says that the website is experiencing difficulties. I checked the website a couple of times today (8/21/10) and see that it's down. Here's the URL I was using: [URL] Anyway, if the project is dead, I'm open to any suggestions regarding distros with a lot of eye candy.

View 5 Replies View Related

Ubuntu :: Create A Dual Boot Windows 7 Ultimate (64 Bit)?

Jul 15, 2010

I want too create a dual boot Windows 7 Ultimate (64 bit) and Ubuntu (64bit). how to do this but I want something special. The boot loader appear. Will be only one password field, no OS names. If I introduce a password will boot in Linux, if I introduce another password will boot in Ubuntu. Also in Ubuntu, you can see windows partitions only if you introduce a password (root or power user).

View 3 Replies View Related

Ubuntu :: Downloading The Ultimate Edition Theme Pack?

Aug 25, 2010

i want to download ubuntu ultimate edition theme pack,but found out that ubuntu ultimate's website is now down from quite some time,have they stopped their project?

View 1 Replies View Related

Ubuntu Installation :: Wubi Fails To Launch On Win 7 Ultimate?

Nov 7, 2010

I have downloaded wubi.exe to my hard drive. After double clicking the exe and OKing the security dialog, I get a error message box titled: "pyrun.exe - No Disk"The error message reads:"There is no disk in the drive.Please insert a disk into the drive DeviceHarddisk3DR5.There are three buttons: Cancel, Try Again, ContinueClicking any of these buttons simply causes the same message box to pop up over and over. I cannot cancel this message or the process unless I reboot my computer. I guess the latest version of Wubi does not run on Windows 7 Ultimate.My computer:Intel Pentium I76GB RAM1TB Hard Disk

View 4 Replies View Related

Ubuntu Multimedia :: Unable To Get Sound In Ultimate Edition 2.8

Jun 15, 2011

Am using Ubuntu Ultimate Edition 2.8 which is build on Ubuntu 10.10 Maverick. Am using it in my laptop Toshiba Satellite c660 -p 5012 Am having no sound at all the sound hardware tab shows no sound cards But in the system hardware tab it says Intel 5 series/3400 series HD audio

View 2 Replies View Related

Ubuntu :: Emerald Screen Problem In Ultimate 2.6 Gamers

May 29, 2010

I recently gained Ultimate 2.6 Gamers and it is very good! New to this version, I looked for Compiz, but first found Emerald in the list. I fiddled with it, selecting options, but then the fine screen resolution went askew, so the light at the top right is out of view, and the eye candy arrow head cursor was replaced by a black and white arrow. How can I fix this, go back to default?

Using a desktop, Pentium 4 dual core, ASUS. Dell monitor. Nvidia built in graphics card, downloaded a Nvidia co. driver.

View 3 Replies View Related

Ubuntu Installation :: Install Selected Packages From Ultimate Edition?

Nov 4, 2010

I have installed Ubuntu 10.04. I have ultimate edition that has almost all packages. Now, i would like to install selected packages from ultimate edition. I need a to know how to install the selected packages by resolving the dependencies locally.

View 1 Replies View Related

Software :: UBCD Ultimate Boot CD Loading?

Oct 2, 2010

I downloaded and burned UBCD-5.03.iso When I boot from it I don't get the expected UBCD memu, I get a Debian Install menu instead, all selections of which takes one down a path which leads to modifying the partition table. At which point I abandon it. The rescue option doesn't do the job either. It simply brings up a debian shell.

View 5 Replies View Related

Ubuntu Networking :: Got Intel Centrino Ultimate-N 6300 Driver Working?

Mar 3, 2010

To make Intel Centrino Ultimate-N 6300 wireless card work on ubuntu, you just need to download the firmware from here decompress it and copy the ucode in /lib/firmware. This works in jaunty. My laptop is a HP Elitebook 8440p.

View 2 Replies View Related

Ubuntu :: Clone An Existing Desk Top Installation Of Ultimate Edition And Run It On MacBook?

Apr 14, 2010

I would like to clone an existing desk top installation of Ubuntu Ultimate Edition and run it on my MacBook, can it work? What do I have to do to get it running there?

View 1 Replies View Related

Ubuntu :: Ultimate Desktop Color - Default Colors Are All Dark Blue

Jan 22, 2011

I installed Ubuntu Ultimate, everything is fine but the desktop color is ugly, I changed theme but some background is still ugly, its default colors are all dark blue.

View 9 Replies View Related

Fedora Installation :: Dual Booting Windows 7 Ultimate?

Jan 21, 2011

I'm having trouble dual booting Windows 7 Ultimate and Fedora 14. I am using Grub 0.97 (The grub before Grub 2). I installed Windows 7 after installing Fedora 14 so the damn Windows BL covered up Grub. But I can't get into either Windows or Fedora. I get an Error 17: Cannot Mount Selected Partition. And the system can't find the BL for Windows so it always tells me to restart. And I have both OS' on the same hard disk.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved