Debian Linux Tutorials,Howtos
Debian Linux Tutorials,Howtos
Statistics
Unique Visitors:
Total Unique Visitors:


Outgoing:
Total Outgoing:
0
0


10
1273

Articles from Debian Linux Tutorials,Howtos

Need Help cleaning OS Boot Screen
2007-10-28 05:26:05
Hey Guys, i am excited because i am writing this post using Linux w/ configured WIFI!!! Thats a big thing for me @ this time. What i did was i have installed 7.04 and deleted 6.10. 7.04 was easy to configure and ndisgtk was there too. However when i turn on my pc it still gives me a choise between 6.10, 7.04 and Windows. I know that i have deleted 6.10 and i dont want it to be on the boot screen. How do i clean it up? THanks. Tags: change ubuntu grub, edit grub ubuntu, update grub ubuntuchange ubuntu grub, edit grub ubuntu, update grub ubuntu ...
Xubuntu 7.10 (gutsy gibbon) Screenshots Tour
2007-10-26 00:44:20
Xubuntu is a complete GNU/Linux based operating system with an Ubuntu base. It is lighter on system requirements and tends to be more efficient than Ubuntu with GNOME or KDE, since it uses the Xfce Desktop environment, which makes it ideal for old or low-end machines, thin-client networks, or for those who would like to get more performance out of their hardware. This screenshots tour includes internet, multimedia,graphics,system applications,network application and other applications click on the image for complete Gallery. Xubuntu 7.10 Screenshots Gallay Tags: Other Linux, Xubuntu 7.10 Screenshots, Xubuntu 7.10 Screenshots gallary, Xubuntu gutsy gibbon ScreenshotsOther Linux, Xubuntu 7.10 Screenshots, Xubuntu 7.10 Screenshots gallary, Xubuntu gutsy gibbon Screenshots  ...
Kubuntu 7.10 (gutsy gibbon) Screenshots Tour
2007-10-19 04:14:24
Kubuntu is a user friendly operating system based on KDE, the K Desktop Environment. With a predictable 6 month release cycle and part of the Ubuntu project, Kubuntu is the GNU/Linux distribution for everyone. Kubuntu is an entirely open source operating system built around the Linux kernel. The Kubuntu community is built around the ideals enshrined in the Ubuntu Philosophy: that software should be available free of charge, that software tools should be usable by people in their local language and despite any disabilities, and that people should have the freedom to customize and alter their software in whatever way they see fit. This screenshots tour includes internet multimedia,graphics,system applications,network application and other applications click on the image for complete Gallery. Kubuntu Gusty Gibbon Tags: Kubuntu 7.10 screenshots, kubuntu gutsy gibbon screenshots, kubuntu gutsy screenshots, Other LinuxKubuntu 7.10 screenshots, kubuntu gutsy gibbon screenshots, kubuntu guts ...
How to Install Beryl in Debian Etch
2007-10-15 14:50:00
Beryl is an OpenGL accelerated desktop that seeks to provide a free, open source desktop experience to the community that reflects the wishes of the users. Above all else, the project seeks to listen to and respond to the requests of the user base. Beryl is a combined window manager and composite manager written in C using OpenGL to provide acceleration. It is designed to be highly flexible, extensible, and portable, all the while keeping in mind that the users know how they want their desktops to act better than we do. With Beryl the rather esoteric concept of the computer desktop is brought down to a more human level, allowing for a more native and intuitive understanding of your workspace. Install Beryl in Debian etch First you need to edit the /etc/apt/sources.list file to add beryl repositories deb http://debian.beryl-project.org/ etch main deb-src http://debian.beryl-project.org/ etch main Now you need to save and exit the file Download gpg key using the following command #wget ...
How to Install Compiz in Debian
2007-10-08 02:37:21
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. It provides various new graphical effects and features on any desktop environment, including Gnome and KDE. Compiz Features Easily extendible through plugins. A growing, friendly community of users. Increases productivity and enjoyment. Impress your family and friends. Compiz is actively developed. Requirements The bare minimum is 3D capable Graphic’s card and atleast 512 MB of ram. Install Compiz in Debian #apt-get install compiz this will install compiz along with its dependencies. Configuring Compiz Now you need to manually edit the /etc/X11/xorg.conf file #vi /etc/X11/xorg.conf then added these two lines under the “Screen” section Option “XAANoOffscreenPixmaps” Option “AddARGBGLXVisuals” “true” then added these lines under “Device” Option “AllowGLXWithComposite” “true” Option “RenderAccel” “true” added one line under “Server Layout” Option “AIGLX” ...
Love Debian??? Write more and earn goodies!!!
2007-10-04 02:36:36
Get a Rapidshare Premium Account for free when submit atleast 3 articles or write ups on Debian. This could just be anything from a HowTo on the operating system or an application to run on Debian to an article explaining an application or a concept on Debian. The submissions are subject to approval by the Admin and should be of a minimum of 250 words and certainly not a copyrighted information or an intellectual property of any kind. When a minimum of 3 articles are approved to be published, you get a free Rapidshare Preimium subscription for a month. Every additional 3 articles approved earns an extra month too!!! Highest number of approved articles submitted by an author will receive a special award at the end of the competition. Articles will be accepted until 31st December 2007 Please register here and start publishing your content. ...
Restart Apache Server without affecting existing connections
2007-10-03 10:42:16
Sometimes you want to restart your Apache server after changing some configuration in your virutual hosts,sites etc, but you have few hundred clients currently downloading files from your server and you don’t want to disconnect them. You need to use the following command #/etc/init.d/apache2 graceful This will gracefully restart your Apache with new configuration without affecting your client’s connections. Tags: graceful apache command, restart apache server, Restart Apache Server without affecting existing connections, webservergraceful apache command, restart apache server, Restart Apache Server without affecting existing connections, webserver ...
Howto install Wine,µTorrent,Native Tray Icon in Debian
2007-09-26 13:57:58
This HOWTO will describe how to install uTorrent on your Debian Linux desktop using wine and how to get a more suitable tray icon using alltray. Wine is an Open Source implementation of the Windows API on top of X, OpenGL, and Unix. µTorrent is a lightweight and efficient BitTorrent client for Windows with many features. First of all we need to add a new repo for this you need to edit the sources.list file #vi /etc/apt/sources.list Add this to the end of the file, save and quit: deb http://eclipxe.com.mx/debian/ ./ deb-src http://eclipxe.com.mx/debian ./ Update the source list using the following command # apt-get update Now we will install Wine and Alltray # apt-get install alltray wine Download latest µTorrent from here create a dir using the following command #mkdir utorrent go in to the utorrent directory #cd utorrent #wget http://download.utorrent.com/1.6.1/utorrent.exe Get icon using the following command #wget http://img400.imageshack.us/img400/5093/utorrenteh8.png Now we wil ...
NTP Server and Client Configuration in debian
2007-09-19 05:24:18
The Network Time Protocol (NTP) is a protocol for synchronizing the clocks of computer systems over packet-switched, variable-latency data networks. NTP uses UDP port 123 as its transport layer. It is designed particularly to resist the effects of variable latency (Jitter). Using NTP is a great way to keep your system clock set correctly. It works by contacting a number of servers around the world, asking them for the time and then calculating what the correct local time is from their responses. Install NTP server in Debian #apt-get install ntp ntpdate ntp-server This will install all the required packages for NTP Configuring NTP Server By Default main configuration file located at /etc/ntp.conf Default configuration file looks like below #/etc/ntp.conf, configuration for ntpd driftfile /var/lib/ntp/ntp.drift statsdir /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen c ...
Setup CUPS (Common UNIX Printing System) Server and Client in Debian
2007-09-10 09:08:40
The Common UNIX Printing SystemTM, or CUPS, is the software you use to print from applications like the web browser you are using to read this page. It converts the page descriptions produced by your application (put a paragraph here, draw a line there, and so forth) into something your printer can understand and then sends the information to the printer for printing. Now, since every printer manufacturer does things differently, printing can be very complicated. CUPS does its best to hide this from you and your application so that you can concentrate on printing and less on how to print. Generally, the only time you need to know anything about your printer is when you use it for the first time, and even then CUPS can often figure things out on its own. Install CUPS printer server in Debian #apt-get install cupsys cupsys-driver-gutenprint foomatic-db-gutenprint foomatic-filters fontconfig libtiff4 libfreetype6 NOTE:- If your network use DHCP it’s a good idea to set up your serve ...
Mount a remote file system through ssh Using sshfs
2007-09-03 04:34:45
If you want to access a remote file system through ssh you need to install sshfs.sshfs is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there’s nothing to do. On the client side mounting the file system is as easy as logging into the server with ssh. sshfs Features Based on FUSE (the best userspace filesystem framework for linux) Multithreading: more than one request can be on it’s way to the server Allowing large reads (max 64k) Caching directory contents sshfs runs entirely in user space. A user using sshfs does not need to deal with the root account of the remote machine. In the case of NFS, Samba etc., the admin of the remote machine has to grant access to those who will be using the services. Install SSHFS in Debian #apt-get install fuse-utils sshfs Next, let’s make sure the following condition is met. In the local system, type (as root) ...
Howto Boot debian in text mode instead of graphical mode (GUI)
2007-08-29 13:41:21
This is very useful tip for all debian users You can prevent automatic running of the GUI when you boot your debian machine by disabling your login manager be it KDM, GDM or XDM from running at boot time. To disable the login manager from automatically running at boot up, run the following command as root #update-rc.d -f gdm remove Replace gdm with kdm or xdm if they are what you use. To start X manually, you would then have to login at the command prompt and enter the command startx. To reset your login manager so that it runs at boot up, do #update-rc.d -f gdm defaults Tags: boot debian in text mode, disable login manager debian, how to boot debian in text modeboot debian in text mode, disable login manager debian, how to boot debian in text mode ...
Howto display the number of processors in Linux
2007-08-24 01:04:09
If you’ve just bought a new desktop,laptop or server and the box says the box is powered by 2 processors, you can actually verify that. Here’s how to display the number of processor of your linux box. Simply issue the following command as root # cat /proc/cpuinfo | grep processor Everything in linux is files. This command simply retrieves the number of processors that linux detected from /proc/cpuinfo and displays it. Usually, the processor number comes at the first set of line from issuing the command. Here’s what the command returned for me: ~~~~~~~~~~~~~~~~~~~~~~~~ processor : 0 ~~~~~~~~~~~~~~~~~~~~~~~~ which means You have 1 processor with a processor ID number 0. Processor counting starts with 0. So if you have a PC with core duo, you will probably have 2 lines that says 0 and 1.That is 2 processors. Tags: display the number of processors in Linux, find number of processors linuxdisplay the number of processors in Linux, find number of processors linux ...
Howto restrict su command to superuser only in Linux
2007-08-15 03:37:12
su is run a shell with substitute user and group IDs. su is used to become another user during a login session. Invoked without a username, su defaults to becoming the super user. The optional argument - may be used to provide an environment similar to what the user would expect had the user logged in directly. Restricting su command to root superuser only is simple. First, determining the path location of the binary is required using the following command # which su returns ~~~~~~~~~~~~~~~ /bin/su ~~~~~~~~~~~~~~~ Remember the current file mode bits and restrictions for su binary # ls -la /bin/su ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -rwxr-xr-x 1 root root 24284 Apr 28 2007 /bin/su ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Noticed that su binary is world executable and world readable. This basically means anybody can call and execute the su binary and gain access to perhaps stolen password with bash-enabled user accounts. If you wish to change this, you can issue ...
Howto Replace multiple file text string in Linux
2007-08-13 07:42:15
If you have a folder with a lot of files in a directory and with a specific string that you want to change you can do it in seconds using grep and perl command line grep -R –files-with-matches ‘OLDSTRING’ . | sort | uniq | xargs perl -pi~ -e ’s/OLDSTRING/NEWSTRING/’ Where OLDSTRING is the string you want to find and replace with NEWSTRING. Tags: Replace multiple file text string in Linux, search and replace text in linuxReplace multiple file text string in Linux, search and replace text in linux ...
[First] « Prev 1 2 3 4 5 Next » [Last]


3843 blogs in our database.
Statistics resets every week.
eXTReMe Tracker