background preloader

Linux

Facebook Twitter

Reference 1

Hardware. Security. Shell. Printing. Mobile. Reference 2. Skype on 64-bit Gutsy. Mac Pro and Linux Skype on 64-bit Gutsy October 24, 2007 Forget about all the complicated tutorials and installing a billion libs. This is the quick and easy way: Make sure you have the latest 32-bit libs apt-get install ia32-libs Download the latest static version of Skype. Wget Extract it with tar -xf skype_static-1.4.0.118.tar.bz2 Move it to /usr/local mv skype_static-1.4.0.118 /usr/local/ Create a symbolic link to it ln -s /usr/local/skype_static-1.4.0.118 /usr/local/skype Create another one in /usr/bin/ ln -s /usr/local/skype/skype /usr/bin/ Run it skype Update: If you want to create an icon on your Desktop for Skype, than: Create a file called Skype.desktop gedit ~/Desktop/Skype.desktop Copy-paste this into the file [Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=skype Name=Skype Icon=/usr/local/skype/icons/SkypeBlue_48x48.png That's it. 10 comments: Anonymous said...

Thank you very much! Any ideas on how to make opera work same way? Hi, Chaos Laboratory - » How To: Setup a DHCP Server on Linux. <div class="greet_block wpgb_cornered wpgb_shadowed"><div class="greet_text"><div class="greet_image"><a href=" rel="nofollow"><img src=" alt="WP Greet Box icon"/></a></div>Hello there!

If you are new here, you might want to <a href=" rel="nofollow"><strong>subscribe to the RSS feed</strong></a> for updates on this topic. <div style="clear:both"></div></div></div> This is one of the first of a series of tutorials I wrote on taming the Linux daemons. It was first published at Astahost Forums on February 5th, 2005.I’m sure all of you must have come across the term DHCP – anyone who’s connects to the internet has to come across it every now and then.

You see the term even on the small setup instructions leaflets that accompany the dial-up internet packages from most of the ISPs. Chapter 18. Assumptions: shell> locate dhcpd.conf That’s it. GRUB bootloader - Full tutorial. This tutorial focuses on GRUB legacy. If you're looking for a tutorial on GRUB 2, the next generation of the popular bootloader, please take a look at this article. One of the most frightening things about Linux is the horrible word bootloader. The primary reason for this is the fact that most new Linux users have only ever used Windows operating systems. In the Windows world, they have never bothered with bootloaders. This article is supposed to provide you with basic understanding of the GRUB bootloader. In the past, we have relied on the installation setups to make the hard work for us. But first of all, a foreword of wisdom. Table of contents Everything is a file To be able to successfully master the secrets of GRUB, you must understand one of the basic foundations of *NIX-based operating systems.

Introduction GNU GRUB is a bootloader (can also be spelled boot loader) capable of loading a variety of free and proprietary operating systems. GRUB is dynamically configurable. GRUB notation. Linux Headquarters: Samba Configuration - Introduction Samba can be used to allow connectivity between Linux and Windows(95,98,NT,2000). Samba can be used to share printers, share directories, connect to an NT domain, and many other useful features. However, this tutorial explains the steps involved in basic configuring Samba for file and print sharing. For more complex topics, visit the Samba website or type the command man smb.conf on a Linux machine with Samba installed.

Configuring Samba is done by editing the configuration file /etc/smb.conf that is usually located under the /etc directory. Everytime you modify this file, Samba must be restarted for the changes to take effect.Basic Samba InformationStarting, Stopping, and Restarting Samba Luckily there and all lenders might be and levitra professional these it back within weeks. Most Linux distributions come with scripts to start, stop, and restart Samba properly. Using Samba with Windows NT 4.0 Service Pack 3 or higher Samba Website.

HOWTO: using gprof with multithreaded applications. What is gprof? Gprof is the GNU Profiler, a tool used when tracking which functions are eating CPU in your program. Anyway, you should already be familiar with it if you got interested in this page. One problem with gprof under certain kernels (such as Linux) is that it doesn’t behave correctly with multithreaded applications. It actually only profiles the main thread, which is quite useless. Workaround There is an easy, but surprisingly not very widespread fix for this annoying gprof behaviour. Basically, gprof uses the internal ITIMER_PROF timer which makes the kernel deliver a signal to the application whenever it expires. Example It wouldn’t be too hard to put a call to setitimer in each function spawned by a thread, but I thought it would be more elegant to implement a wrapper for pthread_create.

Daniel Jönsson enhanced my code so that it could be used in a preload library without having to modify the program. History of this document. Failing Hard Drive: Linux to the Rescue - PC World. Over Thanksgiving, I had to deal with a Windows XP laptop, belonging to a relative, that blue screened during startup. Normal startup failed, as did safe mode, safe mode with command prompt, and Last Known Good. The first question that always needs to be answered in these situations is whether the problem is hardware or software. To that end, I booted the computer using my favorite rescue disc, the Ultimate Boot CD for Windows (UBCD4WIN).

The CD started, from the main menu, I chose to run UBCD4WIN, but it eventually hung on a totally blank screen. Among the other utilities on the Ultimate Boot CD for Windows is the Rescue Console. Clearly this was a hardware problem. I do travel with a copy of Linux on a USB flash drive, but the computer was too old to boot off a USB connected device. So I removed the hard drive from the laptop and took it home. A full diagnosis with SpinRite requires the hard drive to be internally connected to the computer. If at first you don't succeed ... Linus Says, Linux Not Designed. A thread on the lkml started innocently enough about proper spacing in source code, then grew and grew into a somewhat philosophical debate about evolution and code design. The subject of the thread was "Coding style - a non-issue" , the general consesus that ' scripts/Lindent ' solved the problem, a one line bourne shell script that executes indent with the "proper" options, as defined in the Documentation/CodingStyle document.

The script: indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl "$@" However, before long a debate was sparked, leading to some interesting comments by Linus and some others, perhaps best summarized by Alan's comment: "Engineering does not require science. What follows is a reprint of many of the more insteresting posts by some well known Linux kernel hackers: Peter's posting was the beginning of this thread. From: "Peter Waltenberg" To: linux-kernel-mailing-list Subject: Coding style - a non-issue Date: Thu, 29 Nov 2001 09:29:26 +1000 The problem was solved years ago. rules.

Linux Compose Key. I often need to type characters that aren’t on the keyboard, like ½ ÷ © ¥ or ¢. On Mac, they’re done with the [option] key, but not always intuitive. For example: © is [option]-G and £ is [option]-3. I never did memorize all of these combinations, but there’s a nice cheat sheet of Mac accent codes, here. On Windows, it’s horrible. You need a separate numeric keypad on your keyboard, then you use the [Alt] key plus a 4-digit unicode number to create the character. For example: © is [Alt]-0169 and £ is [Alt]-0163. See Windows alt codes, here. On Linux, though, they have the most brilliant intuitive way of doing this: You pick a key on your keyboard you don’t use much, like [Insert], [CapsLock], or [menu], and make it the “compose key”.

Then to make any character, you just hit the compose key, then type the two obvious keys that, when combined, make up the character. For example: To get ©, just type c then o (Get it? It’s like drawing with your keyboard! See the Wikipedia page for more info. Xmonad | the tiling window manager that rocks. Linux tips every geek should know | TuxRadar. What separates average Linux users from the super-geeks? Simple: years spent learning the kinds of hacks, tricks, tips and techniques that turn long jobs into a moment's work.

If you want to get up to speed without having to put in all that leg-work, we've rounded up over 50 easy-to-learn Linux tips to help you work smarter and get the most from your computer. Enjoy! UPDATE: If these tips aren't enough and you want even more, make sure you check out More Linux tips every geek should know! #1: Check processes not run by you Difficulty: Expert Application: bash Imagine the scene - you get yourself ready for a quick round of Crack Attack against a colleague at the office, only to find the game drags to a halt just as you're about to beat your uppity subordinate - what could be happening to make your machine so slow? OK, let's list all the processes on the box not being run by you! Ps aux | grep -v `whoami` Or, to be a little more clever, why not just list the top ten time-wasters: find .

Reset. GNU/Linux Installation Guide. Learn 10 good UNIX usage habits. Welcome - Ubuntu: Linux for human being. UNIX tips: Productivity tip. Ubuntu dapper - From This guide is maintained at the Linux Center of the University of Latvia. Please help test and perfect this guide. To edit pages you need to register. Unofficial Ubuntu 6.06 (Dapper Drake) Starter Guide Ubuntu 6.06 (codenamed Dapper Drake) was released in June 2006.

This guide can be discussed at the official UbuntuGuide.org Forum at ubuntuforums.org. Other Versions See this complete list of older and newer versions. General Notes This is an Unofficial Ubuntu 6.06 (Dapper Drake) Starter Guide. If you are using Kubuntu you don't need to install gedit anymore, because now there's a symbolic link from gedit to kate, so you can use all the commands below with no problems. Sudo apt-get install gedit If the "gedit" command (symbolic link) is not working, you could also create it: sudo ln -s /usr/bin/kate /usr/bin/gedit If you are using 64-bit version replace any "i386" with "amd64" Getting Started What is Ubuntu What is new in Ubuntu 6.06 Dapper Drake Videos Repositories To:

The Linux newbie help files, tu. Rute. Home. By Chip Turner Introduction You've always been told to write maintainable code. All of those fancy books on Extreme Programming and every computer science course you've ever had has emphasized commenting and clarity and all of those other broccoli-is-good-for-you-so-clean-your-plate directives. This article, and its second half, are about the opposite of that—unreadable code, inscrutable code, and disposable code.

The first part of this series focuses on that versatile editor and the magic you can weave by combining fundamental concepts of UNIX with a healthy disregard for public safety. After all, any "sufficiently advanced technology is indistinguishable from magic. " The players Before we dive into those specific facilities, though, we should discuss what bash brings to the party, because if perl is the magic we brew here, then bash is the cauldron we brew it in.

Bash isn't just about running external programs, however. Using bash constructs such as for and if, though, make this easy. Rdiff-backup: Main. A remote incremental backup of all your files could be as easy as "rdiff-backup / host.net::/target-dir"[disclaimer] What is it? Rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership, modification times, extended attributes, acls, and resource forks. Also, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync.

Download: rdiff-backup is GPLed (anyone can download it, redistribute it, etc.). The keys used to sign the releases are available in the project members' keyring. Current Status: The earliest releases of rdiff-backup are more than seven years old. Help: Requirements: Amp; Blog Archive &amp; Ubuntu 6.10. Community: Why There is Bett. Oct 17, 2006, 21:00 ( 14 Talkback[s] ) (Other stories by Gary Sims ) [ Thanks to Gary Sims for this article. ] I use Linux everyday, it is the main operating system on my PC and I use it for everything. I have a 64-bit Athlon machine and I run SUSE 10.1 64 bit. Recently someone bought be a copy of Windows XP Professional x64 Edition and I thought I would give it a try. This is what happened. Having backed up all my data and made notes of how my hard disks were partitioned I slipped the Windows XP disk into the CD drive and rebooted. First to configure the display driver. 800x600 isn't really good enough.

I went back to their web site and what I discovered is that the slower, poorer GeForce 4 MX is supported but the faster, better Ti isn't. Next to the network card, I have two network cards in my machine, an nVidia card incorporated in the motherboard and a Belkin Gigabit PCI card. Thankfully Firefox works which you would expected as it is open source, cross platform software. HowtoForge - Linux Howtos and Tutorials | Flash Linux Home Page &amp;