General :: Create A Simple Website Which Can Communicate With Unix Server?
Mar 8, 2010
I want to create a simple website which can communicate with unix server.For example i want to run some command on a unix server through a website.
View 10 Replies
ADVERTISEMENT
Feb 14, 2010
I wanted to create and host a simple website using LAMP and Drupal. I read an article in a Linux magazine a while back on how to do this, but can't seem to find any instructions. Can someone direct me to a site or link that has step by step instructions on setting up lamp and drupal?
View 9 Replies
View Related
Nov 7, 2010
Its 2 weeks i'm trying to configure freeradius2 on centos5 64bit after installed it from yum.all seems working, but i cant authenticate unix users.after digging in many sites its simply cant find user name and password ( ++[unix] returns notfound )Also how can i paste here all the radiusd -X log lines? i can't find any
radius.log file.
View 10 Replies
View Related
Jul 31, 2010
Are there programs for this? Really really simple page layouts that you can edit and host from a graphical desktop that has your web browsers and Pidgen and VLC media player and everything running on it at the same time?
View 9 Replies
View Related
Jun 28, 2009
I am having a time at trying to get a simple FTP setup to my Var/www/html folder for my canned Joomla website. I can log in anon with no write permissions, but it will not log in using any users I have setup on the server. I've googled a bunch, but nothing to correct my 530 authentication failure when I try to log in as one of my user accounts for the server.
View 2 Replies
View Related
Apr 3, 2011
How to made a simple website in linux using bash scripting.
View 3 Replies
View Related
Jan 12, 2010
I'm trying to install a new ubunto server , to create a video streaming website , and live legal channel broadcasting. what all I should install in my server to broadcast my channels. Channel stream uses windows media player or flash player. Dynamic content can be managed with PHP programming language How do justin Tv or livestream , get video from users to broadcast channels ? [URL]
View 2 Replies
View Related
Aug 1, 2011
It should not have any /home/. It only can access a folder and that folder is home default for this account.
Details about my usage: We have a simple folder which contains demo code and we want to create a user to read this folder only
View 2 Replies
View Related
Feb 20, 2010
Are there any tools that can be used to create a simple GUI for the bash script files i have created, and the GUI should be able to run on both Solaris and Red Hat systems.
View 4 Replies
View Related
Apr 4, 2010
I wanted to start a website on fedora 12.But dont know how to proceed.Website is to be build for college.I know how to setup localhost on fedora 12.But there are certain points like "webspace" and "domain name".Can I have my own DNS server?...then how to set it up..? how build a website on fedora 12...? What to purschase...? What can be done without purchase..?
View 5 Replies
View Related
May 9, 2011
My daughter wants to build a little website that looks a bit like a magazine for her family and select friends. Front page has links to stories or articles she'll write. She would also like to post some pictures for people to see and maybe have people add comments if they like. I'd like to host it locally on our home server and limit access with an id and password. I would use something like DYNDNS.com to point family and friends to our server where they could login. I have an Ubuntu Lamp server setup to install what we need.
View 4 Replies
View Related
Oct 2, 2010
I am trying to set up a website from my ubuntu machine through IIS of windows server 2003. I am sharing the folder I want to store the files in across the network and all the computers are seeing it find.
The question is, how do I do this so it does not require a password to connect to it or give windows the permission without having to put them in every time.
I can get to my website, but it is asking for username and pass... I need that gone.
View 4 Replies
View Related
Dec 26, 2010
I am installing RHEL 5.5 to be a syslog server to collects logs from servers (HP-UX, Linux, Windows and Cisco Network Devices). and i can now collect logs from my windows PC on syslog linux server by using Datagram SyslogAgent software. can collect logs from HP-UX 11.23 server. and i configuring the Unix server as in the steps below:
1. Log in as root
2. Go to /etc/syslog.conf
3. Add a line: *.*<tab>@<Sentinel Server IP Address>
*.* @10.15.1.5
4. Save and Close
# netstat -na | grep 514
tcp 0 0 *.514 *.* LISTEN
udp 0 0 *.514 *.*
[code]....
View 1 Replies
View Related
May 14, 2011
I just got SSH access to my shared hosting server (unix). I am current in a directory on the server where there is a file called images.zip. I want to download this to my desktop (I am running windows locally if that matters). Which command do I need and what is the syntax?
View 8 Replies
View Related
Jun 2, 2011
I want to write a shell script which will copy files from user Mac machine to UNIX Server without prompting userID and Password. I do not want to use ssh or rcp commands as it prompts for password.
View 5 Replies
View Related
Jun 16, 2009
I have using ubuntu nis server (LTS 8.04.1) and all nis client fedora 6,7,8,9 its working fine yesterday I installed new client os fedora 11 and configure nis client I started ypbind service can't start I did client configuration.
1. /etc/sysconfig/network add NISDOMAIN=TEST
2. /etc/sysconfig/authconfig UseNIS=yes
3./etc/nsswith.conf
passwd: files nis
shadow: files nis
group: files nis
4. /etc/yp.conf
Add nisdomain and ypserver name
After I stop ip6tables and iptable and network Manager
Shutting down NIS service: [FAILED]
Starting NIS service: [ OK ]
Binding NIS service: ....................... [FAILED]
View 1 Replies
View Related
Sep 8, 2011
I am trying to ssh into my server from the command-line without including the username in the url. I do not want it to send any username, as it currently takes the active account and sends that as user.ex:
ssh server.com -> (doesn't send default username)
instead of [URL] I would want to input username directly into the server, just like it is done using putty on windows. he wants to be prompted for a username, rather than having to provide one when connecting - but I don't really see the utility in such a thing. - birryree Sep 8 at 17:41
View 3 Replies
View Related
Dec 15, 2010
This issue was prompted by Groupwise MTA not communicating with a Post Office that I had migrated to our first Linux box. I found out why, because I cannot communicate with it at all, other than through ethernet. I'm not sure what the problem is. I've checked the firewall and opened up all the ports that I'm trying to communicate on.ve made sure Apache is loaded
View 2 Replies
View Related
Jan 21, 2011
have a built piece of software that I wrote with a whopping 3 files included total.Iwant to package this inside an rpm. I don't need complex stuff like postinstall scripts, dependencies, subpackages, or any of that stuff. I just want a simple rpm with the 3 files, a package identifier, and a summary. I am not planning on posting this rpm on a repo such as fedora or rpmfusion.
View 1 Replies
View Related
Mar 26, 2011
How to create a simple Makefile using C....
View 3 Replies
View Related
Feb 2, 2011
I have recently moved my OS to Linux Ubuntu. My friend and I have a good idea for a web and forum site - we have bounced the idea off many trusted friends and all say do it. As i am retired we need to keep costs down and therefore don't want to spend money on a web hosting package at the moment. We have acquired our domain name and now want to start practicing with some software to both design our web page and forum. My specific questions/ requests are:
Is there a simple Linux friendly software package that will easily take me through the process of designing a web page as I need to practice and learn. Is there a simple Linux package that will allow me to set out our ideas for a forum without having a hosting account? Does vbullitin work with Linux and is it straight forward to use for a beginner to web site issues and Linux, like myself?
We just want to get started and to get the basics right. We don't want a lot of technical jargon just honest simple advice (i am sure you all understand this feeling).
View 10 Replies
View Related
Jun 24, 2011
I need to create a simple diagram - basically, a small binary tree with labels on the nodes. I would probably posting that as a graphic illustration for a forum or blog post (but not at these forums).Looking at KDE menus, "gimp", "mtPaint", "LibreOffice draw" and "Inkscape" look as if they might be possibilities.When it comes to drawing, I'm am all thumbs (hopelessly incompetent). So what do you folk suggest as an easy way to get the job done.
View 5 Replies
View Related
Mar 8, 2010
GNU/Linux kernel 2.6 Suppose I have 7.5GB file a I want to create two DVDs with it as simple data. Can I do this? And how do I retrieve the file afterwards?
View 4 Replies
View Related
Jan 5, 2010
What is the step by step procedure of creating simple DNS in redhat enterprise linux?
or by using simply named.conf,resolve.conf, with forward zone & reverse zone.
View 4 Replies
View Related
May 13, 2011
I simply cannot find anyway to create a simple desktop shortcut. I am Using Linux Ubuntu 11.04 with the Unity Interface. I love the panel on the side, but I would also like simple desktop shortcuts also. I can't do it. I tried dragging them on and nothing, I tried right clicking to see if there was an option and nothing. Where can I do this?
View 5 Replies
View Related
Jan 5, 2011
I've decided to try and setup a simple home server with Debian. I can either install the OS on a compact flash card and use hard disks as storage, or just install everything on the hard disk. I'd also like to set up a software raid for mirroring. I've never done this before, and most recently updated documentation i've found is for ubuntu. Any advice or good links someone can point me to on how to set up raid? I'd like to encrypt my hard disks but I don't know what my options are. It seems like people point to truecrypt, but i'm wondering what else is out there or if people have any advice on this. Would it be feasible to do this if I install the OS on a compact flash card and?
View 3 Replies
View Related
Jun 2, 2011
I have my server however I cannot access the website outside my network. How do use a domain name from godaddy to link it?
View 1 Replies
View Related
Nov 26, 2010
I'm looking for a tutorial on how to create a simple pppd tunnel between two machines. I've found alot of tutorials about pppd over ssh (using the pty option) but for the purpose I just want a simple pppd tunnel.
Specs
host 1: lan ip 10.101.10.20 running slackware 13.0
host 2: lan ip 10.101.10.21 running slackware 13.1
View 2 Replies
View Related
Nov 24, 2010
i'm trying to create simple form that will also upload only xml data. first, the user will need to upload an xml document only by clicking submit, the data will be posted to the server and the user will be redirected to uploader.php. This PHP file is going
to process the form data and do all the work.
PHP Code:
[code]....
View 1 Replies
View Related
Apr 6, 2010
I need to create an object using DIA (0.96.1) with the following characteristics: simple text (basically a number) exactly centered in a circle The reason why I need a way to exactly center the text is that I need to export the diagram within a vectorial graphic format and change its font. If the text is "manually" centered the result is not satisfactory.There are few defined objects in DIA that automatically center the text within a frame but none with a circle.
View 4 Replies
View Related