background preloader

Linux

Facebook Twitter

Android

10 Most Popular And Free Linux Video Editing Software. Every one knows that Linux is the open sources computer operating system. Linux is not hard to operate, similar to other operating system(Windows, MAC OS X). This operating system has great space among users due to its simplicity, easy to use and useful features and functionality. It provides attractive and simple user interface which make it more popular among users. Some great functionality growing it popularity day by day such as 1) Linus OS is totally free from Virus, any kind of virus never attack on OS files. 2) supporting all software. 3) its open sources for free to use etc. Linux is great for viewing, editing, organizing, and creating graphics. This operating system supports every type of software like video software, audio software, photo editing software, designing and development related software and many more.

If you are a Linux user and searching software for video editing visit our article This list has some popular and free video editing software for Linux. 1) Pitivi. 20 Linux Alternatives for Common Windows Applications. Looking for Linux alternatives to Windows software? Here are twenty choice Linux apps you might want to consider. 1- LibreOffice: Some might point out that Oracle's own Open Office is still very much an option, but the fact is that Linux distributions are or have already migrated to LibreOffice in its stead. Unlike the proprietary-friendly Microsoft Office, LibreOffice offers the end-user much of the same functionality without the added cost of proprietary licensing. However, the biggest downside to LibreOffice has to be the lack of proper formatting support when opening a Microsoft docx document. 2- GIMP: It's been my experience that you either embrace GIMP software or run PhotoShop in WINE as an alternative. 3- Swiftfox: One might think of Swiftfox as a version of Firefox that is fine-tuned for your PC’s architecture. 4- Open Shot: I've found that Open Shot is easily my favorite video editor for the Linux desktop.

Albums, tagging and sorting – F-Spot can do it all. Remote X Apps mini-HOWTO. Vincent Zweije, zweije@xs4all.nl v0.7.5, 8 December 2001 This mini-HOWTO describes how to run remote X applications. That is, how to have an X program display on a different computer than the one it's running on. Or conversely: how to make an X program run on a different computer than the one you're sitting at. The focus of this mini-HOWTO is on security. This mini-HOWTO also contains information on running X applications locally, but with a different user-id, and information on setting up a computer as an X terminal. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 1.

This mini-HOWTO is a guide how to do remote X applications. Many questions have appeared on usenet on how to run a remote X application. This document has been written with unix-like systems in mind. The most recent version of this document is always available on WWW at This is version 0.7.5. Contents last updated on 8 December 2001 by Vincent Zweije 2. 3. You're using two computers. 4. 5. 6. 6.1 Xhost.

The TTY demystified. Real teletypes in the 1940s. The TTY subsystem is central to the design of Linux, and UNIX in general. Unfortunately, its importance is often overlooked, and it is difficult to find good introductory articles about it. I believe that a basic understanding of TTYs in Linux is essential for the developer and the advanced user. Beware, though: What you are about to see is not particularly elegant. In fact, the TTY subsystem — while quite functional from a user's point of view — is a twisty little mess of special cases. To understand how this came to be, we have to go back in time. History In 1869, the stock ticker was invented.

Meanwhile, however, the computers — still quite large and primitive, but able to multitask — were becoming powerful enough to be able to interact with users in realtime. There was a plethora of teletype models around, all slightly different, so some kind of software compatibility layer was called for. The use cases A user types at a terminal (a physical teletype) . #! Tx.

Javascript PC Emulator - Technical Notes. By Fabrice Bellard - May 23, 2011 This PC emulator is written in Javascript. The emulated hardware consists in the following devices: 32 bit x86 compatible CPU 8259 Programmble Interrupt Controller 8254 Programmble Interrupt Timer 16450 UART Real Time Clock. IDE interface and hard disk. The code is written in pure Javascript using the W3C Typed Arrays. A slightly slower fallback mode is implemented for browsers missing this support. CPU Emulation Some of the code is inspired from my x86 dynamic translator present in QEMU, but there are important differences because here it is an interpreter. I added some tricks which are not present in QEMU to be more precise when emulating unaligned load/stores at page boundaries. Devices Currently there is no synchronization between the PIT frequency and the real time, so there is a variable drift between the time returned by Linux (try the "date" command) and the real time. The UART (serial port) does not support FIFO mode.

Javascript terminal Javascript. The best Linux distros you've never heard of. Fed up with the bog-standard Ubuntu, Debian, Fedora and their ilk? Looking for a distro that reflects your individuality? In this guide we've discovered some of the quirkiest distros that Linux has to offer. Best weird and wonderful niche Linux distros But just because they are different doesn’t mean they aren’t useful. In fact, all of the distro have a niche following and their dedicated community of users and developers has helped power them through the years. Read on to find out more about each of these interesting distros.

Before we begin, however, do note that not all of these distros are suitable for everyday use, which is why even though we encourage you to try them all, make sure you do so in a Live environment or within the safe confines of a virtual machine, rather than install them on a physical machine. These are the best Linux training providers and online courses. These are the best Linux VPN providers 1. Distro for the engineers Reasons to buy 2. Distro designed for developers. Five Great Linux Command Line Tricks | Tech Hamlet. Why bother using a GUI when you can easily get things done with the linux command line? Here’s a detailed tutorial on getting certain things done with the linux command line in just a few seconds! Converting Video In one of our previous posts we showed you how to convert any audio/video file in Linux.

Here’a a neat trick either you might have already heard of or not. In order to do this it’s essential to have ffmpeg installed on your Linux box. If have already installed it, let’s say you want to convert a video called Original.avi to Final.mpg Or you can use it vice-versa. Burning an ISO to a CD Still opening GUI’s like Brasero or K3B to burn an ISO file to a CD?

_Note: If you are having multiple CD/DVD drivers then you have to substitute the proper value for the ”dev=” part by running cdrecord -scanbus _ Merging MP3s Well, this command is kind of great because you would never think that you can simply merge two MP3’s with cat command in linux! See, Cat has a huge potential in it :) 25 Even More – Sick Linux Commands. I know how much you guys love top Linux commands. Lets consider this list a part two of my 25 More – Sick Linux Commands Be sure to check out commandlinefu for more awesome gems. 1) Monitor progress of a command pv access.log | gzip > access.log.gz Pipe viewer is a terminal-based tool for monitoring the progress of data through a pipeline. 2) Graphical tree of sub-directories ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' Prints a graphical directory tree from your current directory 3) Delete all files in a folder that don’t match a certain file extension rm !

Deletes all files in a folder that are NOT *.foo, *.bar or *.baz files. 4) Easy and fast access to often executed commands that are very long and complex. some_very_long_and_complex_command # label When using reverse-i-search you have to type some part of the command that you want to retrieve. 5) Define a quick calculator function ?

Defines a handy function for quick calculations from cli. once defined: ! Linux: 25+ Ways to Get System Information | Tech Hamlet. There are a whole bunch of Linux commands to various things on our PC. Normally, we use only a handful of commands without knowing that there are many to be discovered, yet useful. Here’s a comprehensive list of Linux commands that you can use to get system information ranging from printing the current working directory to dumping kernel messages to avail many useful information. How to run these commands? All you have to do is, just open up a terminal and enter these commands. In order to open up a terminal, you can either go to Applications→Accessories→Terminal or you can simply press Alt+F2 and type gnome-terminal.

About the Scope Well, this article is intended for those who love using Linux with experience levels of newbie and average. The Command List pwd Prints the current working directory (Print Working Directory) hostname Print the name of the local host (the machine on which you are working). Id username whoami Prints your login name. date who Determine the users logged on the machine. ps. 12 Ubuntu Derivatives You Should Consider.

It's no secret that Ubuntu 10.10, or Maverick Meerkat, is one of the most user-friendly Linux distributions of all time for business and home users. What many people don't realize, however, is that there are several other Linux distributions out there that are also based on Ubuntu and offer many of the same advantages. Some are focused on a specific niche; others are simply variations on the same general theme. If you're already a fan of Ubuntu or simply want to experience what the excitement is all about, consider the following alternatives for what just may be an even more perfect match with your business's needs. For Linux Beginners: Linux Mint and Pinguy OS With version 10, or "Julia," hot off the presses, Linux Mint is the third most popular Linux distribution out there, behind only Ubuntu itself and Fedora.

Though less well-known, Pinguy is also another very nice Ubuntu-based distribution for Linux beginners. Similar to Windows: Zorin OS For Cloud-Based Netbooks: Jolicloud. 40 Must Know Linux Terminologies | A Platform to Express Your Ideas and Thoughts | fortystones. Aug If you have been using any of the Linux distributions or intend to, you must be aware of the terminologies related to it. Therefore, with an objective to familiarize you with the new terms or the terms that you have heard of, I have tried my best to compile these 40 basic terminologies related to Linux.

Alien is a computer program that supports conversion between different Linux package formats. For example, it helps conversion between Linux Standard Base, RPM, deb, Stampede (.slp), Solaris (.pkg) and Slackware (.tgz) packages. . # alien --to-rpm --scripts . The Apache HTTP Server commonly referred to as is an open-source HTTP server for modern operating systems including Linux and Windows NT.

Now the application is available for a wide variety of OS, including UNIX, GNU, FreeBSD, Solaris, Novell NetWare, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. In some GUI operating systems, such as Microsoft Windows, it is included as text-based interface. It can be used with GNU/Linux. 6 Useful Linux One Liners. Individual Linux commands can be combined in the command line, to accomplish tasks that otherwise would require shell scripts to be written.

This article provides 6 linux one liners that will help you accomplish few useful tasks. 1. Display Username and UID sorted by UID Using cut, sort and tr cut command is used to extract specific part of a file. The following example cuts the username and UID from /etc/passwd file, and sort the output using sort command using username as a key and “:” as a delimiter. As a part of formatting the output, you can use any other character to display username and UID. . $ cut -d ':' -f 1,3 /etc/passwd | sort -t ':' -k2n - | tr ':' '\t' root 0 daemon 1 bin 2 sys 3 sync 4 games 5 man 6 lp 7 mail 8 news 9 uucp 10 proxy 13 2. The following example lists the words which has only alphabets. tr command converts all the character other than alphabets to newline. For this example, let us use the following Readme.txt file. 3. 4. . $ ps aux | awk '{if ($5 ! 5. 6. 6 Useful Linux One Liners.

Individual Linux commands can be combined in the command line, to accomplish tasks that otherwise would require shell scripts to be written. This article provides 6 linux one liners that will help you accomplish few useful tasks. 1. Display Username and UID sorted by UID Using cut, sort and tr cut command is used to extract specific part of a file. The following example cuts the username and UID from /etc/passwd file, and sort the output using sort command using username as a key and “:” as a delimiter.

As a part of formatting the output, you can use any other character to display username and UID. . $ cut -d ':' -f 1,3 /etc/passwd | sort -t ':' -k2n - | tr ':' '\t' root 0 daemon 1 bin 2 sys 3 sync 4 games 5 man 6 lp 7 mail 8 news 9 uucp 10 proxy 13 2. The following example lists the words which has only alphabets. tr command converts all the character other than alphabets to newline. For this example, let us use the following Readme.txt file. 3. 4. . $ ps aux | awk '{if ($5 ! 5. 6. Usos del comando APT GET en Linux basados en Debian | Equipaje de Mano.

Debian

Ubuntu. iX. George Dawoud's Blog: Installing Tomcat 6 on Ubuntu 9.10 - Full guide. GParted -- Documentation. Book Manage Partitions with GParted How-to is a practical, hands-on guide providing you with step-by-step instructions to effectively organize your hard drive. For more details and a sample chapter from the book, see Moving space between partitions. For book reviews, see amazon.com, techgage.com, mwpreston.net, and garron.me. Third Party Docs Howto Guides (Old) LarryT created some of the first documentation for GParted, which was last updated on 06/01/2007 and is no longer maintained. Related Docs A collection of documents I used while working on several aspects of gparted.