Ubuntu Linux Tutorials by gotbletu
Ubuntu Linux Tutorials by gotbletu. Geared towards new linux users. Easy to learn basic skills on linux. Reviews on software, open source, also tech news. You can use other RSS programs if you wish using this RSS link http://gdata.youtube.com/feeds/base/users/gotbletu/uploads Videos Feeds comes from Youtube, if ...
Ubuntu Linux Tutorials by gotbletu. Geared towards new linux users. Easy to learn basic skills on linux. Reviews on software, open source, also tech news. You can use other RSS programs if you wish using this RSS link http://gdata.youtube.com/feeds/base/users/gotbletu/uploads Videos Feeds comes from Youtube, if you like to read user comments or post a question http://www.youtube.com/user/gotbletu
Show all Visit Show Website http://www.youtube.com/user/gotb...Recently Aired
-
How to Draw on Linux - gotbletu Style
How to Draw on Linux - gotbletu Style showing my ...
How to Draw on Linux - gotbletu Style showing my mad skills From: gotbletu Views: 1190 33 ratings Time: 01:44 More in Comedy
-
Green - PDF Viewer - Linux Framebuffer
Green - PDF Viewer - Linux Framebuffer green is a ...
Green - PDF Viewer - Linux Framebuffer green is a PDF reader. Its main distinguishing feature is its ability to output to the Linux framebuffer (and other display methods supported by SDL). It aims to be small and efficient and not waste display space. Another rare feature is its ability to open multiple PDFs and switch between them. https://github.com/schandinat/green/wiki http://freecode.com/projects/green-2 From: gotbletu Views: 539 24 ratings Time: 03:57 More in Science & Technology
-
Magnet Links Search - Linux CLI
Magnet Links Search - Linux CLI https://github.com/saironiq/shellscripts search for magnet ...
Magnet Links Search - Linux CLI https://github.com/saironiq/shellscripts search for magnet links and pass it on to your torrent client all from the command line From: gotbletu Views: 757 30 ratings Time: 04:53 More in Science & Technology
-
Virtual Terminal (TTY) and X Session - Linux
Virtual Terminal (TTY) and X Session - Linux ctrl+alt+f1 thru ...
Virtual Terminal (TTY) and X Session - Linux ctrl+alt+f1 thru f6 are TTY (CLI) ctrl+alt+f7 thru f12 are X Sessions (GUI) startx -- :1 & logout as usual to stop the session startx - initialize an X session DESCRIPTION The startx script is a front end to xinit(1) that provides a somewhat nicer user interface for running a single session of the X Window System. It is often run with no arguments. Arguments immediately following the startx command are used to start a client in the same manner as xinit(1). The special argument '--' marks the end of client arguments and the beginning of server options. It may be convenient to specify server options with startx to change on a per-session basis the default color depth, the server's notion of the number of dots-per-inch the display device presents, or take advan‐ tage of a different server layout, as permitted by the Xorg(1) server and specified in the xorg.conf(5) con‐ figuration. Some examples of specifying server arguments follow; consult the manual page for your X server to determine which arguments are legal. From: gotbletu Views: 880 45 ratings Time: 07:01 More in Science & Technology
-
Youtube-Viewer -- Search and Play Youtube Video - Linux CLI
Youtube-Viewer -- Search and Play Youtube Video - Linux CLI ...
Youtube-Viewer -- Search and Play Youtube Video - Linux CLI https://github.com/trizen/youtube-viewer Search and play Youtube videos with MPlayer. From: gotbletu Views: 1070 46 ratings Time: 08:17 More in Science & Technology
-
Dmenu - Lightweight Keystroke Launcher - Linux XFCE
Dmenu - Lightweight Keystroke Launcher - Linux XFCE aur: Name ...
Dmenu - Lightweight Keystroke Launcher - Linux XFCE aur: Name : dmenu-xft Version : 4.5-1 URL : http://tools.suckless.org/dmenu/ Description : Dynamic X menu - with xft support on ubuntu/debian: suckless-tools dmenu_run -b -fn Monospace-16:normal http://html-color-codes.info/ From: gotbletu Views: 407 14 ratings Time: 06:55 More in Science & Technology
-
View Images PDF and Video without X - Linux Framebuffer
View Images PDF and Video without X - Linux Framebuffer ...
View Images PDF and Video without X - Linux Framebuffer Package: fbi Description: Linux frame buffer image viewer This is an image viewer for Linux frame buffer devices. It has built-in support for a number of common image file formats. For unknown files, it tries to use convert from the ImageMagick package as an external converter. It also includes fbgs, a Postscript and PDF viewer. Homepage: http://linux.bytesex.org/fbida/ NAME fbgs - poor man's PostScript/pdf viewer for the linux framebuffer console DESCRIPTION fbgs is a simple wrapper script which takes a PostScript or pdf file as input, renders the pages using ghostscript into a temporary directory and finally calls fbi to display them. Package: mplayer Description: movie player for Unix-like systems MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files, supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. It can also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies. Another big feature of MPlayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, DirectFB, but also SDL (plus all its drivers) and some low level card-specific drivers (for Matrox, 3Dfx and Radeon, Mach64 and Permedia3). Most of them support software or hardware scaling, therefore allowing fullscreen display. MPlayer is also able to use some hardware MPEG decoder boards, such as the DVB and DXR3/Hollywood+. Not all of the upstream code is distributed in the source tarball. See the README.Debian and copyright files for details. Homepage: http://www.mplayerhq.hu/ From: gotbletu Views: 853 44 ratings Time: 08:42 More in Science & Technology
-
Zsh Syntax Highlighting - Linux ZSH
Zsh Syntax Highlighting - Linux ZSH zsh-syntax-highlighting Fish shell like ...
Zsh Syntax Highlighting - Linux ZSH zsh-syntax-highlighting Fish shell like syntax highlighting for Zsh https://github.com/zsh-users/zsh-syntax-highlighting From: gotbletu Views: 271 12 ratings Time: 02:14 More in Science & Technology
-
Fasd - Quickly Jump to Recent Files and Folders - Linux CLI
Fasd - Quickly Jump to Recent Files and Folders - ...
Fasd - Quickly Jump to Recent Files and Folders - Linux CLI Fasd keeps track of files you have accessed, so that you can quickly reference them in the command line. Fasd ranks files and directories by "frecency," that is, by both "frequency" and "recency." The term "frecency" was first coined by Mozilla and used in Firefox (link). Fasd uses Bayesian Inference and Bayesian Ranking to rank files and directories for a set of given matching patterns. "Frecency" is used as the prior probability distribution, and a simple algorithm is used to calculate the likelihood of the given set of patterns. Website: https://github.com/clvv/fasd From: gotbletu Views: 389 15 ratings Time: 07:39 More in Science & Technology
-
Vim Folding - Linux VIM
Vim Folding - Linux VIM Description: Vi Improved, a highly ...
Vim Folding - Linux VIM Description: Vi Improved, a highly configurable, improved version of the vi text editor Vim folding commands zf#j creates a fold from the cursor down # lines. zf/string creates a fold from the cursor to string . za When on a closed fold: open it.and vice-versa. zA When on a closed fold: open it recursively.and vice-versa. zj moves the cursor to the next fold. zk moves the cursor to the previous fold. zo opens a fold at the cursor. zO opens all folds at the cursor. zm increases the foldlevel by one. zM closes all open folds. zr decreases the foldlevel by one. zR decreases the foldlevel to zero -- all folds will be open. zd deletes the fold at the cursor. zE deletes all folds. [z move to start of open fold. ]z move to end of open fold. paste in ~/.vimrc to save folds automatically au BufWinLeave * mkview au BufWinEnter * silent loadview helppage on vim :help folding https://www.linux.com/learn/tutorials/442438-vim-tips-folding-fun http://nerd-hacking.blogspot.com/2006/05/vim-folding-tips.html open vim as root or normal code http://paste2.org/p/2015003 From: gotbletu Views: 529 19 ratings Time: 04:00 More in Science & Technology
