background preloader

Xentheon - where is my mind

Why Linux is better PDFBEAR is founded by the team behind WhyLinuxIsBetter.net, which brings tons of experience in user conversion tools. We have decided to change our focus to helping and improving how our users convert files on all platforms including Linux. About WhyLinuxIsBetter.net The webpage was created in order to help people understand the ins-and-outs of Linux. Similar to PDFBEAR, we have created a malware-free service. Below you will find the pages that will help you have a better experience with PDF documents: * PDF Compress - Reducing the size of a PDF file.* PDF Merge - Combining PDF files together.* PDF Protect - Encrypting your PDF file with a password.* PDF Split - Splitting a multipage PDF document into separate individual pages.* Word to PDF - Getting a Microsoft Word document opened on a Linux platform with a simple and free conversion.* PDF Repair - Repairing your PDF documents on the go.* HTML to PDF - Quick and easy get a webpage or HTML file converted to PDF.

Linux Toolkit - A Tool 2 Cool 4 U Linux Toolbox Back to Contents Ah, the Linux Toolbox. Remember the Acme Toolkit? Well, this is 10 times better. Guaranteed to catch the RoadRunner! nc (netcat) Yup, the ol' tried and true swiss army knife of networking - netcat. cryptcat Well, improving upon netcat we have cryptcat. stunnel Very similar to netcat and cryptcat, but stunnel uses SSL to encrypt the data. OpenSSH Hopefully no one is using Telnet anymore. nmap Another classic from days past . . . nmap (Network Mapper). Cheops Another very cool tool for mapping networks. dsniff A very sick collection of tools for network auditing and pen-testing (and a favorite among those rogue employees!). Firewalk Firewalk is a useful tool for assisting in the determination of ACLs on network gateways and in mapping networks. hping A very cool TCP/IP packet assembler & analyzer. HUNT HUNT is another questionable tool. nemesis Nemesis is a tool useful for pen-testing as well as a low level learning aid. . . . . . . . . . . . . . . . .

Linux: Install a million games in one click! Linux: Install a million games in one click! Updated: December 16, 2009 Well, not really a million, but how about tens or hundreds? Good enough for you? Do you know what this means? djl homepage djl is an open-source game manager for Linux, written in Python and inspired by Steam Valve for Windows. Get djl The first thing you will have to do is download the installer script from the website. tar zxvf <archive-name> cd <extracted-archive-dir> chmod +x djl.sh . When you run the script the first time, if you do not have the Python framework installed, you'll get an error. Run djl Once you have everything in place, run the application. Using djl Now comes the really cool part. Go to Repository tab and start enjoying this beautiful, powerful game manager. Just click Install to get the game downloaded and setup. What more, you're bound to succeed. We'll talk about Racer and many other games in the eighth mega thread coming soon. Plugins djl is an extensive tool, with plugins available. GameStore

The Linux Cookbook: Tips and Techniques for Everyday Use - Viewing Text Dealing with textual matter is the meat of Linux (and of most computing), so there are going to be many chapters about the various aspects of text. This first chapter in this part of the book shows how to view text on your display screen. There are many ways to view or otherwise output text. Some kinds of files -- such as PostScript, DVI, and PDF files -- often contain text in them, but they are technically not text files. NOTE: To learn how to browse files and their contents in a Web browser, see Browsing Files. Perusing Text: Perusing text on the display. Perusing Text Use less to peruse text, viewing it one screen (or "page") at a time. zless is identical to less, but you use it to view compressed text files; it allows you to read a compressed text file's contents without having to uncompress it first (see Compressed Files). You may, on occasion, be confronted with a reference to a command for paging text called more. Perusing File: Perusing a file. Perusing a Text File Outputting Text

25+ Useful Linux and Unix Cheat sheets Faster programming gives you more time for small business website design and other projects. This is my first post on Cheat sheets. Actually Cheat sheet is a concise set of notes used for quick reference. Cheat sheets will contain most of the shortcuts needed to program faster. In this post , I have collected almost 27 Cheat sheets available for Linux users. You may think that one cheat sheet is just enough for me , so why should I need to look at so many cheat sheets. Click on any of the 687 commands below to get a description and list of available options. Tired of using your mouse so much? I hope that these cheat sheets will definitely help you to remember some difficult commands for sure.

Boot and run Linux from a USB flash memory stick HowTo/CpuFrequencyScaling Translation(s): English - Русский Dynamic CPU frequency scaling (also known as CPU throttling) is a technique in computer architecture where a processor is run at a less-than-maximum frequency in order to conserve power (src: Wikipedia). The Linux kernel CPUfreq subsystem provides this ability on Debian Linux systems. Enabling Note: In most cases, this should be enabled automatically during Debian installation. Install the cpufrequtils package: aptitude install cpufrequtils Configuration Specify the governor to use at boot Edit /etc/default/cpufrequtils (you might need to create it if it doesn't exist). # valid values: userspace conservative powersave ondemand performance # get them from cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors GOVERNOR="conservative" Keeping the governor settings between boots Install sysfsutils: aptitude install sysfsutils The sysfs values will be configured in /etc/sysfs.conf. Here are some examples for the conservative governor: Troubleshooting Drivers

Related: