DirectoryComputersBlog Details for "Go2Linux - The Linux Site"

Go2Linux - The Linux Site

Go2Linux - The Linux Site
Linux help, news, tips, how to, security, backup, virtualization and software for your linux, Debian, Ubuntu, CentOS and Fedora
Articles: 1, 2, 3, 4, 5, 6, 7

Articles

Starting programs automatically at startup in Gnome
2008-01-01 22:51:00
There are some applications we always start as soon as we log into our Linux, as Firefox or our news reader. If you want you can ask Linux to start these programs for you as soon as you log in, to do this just go to: System->Preferences->Sessions in you Gnome menu. Now click on Add, and fill in the fields the appropriate info, so you can start you new application. Put in name the name of the application, in command the command you need to start that applications (better if you use the complete path) you can use the command which to know where an application is. in this case I used which firefox Then fill in comment anything that will describe to you, what that command is going to do. You can start as many applications as you want, but of course this will slow down your Linux boot up.
More About: Desktop , Programs , Startup
Installing Microsoft True Type fonts on Linux
2007-12-31 06:43:00
We the Linux users, are always interacting with Windows users, and one of the most difficult part of that interaction is the exchange of documents, that they create and edit mostly with Microsoft Office, and we use Open Office, and I think that even if they use OpenOffice, they will have access to the system's fonts, so, we need MS fonts installed in our Linux Operating System, in order to look at the documents in the same way they are looking at it. Let's go first with Debian / Ubuntu It is really easy, just enter at the console, the command: sudo aptitude install msttcorefonts And that is all. Fedora / Centos Here we will need a little more job 1. Install the software needed sudo yum install rpm-build cabextract 2. Download the specs to build the RPM wget http://corefonts.sourceforge.net/msttcore fonts-2.0-1.spec 3. Build the RPM rpmbuild -ba msttcorefonts-2.0-1.spec 4. Install the RPM rpm -ivh /usr/src/redhat/RPMS/noarch/msttcorefonts -2.0-1.noarch.rpm Thats all, now you have ...
More About: Desktop , Fonts , Type
Tuxmachines
2007-12-31 04:29:00
Well, this time is the turn of Tuxmachines, I am almost sure the most of you know about this site, it is really popular, it was one of the first sites I met about Linux, when I came to Linux Operating System world again, some two years ago. For those who hasn't heard about this great site, I will explain a little how it works. It is powered by drupal just like this site, it offers its visitors, the opportunity to register into the site, and thus gain your own blog at: tuxmachines blogs, so you can add your own content to the site. The owner of the site, Mr. srlinuxx compiles lots of great Linux stories, from other great Linux sites This site had been cited a couple of times (an honor) in tuxmachines front page, so you have an average of 5+ stories per day, you can read an introduction and then go to the full post in the original site. If you do not want to keep looking for good Linux content from lots of sites, keep subscribed to tuxmachines, and they are going to do the job for yo...
More About: Mach
Rename multiple files with Linux
2007-12-31 01:45:00
Different ways to rename bulk files in Linux , using mv and rename We are going to explore different ways to change names of multiple files using command line of Linux Operating System. We are going to use rename which is a perl script, and also the know mv, together with for, in "one-line" shell script rename Syntax rename [ -v ] [ -n ] [ -f ] perlexpr [ files ] -v Verbose: print names of files successfully renamed. -n No Action: show what files would have been renamed. -f Force: overwrite existing files. perlexpr Perl Expression Regular Expressions ^ matches the beginning of the line $ matches the end of the line . Matches any single character (character)* match arbitrarily many occurences of (character) (character)? Match 0 or 1 instance of (character) [abcdef] Match any character enclosed in [] (in this instance, a b c d e or f) ranges of characters such as [a-z] are permitted. The behaviour of this deserves more description. See the page on grep for more details about th...
More About: Rename , Files
Great Gentoo Linux sites
2007-12-30 20:02:00
I really want to go into Gentoo , I think I will learn a lot using and learning it. As a first step I looked for some useful sites for Gentoo's beginners and I want to share them, here they are: Good Explanation about Flags on Gentoo Detailed instructions to install Gentoo Gentoo's site FAQ Convert RedHat 9.0 to Gentoo over ssh The Gentoo Howto Great and complete guide to install Gentoo Flags Descriptions Another good how to for Gentoo Desktop Linux Install Gentoo on a USB memory Stick The Gentoo Wiki page Sabayon the most famous Gentoo based Linux Using Gentoo with your ATI Radeon hardware Hope you enjoy them.
More About: Sites
Check your Laptop Battery status from the command line
2007-12-30 14:22:00
Linux console brings acpi to us to check the status our Laptop battery, right from the command line. To check the state of the charge of battery acpi The output could be something like this. Battery 1: discharging, 44%, 00:18:48 remaining yes I know I need a new battery :). To check the battery temperature acpi -t And the output could be Battery 1: discharging, 37%, 00:15:59 remaining Thermal 1: ok, 49.0 degrees C if you need it in Farenheit acpi -t -f To check the AC power status acpi -a The output could be: Battery 1: discharging, 30%, 00:13:31 remaining AC Adapter 1: off-line You can check all the status together acpi -V Battery 1: discharging, 27%, 00:11:29 remaining Thermal 1: ok, 50.0 degrees C AC Adapter 1: off-line
More About: Check , Status , Line
Linux command: What is my IP? (Public IP address)
2007-12-30 01:44:00
Lots of times you need to determine your public IP address, if you are using Linux operating system to power your PC, you may use some good console commands to guess your public IP address. Using wget wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address : //' -e 's/ Using curl curl -s checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/ curl -s http://whatismyip.org/ Using Lynx lynx -dump checkip.dyndns.org lynx -dump www.whatismyip.com | grep 'Your IP' As you can see, there are a lot of ways to check your Public IP address using console commands in Linux. Of course you can always open a browser and enter any of those URIs and check there.
More About: Command
Answering a question of one of our readers related to aptoncd
2007-12-29 22:55:00
Hi, please read this comment I personally find it really interesting, and have try to solve it, here is my post about the solution: aptoncd, to clone a system, as you can see the solution is not yet finished, as I am not really good at shell scripts, does anyone please help me finish this?.
More About: Question , Readers , Related , Erin
Why Linux is Better?
2007-12-29 13:35:00
Today I have found a site, that focus on showing people why they should give Linux a try. Some of the arguments are: No virus Stable system Money Freedom There are lots more, in the page, this page is also written in various languages, 23 in total by the time I am writing this. Is an interesting page to visit, give it a try. English Version Spanish Version Polish Version to check it in other languages, click on the flags at the top of the main page.
Debian GNU/Linux 3.1 (Old-stable) updated
2007-12-29 02:14:00
This is really good about Debian , its 3.1 version (old Stable) is still getting updates, and maintained, which are great news for all those servers which are still using the old Sarge. You can get the new updated CDs from here Those who frequently install updates from security.debian.org won't have to update many packages and most updates from security.debian.org are included in this update. So if you usually run apt-get upgrade you should not worry about anything. Read the announcement here
More About: Linux , Debian Linux
Debian 4.0r2 Released
2007-12-28 04:04:00
Debian has released another security upgrade to the Etch which is now release 2 so Debian Etch is now Debian 4.0r2 These updates are basically security updates, and does not constitute another Debian version, all you need to do is: apt-get update apt-get dist-upgrade and you will be running all security patches, but if you install Debian constantly it is better if you download your Installation CDs again, to avoid big time upgrading over the Internet. The main security updates are: Advisory ID Package(s) Correction(s) DSA-1288 pptpd Denial of service DSA-1317 tinymux Buffer overflow DSA-1319 maradns Denial of service DSA-1320 clamav Several vulnerabilities DSA-1321 evolution-data-server Arbitrary code execution DSA-1322 wireshark Denial of service DSA-1323 krb5 Several vulnerabilities DSA-1324 hiki Missing input sanitising DSA-1325 evolution Arbitrary code execution DSA-1326 fireflier Unsafe temporary files DSA-1327 gsambad Unsafe temporary files DSA-1328 u...
More About: Debian , Released , Debian Linux
aptoncd - Take your own repository with you on CD
2007-12-28 03:40:00
With AptOnCd you can backup and restore your .deb packages and store them in a CD or DVD or just in an ISO image in your USB Drive. aptoncd, will help you still be able to use apt, aptitude or synaptic even, with no, or poor Internet conection. All you need is to install one system with all the desired software, using apt-get to install all the software, once installed all the .deb files will be on your /var/cache/apt/archives/ directory, so you can backup all them up, in a CD or DVD and take it with you for your next installation of your Debian or Ubuntu Linux Operating System. Install aptoncd sudo apt-get install aptoncd once installed you will find it in your menu (If you are using Gnome) System->Administration->Aptoncd Back up Click on create CD/DVD It will explore the /var/cache/apt/archives/ for your .deb files and present you with the possible files to add on your CD/DVD Select where to save the image, and the name of it. Once finished, you can burn the image, or use it...
More About: Debian Linux
Forum Change
2007-12-27 23:30:00
Hi, I want to inform you that I have changed the platform of Go2Linux forums from SMF to myBB, as passwords can not be converted, please create again accounts, I have read this platform is better. I have copied the last thread and the one with more action these days, please continue to post your favorite Linux sites and blogs. Check it here: http://www.go2linux.org/forums/list-of-be st-linux-blogs-t-1.html
More About: Change , Forum
The Switching to Linux blog
2007-12-26 14:26:00
Today I have found a site which started on December 9th, yes it is really new, the author is just switching to Linux as a Desktop OS, he used Linux for servers for some time now. He started this blog, to post how he makes things work, the problems he faces, and how he solves them, so it could be a great blog for those beginning with Linux as him. He is focusing on Ubuntu (as most people) and I also hope to see some CentOS server posts here. :). have a look at it. Adventures in Switching to Linux
More About: Blog , Witch
The best Linux Blogs
2007-12-26 01:56:00
I have posted a new thread in the Forum. Please help me to create a great Linux blog's list, my goal is to have at least 100, but the more the better, please post your own blogs or any other blog you may know, you can post more than one, pleas provide a Link to it, if it is frequently updated or if it is not being updated any more, and a small description of the blog. Really please go the thread and post your blog's links and description, and I will make a list with all your posts, which I hope could be useful for everybody of us. Please go here and post your suggestions. http://www.go2linux.org/forum/index.php?t opic=17.0
More About: Blogs
Merry Christmas
2007-12-24 15:37:00
Hi, I would like to wish a Merry Christmas to all readers of Go2Linux.org, may the good Jesus bless you today as He is always does, and all single days of the year. To the readers who are not Christians, also go my best wishes and also may God bless you, as almost all people in the world have an idea of GOD, may He be with us, and help us find the peace and help us be better humans each day. God bless your families! Sincerely, Guillermo Garron PS. Use comment to post your wishes to other readers. Credits of Picture: Wallyg
More About: Merry Christmas
Dupral 6.0 Release Candidate 1 ready
2007-12-24 13:08:00
Four days ago, Drupal has released the RC1 for its 6.0 version, we are really near to start using this new version. I like that the block_cache is now part of the core, it is really useful, if you want to pass a web 2.0 effect, or at least have a chance to do it. Before upgrading, check that all the modules you are using are available or ported to 6.0 version, you can do that, by going to modules page and select 6.0. Check the post at Drupal site here
More About: Release , Release Candidate , Ready , Candidate
Using Tasksel on Ubuntu
2007-12-23 01:43:00
Ubuntu as a Debian derivative has in Task sel a great tool, from where you can easily install some applications Tasksel, is a tool that comes from Debian, and it was not first included in Ubuntu by default, but since Feisty I think it is included by default, if it is not installed in your Ubuntu version you can install it running: sudo apt-get install tasksel It looks different in Dapper than in Feisty or Gutsy, here is how it looks like in Dapper Drake. For the Debian users this is familiar, as you will see this same image when you are installing Debian, Ubuntu Users does not see usually this image, but as you can see is really useful is an easy way to install servers like DNS, Mail, File or Web Servers. If you want to know which packages includes each group run: sudo tasksel --list-tasks It will list all the packages included in a group. Some Fedora or CentOS users may see it as an equivalent of yum groupinstall Well with Feisty or Gutsy it is even more useful as it has better opt...
More About: Ubuntu
Writting your resume with LaTeX
2007-12-23 01:15:00
I have written some LaTeX documents, LaTeX is great to help you give format to documents, as for your CV or Resume , it is a real good idea to use LaTeX instead of Word layouts, as the most of people use them, so if you want to have a resume different to the rest, use a different editor, give it a different format, make it look more "professional" so you can have better opportunities that the people reviewing the CVs take yours just giving a glance to the CVs. Here is my collection of documents of LaTeX. Today I have found this good tutorial to write your resume with LaTeX check it here.
More About: Latex
Cisco does not fully support Linux
2007-12-21 13:00:00
The Cisco Catalyst Express 500 software does not support Linux Yesterday I had to configure my Cisco Catalyst Express 500, of course I do not have any copy of Windows on my PC, so I started reading the instructions. Getting Started guide for the Catalyst 500 where it clearly says. Equipment that you supply to set up the switch: 1. A PC with Windows 2000 or XP installed. 2. A web browser (Internet Explorer 5.5, 6.0, Netscape 7.1 or later) with JavaScript enabled. 3. A straight-through or crossover Category 5 Ethernet cable to connect your PC to the switch. But I think that it could be OK to try with my Linux Debian Lenny and Iceweasel, here is what I got, when I finally managed to get an IP from the switch. Here the zoomed image. As you can see there is no support for Linux, and for me that is sad, as both Cisco and Linux helped a lot to made the Internet what Internet is now. Maybe I am using an old IOS, and the new one does support Linux, but at least this one not, it was even...
More About: Support
Firefox 3 Beta 2 released
2007-12-20 13:54:00
Two days ago, Firefox 3 beta 2 has been released, it includes fixes to 900 bugs found on Beta 1, great job, 900 bugs fixed in one month, I think it is great! You can download Firefox Beta and start working with it in 25 languages. Also if you are interested you can read the release notes of this new Beta. enjoy it.
More About: Firefox 3 , Released
External Laptop Battery
2007-12-19 23:34:00
If you need to work hours with your laptop where there is no place to plug it, for example at the airport while waiting for the endless time between one fly and the other. :( .. You may be needing something like this, the good thing about this external battery is that it is universal, the bad thing is that is another package to worry about, and to carry also, but almost everybody is carrying two Laptop s batteries. Its specifications are: weight = 0.75 kg dimensions = 298 x 216 x 15 mm power = 70 VA/hour And it is a Li-polymer battery so you will not have to worry about discharging, to charge it again it has no "memory" effect, and it is designed to last for 2 to 4 years. It should add some three hours of work, with WiFi on, and working hard, but of course depending on your Laptop, and the voltage it may needs the more voltage the less time it will last. The output voltage range between 15,16,18,19,20 volts, so as you can see it is universal.
More About: Battery , External
Eight great Linux/Unix stories that made digg front page in 2007
2007-12-18 23:05:00
I had an idea today, as the 2007 is ending I wanted to review the Digg Linux /Unix most popular on this year page and look for some stories that were not news, and were not pictures, but instead are useful Linux guides that will be useful also next year, don't get me wrong I am not saying the other stories are not useful, anyway they got digg's front for some reason. While looking for these stories, which were suppose to be only 5 I have found some real good ones so now they are more than five, actually they are eight, not all in the section of "real useful" I mentioned before. Well I better stop chating and give you the List. The order is the same order they have on digg, with the more voted in first place. Useful ones 13 things to do immediately after installing Ubuntu Abstract: Good tips about software and repositories, you may need to install on ubuntu to have it fully functionality. Link to the digg page here Link to the story itself here Build your own server Abstract: Guide ...
More About: Stories , Page , Great
Three good Firefox addons
2007-12-18 21:50:00
I want to show you some great Firefox Addons, at least they are great for me :). Mouse Gestures Introduction This add-on enables the mose to work on different tasks, instead of using the keyboard, or instead of clicking some buttons, with only movements of the mouse some actions are performed. Just as an example, to reload a page, you just need to right-click and move the mouse up and down. Where to get it download Screen shot Bookmark sync Introduction If you have more than one computer and you need to keep your bookmarks synchronized, you are like me, and if you want to have it privately, and not in a public server, you are more like me, well, therefore, this could be maybe your favorite add-on, as it is for me, it permits to have bookmarks synchronized, using a FTP server, which could be public, or your own PC acting as FTP server. download Screen shot Zoom Fox Introduction This is a great utility to be added to Firefox, as it can zoom, on images, usually, I need to save the ...
More About: Desktop , Good
How to: Import photos with Linux from your camera
2007-12-18 05:13:00
Import photos into Linux is really an easy task, just need to install gthumb and you are ready gthumb is a Linux tool or better said a Gnome tool, to view images, but one of its better uses is to import photos directly from the camera. Install gthumb For Debian or Ubuntu sudo apt-get install gthumb For Fedora or Centos sudo yum install gthumb Once installed, open it from: Applications->graphics->gthumb image viewer You will get something like this: then go to: file->import photos and you will get this box. then just select the pictures to import, if you want them deleted from the camera or not, and import them.
More About: Photos , Desktop , Camera , Import
Cannot login into drupal, captcha keeps saying invalid captcha token
2007-12-18 04:45:00
Today I ran into a problem with my blog, for some reason after a two hours server failure (sorry for that) one of my database's table appeared corrupted. It was the sessions table and therefore I was no able to login to my drupal again, that was really bad, after one hour of being nervous, I started to figure out what was wrong. Once I realized that table was corrupted I went to PHPmyadmin and selected my MySQL database. and then checked the corrupted table, and select from the menu to repair it, after that all was solved. Here are some screenshots about how to do it. First select phpmyadmin from the cpanel menu Select the right Database Select the corrupted table At the end of the tables, from the pull down menu, select repair. That should be all, if you are lucky you will an OK message and everything should work again.
More About: Drupal , Captcha , Anno , Logi , Vali
How to: Sha1sum, ensures that your file integrity is O.K.
2007-12-17 18:58:00
One of the biggest uses of sha1sum is to verify integrity of files, that are going to be sent by any electric medium, here you will how to use it Do you need to send an attachment by email, or upload/download a file by ftp, or exchange a file with any other way, and need to be sure that file arrives its destination with no corruptions? Well you may need to use sha1sum, which is a Linux console command that will check and print the sha1 hash Summarizing, it will scan the file and print a string, which is unique for the scanned file. To use it just enter and the console: sha1sum file If you want to send the file together with its sha1sum output redirect the output to a file: sha1sum hard_disk.jpg > hard_disk.sha1 Then send the two files, at its destination, someone can enter: sha1sum -c hard_disk.sha1 Both files should be available and if everything is o.k. you will see something like this: hard_disk.gif: OK If you want to try, here are the two files, used on this test. hard_disk.g...
More About: File , Integrity
How to: Set or change the priority of a process - nice and renice
2007-12-17 14:55:00
How to assign and reassign priority to Linux commands or processes, to optimize your CPU ussage You may have seen this problem with your Linux sometimes, you are working with your normal applications, like browsing the web, using Open Office or any other thing, and then Linux start a cron process or you start a make command, and all the other applications slow down. Well you can solve that by entering different priorities to different applications, this is done with the nice and renice commands. Lets say you need to compile a program, and do not want it to eat all the processor power and attention, so you can still perform other actions. Enter: nice make all Here the nice command will increase the niceness by 10 (the default increment if nothing else is indicated). And how nice work?, well it adjust priority from -20 (most favorable scheduling) to -19 (least favorable scheduling). Only root can assign a lower priority (negative number) while the rest of users can only decrease the ...
More About: Change , Nice , Process , Priority
Glipper - Clipboard manager for Gnome
2007-12-17 00:35:00
If you as the most of Linux users, are coming from Windows, you maybe are missing the clipboard manager that lets you copy and paste and also have a history of the copied objects so you can choose which one of them to paste, well if you are now using Gnome you also have that feature, just need to install it. Debian / Ubuntu sudo apt-get install glipper Fedora / Centos sudo yum install glipper once installed, you only need to launch it from the menu: Applications->Accessories->Glipper It will appear on the right upper corner of your screen, and now you have the features you were missing.
More About: Desktop , Manager , Clipboard
Fine tunning your polipo cache
2007-12-17 00:06:00
If you have read my post about Installing personal web server and you have installed it, you may be now enjoying its benefits but now it is maybe time to tweak it a little, specially the way it purges files and maintain the cache size in the disk. Polipo never erase a file from the cache, so there is a script that installs automatically on your Linux box when you install Polipo that takes care of this, that script is run daily with cron, and it is located at: /etc/cron.daily/polipo its content is: #!/bin/sh set -e FORBIDDEN_FILE=/etc/polipo/forbidden CONFIG_FILE=/etc/polipo/config if [ ! -x /usr/bin/polipo ]; then exit 0 fi if [ ! -f $FORBIDDEN_FILE ]; then FORBIDDEN_FILE=/dev/null fi PIDFILE=/var/run/polipo/polipo.pid [ -f "$PIDFILE" ] && kill -USR1 $(cat "$PIDFILE") su -c "nice polipo -x -c $CONFIG_FILE forbiddenFile=$FORBIDDEN_FILE > /dev/null" proxy [ -f "$PIDFILE" ] && kill -USR2 $(cat "$PIDFILE") Well now you can see that each day this s...
More About: Fine , Cache
More articles from this author:
1, 2, 3, 4, 5, 6, 7
111691 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2012 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker