Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #16.0K
Ranked #2K
~3K People Reached
Member Avatar for samarudge

Hey, I need to install PHPIze (To install XCache) so I ran the command [CODE]yum install php-devel[/CODE] (PHPIze is within the php-devel package) And that gives me the output [CODE]Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel: ftp.uni-koeln.de * rpmforge: ftp-stud.fht-esslingen.de Setting up Install Process Resolving Dependencies …

Member Avatar for abhisek.sanyal
0
461
Member Avatar for micmagicfly

What is the side effect in the following function? [CODE] int ExamPrep (int param1, int& param2) { if (param2 = param1) return param2; else if (param2 > param1) return param1; else return param1 * param2; } [/CODE] A side effect is defined as the result of an operator, expression, statement, …

Member Avatar for Spartan-S63
0
125
Member Avatar for nonshatter

Hi, I just have a quick/probably dumb question about this vulnerability... "OpenSSH before 5.1 sets the SO_REUSEADDR socket option when the X11UseLocalhost configuration setting is disabled, which allows local users on some platforms to hijack the X11 forwarding port via a bind to a single IP address, as demonstrated on …

Member Avatar for nonshatter
0
154
Member Avatar for xylude

I am building a website locally and I have a crazy problem. If I enter a path to the file in my browser like: file:///home/jcrider/public_html/site/assets/5182/sound/r_Fantasia_Chopin_44.mp3 It will play the mp3, but when I try to run it through localhost like: [url]http://localhost/site/assets/5182/sound/r_Fantasia_Chopin_44.mp3[/url] It does nothing. It did work once, but I …

Member Avatar for xylude
0
108
Member Avatar for sree_ec

Hi, I have a problem with signal handler algorithm in linux. My code is hanging ( It is continuously looping inside the signal handler) . I am pasting my code here... any help is appreciated [code] #include <stdio.h> #include <stdlib.h> #include <signal.h> struct sigaction oldHandler; void myHandler(int sig, siginfo_t *siginfo, …

Member Avatar for sree_ec
0
311
Member Avatar for web2works

Hi, I have a Virtual machine at xxx.co.uk with Debian Lenny and Apache2. I am trying to install SVN and have been following this guide: [URL="http://wiki.slicehost.com/doku.php?id=install_and_setup_apache_with_ssl_and_subversion"]http://wiki.slicehost.com/doku.php?id=install_and_setup_apache_with_ssl_and_subversion[/URL] The part where I get stuck is the virtual hosts. I have tried reading loads of guides/posts on this but everybody seems to do …

Member Avatar for abhisek.sanyal
0
469
Member Avatar for agent154

I have a need to make my own .img file that can be mounted as a virtual diskette, but I do not know the command I need to use to do so. I've looked briefly at the man page for dd, but I can't tell if this can be used …

Member Avatar for agent154
0
275
Member Avatar for devangjani

Hi everyone, I am creating VM on Centos as a host and Ubuntu as VM , using KVM and Libvirt manger .. When i execute following command : [B] virt-install --connect qemu:///system -n r1u1 -r 2047 --disk vol=rf/r1u1 --disk path=/home/devang/ubuntutest.iso,device=cdrom,bus=ide,perms=ro --vnc --noautoconsole os-type linux --os-variant ubuntujaunty --accelerate[/B] I got Error …

Member Avatar for abhisek.sanyal
0
462
Member Avatar for tshankar

i have AnexGate firewall Version-i586 i forgot root password but i want recover this password. please help ...

Member Avatar for Acrimonus
0
399
Member Avatar for mona-lolly
Member Avatar for thekashyap
0
123
Member Avatar for Hummdis

I have a toaster system that does one thing. I'm looking to provide some network troubleshooting ability to the extremely stripped Linux OS by providing the 'dig' command. However, it appears that 'dig' is only available via the 'bind' package. My questions is: has anyone ever successfully buildt a dig …

Member Avatar for Hummdis
0
160
Member Avatar for hondros

Okay, I have installed Damn Small Linux (I believe v4.something), with syslinux. I am trying to boot it on a Dell Mini laptop. I'm not sure if it runs on any other computer. This is the issue I am having. It always boots to the DSL screen, and waits for …

Member Avatar for abhisek.sanyal
0
132
Member Avatar for elamigosam

hi I wanted to know if there is a way to make a shell file to connect with a ftp server to download only files that are not in the client already, the files are picture files and I want to download only the new added files not the entire …

Member Avatar for abhisek.sanyal
0
74