Showing headlines posted by MohdSohail

« Previous ( 1 ... 12 13 14 15 16 17 18 19 20 21 22 ... 43 ) Next »

Best Websites For Programmers

As a programmer, you will often find yourself as a permanent visitor of some websites. These can be tutorial, reference or forums websites. So here in this article let us have a look at the best websites for programmers.

Here Is What's New In Fedora 28

For those who don't know about this Linux distro, Fedora is one of those Linux distributions that comes released with cutting-edge software rather than staying on the same boat with other distributions that prefers stability. Fedora comes in three flavors: Workstation, Server, and Atomic. I'll be reviewing Fedora Workstation; used by many developers and users as their general purpose computing platform.

Introduction To VPS Or Virtual Private Server

  • TheITstuff.com; By Rishabh (Posted by MohdSohail on May 21, 2018 4:44 AM EDT)
  • Story Type: Reviews
VPS or Virtual Private Server is a virtual machine that’s hosted somewhere in the world. A VPS provider divides a physical computer into multiple virtual computers and one can buy and access those virtual machines as a service.

Raspberry Pi Series Part 4: Ten Raspberry Pi Linux Distributions To Get You Going In 2018

This is the first 10 things article in a series of articles about the Raspberry Pi. In this article, we feature 10 best Raspbian alternatives for your Raspberry Pi. Although the question here is not which is best for but which is best for which task. ?

Linux Network Management with netstat

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on May 20, 2018 7:12 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The netstat (short for network statistics) command line tool helps in retrieving information such as network connections, network interfaces in use, routing tables, masquerade connections. It lists out all the TCP, UDP socket connections, and the UNIX socket connections.

How To Download And Set Up Firefox Quantum On Debian Stretch

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on May 18, 2018 4:01 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Though Debian stretch is the latest version, it lacks one thing i.e., Firefox Quantum. However, it comes pre-installed with Iceweasel which is an ESR version of Firefox. Today, I'll demonstrate through step by step instructions on how to download the latest version of Firefox from its official website (Mozilla) and then setting it up as the default web browser on your computer. And succeedingly remove the ESR version of Firefox; if it bothers you.

What is Captcha? | Why Do Use Captcha Codes On Websites?

Remember the good old times when the internet was run by humans and used by humans. Well, it is still run by humans but we now have robots using it too.

Make Ubuntu Bootable USB In Windows 10

Ubuntu 18.04 LTS has recently been released and what’s better than trying out a freshly launched distro. Lucky for us, it is extremely easy to make an Ubuntu bootable drive that can not only be used for installing Ubuntu but you can use that to run Ubuntu live(without installing) as well. So let us begin step by step.

Basics Of Compiling Software From Source Code In Linux

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on May 16, 2018 9:58 PM EDT)
  • Story Type: Tutorial; Groups: Linux
From time to time, you may want or need to compile a software/program from the source code. This involves compiling C or C++ code into something we can execute in Linux. Depending on the software you wish to compile, it’s often unnecessary to do so. This is because your distribution will likely have the binary form of the program already in the software repositories. In fact, you should choose the binary packages over compiling from source. One reason is that it could potentially introduce problems for your system. However, if ever the time should come where you need compile from source, this guide will give you some basic pointers.

Setting Up LVM Partition On Linux Server

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on May 13, 2018 5:33 AM EDT)
  • Story Type: Reviews; Groups: Linux
Think about this situation, you have a Ubuntu server and with your home videos or movies, books and other important files that are worth having a backup. You don’t have enough space on your laptop and also on your server the available space is almost gone. You go to a shop and buy a new HDD to make more space on your server but, when you connect it and you run lsbk you see two different discs on your system and you can’t have for examples home videos1 and home videos2 because you want to get them organized properly.

Complete Tutorial On How To Setup SSH Keys & SSH Connections

SSH is a famous way to connect to remote machines securely and easily. You can use SSH to connect to your cloud server/VM or a friend’s PC or almost anyone remotely to perform certain activities you want. For instance, I use SSH to connect to my Google Cloud Console so that I can manage my VM via my terminal rather than opening an ssh connection in the browser. Your reason can be different but in the end the goal is to connect to a remote machine locally.

Starting Up With Xubuntu

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on May 8, 2018 10:13 PM EDT)
  • Story Type: Reviews; Groups: Linux
Hello newbies, welcome to the world of Ubuntu [oh wait there...] Xubuntu! So what’s fancy about this distro. Well, I say lightweight, then, in turn, lights up this tiny bulb in your brain faster computing speed, resource saving and ... (you guess what’s more).

Raspberry Pi Series Part 3: From Purchase To Assembly

Welcome back to our Raspberry Series. This time we are going to touch on how to acquire a Raspberry, set up the raspberry with all the required peripherals and get the essential installations, especially a perfect Linux distro.

Redshift Control Display Color Temperature

Redshift is a program that adjusts the color temperature of your computer screen according to daytime and nighttime. This program is suitable for those people working on computers during night shift as it will hurt your eyes less.

Raspberry Pi Series Part 2: Laying Out The Basics II

In the last article, we covered the basics of Raspberry Pi. We talked about what Raspberry Pi is and how it can help make amazing projects. In this article, I'll talk about the parts of Raspberry Pi board. So let's get started!

Complete Setup Tutorial For Lighttpd, A Lightweight Web Server

There is a web server that is very conservative in its resource usage and memory footprint. That server is known as lighttpd (pronounced ‘lighty’). Setting one lighttpd instance can be a bit tricky, so this tutorial serves as a clear guide on how to properly configure a lighttpd server on Linux. Understanding the configuration file for each web server instance is key to successfully running lighttpd. This tutorial will also cover adding PHP support for your web servers.

Record Terminal Activity For Ubuntu 16.04 LTS Server

At times system administrators and developers need to use many, complex and lengthy commands in order to perform a critical task. Most of the users will copy those commands and output generated by those respective commands in a text file for review or future reference. Of course, “history” feature of the shell will help you in getting the list of commands used in the past but it won’t help in getting the output generated for those commands.

Raspberry Pi Series Part 1: Laying Out The Basics

It is thrilling to explore some of the possibilities technology can introduce. Hiking through mountain thickets for a herbalist, will not be quite an adventure without the interesting possibility to discover a new herb, an indigenous weed or a revolutionary cure for a rare disease.

How To Make Gedit More Programmer Friendly

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Apr 20, 2018 3:16 PM EDT)
  • Groups: Linux
Gedit is the default text editor that comes pre-installed on Linux with GNOME as its desktop environment. It is extensible with plugins while at the same time simple and easy to use for newbies; pretty much like notepad you find on your Windows PC.

LMMS Guide Part 2: Tempo, Time Signatures, Beats and Bass Lines

We continue on from part 1 of the LMMS tutorial where we got to do a little experimenting with melodies and beats using the sounds, instruments that came with LMMS. Today we begin exploring options of how to compose music with different time signatures, tempo, or beats per minute. We will also continue to experiment with drum tracks and basslines.

« Previous ( 1 ... 12 13 14 15 16 17 18 19 20 21 22 ... 43 ) Next »