Ubuntu :: Assign The Hierarchy To Correctly Rank The Data?

May 23, 2011

I want to filter data that has been ranked as A+, A, A-, B+, etc. I want to find items that have rank B or better. I'm finding that awk does not recognize the + or the -; so, I have to filter for < C and manually remove data ranked as B-. I've tried assigning "B+" < B and B < "B-" without success. how to assign the hierarchy to correctly rank the data?

View 6 Replies


ADVERTISEMENT

Ubuntu :: Manually Assign A Data Partition?

Jul 15, 2010

I have a hdd of about 225gb when i installed ubuntu it gave a nice split down the middle on the partition and a 3gb swap. I tried to manually assign a data partition but was unsuccessful; kept getting a root error and couldn't fix it so i let it do it automatically.

Now win7 has a 60gb partition and the rest is on ubuntu side.

How can i give win7 more room? qparted for linux side or partition magic on win side?

Which will be easier for me?

My goal was to give win7 around 80gb and ubuntu about the same or less and make a third partion and name it "Data". Data will be storage for both os's or whatever.

View 2 Replies View Related

General :: Bash And Php Parsing / Not Getting The Data To Output Correctly Into The Rows?

Oct 26, 2010

i am trying to get a script that i'm calling to have information from a sql populate into rows... but i'm not getting the data to output correctly into the rows. can someone please help?

<table>
<thead>
<tr>
<th>Name</th>
<th>Help</th>
<th>Folder</th>
code....

View 14 Replies View Related

Ubuntu Multimedia :: Modify Folder Hierarchy For Importing Music?

Jun 16, 2010

I dual-boot, and in Windows, I use an awesome program for music maintenance called MediaMonkey, which sadly, isn't Open Source, but still awesome nonetheless. Anyway, one of the things it lets you do is sort and import your libraries by practically any format you could find imaginable. I have that program setup to import and store my music in the following format:

G:Tunes<Genre><Album Artist><Album><Track Number> - <Track Artist> - <Track Title>.<Extension>

Is there a way to change the default setups in whatever music program I choose to use? It seems to be the same no matter what program I use if it's a GNOME-based program. I've used Banshee and Rhythmbox, but both only leave me with the following options:

Folder:
Album Artist/Album/
Album Artist/Album Artist - Album/
Album Artist/Album (Year)
Album
Album Artist

[Code]...

View 1 Replies View Related

General :: UNIX File System Hierarchy?

Oct 3, 2010

What are the directories and files in Unix file-system that has default user permission set. For eg. home directory of a user can't be seen by the other users on the system without his permission. In the same way what are the other directories that by default has user permission set at the time user account has opened. Eg. /etc,/bin or what

View 3 Replies View Related

Ubuntu :: F-Spot To Digikam - Cannot Easily Drag Tags Around To Recreate Hierarchy

Apr 11, 2010

I'm trying to switch my photo collection from F-spot to Digikam. Things have gone surprisingly well, considering I'm running a GNOME system. I have ~2000 photos with a hierarchal tag system to categorize them. I've come to grips with the fact that Digikam won't be able to read this tag hierarchy, and will completely flatten it.

My real problem is that I cannot easily drag tags around to recreate my hierarchy. Digikam only lets me drag one tag at a time (instead of allowing me to ctrl-select or shift-select multiple tags simultaneously), and when I release that tag, a popup appears, requiring me to click "Move Here" before the tag actually goes where I dropped it. Is there any way to speed up tag management in Digikam?

View 1 Replies View Related

General :: In Folder Hierarchy / Find Last Updated File

Jun 2, 2011

I have a folder hierarchy with many sub-folder levels under a set of parent folders. Based on the application design and business use, files are written to different locations on a daily basis. I want to find out the last updated file in the folder structure and its location at any given time. How can I do that?

View 2 Replies View Related

General :: Tar Ball A Directory Hierarchy With Soft Links In System?

May 4, 2010

Can you please tell me how can I tar ball/compress a directory hierarchy with soft links in Linux?

View 2 Replies View Related

General :: Copy Entire File System Hierarchy From One Drive To Another?

Jul 7, 2011

I would like to copy the entire file system hierarchy from one drive to another..i.e contents of each directory as well as regular files in Linux platform. Would be gratefull to know the best way to do that with possibly Linuxes in-built functions. The file system is a ext family.

View 3 Replies View Related

General :: Directory Hierarchy Getting Repeated In Mvfs File System

Feb 9, 2011

I have a mvfs file system mounted.

[code]...

View 1 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 :: Copy Folder Hierarchy / Recreate All Folders From One Directory Without Copying Over Contents Of Folder?

Jul 2, 2010

Is there a way to recreate all the folders from one directory to another without copying over the contents of the folder? I've been trying to do something like this,

Code:for i in `ls $X`; do mkdir $PATH/$i; doneUnfortunately $i is deliminated by whitespaces in the filenames and not the actual folders.

$X contains only other folders so I dont have to worry about regular files but any kind of more "advanced" solution would work.

View 1 Replies View Related

Slackware :: Wicd Won't Install Correctly / Run Correctly (64-bit Slackware 13)?

Mar 31, 2010

When I installed Wicd, and ran it for the first time, I got an error something like: "Could not connect to Wicd's dbus session- check the Wicd log file for more info". However, later when I restarted my computer, Wicd started, but I can't connect to my network, it shows up as <hidden>, I can connect to linksys, so I know that wireless is working on that computer. I know that there's nothing wrong with my wireless router, because I can connect to my network in this computer.

View 3 Replies View Related

Ubuntu :: Excel Data Shrinks To The Small Scale - Unreadable When Copy Data From Another Spreadsheet Onto The New One

Jan 17, 2011

I've been using Excel from OpenOffice with moderate success for the last year. Now I've just tried to open a new spreadsheet and I'm suddenly getting a highly condensed view. The cells are about 1mm X 4mm. If I expand them by selecting and dragging, then try to copy data from another spreadsheet onto the new one, the data shrinks to the small scale -- unreadable.

View 4 Replies View Related

Ubuntu :: Recovering Data - This Directory Has Been Unmounted To Protect Your Data

Jun 3, 2010

Ubuntu 9.10 64bit. Acer Laptop

Using ubuntu 9.10 cd to access laptops hard drive.

foun readme file in /media/disk/mark

opened with openoffice. THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT YOUR DATA.

From the graphical desktop, click on: "Access Your Private Data"

or

From the command line, run: $ ecryptfs-mount-private

So I tried a couple of ways...

View 9 Replies View Related

Ubuntu :: 3TB HD (with Data) Expanding To 3x3TB RAID (without Losing Data)?

Jul 27, 2011

Right now I have a 320GB system drive and 3TB data drive. I want to add two more 3TB drives and do a software RAID5 3x3TB. Is that possible without losing the data that is already on the data drive?Just want to make sure before I bought the 2 two drives. Not looking for instructions on how to do it,but if you want to include some that would be great too Just making sure it will work.

View 1 Replies View Related

Ubuntu :: Assign A Static Ip Address?

Jun 13, 2010

I want to assign a static ip address, my network/interfaces files shows

Code:
auto lo
iface lo inet loopback

am I correct to add

Code:
iface eth0 inet static
address 10.42.43.10
netmask 255.255.252.0
gateway 10.42.43.1

or is there more I need?

View 4 Replies View Related

Ubuntu :: How To Assign More Than One Keyboard Shorcut

Jul 22, 2010

I'm running Ubuntu 10.04 on my Lenovo laptop. Sometimes I use USB KB which doesn't have the Multimedia keys. It would be great if I will be able to control my Volume etc using some Keyboard shortcut. I know that this can be done using Preferences->keyboard Shortcut. But the problem is it "replaces" old key (e.g. dedicated volume key on laptop ) with new one which I don't want to happen. I want to keep both keys for same operation.

View 5 Replies View Related

Ubuntu :: Possible To 'assign' Program To Core?

Jul 26, 2010

Obviously I don't know that much about CPU architecture. I have a fancy new quad core CPU in the machine I just built. Now, given the current state of technology, two or many times three of those cores are pretty much sitting idle.My question is: Is there any way to utilize those extra cores with programs not optimized to take advantage of them? If I have some CPU intensive application, is there any way to tell it to utilize a core that's idling instead of the first core that's probably already got a bunch of processes running on it?

View 7 Replies View Related

Ubuntu Servers :: Assign Static IP Or DNS Name?

Nov 27, 2010

I have installed a ssh server on a computer (Ubuntu 10.04). This computer will be reboot many times, so the IP address is going to change. As a result, I couldn't connect with an other computer on this server via ssh. That's why I search a solution: either I assign a static IP on my server computer or I heard that I could use a dns name. I don't know if the latter solution is good so I hope to have some precisions. Also, I tried to have a static IP by editing the file : /etc/network/interfaces but it doesn't work.

View 5 Replies View Related

Ubuntu :: Change Assign Key Letter?

Apr 18, 2011

I know their are several threads pre-taining to keyboard remapping, I own a Toshiba X205 S7483 laptop running Ubuntu 10.10 32 bit with the latest updates installed. I like this os overall but here is my question.

My laptop keyboard letter, "b" has broke and Im copying and pasting when I need to use it. Is there a way how I can change either the assigned b letter key to like one of the alt keys or windows menu keys or fn key?

View 5 Replies View Related

Ubuntu :: How To Create New Dns And Assign Bandwith To It

Feb 25, 2010

i recently installed ipplan on my server .. but cuz i am new at it i am nt any good . is there some way i can read or refer some book or website and learn all its functionalities ??

1. how do i create a new dns and assign bandwith to it ?
2. how do i assign bandwith to a specific ip in general ?

View 3 Replies View Related

Ubuntu Servers :: Access The Data In .fbd Data File

Feb 19, 2011

We purchased a new database system at work last October, ditching the old system because of a lack of support from the vendor. This is a retail Point of Sale and Backoffice database system. I am not sure what system the new one runs on, but the system we replaced was a Firebird data base. The reason I am posting is because we are now in need of the information contained in the old database which was not completely imported into the new system.

Basically the problem is this: The database in on a Windows XP system and I found a copy of SQL Manager Lite 2008 on the system, which after quite a bit of studying, I figured out how to extract the database into a removable file. I have this file (178MB) on a USB stick in a file called Backoffice.fbd.

My studying suggests to me that I can get into this database with MySQL. I have never used this and have no clue how to do this. All I want to be able to do get into the database and create tab deliminated spreadsheet files for each of the database sections (Customers, Repairs, Sales History, stock files, etc.) Is it possible to do this with Ubuntu and MySQL and if so, can expert suggest one or two things to get me started. While a guided tutorial would be nice because I am not an expert, I am willing to learn on my own if someone could point me in the right direction.

View 3 Replies View Related

Ubuntu :: Assign Or Change The Label On UDF Dvd+rw Disks?

Jan 15, 2010

how can one assign or change the label on UDF dvd+rw disks??

View 1 Replies View Related

Ubuntu Servers :: Possible To Assign Different User To VirtualHosts?

Mar 16, 2010

I am new with Linux but really be interested in it. I would like to ask that if it is possible to make each VirtualHost only controllable by a specific and different user? If so, how to?

View 3 Replies View Related

Ubuntu :: How To Assign Directory To Specific Partition

Jun 13, 2010

How can I assign a directory to a specific partition (another hard drive)?How would someone move / home/ username/music to another drive or partition? But do so in a way that it no longer writes MP3's (or FLAC) files in the original directory of the root drive?

View 9 Replies View Related

Ubuntu :: Assign Each Application To A Specific Workspace?

Jul 24, 2010

I am using ubuntu 10.04 and opensuse 11.3. I would like to know how to assign each application to a specific worksapce. For example,when I open a pdf file, it will be moved to workspace2. When I open a movie, it will be moved to workspace3. In Leopard, "Space" have such features. I would like to know the way to achieve this in ubuntu and opensuse, in an easy way, meaning that just need to install a small package, not a big one , like compiz

View 1 Replies View Related

Ubuntu :: Assign A European Letter To Keyboard?

Aug 3, 2010

but is it possible to assign a key on the keyboard to make a specific letter - eg. ?

View 9 Replies View Related

Ubuntu Networking :: Cannot Assign IP Error With Wireless?

Sep 5, 2010

Samsung N150 LaptopI installed WICD. I can see all the wireless networks, and wired works fine, but everytime I try connecting to a wireless network it says, "Unable to get IP"Can someone help me remedy this? I am very new to ubuntu so I have no idea how to do ything..When I go to Network Tools, I see:Network Device: Loopback interface

IPv6 - Ip Address: ::1, Netmask: 128, Scope: Host
Network Device: wlan0
IPv6 - IP Address ::, Netmask 0, Scope Unknown

[code]....

View 2 Replies View Related

Ubuntu Networking :: How To Assign Labels With Ip / Ifconfig

Oct 19, 2010

I am trying to manually set up a number of static IPv6 addresses to one of the physical network interfaces on my 8.04server box.

I tried to use the "ip" utility like that:/ip addr add [myIPv6addr] dev eth0 label eth0:0

which was accepted by ip (no errors) and the IP address was correctly assigned to eth0. But using "ip addr show" I do not see any reference to the label I defined and "ip addr show dev eth0 label eth0:0" does not come back with anything (empty output).

This seems to contradict the information I found on the ip manpage and I wonder if this is a bug or a misconfiguration on my side. Did anyone successfully used the label functionality with ip?

View 1 Replies View Related







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