General :: Find Threads And Posts Sorted With The Latest First?

Jan 3, 2011

How do you find your threads and posts sorted with the latest first?

View 1 Replies


ADVERTISEMENT

Ubuntu Installation :: Can't Find A Fix Through The Posted Threads

Feb 24, 2010

I had xp, added win7, and now added kubuntu.But can't choose the OS to load on grub.Can't find a fix through the posted threads, can you guide me to solving the problem?

View 9 Replies View Related

Programming :: Find Number Of Threads In The Process In C Language?

Dec 23, 2009

I need to find how many threads are alive with respect to the current process for my further processing. Is there any means to trace this number ?[URL]I referred the above link. But sys/pstat.h is not in my system. Don't know which library gives this header.

View 14 Replies View Related

General :: Find The Directory With Latest Modified Content?

Sep 29, 2010

how to find the latest modified directory. I know that the command 'ls -rtl' gives the latest modified file/directory at the end. But my specific requirement is: If I create two directories named dir1, dir2 in the same order. so now my latest modified directory is "dir2". Now inside each directories, I created a file. Now in the last, I modify the file in "dir1". So overall, the content of dir1 got modified recently. If I use the command 'ls -rtl', this will still show dir2 as latest, as it is created recently. But I want the directory in which any internal content at any sub-hierarchy modified recently. so with what linux command I'll get this latest modified directory (dir1)?

View 3 Replies View Related

General :: How To Delete Posts On Board

Dec 12, 2010

How do I delete one of my posts?

View 6 Replies View Related

General :: Display All Rpm Installed List Sorted By Date?

Oct 4, 2010

I know "rpm -qa --last" lists all rpm with date and time. But I want to sort the list by date, with earlier installed rpms displayed ahead. So it needs pipe, ie something like "rpm -qa --last | ...". What is exact script to do it?

View 3 Replies View Related

General :: Processing Script That Find Latest Version Of Each File

Mar 5, 2011

I want to write a script. I have the basic form working... but I would like to add some advanced features. I have a list of .zip files that have a version number in the filename (i.e. sudoku-134.zip, sudoku-176.zip, sudoku-203.zip, etc). I would like to have a script that will find the latest version of each game, and unzip it. I want the next to latest version left untouched. But anything older, I would like the unzipped folder deleted (But leave the .zip file)

Here's what I have so far:
Code:
#!/bin/bash
cd /var/www/vhosts/server.com/httpsdocs/games/$1
for file in `ls *.zip`; do
if [ -d ${file%.*} ]; then
echo
else
mkdir ${file%.*}
cd ${file%.*}
unzip ../$file > /dev/null
cd ..
echo 'date' $file >> /var/www/vhosts/games4roku.com/private/$1.log
fi
done
I can call the script with "game-unzip public" to unzip all the public games.

Here's my files:
Code:
sudoku-134.zip
sudoku-134/
sudoku-176.zip
sudoku-176/
When I add the latest version, sudoku-203.zip, I want it to unzip it to ./sudoku-203/ and rm -rf sudoku-134

View 2 Replies View Related

General :: Fedora Icon Not Visible In Posts?

Jul 2, 2011

i've read enough posts on this issue but i'm actually not getting how to configure user agent so that my distro icon can be shown instead of penguins' head.. i usually catch a thing so quickly and i've no doubt about my technical skills but this is the first time i'm unable to figure out such a small issue... i'm using fedora15 and firefox5.0..

View 9 Replies View Related

Software :: Save An LQ Page After Pressing Button 'Click Here To Find Similar Threads"

Jun 20, 2010

linux kernel 2.6, GNU, slackware 12.0
KDE 3.5.7

When I click it, a window opens but I loose the menu bar. I click on a post in this window, and the same happens. So, if I want to save the page, I have no way to do it.

View 14 Replies View Related

General :: Listing Files Recursively, Sorted By Time, Limited Head?

Mar 24, 2011

I'm trying to make a shell script that will list the 50 newest files in a directory with several subdirectories in. I've been trying with the find-command with no luck and now I've figured I should probably use ls. The problem is when I do "ls -lRt | head -50" it will do 1 directory at the time. It will not first make the full list and then sort it. This will display all items in first directory, sorted, then the newest directory will be sorted and displayed. So I figured I have to sort the whole process of ls before I limit the head. So this is where I am at now: ls -lRt | sort <something clever here> | head -50

Only doing a "|sort|" will sort it by name if I understand it right and I don't know how to solve it. Here's also my first attempt if that is of any interrest or help, this was limited by the change status time of files (so some lists got very large). These lists dit not get sorted by time and I could not find any way to do so.find $ftpDir -ctime $time -type f -print > $ftpFileLsAny help on this would be appreciated since I'm sort of stuck now. After reading manuals for all the options I can think of and still there's just a big blur in my head..

View 12 Replies View Related

General :: Does The Latest Ubuntu Download (.iso File) Contain Latest Fixes

Aug 5, 2011

If I go to the website and download the ISO file is it the exact same one that was released in April or will it contain the latest patches (e.g. security fixes, etc) that have been release since then? If it doesn't I suppose I'll have to download the entire ISO file, install the OS, and then have another couple hundred MB to download which is not what I'd prefer.

View 2 Replies View Related

General :: Wine Using Both Of Cpu Threads?

Dec 19, 2010

I was installing a game on my netbook with wine and it seems that it's using both of the cpu threads.

Did wine fix the multi-thread bug?

EDIT:

Sorry to get anyones hopes up, but I did later find that I was misreading some data. When I saw it say 100% cpu usage I thought it meant both threads, but I later found out that it only applied to one thread.

View 2 Replies View Related

Ubuntu :: Find The Latest Updated ISO Of 10-4?

Aug 25, 2010

Where do I find the latest updated ISO of Ubuntu 10-4. I won't to install it on a flash drive to carry with me?

View 3 Replies View Related

Ubuntu :: Can't Find Latest Skype And Amarok For 10.04?

Aug 24, 2010

I can't find latest skype and amarok for Ubuntu 10.04, I don't want the kde amarok. Are there any ppa repositories?

View 1 Replies View Related

Ubuntu :: Configuring Terminator And DevilsPie Sorted

Jun 13, 2010

I'm trying (well aiming) to customize my desktop so that on login Terminator is on workspace 3 (split 3 ways and running lynx, irssi and top. I'm using gdevilspie to configure it but I understand and can use the normal config files. When I use gdevilspie to make a terminal background it works but when i try to do stuff with terminator it doesn't.

Here's my terminator config so far:
Code:
( if
( begin
( is ( window_class ) "terminator" )
)
( begin
( undecorate )
( spawn_sync "top" )
( set_workspace 3 )
( maximize_horizontally )
( center )
( below )
( set_viewport 3 )
( println "match" )
) )

Once I do get devilspie sorted I also want to make Terminator automatically split and run the correct commands.

View 2 Replies View Related

Ubuntu :: Can't Reply To Posts

May 16, 2011

I posted a topic in another section and tried to reply. The message pane opens and the cursor is there, but when I start typing the cursor stays put and nothing shows up.What to do? I am doing this reply from Windows right now.

View 3 Replies View Related

Fedora :: Find The Latest Packages For Telepathy-butterfly?

Mar 4, 2011

where can i find the latest packages for telepathy-butterfly? my empathy can't make a msn group chat. is that i need to update the telepathy-butterfly to 0.5.15?

View 6 Replies View Related

Ubuntu Installation :: How To Find What Changed In Latest Update

Jan 10, 2011

The quality of my display has changed overnight from ok to amazingly good. I assume something has been upgraded in the latest update. Is there a way of listing the latest changes? I just want to know what has brought about this amazing transformation.

View 4 Replies View Related

Software :: Have E-mail Automatically Sorted In IMAP-folders

Jun 11, 2011

I frequently receive e-mail from mailing lists in which I would like to stay active in, although when I access my e-mail I'd like to be able to have the unimportant e-mails in their specific IMAP-folders so I can read them later when I have time.

There is one very important requirement. It bugs me that people continuously keep advising me poor solutions that involve forwarding e-mail e.g. to blabla-mailinglist@domein.tld or storing the e-mail locally. I work frequently from different locations, use different e-mail accounts and see e-mail stored on the server rather than on my local machine as a great advantage.c.

I was thinking of preferably a simple solution that works via a cronjob to do sorting, so it will also work for Plesk and Gmail IMAP accounts. Sorting based on from/to/subject should be sufficient.

View 1 Replies View Related

Programming :: Reading The Absolute File-path As Sorted?

Jun 13, 2010

I wanted to read out the absolute file-path (filename) as sorted in a folder (on Linux). The reading the file-paths is ok but I have problems in sorting.

Code:

selectedDirectory = fl_dir_chooser ("Select Imagedirectory:",NULL,0); //This is just a widget to show the folder.
DIR *d;
dirent *de;

[code]....

The files -105.dcm, -106.dcm, -107.dcm lie in the folder at the bottom and -36.dcm, -37.dcm- at the top. The program compares 1 and 3 of 105 and 37, 1 is lesser than 3, then prints out first, but does not know that 105 is three digits and 37 is two digits.

View 1 Replies View Related

CentOS 5 :: Useradd Command - Finding 10 Last Files Sorted

Apr 6, 2009

I work under centos 5, I would like to know which command to use in order to find where the useradd command is geinstalled. Second How can I find the 10 last files sorted (reverse) from the /etc directory.

View 2 Replies View Related

Fedora :: Cannot View Posts To Thread ?

Nov 16, 2010

For some reason I cannot view my own postings to the thread I started here: [url]

I can only view the reply to it by jbuckley2004.

View 2 Replies View Related

General :: Apache Threads Being Kept Around After Browsing On A Local Development Machine

Sep 21, 2010

So I have apache running on my local computer. When I open up local development sites in tabs in my browser, apache threads are started. That's as it should be. However, when I close the tabs, close the browsers, and then run system monitor/system task manager, I get a long list of apache threads that are sleeping, waiting around for god knows what. How do I get these apache threads to stop hanging around?

View 1 Replies View Related

Security :: Pruned TFH-based Posts From Malware Scanner Thread?

Dec 12, 2010

Originally Posted by smokerSuch things can happen on linux. But try googling for actual occurrences.Greetings SmokerWith no prejudice sir: I've got a personal list of at least 75 such occurrences, just this year alone in Linux-OS's... If the Blacks wants to mess-up your OS, they do it as easy as microstuf could nuke any target Windows-98 OS today... Linux is web-page secure, only... You may think Linux is impervious to hack-attack, but it's definitely Not!.. It's just that you haven't been extremely noisy on the internet about how humanity should change its bad-attitudes towards Life and Love, before it's too late... In and from your "safe little box" you are 99.99% safe from the Blacks, IF your are silent and compliant to "North American peasant control policy".. but start doing a little "Al Gore and Greenpeace style bitching noise", and very quickly you'll discover just how unprotected your Linux powered PC really is... Ask Greenpeace and Al Gore about the max-attacks to their computer systems... I had to reinstall the OS about a hundred times this year.. Seems the big money world didn't like that I published, that "to save humanity from its impending early extinction, Money needs be extincted and replaced with something conducive to life and living and love".. They Freaked!, and slammed my PC's repeatedly, hard... Sure, Linux is reasonably secure, but it ain't perfect.

View 5 Replies View Related

CentOS 5 Server :: Apache Hanging On Forum Reply Posts?

Apr 1, 2010

I recently moved my site to a new server (Apache 2, PHP5, MySQL5). The site is an Invision based forum. Every few posts / topics it just hangs. The data has been written because if you stop and reload, the post / thread is there. I thought it was a write issue initially, but nope. So, the data is written but the page load never completes. It doesn't leave the page where the data has been input.

Whats the best way to trouble shoot this issue? The only thing I have done recently is reduce my MySQL timeouts, but I can't see that being an issue as the values are still big enough and there are no mentions of timeouts in the MySQL log. (For the record there is nothing in PHP's error log either)

I have checked my server-status. It all looked ok, but I have a suspicion I was hitting my ServerLimit, so I doubled that. Also enabled my Keepalives. Will keep an eye on it.

Some additional info;

1. Apache is throwing seg faults, but enabling core dumps does not produce them.

2. I have tried disabling the modules in apache but it just stops things from working.

3. I fear it may actually be DNS related. If I watch Live Headers in Firefox, absolutely nothing happens during this 'hanging' period. After that, the responses come back fairly promptly.

View 7 Replies View Related

General :: Download Scheduler Program Code Which Creates Multiple Threads Of The Downloading Process?

Apr 30, 2010

I have created a simple download schedular with source-code give below :

---------------------record_strokes.sh-------------------
touch /home/student/packs/lynx/logfile
lynx -cmd_log /home/student/packs/lynx/logfile

[code]....

View 1 Replies View Related

Ubuntu Networking :: Posts Discussing 'bout How To Install Prolink Modem?

Jun 19, 2010

I've read so many posts discussing 'bout how to install prolink modem. I've followed all the posts instructions, but still none of them could me to detect this modem. I've done all the steps explained in this link

Code:
[URL].. in which many people succeded by following those steps. i already installed the latest usb_modeswitch, wvdial, gnome-ppp and all the things explained on that link.

First of all, i do all the steps explained on that nmxlaxaman link n then i restart my laptop. After then, without modem being plugged, i check with lsusb command n return

Bus 007 Device 001: ID 0000:0000
Bus 006 Device 002: ID 046d:c052 Logitech, Inc.
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 004: ID 0000:0000

[Code]...

View 2 Replies View Related

General :: Wrote A Program That Multiplies 2 Matrices Using Multi-threads And Another One Using Multiple Processes And Shared Memory?

Sep 22, 2010

I wrote a program that multiplies 2 matrices using multi-threads and another one using multiple processes and shared memory. Both in C.I need to find the total memory usage of these programs. I know of the top command, but when my matrices are relatively small they don't even show up on top because they complete so fast, how can I find the memory usage for these instances?Also, how can I find the total turnaround time of my programs

View 1 Replies View Related

Ubuntu :: Choqok - Disable Notifications / System Tray Notification Window Pops Up Informing For New Posts?

Sep 14, 2010

I installed new version of Choqok 1.0 Beta3 (0.9.90). It works nice, but the notifications for new posts bothers me. With every timeline refresh, system tray notification window pops up informing me for new posts.

How to disable notifications for Choqok? I cannot find option in Choqok. However, I can disable application notifications in system tray options, but in this case some ugly little window pops on the top of the screen informing me for new posts.

View 1 Replies View Related

Debian Configuration :: Latest Wine Repo - Where To Get The Latest Unstable Automatically

Nov 29, 2010

The latest in experimental is 1.1... the stable by upstream is 1.2 and the latest unstable is 1.3. So is there a repository where I can get the latest unstable automatically?

View 7 Replies View Related







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