Link: App Factory Turns Any Script a Into Real App

Mac: One of the nice things about OS X is the fact you can easily make tiny little apps using basic lines of codes. Actually turning those little snippets into an app outside of Terminal requires a compiler though. App Factory eases that process by creating the app for you.

Full article here:
App Factory Turns Any Script a Into Real App (Lifehacker)

Link: Understanding APT, APT-Cache and Their Frequently Used Commands

If you’ve ever used Debian or a Debian based distribution like Ubuntu or Linux Mint, then chances are that you’ve used the APT package system to install or remove software. Even if you’ve never dabbled on the command line, the underlying system that powers your package manager GUI is the APT system.

Today, we are going to take a look at some familiar commands, and dive into some less or more frequently used APT commands, and shed some light on this brilliantly designed system.

Full article here:
Understanding APT, APT-Cache and Their Frequently Used Commands (Tecmint)

Link: Download Videos From Youtube and Other Sites Using ClipGrab

ClipGrab is a free downloader and converter for YouTube, Vimeo, Metacafe, Dailymotion and many other online video sites.
It converts downloaded videos to MPEG4, MP3 or other formats in just one easy step.

Full article here:
Download Videos From Youtube and Other Sites Using ClipGrab (Unixmen)

NOTE: ClipGrab is also available in Windows and Mac OS X versions.

Link: EasyEngine – An Auto Installer Script For Managing WordPress-Nginx Websites On Ubuntu, Debian

EasyEngine (ee) is a Linux shell-script to install and manage wordpress-nginx websites in one go. Using EasyEngine, you can install Nginx, PHP, MySQL, Postfix, phpMyAdmin and their dependencies in one shot easily without the help of a System administrator. It makes very easy to install and manage wordpress-nginx websites, and you don’t have to manually install each packages and memorize all commands. Everything will be done automatically on the background. EasyEngine will work on Ubuntu LTS versions such as Ubuntu 12.04/14.04, and Debian 6/7 version. Unfortunately, there is no support for RPM based systems like CentOS, and there is no future plan to make it work on RPM based systems right now.

Full article here:
EasyEngine – An Auto Installer Script For Managing WordPress-Nginx Websites On Ubuntu, Debian (Unixmen)

Link: How To Install HotShots 2.1.1 On Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 And Derivative Systems

Hello Linux Geeksters. As you may already know, HotShots is a lightweight screenshot tool with editing options. It has the same features as Shutter despite the fact that it is lighter. Hotshots 2.1.1 has been released recently,coming with a bunch of changes:

…..

In this article I will show you how to install HotShots 2.1.1 on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 13 Maya, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, LXLE 14.04, Linux Lite 2.0, Peppermint Five, Deepin 2014 and other Ubuntu 14.04 derivative systems.

Full article here:
How To Install HotShots 2.1.1 On Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 And Derivative Systems (LinuxG.net)

Link: Setting Up Multiple Isolated Linux Systems (Containers) Using LXC On Ubuntu 14.04

LXC, Linux Containers, is a fast, lightweight, and operating system-level virtualization technology that allows us to host multiple isolated Linux systems (Containers) in a single host. Unlike other virtualization methods such as VirtualBox, KVM, and Vmware, the guest systems uses the same kernel of the host system. All guests will efficiently shares the resources such as CPU, RAM, Hard disk, and network etc of your original host computer. The main goal of LXC is to create a Linux environment as close as a standard Linux installation, but without the need for a separate kernel.

Full article here:
Setting Up Multiple Isolated Linux Systems (Containers) Using LXC On Ubuntu 14.04 (Unixmen)

Link: Install YouTube-DL – A Command Line Video Download Tool for Linux

youtube-dl is a Python based small command-line tool that allows to download videos from YouTube.com, Dailymotion, Google Video, Photobucket, Facebook, Yahoo, Metacafe, Depositfiles and few more similar sites. It written in pygtk and requires Python interpreter to run this program, it’s not platform restricted. It should run on any Unix, Windows or in Mac OS X based systems.

Recently, youtube-dl added video download support for 17 new websites: brightcove.com, auengine.com, RingTV, instagram.com, Jukebox, 3sat, CSpan, Statigr.am, traileraddict.com, hotnewhiphop.com, wat.tv, tu.tv, gamespot.com, tudou.com, Wimp.com, archive.org and break.com

Full article here:
Install YouTube-DL – A Command Line Video Download Tool for Linux (Tecmint)
Related articles:
How to Install and Use YouTube-DL on Ubuntu 18.04 (LinOxide)
5 youtube-dl tips you might not know about (SG)

Link: How to Fix a Mangled Partition Table on Linux

Figure 1: Oh dear, a boot failure.

Well there I was, rebuilding a router and having a good time when I accidentally damaged the partition table on my main Linux installation, which is a GUID partition table, or GPT. Figure 1 (above) shows the cheery message that greeted me at boot.

How did this happen? I was installing Voyage Linux on a compact flash card, and while I was messing around with GParted and other filesystem tools I accidentally ran some commands on/dev/sdb, my main hard disk, instead of /dev/sdc, the compact flash card. Like, oops. I don’t know exactly which operations gummed up /dev/sdb, which would be good to know. But I don’t, so let us carry on.

Full article here:
How to Fix a Mangled Partition Table on Linux (Linux.com)

Link: 25 Useful Basic Commands of APT-GET and APT-CACHE for Package Management

This article explains how quickly you can learn to install, remove, update and search software packages using apt-get and apt-cache commands from the command line. This article provides some useful commands that will help you to handle package management in Debian/Ubuntu based systems.

Full article here:
25 Useful Basic Commands of APT-GET and APT-CACHE for Package Management (Tecmint)

Libk: Transmageddon: A Video Transcoder For Linux And Unix Systems

Transmageddon is a video transcoder for Linux and Unix systems built using GStreamer. It supports almost any format as its input and can generate a very large host of output files. The goal of the application was to help people to create the files they need to be able to play on their mobile devices and for people not hugely experienced with multimedia to generate a multimedia file without having to resort to command line tools with ungainly syntaxes.

Full article here:
Transmageddon: A Video Transcoder For Linux And Unix Systems (Unixmen)