Jump to content
Compatible Support Forums

CrazyKillerMan

Members
  • Content count

    757
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About CrazyKillerMan

  • Rank
    old hand
  1. CrazyKillerMan

    KVM use in Linux

    Well, I have two PC's as workstations and I have 2 monitors...this is only key if you have two monitors. Ir removes any need for having a kvm (I still have a cheap kb/mouse attached and plunked out of sight. X2VNC http://fredrik.hubbe.net/x2vnc.html It works so well. If you have two Linux boxes, then there is explanation on this page to use another software package. Two windows boxen? Ditto. I use it home and work, and it's sweet as all hell. It is slower than using a kvm or a dedicated kb/mouse. Depends how much bandwodth you need. Attach the kb to your 'powerful" workstation.
  2. CrazyKillerMan

    LAN

    EDIT: mount -t smbfs 192.168.0.x/remote /mnt/local above Sorry, the above is for nfs, but with a : mount -t nfs 192.168.0.x:/remote /mnt/local But to use samba... smbmount //computer/remote /mnt/local -o ip=x.x.x.x You may need to supply credentials. Run "man smbmount" In a linux terminal for information. Wasn't paying attention this morning and grabbed the wrong line from my fstab.
  3. CrazyKillerMan

    LAN

    What I do is have shares on my windows xp boxen, then using samba I mount the drives in Linux (its setup in my fstab). mount -t smbfs 192.168.0.x/remote /mnt/local change IP, remote, and local to match your configuration. If you open the Samba administration menu (somewhere in the menu, haven't used it for some time) you can add a share from your local machine to the workgroup or domain. If you have problems with that, install webmin with the samba client. apt-get webmin & apt-get webmin-samba (or something) I use a program called "Smb4k" - it's simply awesome. It can automatically mount SMB shares for you, and you can administer it yourself as well. It works rather well. I HIGHLY recommend it, esp for beginners.
  4. CrazyKillerMan

    .tar.gz

    Try unpacking as iamroot suggests. It should make a new folder called "flash_dealy" or something like that. Change directories into flash_dealy and then type: ./configure <enter> make <enter> (now switch to root using "su") make install <enter> If there is a special way to configure the program, it will be in a README or INSTALL text file. To look at this file, type: less README (when you are in the flash_dealy) directory. This will tell you what to type for the configure option ie: ./configure --usr=/home/blaa or something Hope this helps.
  5. CrazyKillerMan

    Red Hat, oops, I mean Fedora still sucks...

    If you didn't like Gnome, dont bother with Ubuntu. Asking if you want to install the X Server with a desktop environment is somewhat wrong. There are a few x servers (although most should be now using Xorg). I prefer Gentoo as well. It's simply untouchable...although - to get it setup initially takes some work, the experience is worth it in the end. Gentoo has GREAT documentation and the most active user forum out there IMO. I have Ubuntu setup as my personal server, and I do like it, but my workstation running Gentoo is much better for what I use it for. With Gentoo you can pick defferent build levels of software, much like how changing your debian feeds goes. I prefer the command line for the package management tool, Portage, but it is simple to use. Porthole and Guitoo are available as a GUI frontend for Portage. If you DO decide to go with Gentoo, be prepared to have at least two days of down time while you complile Xorg and KDE (openoffice is a long one as well). I printed out the manual as well. Maybe toss out a pdf of the whole manual (installing gentoo) and take it to a Kinko's or something...probablly wont cost more than $5. It's worth it. Unless of course, you have another PC that is attached to the internet that you could reference. I am not a fan of Red Hat either...just a little to much in there...I'm sure its great once you have spent time with it, but - I used 7.2, 7.3, 9.0 and FC2 - wasnt a fan of any of them.
  6. CrazyKillerMan

    Fonts in OpenOffice

    SOLVED: http://forums.gentoo.org/viewtopic.php?t=252149&highlight=openoffice+font http://forums.gentoo.org/viewtopic.php?t=258903&highlight=openoffice+font The second link is sort of neat. I'm gonna emerge that sucker tonight (USE="-gnome +java" emerge openoffice-ximian)
  7. CrazyKillerMan

    Fonts in OpenOffice

    PS: I have diddled around with google a bit, but I am unsure about the fonts, so I am a little unsure what to search for.
  8. CrazyKillerMan

    Fonts in OpenOffice

    Hey all, I was wondering if someone could explain to me (or point me to an article on) fonts in a linux environment. I have fonts working on Xorg 6.7.0 but OpenOffice 1.1.3 does not see any of them. This is getting to be very frustrating, and I was wondering if anyone had any answers for me? Or ideas? I am running: KDE 3.3.1 Xorg 6.7.0 Fonts seem to be working in KDE just fine...just open office..there are like, 15 fonts in the list. Any ideas?
  9. CrazyKillerMan

    Shell script for more than one command

    Make sure to add the #!/bin/sh at the top as well. This tells the PC what to use to truck on through it. Quote: #!/bin/sh mkdir ./temp touch ./temp/file.txt echo "something" >> ./temp/file.txt
  10. CrazyKillerMan

    Shell script for more than one command

    the ** is to give commands to the ftp program. In a file, type in Quote: mkdir ./temp touch ./temp/file.txt echo "something" >> ./temp/file.txt That should run in order...make sure to make it executable, though.
  11. CrazyKillerMan

    Shell script for more than one command

    I'm a little unsure what you mean. A script file will run from top to bottom and execute commands as it runs from the starting of line 1 to the end of line x. Here is a snippet from some of my code from home: Quote: read $remote_dir ftp -v -i $i <<** put "./$file_extension.$date.$month.$year.tar.gz" bye ** rm ~/ftp_$file_extension.tar.gz ncpumount ~/comptek This will execute the rm command right after the ftp command...does this help?
  12. CrazyKillerMan

    Cant boot with GRUB! Help!

    The text based grub should go as follows (if your grub.conf is setup correctly - the partitions and what-not): Type: kernel /kernel-that-youwanttoboot (tab completion is present) For me it is: kernel /kernel-2.6.9-r4 <enter> then type: boot <enter>
  13. CrazyKillerMan

    Anaconda-Gentoo!

    Quote: More when I get home (about 30-60 mins) from work. I have some documentation printed that I cannot seem to find quickly online. OK. First off - when you compiled your kernel, did you select: Loadable Module Support -> Enable loadable module support: Enabled Loadable Module Support -> Module unloading: Enabled Loadable Module Support -> Automatic Kernel Module Loading: Enabled To check this, jsut run "make menuconfig" again and see if it is enabled (the .config file should have been saved as such, unless you renamed it). The menuconfig looks for a .config to set everything that WAS set the last time it was ran before compiling (exactly why you want to save it and add revision numbers, etc). If so, it might just be that the module is not loading on start-up. Look at and edit /etc/modules.autoload.d/kernel-2.6 to ensure its loaded everytime you boot. Put the module name for your nic card in. Is it e100??? I have fglrx loaded at startup (for direct rendering) and I place "fglrx" into the kernel-2.6 file.
  14. CrazyKillerMan

    Anaconda-Gentoo!

    Quote: The directions at the Gentoo site for installing the 2.6 kernel that taeuler linked mentioned checking for several things when running menuconfig, but didn't mention about checking to see if modules were set to initiate at boot. Is there a way to check this before recompiling another kernel? Is there no way to fix it after compiling? More when I get home (about 30-60 mins) from work. I have some documentation printed that I cannot seem to find quickly online. Quote: I downloaded the Gentoo universal live cd in case I can't sort this out. Am I right in believing this is pretty much like the other live Linux CD's in that I can install to HD and have a Gentoo system I can configure? Having not tried any other livecd's, I cannot comment on the install. The livecd install is outlined in the handbook. It is really quite simple to do if you have the handbook available (either print it out, or use alt-f2 and links) Quote: I know the optimal way is to do a stage 1 install from scratch, but I just don't feel comfortable enough with all this to go there right now. Once I have a stable working Gentoo, I can then get familiar enough to consider a stage 2 or stage 1 install later. Having no regards for large amounts of down time, I opt for stage 2 or stage 3 (depending if it is a weekend or not ;-) ) I dont think that my time is worth a stage 1 install. Seriously...you know?
  15. CrazyKillerMan

    Anaconda-Gentoo!

    genkernel is for those who do not want to manually compile thier kernel (as it detects hardware). Personally, I dont use genkernel. I think that using emerge gentoo sources are just as easy. See the handbook for a description of each of the gentoo kernels. emerge -pv gentoo-dev-sources This will (pretend to - remove the p to commit) download and unpack the kernel source into /usr/src/ Then, you must change the symlink "linux" in /usr/src/ to the newest kernel (in my case 2.6.9-r4). From there, cd to /usr/src/linux and "make menuconfig" This will bring up an easy to use text menu system. Compile drivers (CPU type, mobo chipset, agp chipset (if you do not want 3d accel - see the two links I gave above). After that go "make && make modules_install" then: cp /usr/src/linux/arch.i386/boot/bzImage /boot/kernel-2.6.9-r4 cp ./System.map /boot/System-2.6.9-r4.map cp ./.config /boot/.config-2.6.9-4r Then make changes to grub.conf (sometimes in /boot/grub/ ) then reboot and cross fingers. Note to keep the existing kernel in case something bad happens (so have two entries in grub.conf 1 for your existing kernel, and the other for the 'experimental') See the gentoo handbook for more info. It gives some examples on what you SHOULD have loaded by default. When you emerge gentoo-dev-sources it will enable the most common tweaks/additions to the kernel that you need. However, practice makes perfect. Make sure to enable module loading/unloading, chech out the video card stuffs, mobo chipset, nic, usb stuffs, etc, etc, etc, etc.... In the gentoo handbook there are install guides for both manual and genkernel installs. Substitute 'install' with 'upgrade' and rock &| roll Gentoo Handbook See chapter 7.c and 7.d
×