Monday, 17 September 2012
On 02:54 by Unknown No comments
This bug is so annoying:
To fix it;
click on the info icon before <?php
then select html 4.0 transitional
For Failing to open project with existing sources:
this trying removing the nbproject directory in your project folder and creating a new netbeans project with those existing files.
Another possibility:
If you encounter this on Linux,confirm that you have enough permissions in the directory you are writing to .You could be not having permissions to write into the folder and thats why netbeans can not create its folder nbproject.
You are good to go .....
To fix it;
click on the info icon before <?php
then select html 4.0 transitional
For Failing to open project with existing sources:
this trying removing the nbproject directory in your project folder and creating a new netbeans project with those existing files.
Another possibility:
If you encounter this on Linux,confirm that you have enough permissions in the directory you are writing to .You could be not having permissions to write into the folder and thats why netbeans can not create its folder nbproject.
You are good to go .....
Sunday, 16 September 2012
On 04:42 by Unknown No comments
right click on the project >properties>run>then change console type to standard output
Friday, 14 September 2012
On 23:14 by Unknown No comments
1.Install build-essential package
apt-get install build-essential
2.Install g++ if not already installed
apt-get install g++
3.You can now check your g++ version
sudo g++ -v
4.Have fun
apt-get install build-essential
2.Install g++ if not already installed
apt-get install g++
3.You can now check your g++ version
sudo g++ -v
4.Have fun
On 08:59 by Unknown No comments
First,you need to creat the file using gedit,
Then open terminal,
Then change directory to to the file location,
Then type g++ <filename>
This will create a file
Finally,
type ./a.out <the new file>
Then open terminal,
Then change directory to to the file location,
Then type g++ <filename>
This will create a file
Finally,
type ./a.out <the new file>
Sunday, 12 August 2012
Wednesday, 25 July 2012
On 23:51 by Unknown No comments
In ubuntu, the root account does exist, However it is not activated by default. Though you should avoid this, but if you want to login using the root account, the this is the workout.
sudo -i
sudo passwd root
replace "passwd" with the password of your choice that you want for the "root" account.
Sunday, 8 July 2012
On 06:39 by Unknown No comments
Install unrar
Note:The commands work only with a full path to the archive directory.
sudo apt-get install unrar
Using unrar to extract
there are several ways
unrar x file.rar
unrar e file.rar
using unrar to list files in the archive
unrar l file.rar
to test integrity of the archive type,the following command
unrar t file.rar
Note:The commands work only with a full path to the archive directory.
sudo apt-get install unrar
Using unrar to extract
there are several ways
unrar x file.rar
unrar e file.rar
using unrar to list files in the archive
unrar l file.rar
to test integrity of the archive type,the following command
unrar t file.rar
Subscribe to:
Posts (Atom)
Search
Popular Posts
-
FileZilla is open source client fast and reliable cross-platform FTPS, FTP, and SFTP also with lots of useful features and with graphical u...
-
check out this: www.phpgrid.org hey,and just before you go, IT IS COMPULSORY THAT YOU HAVE FUN WITH IT
-
First you need to make the file executable: by right clicking on the file->properties->enable executing the file as program using the...
-
Go to the Synaptic Packet Manager, System_administrator-synaptic packaet manager search for usb-mode-switch-data for my case,I installed ...
-
I was having the same problem after doing an update and an upgrade I finally opted to downloading a .sh file and then running it (right ...
-
Install unrar Note:The commands work only with a full path to the archive directory. sudo apt-get install unrar Using unrar to extract t...
-
right click on the project >properties>run>then change console type to standard output
-
How-to Install LAMP Server[Apache, MySQL, Php] On Ubuntu 10.10 14 Linux LAMP servers are also popular, flexible and reliable as WAMP server...
-
->http://www.yolinux.com/TUTORIALS/Subversion.html ->http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html ->http://www....
-
sudo apt-get install lamp-server^
Recent Posts
Sample Text
Blog Archive
Sample Text
Powered by Blogger.
Social Icons
Followers
About Me
Featured Posts
Popular Posts
-
FileZilla is open source client fast and reliable cross-platform FTPS, FTP, and SFTP also with lots of useful features and with graphical u...
-
check out this: www.phpgrid.org hey,and just before you go, IT IS COMPULSORY THAT YOU HAVE FUN WITH IT
-
First you need to make the file executable: by right clicking on the file->properties->enable executing the file as program using the...
-
Go to the Synaptic Packet Manager, System_administrator-synaptic packaet manager search for usb-mode-switch-data for my case,I installed ...
-
I was having the same problem after doing an update and an upgrade I finally opted to downloading a .sh file and then running it (right ...
-
Install unrar Note:The commands work only with a full path to the archive directory. sudo apt-get install unrar Using unrar to extract t...
-
right click on the project >properties>run>then change console type to standard output
-
How-to Install LAMP Server[Apache, MySQL, Php] On Ubuntu 10.10 14 Linux LAMP servers are also popular, flexible and reliable as WAMP server...
-
->http://www.yolinux.com/TUTORIALS/Subversion.html ->http://svnbook.red-bean.com/nightly/en/svn.intro.quickstart.html ->http://www....
-
sudo apt-get install lamp-server^