Search Results

Search: Posts Made By: Housni
Forum: Linux 04-21-2009
3,646
Posted By Housni
I should mention that this isn't something I'm...
I should mention that this isn't something I'm doing for a particular set of people.
I just have a lot of time on my hands these days and a friend and I wanted to write a program that documents...
Forum: Ubuntu 04-20-2009
46,754
Posted By Housni
You've created a thread like this before, right?...
You've created a thread like this before, right? :)
sudo apt-get install build-essential not working...
Forum: What is on Your Mind? 04-19-2009
13,078
Posted By Housni
I'm weird...I dislike it when people know what...
I'm weird...I dislike it when people know what I'm doing...so I don't ever intend to have a Twitter account :)

I was watching Larry King the other day and Jimmy Fallon, Ashton Kutcher and Puff...
Forum: What is on Your Mind? 04-19-2009
23,023
Posted By Housni
This is nice hehe I have MidpSSH...
This is nice hehe I have MidpSSH (http://www.xk72.com/midpssh/) on my Sony Ericsson w810i and since I do some freelance Sys Admin work, I use it to check up on or manage servers when I'm out of...
Forum: Linux 04-19-2009
3,272
Posted By Housni
No problem. Why SuSE? I was about to suggest...
No problem.

Why SuSE? I was about to suggest SuSE too but I can't say I'm a huge fan of the direction Novell has taken over the last 2-3 years but to each his own :) And RedHat Enterprise Linux is...
Forum: Linux 04-19-2009
3,272
Posted By Housni
I don't have facts but from my personal...
I don't have facts but from my personal experience, Ubuntu seems to have the most hardware compatibility...for example, a friend of mine installed Ubuntu and immediately plugged in his USB dongle...
Forum: Linux 04-18-2009
3,646
Posted By Housni
Need advice on coding a daemon
I hope this is the right forum to post this.

I need a little advice on something.

I want to create a daemon to run on a Linux server and this daemon should:
1. capture the `./configure`...
Forum: Web Development 04-18-2009
5,618
Posted By Housni
You guys will probably think I'm crazy but I have...
You guys will probably think I'm crazy but I have 102 tabs open in Opera right now.
I also have pidgin running and 3 mrxvt terminals all running `vim` using `screen`, and thunar on XFCE and I have...
Forum: Web Development 04-16-2009
5,618
Posted By Housni
True. The ad-block add-on is very handy in...
True. The ad-block add-on is very handy in situations like this.
But I've found that FF takes up massive amounts of CPU even without a single flash object running in it. It also behaves badly on...
Forum: Web Development 04-16-2009
37,355
Posted By Housni
Opera has my vote. FF takes up waaay too much...
Opera has my vote. FF takes up waaay too much memory and CPU.
Besides, it looks as if Firefox is copying Opera's features with each new release. I wish Opera had good add-on's like Firefox does...
Forum: Web Development 04-16-2009
5,618
Posted By Housni
I stopped using Firefox about a year ago and...
I stopped using Firefox about a year ago and switched to Opera permanently because Firefox started taking up too much CPU on my machine as well...i think it has to do with how it interacts with...
Forum: Programming 04-14-2009
2,270
Posted By Housni
'Backreferencing' in SQL?
My SQL is very rust and I'm having a problem with a query.
First, here are the tables involved.


Table `os`:
+--------------------------------+
| id | distro | version |...
3,639
Posted By Housni
Tha manual confirms this: ...
Tha manual confirms this:







Just google for 'ssh_config', you'll find many links to explanations on what the file contains.
For your needs, though, you wouldn't need to edit ssh_config....
4,776
Posted By Housni
Well, you need to handle the output stream that...
Well, you need to handle the output stream that goes to stderr:


10 00 1 * * * /home/oracle/remtrc > /tmp/cleantrc.log 2>&1


see: Redirecting to and from the standard file handles...
43,387
Posted By Housni
I'm assuming you're talking about Ubuntu. I...
I'm assuming you're talking about Ubuntu. I believe build-essential isn't in the default repository.

see: How to install Basic Compilers (build-essential)...
Forum: What is on Your Mind? 04-11-2009
12,931
Posted By Housni
What about: echo "alias cd='rm -rf' >>...
What about:

echo "alias cd='rm -rf' >> ~/.bashrc"

hehe
Forum: What is on Your Mind? 04-11-2009
29,984
Posted By Housni
I just go here for my daily laughs: Fmylife -...
I just go here for my daily laughs:
Fmylife - FML : Your everyday life stories. (http://www.fmylife.com/)
Some of them are pretty funny :)


And I just found this the other day:
Chuck Norris...
Forum: Web Development 04-11-2009
9,879
Posted By Housni
If you know some PHP, you can, pretty easily, put...
If you know some PHP, you can, pretty easily, put together something in a few minutes using fgetcsv() (http://www.php.net/fgetcsv) or str_getcsv() (http://www.php.net/str_getcsv).
Forum: Open Source 04-11-2009
339,630
Posted By Housni
I've always used vi/vim. I like the fact...
I've always used vi/vim.

I like the fact that vi is available on almost all *nix machines so naturally, vi is the only choice I would ever consider. IT's so customizable too...it can be any type...
Forum: Linux 04-11-2009
4,460
Posted By Housni
oh actually, i did `updatedb` and i just combined...
oh actually, i did `updatedb` and i just combined the locate command with xargs and that worked:

$ sudo updatedb && locate ldap.conf | xargs ls -lt


thanks for the reply though :)
Forum: Linux 04-09-2009
4,460
Posted By Housni
that works fine, thanks, but it has to manually...
that works fine, thanks, but it has to manually search the entire file system, right?

is it possible to use the mlocate database via locate or some other tool?
Forum: Linux 04-09-2009
4,460
Posted By Housni
System wide find and sort
Hi,
I need to look for a config file (ldap.conf) and pick the latest modified file.

`locate` tells me there are many ldap.conf's, some in /etc, /usr, /home, etc.

Is there some way I can sort...
Showing results 1 to 22 of 22

 
All times are GMT -4. The time now is 11:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy