Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~6K People Reached
Favorite Tags
Member Avatar for ashiiiish

Hi I am generating a summary of useraccounts present on around 160 linux servers. I am retrieving the data through a script and storing around 160 csv files in a directory. I want to import all these 160 csv files to one excel worksheet. Can someone please tell me how …

Member Avatar for 2teez
0
186
Member Avatar for dihmen

how can i create a script to backup sub-directories using Tar & Gzip, define threshold, and SSH file to remote host

Member Avatar for ashiiiish
0
130
Member Avatar for ashiiiish

I want to create a SSH user and cage it in its home directory. How to achive this ?

Member Avatar for stormal1
0
88
Member Avatar for bipi09

how can I install the mysql server into CentOS 6.can someone give me the step please :(

Member Avatar for kevin2s
0
217
Member Avatar for ashiiiish

I want to encapsulate a FTP user to putside his home directory like i9f its homedir is /home/ftp/ash, then I want to encapsulate him in /home/ftp How to do this please help me its urgent...

0
119
Member Avatar for ashiiiish

Hi all I want to install mysql in my redhat 5. I have downloaded an rpm but its saying that MYSQL-DEVEL not found. Kindly provide me the link of all those that I need to install.

Member Avatar for sepp2k
0
165
Member Avatar for ashiiiish

I am having around 150 servers. I want to change a string in a file using a script with ssh login. Can someone help me out?

Member Avatar for rubberman
0
68
Member Avatar for DavidB

Hi all. I am just beginning to play with Linux, so I have some very noob-ish questions. I am using the Cygwin console on a Windows 7 computer, connecting to a server running a Gentoo kernel. At the moment, I am exploring some of the *real* basic commands: cp, pwd, …

Member Avatar for DavidB
0
4K
Member Avatar for ashiiiish

Hi I have like 150 LINUX servers. I want to create a user in all the servers through the a script. But that user already exists in some of the servers. How to do this ??? NOTE: SSH login in the servers without password is enabled.

Member Avatar for Shinedevil
0
85
Member Avatar for Sibuns

Hey can someone pls explain me what is program resize2fs and how does it work? i searched the internet and i couldnt find definition that i would understand, so i was hoping anybody here could tell me what it is. Ty for your help

Member Avatar for ashiiiish
0
151
Member Avatar for ashiiiish

<?php $noticeid=$_POST['nid']; $uname=$_SESSION['user']; include('db_connect.php'); $sql="SELECT * FROM notice WHERE nid='$noticeid'"; $data=mysql_query($sql); $d = mysql_fetch_assoc($data); $notice=$d['notice']; echo $notice; ?> When I am retrieving data its saying : Notice: Undefined index: nid in C:\xampp\htdocs\sm\viewnotice.php on line 53 Wheres i am passing the varibale from previous page and its reflecting in browser too. …

Member Avatar for rajesh1158
0
115
Member Avatar for ashiiiish

<?php $tname=$_POST['tname']; $uname=$_SESSION['user']; include('db_connect.php'); $sql="SELECT marks FROM marks WHERE uname='$uname' && tname='$tname'"; $data=mysql_query($sql); $marks=$data['marks']; echo $marks; echo $uname; echo $tname; ?> When I am trying to retrieve data marks is not retrived its displaying as "Marks" Please help

Member Avatar for niranga
0
77
Member Avatar for ashiiiish

Hi I am have to enter marks of 50 students through a single page <table border="1"> <tr><td height="50">UserID </td><td>Name</td><td>Marks </td></tr> <?php include('db_connect.php'); $bname=$_POST['bname']; $res = mysql_query("SELECT * FROM user WHERE batch='$bname'"); while($data = mysql_fetch_array($res)) { $uname=$data['uname']; $uid=$data['uid']; echo "<tr><td>$uid </td><td>$uname</td> <td> <input type='text' size=3 name='$uname'></td></tr>"; } echo "<tr><td colspan='2'><input type='hidden' …

Member Avatar for diafol
0
113
Member Avatar for ashiiiish

I am not able to set php session for starting the session I am using below code session_start(); $_SESSION['username'] = $username; For checking the session I m using <?php if (!isset($_SESSION['username'])) { header('Location: index.html'); } ?> But the session is not being set as I am not able to grep …

Member Avatar for IIM
0
212
Member Avatar for ashiiiish
Member Avatar for ashiiiish
0
85
Member Avatar for ashiiiish

How to disable the like link after it has been clicked ??? My Code echo "<a href=like.php?id=$pid>like($plike)</a>";

Member Avatar for ashiiiish
0
155
Member Avatar for ashiiiish

i am unable to store data in database <?php include ("db_connect.php"); $res = mysql_query("SELECT * FROM posts"); while($data = mysql_fetch_array($res)) { $pid=$data['pid']; } echo $pid; $pid=$pid+1; //Get data in local variable $ptitle=$_POST['ptitle']; $uname=$_POST['uname']; $email=$_POST['email']; $pcont=$_POST['pcont']; if ($uname=="" or $ptitle=="" or $pcont=="" or $email=="") echo "All fields must be entered, hit …

Member Avatar for Biiim
0
89
Member Avatar for ashiiiish
Member Avatar for chrishea
0
254
Member Avatar for ashiiiish
Member Avatar for ashiiiish
0
125
Member Avatar for ashiiiish

i want to have a drop down box containing items a, b, c, d, e, f & g and checkboxes 1-20 now checkboxes 1,2,3 are associated with option a checkbox 4,5,6 are associated with option b like this. now how to display the associated checkbox when an option from the …

Member Avatar for urtrivedi
0
36
Member Avatar for ashiiiish

I am in a great hurry please someone tell me how to populate checkboxes based on the dropdown menu selection if possible please give the code

Member Avatar for ashiiiish
0
68
Member Avatar for ashiiiish

How to automatically move an uploaded file to a new location and rename it just after upload

Member Avatar for urtrivedi
0
58
Member Avatar for ashiiiish

I am trying to upload few texts and the image using the code But its showing error have a look at the two codes... [CODE]<body> <center> <h2>Add News</h2> <form name="news_registration" action="addnews_process.php" method="post" enctype="multipart/form-data"> <table width="600" border="0" align="center"> <tr> <td width="49%" align="left">News Type</td> <td width="3%">&nbsp;</td> <td width="48%" align="right"><select name="category" id="category"> <?php …

Member Avatar for pixelsoul
0
115