Archive

Posts Tagged ‘Shell’

Shell Overlay Icons Like Svn

January 30th, 2012 Comments off

Hello,

I want to add to specific folders of my windows explorer a custom overlay icon. I have tried this: http://www.codeproject.com/Articles/7484/How-to-overlay-an-icon-over-existing-shell-objects but got errors and haven’t made it to work. I have windows 7 64bit. I want the dll works both with xp and windows 7 x64 and x86.

I would like to try send me a dll as a sample to register it and get overlay icon. After I will pay you to send me the source code.

It must be done today.

Thanks…

Categories: C/C++, DLL Tags: , , , , , ,

Sinple Script (shell Or Php) To Generate Data

December 30th, 2011 Comments off

I need an experienced php or shell programmer to write a code that will be used to generate some data based on given input.

I will explain more in PMB

Unix Shell Scripting

November 18th, 2011 Comments off

The project is a simple Bash Shell script to organize a collection of files into directories. Detailed specifications have been attached.

Thanks.

Ios Authentication Shell ( Andriod A Plus)

November 13th, 2011 Comments off

We have a need to have native authentication for linkedin, facebook, and twitter as a means to access our web based application. We want to do it in a native format on both the iPhone and iPad form factor and without a browser being launched to access those networks.

If your team can also handle andriod versions as well that is a plus.

Spf And Dkim Shell Script

October 15th, 2011 Comments off

Hi,

I need a spf and dkim shell script to run on a VPS

That’s it,

Thanks,

J

Oracle Daily Checking Shell Script

October 14th, 2011 Comments off

I’m looking for shell script development services on HP-UX, basically i have some requirement to developer some monitoring script for our databases (Oracle) on menu base, to simplify the daily checking for our support team

I have number of cluster servers, in each server number of database, ssh equivalence is enabled between all the servers, so i can run any command across all the servers without the need to enter the password, so i need the script to be able to run some executable or binary from the existing node or across other nodes

I’m thinking to have this script to run as menu, showing me the status of the database instances by running this command for example:

ps -ef | grep pmon

also i need to view the entries for the last 24 hrs or last day for some logs files:

check the log_example.txt

I need also to add some menu commands the will show the output of .sql script .

Unix Shell Scripting

September 9th, 2011 Comments off

Background
In this session,You will write a script that processes a log file and extracts useful information summaries from it, a task that is very common in security and system administration work. The log file in question is a web server log file from the small, portable and secure webserver thttpd. It follows a standard format that is very common in the UNIX world, that is, it’s a flat text file with one record per line and fields delimited by whitespace or other characters.Your task is to write a script that answers the following questions, the idea is that this script will be used by sys admins to extract and summarise relevant information about the operation of the webserver so that they can check for anomalies, i.e. things that stand out from the ordinary, and investigate further if necessary. The logfile consists of lines where each line represent one access request. It pretty much follows the unified apache combined log format. The fields, describe the following: IP number the request originated from; the ident answer from the originator (always ‘-’); the username of the requester as determined by http authentication; date and time the request was processed; the request line as it was received from the client in double quotes; http status code that was sent to the client; number of bytes that was transferred to the client; referer page (from the client); user agent string (from the client). See e.g. the Apache documentation for more details http://httpd.apache.org/docs/1.3/logs.html). Note that the fields are not well delimited (i.e. there is no reserved character to separate fields), this is unfortunately common when it comes to log files and a problem you have to contend with. The task You will write a shell script (and a Python program if you so chose) that reads a log file and answers the following questions:

Web Scraper Shell Script

August 7th, 2011 Comments off

I need to scrape info off a few websites.

- Title
- Product Name
- Description
- Price / Special Price
- All Image filenames

I should be able to output this information in CSV/Tab Delimited to manipulate one excel.

Professional coders only.

Quick Shell Script In Linux

May 17th, 2011 Comments off

Problem description:

I have two sets of files in two separate directories. You need to write a script that will merge (line by line) the two files and output the new data into a 3rd new file in a new directory, you will also need to sort the data, remove duplicates from that line, and remove extra spaces so there is only one space between each item.

You need to do this with multiple lines and multiple files in the directories so its needs to be automated.

Example.
file A1
line 1 – aaa bb cccc mm
line 2 – aa bbb mm

file B1
line 1- dd o zzzzz 3 cccc
line 2- c o zzz mm

the new file that will be created
file C1
line 1- 3 aaa bb ccc ddd mm o zzzzz
line 2- aa bbb c mm o zzz

Thanks

Categories: Automation, Linux Tags: , , , , , ,

Package Design For Small Clam Shell Item 2

April 19th, 2011 Comments off

I would like a creative designer to make a two sided insert for a clam shell package. The item is a fun bathroom electronic device that might be sold at Bed, Bath & Beyond.

Categories: Design, Shell Tags: , , , , , ,

Shell Script – Linux/apache

February 17th, 2010 Comments off

I need a linux (CENTOS) shell script that will create sub-domains and directory structure exactly like the one found here: http://www.welfareinfo.org/

Please study close.

A sub-domain is created for each state twice. First using the complete state spelling, ie, http://miami.florida.welfareinfo.org/, second using the abbreviation for that state, ie, http://miami.fl.welfareinfo.org/.

Then a sub-domain is created for each topic, followed by a directory for each state, (see example) http://debt-settlement.welfareinfo.org/alabama/.

Then followed by the city, followed by the topic, (see example) http://www.welfareinfo.org/alabama/huntsville-debt-settlement.

I will create skeleton index file that would be copied to each directory. Several tags in the file would be replaced text based on it’s location in the directory structure. This should be obvious to you… example page <title> state city topic </title> main header <H1> state city topic </H1> and a few other places in the page text.

Create Shell Scripts In Linux

February 15th, 2010 Comments off

ALL THREE PROGRAMS NEEDED

Create A Shell Script In Linux

February 11th, 2010 Comments off

In this assignment, you will reinforce your understanding of shell variables. I will verify that each pseudo step is addressed by executing your script/program.
1.Create a shell script located in your home directory.
2.Convert the pseudocode below into an executable script. Following the same order
3.Save the file.
4.Execute the script.
5.Provide script and captured output for assignment.
Pseudocode

Create A Shell Script In Linux

February 10th, 2010 Comments off

1. Convert the pseudocode below into an executable script. Following the same order
2. Save the file.
3. Execute the script.
4. Provide script and captured output for assignment.

Quick Shell Script

February 3rd, 2010 Comments off

Hi,

I need a quick shell script written to automate this task.

I have a directory full of files that look like this…

file1.avi.001
file1.avi.002
file1.avi.003

file2.avi.001
file2.avi.002
file2.avi.003
file2.avi.004

file3.mpg.001
file3.mpg.002

I know that I can join them using cat like this:

cat file3.mpg.001 file3.mpg.002 > file3.mpg

Yet, I would like to automate this procedure so I don’t have to type in each file name. Can you write a quick shell script or one line shell script command that can find all the files in the directory in this format and join them in the format that I displayed above?

Thanks,

W.

Shell Project In C

February 2nd, 2010 Comments off

The aim of this project is to write a simple command-line shell in C that will run on a UNIX Computer. The shell should allow the user to start programs and perform simple file manipulation tasks.
Find the enclosed attachment for more details.

Small Shell Scripts (unix)

December 8th, 2009 Comments off

1.Create a small shell script from the following pseudocode:

a) display the line

Creating Jail Account Shell

November 2nd, 2009 Comments off

I’m running FreeBSD 7.1 64bit in my Server.

I need to know how i can create a Jail Account SSH Shell.
I do create an account that don’t do see same directory.

For example, i login to user jon and my directory is /home/jon
Thereare an other user bob in /home/bob.

Jon when run the command “ls -a -l” in /home don’t do see /home/bob.

How can i do?

Thanks for all

Shell Script

October 29th, 2009 Comments off

I need a unix shell script to compress a list of directories and its contents into a single file then to login to a remote ftp host and upload the compressed file via ftp and then send me an email when the transfer has been confirmed so that i am 100% sure that the file has been transfered.

Shell Access Script For Ftp

October 21st, 2009 Comments off

The project has to do with the formtoemail script that I’m using to gather data off a series of about 100 similar websites.

The form has a bbc feature on it. I’m running that form on about 100 sites. But the problem is that I have to come up with a better system, because if I need to add another email to the bbc section of the form that means uploading again to all 100 sites which is very time consuming.

Someone had suggested that all I need is a script or some kind of shell access that would allow me to set which folders I want to upload the form to. That way I could just choose the folders on my host, and click send and then it would automatically upload each formtoemail.php page to all those folders. So I think that might be one solution to this. Unless you have a better solution?

Unix Based

October 17th, 2009 Comments off

Project 1:

Click on Terminal Program.

Start Up Shell Script

October 15th, 2009 Comments off

This program should be written so that it will run on Knoppix or PuTTy.

Create a start-up shell script. Whether you write the scripts as .profile or .cshrc, include the following options:

Your search path to $PATH
Your editor to vi
Two variables of your preference, explain what they are.

Create a shell that completes the following problem:

Windows File Tagger Shell Ext

September 25th, 2009 Comments off

Windows File Tagger Shell Extensions (C++)

Description
————————————
BRIEF
————————————

This project requires solid experience in developing shell extensions — particularly context menu and namespace extensions.

Develop a set of Windows shell extensions that will allow the user to 1) assign (and remove) one or more arbitrary tags to any file, and 2) browse a virtual folder whose subdirectories are the tags in use and whose contents are files who share the tags in this virtual subdirectory. This is a small utility with some tricky plumbing.

————————————
DETAIL
————————————

== General Requirements ==

- Must run under Windows XP/Vista/7. 64-bit support is not required.
- Must be written in unmanaged C++. VB6 or managed solutions (i.e. C#) are prohibited (If you’re submitting a bid, you should already know this restriction.)
- Must be efficient. Rough goal for a dual-core 2GHz machine w/ 1GB RAM is no more than 3s to filter down 5,000 files in the worst case. This is flexible, and meant to give a starting point, but it should be relatively quick.
- File tagging (or untagging) should not modify the file itself in any way.
- Security of tags or tag/file associations is not an issue.
- Must not access/require internet access.

== Requirement 1 – Tag Manipulation – 10% ==

Tagging and removing of tags on arbitrary files, should be the easier of the two tasks and should be implemented as a context menu. The context submenu should include a list of all tags available with those already selected checked or otherwise marked, and allow a user to mark one or more selected files with a given tag.

A tag list will be stored in a plaintext, user-modifiable file. This could be a CSV, INI, whatever. Tag & files associations can be stored in any way that proves efficient. This part does not have to be human readable so a binary format will likely be optimal.

(Optional requirement 1b, a property page accessible via the Properties context menu item displaying checkboxes for the available tags indicating which tags the file is associated with and allowing the user to toggle them. Only if you’re feeling ambitious…)

== Requirement 2 – Tag Browsing – 90% ==

Develop a shell namespace extension to create a virtual directory on the local machine. This directory will ‘point’ to a real directory on the machine but display the contents of that folder and (its subfolders) in a tag-based way. This virtual directory will contain subfolders. The subfolders are tags that have 1 or more files associated with them (empty tags will not be shown). Opening a subfolder will the display subfolders and items — the subfolders will be tags which, in combination with the current tag, yield 1 or more files; and files which match the currently selected tags. In essence, the relative path from the namespace root becomes a list of tags to filter for. At no point should a tag be listed as a subfolder if navigating to it would yield 0 results.

For example, assuming the namespace is rooted at C:UserTags, then a ‘path’ of “C:UserTagsWallpapersCar” should display files tagged with at least ‘Wallpapers’ and ‘Car’. If there were files tagged with ‘Wallpaper’, ‘Car’, and ‘Beach’, then “Beach” would be a subfolder (files with the Beach tag would be shown at this point, however, clicking on the Beach folder would filter out those without that tag.)

Folders under this namespace should behave and respond as standard Windows Explorer folders. Toolbar features such as various ShellViews should work as well as context menus — and of course, Tagging. This will probably entail using DefView. If I knew for sure, I’d be writing this myself.

————————————
Deliverables:
————————————
- Compiled DLLs
- List of any necessary registry settings needed to ‘install’. (.reg file will work)
- Source, including but not limited to: classes, header files, any other resource files or data necessary for compilation and/or use.

Code should be reasonably well documented, at least at the procedure level.

HAPPY BIDDING.

Shell And Php Script Needed

September 23rd, 2009 Comments off

1) create multiple mysql databases on button click
2) then using database user assign full access to new created databases
3) then create file structure from one folder structure and copy folders and files to multiple folders.
4) edit the config.php of all newly created folders.
5) delete the install folder in all newly created folders

Php To Shell Script

September 20th, 2009 Comments off

Please, read the file.txt

Linux Shell Script Project

September 19th, 2009 Comments off

Two part shell script assignment for Linux course.

Please review if you are familiar with Linux and shell scripts.

Thank you!

Application Shell

September 2nd, 2009 Comments off

I need a talented Visual C# Programmer to create a Graphical User Interface (GUI) Shell. (I will provide an Adobe Photoshop drawing of what I am looking for. The programmer must have some creative and artistic ability as well.

This project is for a shell only.

The way the Graphical User Interface will work is that I it will contain labeled buttons. When a button is clicked on, it will open a website link (URL) that will appear within the GUI. (I want to be able to go into the code myself and set the URLs for each button).

More importantly, the GUI must be fresh and space-aged looking and eye-catching.

I will provide a drawing of the general layout for the GUI.

I want to be able to compile the finished program (I will set the URLs) and compile the program as an installable. The program will contain internal HTML web pages.

Shell Script To Check Ports

August 16th, 2009 Comments off

Hi,

I need a shell script which can check whether the port is closed by a firewall or not using nmap

If I enter a hostname and range of ports the script must be able to give me all the ports that were blocked by a firewall, open ports and also listening ports and its service in a file.

Shell Account Service

May 22nd, 2009 Comments off

Hello all,

i want offer a shell service, free and payed.
to offer a secure and good shell account i want to use freebsd.
i do choise the number of this options:

- Background Processes
- IRC Connections
- Login Names
- Personal Ident
- Disk Space
- Personal Vhosts FREE
- Manage a Firewall
- Vhosts
- SSH Access
- Telnet Access
- IRC Networks
- DDOS Protection

If you have any more other option to configure i’m happy.

I also do learn how add this account.
if possible, you do install a control panel to manage the server.

Thanks for read my post.

Please, bid only if you are capable to do this project.

Unix Shell Script

March 29th, 2009 Comments off

Hi their, i need some one to do Unix shell script, i have attached the document of the work, i need the persion to do well on the works if i am happy you will get feature works from me, please read it fully before you bid on the project, i dont need any time wasters. Thanks

Bear