Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Open Source Blogs  >  Ubuntu tutorials open-source Blog  > 

Ubuntu Tutorials Blog


ubuntu-for-humans.blogspot.com
Tutorials and articles about Ubuntu, the free operating system. Ubuntu is perfect for desktop computers, laptops and servers.
2016-07-16 08:52
Yes, you read that right, it is apt instead of apt-get. I was used with apt-get command to install, update and remove repositories packages.apt command compared to apt-get has a few advantag… Read More
2012-08-26 17:06
If you are behind a firewall and you want to narrow the range of ftp passive ports, run this:echo "29799 29899" > /etc/pure-ftpd/conf/PassivePortRangewhere 29799 29899 is your port range… Read More
2011-06-05 07:46
If you want to see all the CPU info (specs) of your server, run this:cat /proc/cpuinfoit will show you something like this:processor : 0vendor_id : GenuineIntelcpu family : 15model : 4model… Read More
2011-05-04 15:24
Yesterday, my server refused to run the mysql process, giving this error:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)The error was… Read More
2011-04-30 14:44
Make sure to check if you have Java already installed by running:sudo java -versionOn Ubuntu server 10.10 they have moved the program into partner repositories, and disabled it. You need to… Read More
2011-04-29 15:52
Celebrate the 20th Anniversary of Linux with us. Watch the Story of Linux to remember - or learn for the first time - how Linux disrupted a market and has begun to change the world. Do you s… Read More
2011-04-26 19:09
If you have setup a port forward on your linux box, you can test it by running port forwarding tests on websites specialized in this job. One of these is http://www.yougetsignal.com/tools/op… Read More
2011-04-24 12:32
The following script will decode the flac files in wav and then encode them in mp3.1. First we install flac and lame library:sudo apt-get install flac lame2. Open a file:sudo nano /bin/flac2… Read More
2011-04-24 10:05
Still seeing this request quite frequently in my website logs, I thought I'd expand the topic a bit more, given the fact that I've somehow left out the most obvious way to confirm the group… Read More
2011-04-24 07:44
Q. How do I recursively change files with 777 permissions to 755 in /home/user/demo directory? I have a number of files in this directory and I need to change from 777 to only if that file h… Read More
2011-04-24 06:24
This video will show you how to set up a local web server on the Ubuntu desktop version. It walks through most of the process using a GUI and uses just a little bit of command line to set s… Read More
2011-04-23 21:12
The most simple solution to a file manager available in terminal under Ubuntu OS, is mc (midnight commander).sudo apt-get install mcIt contains many features1.Master renaming files,editing a… Read More

Share the post

Ubuntu tutorials

×

Subscribe to Ubuntu Tutorials

Get updates delivered right to your inbox!

Thank you for your subscription

×