
Ubuntu for Phones has been Announced, Arrives in Early 2014
Canonical has unveiled the mobile version of their Linux-based Ubuntu operating system. Ubuntu for phones uses the same basic kernel and drivers as Android but has a brand new UI and navigation. For starters, Ubuntu makes heavy use of gestures for navigation around. Each of the four comers of the screen can be used to […]
Read More
Linuxgurru: Solutions for Everyone about Linux
Linuxgurru.com is very informative website for all Linux lovers. It provides the best solutions of your problems regarding Linux. This website contain different configuration problems abount Linux/Ubuntu. These Configuration contains DNS-BIND on Ubuntu, Install and Configure AWStats on Centos from Source, Install PHP from Source with MySQL, Apache, My Crypt, Curl, Install uberSVN on Linux, […]
Read More
Ubuntu 12.04 LTS ‘Precise Pangolin’ released
It’s that time of the year when we get a new version of the popular Linux distro, Ubuntu. The newst version, 12.04, dubbed as ‘Precise Pangolin’ in their usual alliterative theme comes with some new features bt mostly just refinements to those added in the previos version. There is now a new HUD that allows the user […]
Read More
How to run Linux with Windows on a Computer
Many of the users want to run Linux for short period to get some of their tasks done. They love windows but still they need to try Linux along with their favorite OS. There are many options that they can try to run Linux on their windows pc. Here I have collected some best options […]
Read More
Server Refused to Start Shell/Command
When you connect the server via winscp software and received this error: “Server refused to start shell/command” Then don’t worry, just do the following: Open the /etc/ssh/sshd_config fle and enable this line “Subsystem sftp /usr/lib/openssh/sftp-server” Your problem will be resolved hopefully.
Read More
How to Install and Configure GIT on Ubuntu
Git is an open source version control system. Git is developed and maintained by the creator of the Linux kernel. Git stores complete files each time the user commits his changes, making recovery and version-diffing reliable, responsive and simple. Here are the commands to install and configure Git on Ubuntu: sudo apt-get install git-core gitosis git-doc […]
Read More
Upgrading FreeBSD Ports Collection
Installing cvsup can be done simply by using the port with the following commands # cd /sr/ports/net/cvsup-without-gui/ # make install # cvsup -L2 -g -h cvsup.freebsd.org /usr/share/examples/cvsup/ports-supfile The -g flag tells cvsup to run without a gui, the -h refers to the host of cvs server. The host can be set within ports-supfile
Read More
Network Settings on FreeBSD
To make network settings on FreeBSD first we have to check the name of interface using following command: $ifconfig emo: flags=8843 metric 0 mtu 1500 options=9b ether 08:00:27:11:11:78 media: Ethernet autoselect (1000baseTX) status: active 1oo: flags=8049 metric 0 mtu 16384 inet6 fe80: : 1%100 prefixlen 64 scopeid 0x2 inet 12.0.0.1 netmask 0xff000000 Now enter these […]
Read More