Showing headlines posted by MohdSohail

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

Notepadqq An Alternative To Notepad++ For Linux

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Aug 3, 2018 10:56 PM EDT)
  • Story Type: Reviews; Groups: Linux
Notepadqq is a programmer's text editor program for Linux. It is an alternative to Notepad++, a very popular Windows text editor among programmer's community. Notepadqq is available as a snap app on Ubuntu platform currently, and so is Notepad++. So what makes them different? The answer is one of them is actually a Windows binary that runs on top of WINE (Notepad++) and the other is a native Linux program implemented using Qt technology (Notepadqq).

Walkthrough On How To Use GNOME Boxes

Boxes or GNOME Boxes is a virtualization software for GNOME Desktop Environment. It is similar to Oracle VirtualBox but features a simple user interface. Boxes also pose some challenge for newbies and VirtualBox users, for instance, on VirtualBox, it is easy to install guest addition image through menu bar but the same is not true for Boxes. Rather, users are encouraged to install additional guest tools from the terminal program within the guest session.

Understanding CSRF - Cross-Site Request Forgery

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Aug 2, 2018 1:29 PM EDT)
  • Story Type: Security
Security is a major concern when designing web apps. And I am not talking about DDOS protection, using a strong password or 2 step verification. I am talking about the biggest threat to a web app. It is known as CSRF short for Cross Site Resource Forgery.

Linux Mint 19

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 30, 2018 11:17 AM EDT)
  • Groups: Linux, Mint
Linux Mint is popular with many users as a Windows alternative because the distribution is so down to earth. The creators calmly present meaningful novelties of Linux Mint 19 "Tara", which help in everyday life, such as a timeshift function and auto-updates.

7 Best Arduino Projects To Do In Summer

The free time of summer vacations or continuous hours is for many an ideal time to start more complex or long projects associated with some of their passions. If Arduino is among your interests and you want to reinforce your maker spirit, we propose 7 Arduino projects to do in summer.

What Is SSH Command And How To Use SSH To Connect To Remote Server

There may be times where logging into a computer remotely is necessary. You may require access to a file, need to assist a friend with a problem, or even transfer files between computers. Whatever it is Secure Shell (SSH) lets you connect to another computer running Linux (or indeed another Unix system like BSD or Solaris) over an encrypted connection. For a remote host to receive SSH connections, it must have the daemon running (sshd) and you must have it accept incoming packets to port 22 if a firewall is used.

DOSBox Part 3: Installing DOS Onto A Virtual Hard Drive

The previous tutorial demonstrated the simplicity of booting from floppy images and creating other images using the tools provided by Linux. This guide continues on from that as it goes through step by step how to properly create a hard disk image, hook it up to DOSBox, and install whichever DOS you want, be it MS-DOS, PC-DOS, or DR-DOS.

32-Bit Vs. 64-Bit Operating System

This has really been confusing to some people choosing between 32-bit and 64-bit systems. Head over to any operating system’s website, you will be given a choice to download either versions of the same operating system. So what is the difference? Why do we have two different versions of the same OS? Let us solve this mystery here, once and for all.

Master The Linux Command Line

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 19, 2018 4:58 PM EDT)
  • Groups: Linux
If you use Linux long enough, you will most likely have performed actions via the terminal in some capacity, even if it was something as simple as installing a package. You might even know how to create directories or folders, move, copy or rename files and folders, run software, run the odd script now and then, or even attempted to compile software from source code.

Raspbian OS And Why Everyone Is So Attached To It

The Raspberry is a Debian based Linux distribution created for the Raspberry Pi. It is worth to mention that the Raspberry is designed to only function with the raspberry, however, to account for the rest of alternatives out there, it is all about competition and making the PI more adaptable and flexible.

DistroWatch The Best Website For Distro Hoppers

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 15, 2018 4:11 PM EDT)
  • Story Type: Reviews; Groups: Linux
DistroWatch is a well-known website in the open-source community as a dedicated place to get up-to-date information predominantly about open source operating systems. This article will cover details about what the DistroWatch website offers to open source community including its much-hyped ranking system for Linux distros.

Best Bug Bounty Programs On Internet

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 11, 2018 12:24 PM EDT)
  • Story Type: Security; Groups: Linux
?The software revolution brought many opportunities for programmers. The modern software industry is not just limited to development. The developed software or service might have backdoors or glitches. These can cause vulnerabilities that hackers use to their benefit by exploiting such services.

Proxies Vs. VPNs Vs. Tor Browser

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 10, 2018 8:18 PM EDT)
  • Story Type: Security; Groups: Linux
In a world where global transactions take place within seconds of initiation. Where Millions of cryptocurrency coins are exchanged across the framework of distributed systems. Internet security is and will always remain a major concern.

LMMS Tutorial Part 4: Custom Sounds, Instruments And Other Tricks

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 9, 2018 10:33 AM EDT)
  • Story Type: Reviews; Groups: Linux
In previous articles, you were introduced into the basics of LMMS, and using sound files and presets as instruments for your songs. Also, you were shown a few sound effect plugins using the FM Mixer interface. This series concludes by showing you some of my techniques that I use when composing music with LMMS. Hopefully, you will be able to experiment further with the features that LMMS has to offer and find a way to use these tools (and other ones) in a way that works for you.

All About SELinux

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 8, 2018 2:06 PM EDT)
  • Groups: Kernel, Linux
Almost all of us have heard about SELinux. It stands for Security-Enhanced Linux is a set of kernel modifications, patches, tools which separates the security decisions security policy. In simpler terms, the control of access to security policies including Mandatory Access Control (MAC) away from the security policies itself.

Best Easy To Use Linux Firewalls

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 6, 2018 11:00 PM EDT)
  • Groups: Linux
Have you ever wondered whether Linux is strong enough to secure your system? This is a frequently asked question especially for those starting out with Linux. The answer is yes. But the second consideration here narrows down to, what is your experience level with Linux if you can configure some of its firewalls or just the capability to use these firewalls which sometimes can be a nut to crack.

Youtube-DL A Command-Line & GUI Youtube Downloader For Linux

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 5, 2018 1:25 AM EDT)
  • Groups: Linux
Youtube-DL is a command line tool, developed in Python to download videos from various popular websites including Youtube, Dailymotion, facebook, photobucket and many others. A list of supported video sites is available here. Youtube-dl downloads videos right from the terminal with simply understandble commands. If you like to work with terminal then I am sure you'll like youtube-dl.

SUSE, First Company To Market Linux To Enterprise Acquired For $2.5 Billion

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 4, 2018 1:53 PM EDT)
  • Groups: Linux
SUSE, the company behind the popular Linux distribution, OpenSUSE is going to be acquired for by EQT from Micro Focus for $2.535 billion. SLES, SUSE Linux Enterprice Server is the main Linux distribution from SUSE available for physical, virtual and cloud. OpenSUSE is an open source Linux distribution and SUSE is its main sponsor. OpenSUSE is very popular Linux distro among advanced Linux users who manage their own server.

Best Video Editing Software For Linux In 2018

  • LinuxAndUbuntu.com; By Mohd Sohail (Posted by MohdSohail on Jul 4, 2018 10:21 AM EDT)
  • Groups: Linux
Ubuntu, and Linux in general is not known as the go-to platform for multimedia production. Instead, Apple Mac systems are probably the most popular systems for graphic designers, video editors, and music production specialists, with Windows PCs coming a close second. But Linux also has a lot of good stuff for video editors, it's another thing that most people don't know it. So here is a collection of best video editing software for Linux in 2018.

Google Peering – 10 Times Faster Internet

  • TheITstuff.com; By Rishabh (Posted by MohdSohail on Jul 4, 2018 5:58 AM EDT)
  • Story Type: Reviews
Before we talk about Google Peering, Google owns the smartphone market and this has led to the popularity of all of its services such as Google Drive, Youtube, Play Store etc. Since we spend significant time on these services it would be really great if we could get uninterrupted speeds on these web services.

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