featured articles
popular articles
random articles
When you are using GoDaddy hosting you can get errors with CodeIgniter framework URLs and routers.
After research I did following configuration, and everything is working fine for me.
First I have changet this valiables in /application/config/config.php
$config['base_url'] = 'http://example.com/';
$config['index_page'] = 'index.php?';
$config['uri_protocol'] = 'REQUEST_URI';
Then I have created...
Problem:
When You use lftp, You maybe get following error:
Fatal error: Certificate verification: Not trusted
Solution:
Disable certificate verification in lftp:
$ vi ~/.lftp/rc
set ssl:verify-certificate no
Here is oDesk Unix Test with score 3.40 of 5 (Passing Score was 2.50).
August, 2012
Aattention: ose only educational purposes!
Topic
Correct Answers(%)
Basic Concepts and Administration
67%
Commands
86%
File Commands
75%
Filters
50%
Filters and Shells
75%
If anyone knows which answer is incorrect please write as comment.
Question 1: The UNIX command
a.out &
runs the program a.out:
...
Installing LAMP server
Update source
apt-get update
Install Vim
apt-get install vim
Install tasksel
apt-get install tasksel
Install LAMP (with tasksel)
type
tasksel
select LAMP and install
Install phpmyadmin
apt-get install phpmyadmin
Install vsftpd
apt-get install vsftpd
Type
vim /etc/vsftpd.conf
Write into file
chroot_local_user=YES
service vsftpd restart
Setting up firewall...
Dear visitors, my friend successfuly passed oDesk TCP/IP Test and was scored 3.25 of 5 (Passing Score vas 2.50).
Here is Results by Topic:
Topic
Correct Answers(%)
1.
IP Addressing
100%
2.
DHCP
100%
3.
Fundamentals
50%
4.
Host Name Resolution
50%
5.
Installing and Configuring
75%
6.
Internetworking and Connectivity
67%
7.
IP Address Resolution
67%
8.
IP Routing
50%
9.
Subnet...
Problem:
When You run ghettoVCB.sh in dryrun mode on ESXi to backup virtual machines, You get:
ERROR: failed to locate and extract VM_ID for MachineName
Solution:
In my example problem was that MachineName contains brackets, after renaming virtual machine problem was...
While Microsoft still hasn’t announced a release date for Windows 8, rumour has it that it’ll hit the shelves later this year. For the record, this will be the third straight time a major Windows version is launched close to the release of arguably the world’s most popular Linux distro – Ubuntu.
Ubuntu and Canonical have cornea long way since their 7.04 Feisty Fawn release, which...