Search Results

Search: Posts Made By: FreddoT
Forum: Web Development 08-12-2013
3,052
Posted By FreddoT
I know what a 404 error is :p it just seemed...
I know what a 404 error is :p it just seemed unlikely that a major repository wouldn't have such a major package.

Your mirror worked, anyway, thanks :)

Freddy
Forum: Web Development 08-12-2013
3,052
Posted By FreddoT
Can't Install MySQL with PHP
Hi,

I'm on a Raspberry Pi with Raspbian Wheezy.

I urgently need to get MySQL running with PHP, but I get an error.
For example:
$con=mysql_connect("127.0.0.1","root","******","ids");
gives...
Forum: Web Development 07-04-2013
1,444
Posted By FreddoT
Apache already has settings for that, you can...
Apache already has settings for that, you can prioritise index files.

I could always have list like

no extension, .html, .php

or something like that. My point is, your query applies also to...
Forum: Web Development 07-04-2013
1,444
Posted By FreddoT
Default PHP Sites
Hi,

I am aware that you can use a DirectoryIndex directive to ensure that the default page is "index.php" or something similar, but my situation is slightly different.

Essentially (I'm sure...
1,711
Posted By FreddoT
Cheers
rbatte1, turned out you were pretty close. I realised there was a broken ntfs on the hdd, that's why it wasn't mounting.

Cheers all,

Freddy
1,711
Posted By FreddoT
Output of ls -ld /dev/sda1 /media/int: ...
Output of ls -ld /dev/sda1 /media/int:

brw-rw---- 1 root disk 8, 1 Jun 21 21:47 /dev/sda1
drwxr-xr-x 2 root root 40 Jun 21 21:26 /media/int/
1,711
Posted By FreddoT
UNIX Mount Issue
Hi,

Not entirely sure if this is the right thread.

Essentially, fdisk -l shows that /dev/sda is a drive (750 GB), with 1 partition at /dev/sda1 with system type "Linux".

I'm pretty nooby at...
Forum: Linux 06-08-2013
2,249
Posted By FreddoT
Thanks!
Hi,
Ctrl + J worked great. Thanks to bartus11 and to jim mcnamara for the clarification.

Freddy.
Forum: Linux 06-07-2013
2,249
Posted By FreddoT
Infuriating Telnet Issue
Hi,

Recently I've been working a lot with telnet for various reasons (obsolete, I realise). However, I've run into an issue.

With most telnet clients, login is possible. However, with a few,...
2,673
Posted By FreddoT
Thanks!
Thankyou so much! Helped loads!

I ended up with:

pass=$(perl -e 'print crypt($ARGV[0], "password")' $2)
sudo /usr/sbin/useradd $1 -s /bin/bash -p $pass -d /home/onlineusers/$1 -m -g...
2,673
Posted By FreddoT
Log Out SSH User in Bash
So, I've been writing a system to allow users temporary access onto a system.

Essentially, there's a web server with a PHP script, the PHP script takes a Username & Password from a webform, and...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 05:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy