julius_c 's Library tagged → View Popular
namebench - Project Hosting on Google Code
Try out namebench. It hunts down the fastest DNS servers available for your computer to use. namebench runs a fair and thorough benchmark using your web browser history, tcpdump output, or standardized datasets in order to provide an individualized recommendation. namebench is completely free and does not modify your system in any way.
Dual-Boot Windows 7 and Ubuntu in Perfect Harmony - windows 7 - Lifehacker
Follow through this guide, and I'll explain how to rebuild a system from the ground up with Windows 7 and Ubuntu, with either a backed-up and cleaned-out hard drive (recommended) or Windows 7 already installed. When we're done, you can work and play in either operating system, quickly and conveniently access your documents, music, pictures, and other files without worry or inconvenience, and boot into either system without having to worry about whether Windows is going to get mad at you
15 Free Guides That Really Teach You USEFUL Stuff
Over the past months, we’ve written quite a few PDF manuals for you, on all kinds of diverging subjects, including BitTorrent, iTunes, iPhone, Twitter, Mac, Linux, Photoshop and several other topics.
Initially available only for subscribers, there are now multiple manuals released every month, for everyone to enjoy. After releasing 15 manuals and nearly half a million downloads we thought it was about time to look back and review what has been published so far.
Compile Software from Source Code - Wired How-To Wiki
Most of the time, especially in the Windows and Mac OS X world, end users don't have to compile software. The programmers of the software write the code and then compile it into a "binary executable" for you.
However, thanks to the popularity of open-source software, where the source code is available for one and all to read and enjoy, the impetus has been put on the end-user to compile their own code if they want to use the software.
If you find yourself having to (or wanting to) compile a piece of software, don't panic. The process is fairly simple. Every piece of software is different, but here is a summary of the most common scenario for Unix-based OS such as Linux or Mac OSX. These instructions are not so useful for Windows, as apps are usually built with special GUI development tools, not command line tools.
First, you'll need a command line and a compiler.
Allmyapps - Application Store for Windows XP, Vista and Seven to find and install the best applications
Features:
* Build a lists of your favorite software and install all in 1 click.
* Hosts huge collection of popular and no so popular software.
* Search and browse by categories or alphabetically.
* Check out most popular and latest additions.
* Register to save your lists online.
Use SUSE Studio to Build a Linux OS From Scratch - SUSE Studio - Lifehacker
Here's a basic walkthrough of building a system with SUSE Studio. In this case, we're looking to build a GNOME-based system that would boot fairly quick and use Chrome for most of its functions, and use GNOME-Do as the primary application launcher.
TechPosters: Technical Posters and Cheats for IT Guys
hether you need a poster to use for a presentation or a cheat card to keep by your monitor, TechPosters has a sizable archive of posters, diagrams, reference charts, and cheat sheets.
The hundreds of entries at TechPosters span dozens of categories including everything from Access to XML and everything in between. Need keyboard shortcuts for Indesign? A visual representation of the Linux kernel? You'll find it at TechPosters.
FOSSwire: Restoring an Overwritten GRUB Boot Loader
Unfortunately, maintaining a multi-boot configuration like this can be a pain, especially if you later install an operating system which overwrites the GRUB boot loader you had in place (such as a version of Windows). If your boot loader is overwritten, you could be left with no choice but to boot the most recently installed OS.
In this tutorial, I will show you how to restore an overwritten copy of the GRUB boot loader by using a Linux live CD.
Six Best Portable Operating Systems - Portable Operating System - Lifehacker
Why restrict yourself to merely carrying around your data on a thumb drive? Take your entire operating system on your flash drive with the excellent portable operating systems you'll find inside this week's Hive Five.
Customize XBMC with These Five Awesome Skins - XBox Media Center - Lifehacker
Windows/Mac/Linux/Xbox: What could make the already awesome Xbox Media Center even better? An infusion of eye candy, of course. Read on to see some awesome XBMC skins and learn how to install them.
15 Great Ubuntu Tips For Linux Power Users
A few days back I wrote about books that beginners can download and read to teach themselves Linux. Today in the Linux section we have something for the power
5 Excellent Downloadable eBooks To Teach Yourself Linux
If you are starting out on your journey towards Linux awesomeness, here are a few free downloadable ebooks to teach yourself Linux that should help you along nicely:
WEP Cracking Redux: Beyond the Command Line - Security - Lifehacker
Last week we showed you how to crack a Wi-Fi network's WEP key using a live CD and some command line fu. Today we've got other cracking options—but more importantly, clarification on the point of all this.
10 Great Apps to Convert Audio & Video Files in Linux
With the different audio and video formats available, there is often the need to inter convert amongst them - sometimes for quality and sometimes for compatibility. Here are some of the better software, that you can use to achieve the inter conversions on your Linux box
Lifehacker - How to Crack a Wi-Fi Network's WEP Password with BackTrack - wep
You already know that if you want to lock down your Wi-Fi network, you should opt for WPA encryption because WEP is easy to crack. But did you know how easy? Take a look.
Today we're going to run down, step-by-step, how to crack a Wi-Fi network with WEP security turned on. But first, a word: Knowledge is power, but power doesn't mean you should be a jerk, or do anything illegal. Knowing how to pick a lock doesn't make you a thief. Consider this post educational, or a proof-of-concept intellectual exercise.
Dozens of tutorials on how to crack WEP are already all over the internet using this method. Seriously—Google it. This ain't what you'd call "news." But what is surprising is that someone like me, with minimal networking experience, can get this done with free software and a cheap Wi-Fi adapter. Here's how it goes.
Lifehacker - Five Ways to Get More from Boxee - Boxee
With Boxee now available for Windows, nearly any computer can push streaming and downloaded content onto a TV. Here are five tips and tricks that add content and convenience to the social media center, for newcomers and veteran users alike.
Meiga - Light and easy content server for your desktop
The current trend in the Internet is to publish contents in centralized servers to be shared to other people. Nevertheless, sometimes it's handy for users to be able to serve their own contents directly from their desktops in a convenient way (instead of using a pendrive, for instance). Why bothering about publishing your contents if you can share them directly from your desktop to the LAN or even to the whole Internet?
To satisfy this need we've created Meiga, a tool that makes possible to share selected local directories via web. But that's only the beginning. In fact, the ultimate goal of the project is to serve as a common publishing point for other desktop applications, such as the file manager, picture viewers or music players.
Meiga is lightweight, easy to use, network friendly and also application friendly. It's written in a mix of Vala and pure C code, using existing Gnome technologies to perform its tasks: libsoup is used as a simpler alternative to fat web servers, libgupnp is in charge of doing port redirections if the network router supports UPnP, and DBUS exposes a public API to allow the GUI and third party applications to control what is served. Some advanced publishing features are already implemented, like the feed server that can render an RSS view of a given directory.
From the educational point of view, the source code of this project is a live example of Vala technology usage: pure Vala programming, different alternatives to interface Vala with pure C code (using Vapi files or running a child executable program) or the usage of a "programmable context" to handle sequentiation of asynchronous operations. An autotools based build system completes the set of interesting features. This system uses a Vapi file to pass configuration parameters from the config.h to the Vala program. Finally, some additional rule files allow the building of a Debian package, the last step to make the program available to final users in a convenient way.
gdocbackup - Google Code
GDocBackup exports all documents from Google Documents to local hard-disk. Runs on NET 2.0 / Mono (Win and Linux).
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in linux
-
linux
Items: 92 | Visits: 141
Created by: Djiezes Kraaijst
-
Linux for novice
my study on linux as a novice
Items: 32 | Visits: 119
Created by: swan lin
-
troubleshooting
Items: 23 | Visits: 126
Created by: Kenyth Zeng
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
