Posts
 
Reputation
Joined
Last Seen
Ranked #776
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
24
Posts with Upvotes
22
Upvoting Members
21
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
9 Commented Posts
0 Endorsements
Ranked #417
Member Avatar for eddiekudzayi

I am thinking of moving to ecommerce development. There is just so much out there so much so that I find myself at a loss as to where to start. I do front end development but I understand backend equally well. Ideally I would like to find a suitable e-commerce …

Member Avatar for EpifaniaPersons
0
680
Member Avatar for lewashby

I've been wanting to build a backup server for my Mint desktop as well as for my Debian media server for a while now. To save money I purchased a Raspberry Pi 2 and I'm going to store it at a friends house who owns an ISP and thus has …

Member Avatar for lewashby
0
307
Member Avatar for basketmen

I am using centos Please help what is SSH commands to do this: run a command 20 times, break 2 seconds, and repeated again so like this // run 20 times wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget http://test.com wget …

Member Avatar for JeoSaurus
0
401
Member Avatar for ITPT

I want a software that can give a back up of any client computer, from my server is there ? what software? and I want a software that I know any change in client PC OS (or HardWare changes !!!),by each client user I want to see this changes in …

Member Avatar for Viola71
0
355
Member Avatar for rohan1111

#ss4 #Usage: ss4 <filename> chmod 744 $1 $1 Hi this is my script , after executing it i am getting error as "./ss4: line 6: ss1: command not found" HELP me.

Member Avatar for rohan1111
0
185
Member Avatar for neeraj_shri

i downloaded mysql-5.6.17-linux-glibc2.5-i686.tar.gz for Ubuntu 13.04 what next step to install it on ubuntu

Member Avatar for JeoSaurus
0
395
Member Avatar for John_Peter

I want to have one .bash_profile works on multiple platform, ubuntu, debian, redhat, cygwin, osx. So how should I organize .bash_profile? It can be multiple files in some subdir Let me brief you: what i want is a way to organize bash_profile across platforms so I can use one set …

Member Avatar for JeoSaurus
0
157
Member Avatar for Siberian

I hope this is the correct area for this post, I'm not to sure where it would fall into, regarding SSH ? Onto my question, is there a method to access Vi or Nano to find the exact path where a directory lies in the <root> directory ?

Member Avatar for JeoSaurus
0
112
Member Avatar for msrikanth

Hi, How should i store "hex" or "oct" values in C-Shell and display them. Thanks Srikanth M

Member Avatar for JeoSaurus
0
87
Member Avatar for mathura.shreedher
Member Avatar for hisan
Member Avatar for 3e0jUn
0
1K
Member Avatar for Jacklittle01
Member Avatar for JeoSaurus
0
136
Member Avatar for McLaren

hello I don't get where my linux space is gone. when i run df -h, it shows used 15 GB of total 20 GB when I run ncdu program, to find what takes, I do sudo ncdu in my root directory. And I see sorted by size directories: 4.7GB home …

Member Avatar for JeoSaurus
0
258
Member Avatar for techman41973

When using the Grep command to find a search string in a set of files, is there a way to dump the results to a text file? Also is there a switch for the Grep command that provides cleaner results for better readability, such as a line feed between each …

Member Avatar for JeoSaurus
0
297
Member Avatar for dihmen

hello guy pls i need someone put me through the stages involve on virtualizing in a virtualiztion machine using redhat 6.0 i have gone as far as installing rhe6. in a virtual form. thanks

Member Avatar for JeoSaurus
0
220
Member Avatar for techman41973

occasionally I run a backup of my phpbb forum files from the Shell command line: zip -r forum_backup ~/public_html/forum/* I'd like to add date elements to the file name, so that the zip file created is automatically formed as forum_backup_05182013.zip or something similar Thanks

Member Avatar for JeoSaurus
0
256
Member Avatar for moe2

i have implemented new passwd policy and forced users to change their password the proble is they dont know what they should insert as new password. i want to display a message like this one "passwd minimum length 8, must have 1 upper, 1 lower, 1 digit) or something like …

Member Avatar for JeoSaurus
0
124
Member Avatar for old_apache
Member Avatar for coding101

trying to send email from nc nc smtp.gmail.com 587 HELO there 250 mx.google.com at your service STARTTLS 220 2.0.0 Ready to start TLS MAIL FROM:<junk@example.com> connection dies.. whats wrong with the protocol im using??

Member Avatar for JeoSaurus
0
107
Member Avatar for voidyman

[CODE] #!opt/local/bin/perl5 use strict; use Spreadsheet::ParseExcel; use XLSX.pm; my $oExcel = new Spreadsheet::ParseExcel; die "You must provide a filename to $0 to be parsed as an Excel file" unless @ARGV; my $oBook = $oExcel->Parse($ARGV[0]); my($iR, $iC, $oWkS, $oWkC); print "FILE :", $oBook->{File} , "\n"; print "COUNT :", $oBook->{SheetCount} , "\n"; …

Member Avatar for 2teez
0
387
Member Avatar for landog

[code] #!/bin/bash if [ [ $a == $b + $c ] || [ $b == $a + $c ] || [ $c == $a + $b ] ]; then [/code] result: too many arguments What is the proper syntax? Thanks!

Member Avatar for laksh.ss
0
163
Member Avatar for dwlamb

A script I am writing on works on the DVD present in the drive at time of script execution. I want to extract merely the label of whatever appears after '/media/'; ./script.sh /media/DVDRW-43/ An obvious solution would be to get the substring by `path='echo ${file:7:9}' #renders DVDRW-43` but I would …

Member Avatar for cheochi
0
175
Member Avatar for Baduizm

I need a simple script to echo current date 600 times once every second redirect it to a text file and follow the file as it grows using a tail command.

Member Avatar for JeoSaurus
0
168
Member Avatar for MCLASS80

I want to output results from a postgresql table into a csv file. I can do this however its also copying over headers and a row count. Im using \o /path then my sql query; Is there a way to get rid of the headers so i just have the …

Member Avatar for Watael
0
119
Member Avatar for Rbezona

I hope someone can give me some insight into a problem I had. I coded a KORN shell script to read files and change data in them. I read a list of files from a file using a while read. then unzipped the file read each record in a while …

Member Avatar for JeoSaurus
0
118
Member Avatar for dwlamb

New to bash, I am trying to change the names of dozens of files as I switch over to Linux. I need something that will work recursively from the root of a directory. In my research I found something like this that I have adapted: find /media/D_Drive/Music/ -name '*&*.*' -exec …

Member Avatar for chris.stout
0
76
Member Avatar for Sundown G

Hi people! I just want to get the sum, max number, average and multiplication of array with n numbers! I already make the sum, but I tried different operators, ways for others and I can't get the another task without errors! Any help! Im really noobie on this Look! #!/bin/bash …

Member Avatar for JeoSaurus
0
118
Member Avatar for dwlamb

I am new to bash scripting. Is it possible to get a value returned on a nested variable? At the command line, the following code will generate desired ouput: while read line; do echo -e "${line:21}"; done < Albums-linux.txt It takes a list of directories for albums and returns a …

Member Avatar for JeoSaurus
0
434
Member Avatar for msrikanth

Hi Friends, I need to some help in connecting to webserver using c shell or tcl scripting in linux ie in my office in linux system we have some intranet which is run by tomcat server so i need to connect to that server and read some data existing in …

Member Avatar for JeoSaurus
0
251
Member Avatar for dinesh17

I am writing a simple DHCP server application that gets ip from a server at boot up ! i wrote a shell script to run the java program that obtains ip from server on another machine... The problem is when i have obtained the ip i store it in a …

Member Avatar for JeoSaurus
0
180