 |
Watch Online Videos |
 |
 |
Video Categories |
 |
|
 |
Videos Results: Relevance / Linux howto |
 |
|
Total Number Results: 9,133
| |  | Linux HOWTO #7: Remote Graphical App Deployment with NX Author: emiemi2 Length: 10 minutes, 22 seconds Rating: 5.0  | Description: The X Window System is a magnificent platform for many uses, but using it to run an application over a slow network is nearly impossible. This is an introduction to NX, a technology that makes remote applications fly even over commodity internet.
Description: The X Window System is a magnificent platform for many uses, but using it to run an application over a slow network is nearly impossible. This is an introduction to NX, a technology that makes remote applications fly even over commodity internet. | | | | |  | Howto: Debian Linux Kernel Compilation, Part 2 Author: igneousphantom Length: 9 minutes, 49 seconds Rating: 5.0  | Description: Second video in the four part miniseries about compiling a new kernel.
Description: Second video in the four part miniseries about compiling a new kernel. | | | | |  | [howto] Install Ubuntu Software Center on Ubuntu 9.10 Linux Author: Tru3m0sl3m Length: 4 minutes, 39 seconds Rating: 4.95   | Description: After the new X-based graphical boot splash introduced a couple of days ago, Canonical unveiled today what it was only a mockup a few months ago, the Ubuntu Software Store (previously known as Ubuntu appcenter), a piece of software that would unify all the existing package managers in the Ubuntu ope...More Description: After the new X-based graphical boot splash introduced a couple of days ago, Canonical unveiled today what it was only a mockup a few months ago, the Ubuntu Software Store (previously known as Ubuntu appcenter), a piece of software that would unify all the existing package managers in the Ubuntu operating system. At the moment, the Ubuntu Software Store is not installed by default in the current development release of the upcoming Ubuntu 9.10 (Karmic Koala) distribution, but it can be easily installed by searching "software-store" in Synaptic. The goal of the new Ubuntu Software Store application is to replace many system-administration programs, such as Synaptic Package Manager, Add/Remove, gdebi, Computer Janitor and even the popular Update Manager tool, in order to offer to both the new and experienced Ubuntu users an easier and more intuitive way to search, install, update or remove applications. However, even if the Ubuntu Software Store will be available in Ubuntu 9.10 (Karmic Koala), it will NOT replace the aforementioned applications, as the users are still used to them and because the Ubuntu Software Store is still in development! Below, you can see a screenshot tour of Ubuntu Software Store, showing menu entries, navigation, search capabilities, and more... "sudo apt-get install software-store" on karmic only | | | | |  | Howto: Debian Linux Kernel Compilation, Part 3 Author: igneousphantom Length: 9 minutes, 52 seconds Rating: 5.0  | Description: Third video in the four part miniseries about compiling a kernel.
Description: Third video in the four part miniseries about compiling a kernel. | | | | |  | how to run redsn0w under Linux Ubuntu 9.04 تشغيل ريدسنو على لينكس اوبنتو Author: m3alnemer Length: 3 minutes, 13 seconds Rating: 5.0  | Description: This tutorial of how to run redsn0w under Linux Ubuntu 9.04. the website is redsn0w.com download the torrent then extract it. then change you directory to "cd ~/Desktop/redsn0w-linux_0.8" or wherever you extracted your folder. change the permission by running "chmod a+x redsn0w". Then run it by "./r...More Description: This tutorial of how to run redsn0w under Linux Ubuntu 9.04. the website is redsn0w.com download the torrent then extract it. then change you directory to "cd ~/Desktop/redsn0w-linux_0.8" or wherever you extracted your folder. change the permission by running "chmod a+x redsn0w". Then run it by "./redsn0w". you should have your IPSW. Until Sep26, 09 the latest jailbrakable software is 3.0.1. look for file named "iphone1,2_3.0_7a341_restore.i or something like it. the 0 in "redsn0w" is the # 0 not an o letter. | | | | |  | Linux HOWTO #4, Part 1: Secure Your Data with PGP Author: emiemi2 Length: 8 minutes, 15 seconds Rating: 5.0  | Description: At long last, #4 in the Linux Howto Series! See www.linuxjournal.com to see all new Howto videos. This is the fourth installment in a new series called Linux HOWTOS. Every other week I will post a video explaining how to accomplish something using a GNU/Linux operating system. Please write requests ...More Description: At long last, #4 in the Linux Howto Series! See www.linuxjournal.com to see all new Howto videos. This is the fourth installment in a new series called Linux HOWTOS. Every other week I will post a video explaining how to accomplish something using a GNU/Linux operating system. Please write requests for installments in the comments! In today's time of rampant information crimes, including identity theft, security is more important to the average computer user than ever. This tutorial shows how you can use gnupg to secure and verify data on your Linux box. If you have any questions, please ask in the comment field, and I or someone else will do our best to answer. Please avoid 'RTFM'-style answers. They are not welcome. Also please post corrections if I mistakenly give some wrong information. ------------------ This video was created using only free and open source software tools: tightvnc, pyvnc2swf, ardour2, audacity, jackd, LAME, kolourpaint, cinelerra-cv, mjpegtools, and ffmpeg. | | | | |  | [howto] Install Gloobus preview + coverflow on Ubuntu Linux Author: Tru3m0sl3m Length: 8 minutes, 27 seconds Rating: 5.0  | Description: Gloobus is a preview software that lets you view files so quickly without having to open them in their normal software. Its based on apples quicklook and it has 2 main options. The coverflow effect for a folder and the preview window for the files. Gloobus Preview version 0.4.1 already released that...More Description: Gloobus is a preview software that lets you view files so quickly without having to open them in their normal software. Its based on apples quicklook and it has 2 main options. The coverflow effect for a folder and the preview window for the files. Gloobus Preview version 0.4.1 already released that some of the new function is a support for Karmic Koala. To install Gloobus 0.4.1, you need to insert this following PPA into your software sources: deb ppa.launchpad.net karmic main deb-src ppa.launchpad.net karmic main also don't forget to add the gpg key Or download it here: launchpad.net The first main impression of Gloobus is its really suitable for Linux users because it allowed Linux users to preview their files, videos (like avi, wmv), musics like (mp3, wma, mp4), or even office files. gloobus.net Installing From Source (Internet Access Required) You have to install Bazaar and its dependencies. sudo apt-get install build-essentials automake libtool bzr sudo apt-get install libgtk2.0-dev libgvfscommon-dev libgstreamer-plugins-base0.10- libcairomm-1.0-dev libtag1-dev libpoppler-glib-dev libgnomeui-2.0-dev unoconv libtag-dev libgtksourceview2.0-dev sudo apt-get install Download the latest version of Clutter: www.clutter-project.org Untar it (right click extract here) Compile and install it: ./configure make sudo make install Download the latest version of clutter-gtk: www.clutter-project.org Untar it (right click extract here) Compile and install it: ./configure make <b>...</b> | | | | |  | how to run Linux inside Windows Author: samdoc6 Length: 7 minutes, 57 seconds Rating: 4.8   | Description: to show you how to get and run DSL under windoes(with nice spanish music)
Description: to show you how to get and run DSL under windoes(with nice spanish music) | | | | |  | [howto] Install Oversword Dark V4.5 on Ubuntu Linux + Preview Author: Tru3m0sl3m Length: 6 minutes, 5 seconds Rating: 5.0  | Description: Oversword Dark V4.5 The latest version of Oversword Dark's GTK2 theme. See inside for full description and changelog. GPL I think this makes a perfect glossy black theme that's sleek and powerful. "Very very nice ! One of the best ! goes great with ULTIMATE EDITION 2.2 ! IT'S A KEEPER !" -- johnnyg ...More Description: Oversword Dark V4.5 The latest version of Oversword Dark's GTK2 theme. See inside for full description and changelog. GPL I think this makes a perfect glossy black theme that's sleek and powerful. "Very very nice ! One of the best ! goes great with ULTIMATE EDITION 2.2 ! IT'S A KEEPER !" -- johnnyg "Probably the most daring new design I have seen in some time. Fresh ideas introduced and risks taken - deserves to be acknowledged as a work of unique art." -- cb2k V4.5 now comes with a matching emerald theme with the close buttons as lagadesk intended. moved hosting to my site. changed the tooltip image that's all, it's a pretty minor update. Updated Download Link: www.stuff.oversword.co.uk I think this makes a perfect glossy black theme that's sleek and powerful. This theme, like most other dark themes, goes best with a vibrant and colourful background which makes everything stand out all the more. If you want a copy of my background or backgrounds I've made like that one leave a comment, and if I get enough comments about it I may upload them to gnome-look. Hope you enjoy, feel free to post me ideas or changes you would like made to the theme as it is still a work in progress. If you prefered an older version of the theme which has features that no longer exist I may be able to send you a legacy version. Note: The toolbar I'm using is a modified version of the one that comes with the theme, it is tailored to my screen size and needs which is why I didn't include it, if <b>...</b> | | | | |  | How to Cure a Windows Virus with Ubuntu Linux Author: NixiePixel Length: 3 minutes, 3 seconds Rating: 4.8162394   | Description: Do you suspect your Windows machine is infected? Before dropping cash on anti-virus software, check out this quick tutorial that will help get rid of the spyware and viruses in your PC. It's easier than you think: www.linuxhaxor.net Maybe you can't even boot into your operating system because your r...More Description: Do you suspect your Windows machine is infected? Before dropping cash on anti-virus software, check out this quick tutorial that will help get rid of the spyware and viruses in your PC. It's easier than you think: www.linuxhaxor.net Maybe you can't even boot into your operating system because your rig is so bogged down, have no more fear, Nixie is here! Please rate, comment and subscribe.. magical things will happen! 8-) | | |
|
|
|