Posted by Suhas on October 22, 2012 ·
My friend wanted access to a computer at college because he was working on his college project where they had to create a cloud farm using OpenStack.
He wanted to work from home (that is one of the perk if you are a software person). The computer was behind the college NAT. So, doing something like this would need the SysAdmin and presumably a convoluted process.
I found this nice remote forwarding [...]
Posted by Suhas on May 2, 2012 ·
Here’s a quick snippet to install Ruby on your Ubuntu system. RVM = Awesomeness!
login as single user, not root.
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bashrc
source ~/.bashrc
Check [...]
Posted by Suhas on November 10, 2011 ·
If you are new to linux this might be a little difficult. Once you have some basics nailed, its super easy. Here’s how to get it working without worrying about usergroups etc etc. I just wanted to get it working with my WordPress setup (Apache).
First, install vsftpd
sudo apt-get install vsftpd
Configure your installation.
sudo nano /etc/vsftpd.conf
or
sudo vi /etc/vsftpd.conf
You need to have [...]
Posted by Suraj on January 20, 2011 ·
Hey! It took me a while to figure out that Linux is in fact the best OS for a non-gamer like me. And whenever I DO login Windows, even by mistake, I am greeted by a slew of viruses and a painfully slow speed. đŸ˜®
So I figured I should do even my C programming on Linux. It was there in my coursework from college you know!
There are two ways in which you can program in C in Linux:
1) Use an IDE (Integrated [...]
Posted by Suhas on December 10, 2010 ·
By default, the root password is not set. You can set it easily.
1) Go to Applications –> Accessories –> Terminal.
2) And enter
sudo passwd root
3) You’ll get a password prompt. Set the pasword..
To login as root.
su
Posted by Prashanth on July 21, 2010 ·
In the post about running windows apps on Linux, my friend Suraj had told us about the software Wine and its ability to run Windows apps on linux.
But wait, how would it be if those popular windows software have got their own Linux versions? Yes,they do! Many software developers like Google and Adobe, noticing the increase in number of Linux users, have released their products for Linux platform!
And [...]
Posted by Suraj on June 20, 2010 ·
There is only one reason why linux has not been able to replace windows entirely: the applications!
Windows applications let you do things that you can do only on windows, not linux. To break out of that shell, a few Linux enthusiasts started the so-called “Wine” project.
That’s a software that is supposed to be an attempt to do the same that is; run windows apps on Linux, Solaris, [...]
Posted by Suhas on October 27, 2009 ·
QWERTY is the most used Keyboard layout in the world. It was designed to minimize typebar clashes in a typewriter. Now, in the computer age, we are still using the old design instead of the new and improved design – The Dvorak Simplified Keyboard. This layout has better ergonomics, reduces fatigue, increases typing speed etc (More Info). As a matter of fact, you can also type with one finger! But, [...]
Posted by Suhas on July 13, 2009 ·
Yes! You can do this. I had my hard drive broken for some days. So, for the time being I used this to browse the Internet etc. VERY handy tool.
1) Download this file.
2) Extract the contents to your flash drive.
3) Double click on ‘makeboot.bat’. This make your flash drive bootable.
4) Restart and you are good to go.
Login and passwords:User: root password: root
User: guest password: [...]