I just had to do a project in php and I used pear for the form validation and email authentication. I need to say that I had some difficulty to start with but these pages helped me a lot.
It is funny. If you compare these two diagrams they look temprature wise almost the same. But Aussies already talk about winter and freezing. However in Switzerland they talk about warmth and almost sommer;-)
I just moved from Europe to Australia and there you actually get a fast Internet Connection but with bandwidth limitation. So you get a bandwidth volume for peak and off peak time. Of course the one one for the off peak time is much bigger. So at the begin I didn’t care much about it and I was downloading as usual. Soon I had used my volume for the peak time and I could surf just with ISDN speed during the day. So I needed scheduled downloading but I missed that feature in Azureus and aMule. So what’s the solution to that dilemma?
We know MAC OS is based on Unix and there is service called crontab which does the trick. It is running in the background and is used to run commands in a specified interval. What I basically do is open and close the download program in a specific time.
1. Open Terminal
2. “crontab -e”
3. Modifie and put the commands below:
You need to access your computer at home or company. Or do you need to fix you relatives computer but you are to lazy to get up from you chair and visit them. So you need a remote control software. You could use vnc or remote desktop etc. But usually they are behind a firewall and it needs first a lot of configuration. And not everybody knows how to make a ssh tunnel through port 80 to bypass the firewall. Anyway if you looking for a pretty good and fast solution that most of the time works have a look here:
It is by the way free to use, but there are a couple of limitations. One important feature which is missing in the free version is that you can’t share files. Still this service is great and helped me already a couple of times.
Google Map API is very powerful and can be integrated into your webpage. As long as everybody can access the maps in your webpage for free you don’t have to pay for the service. Even it is used commercially. I just start to learn the API and found a very helpful online tutorial. Especially don’t forget to check out the webpage.
I tried to login to my SQL Server with a new user I created and got following error:
Login failed for user ‘root’. The user is not associated with a trusted SQL Server connection.
You need to activate MS Sql Authentication and Windows Authentication Mode:
1. Open MS SQL Server Manegement Studio
2. Right click on the server
3. Properties
4. Security
5. Change from Windows Authentication Mode to SQL Server and Windows Authentication mode
I don’t have a lot of experience in Linux environment but anyway I got the job to install a new webserver at my work. The old server was running on debian already so I decided to take the same linux distribution.
The newest ISO you get from here from here: www.debian.org
For my installation I just needed the CD1. Because I wanted to try it out first I decided to install debian on VMWare Server. So I booted the ISO file in VMWare and did the standard installation without the GUI. We don’t really need a GUI (Graphic User Interface) for a web server. The installation is actually straight forward.
So now we are logged in as root and are in the command line. So what now???
I actually got some error when I tried to install apache and php with apt-get. To add some more sources to the apt source.list file solved the problem.
To edit the source do following:
Shell
1
nano/etc/apt/source.list
You might want to use your own source list. This one worked for me:
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookies
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.