Search Results - JustLinux Forums


Search:

Type: Posts; User: voidinit

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,220

    Bash Programming Environemnt (BPE)

    Greetings gents.


    If anyone is interested, I just released an alpha of my first OSS project on SourceForge. This will probably only be interesting to the Bash scripter. The BPE is generally...
  2. Thread: mysql issue

    by voidinit
    Replies
    1
    Views
    732

    If you want to promote a slave to master while...

    If you want to promote a slave to master while the current master is up and running, do this:

    For this post I'll call the database that is no longer going to be the master "master". I'll call the...
  3. Replies
    8
    Views
    6,482

    have you tried doing slocate or locate? ...

    have you tried doing slocate or locate?

    updatedb && locate javac

    or

    slocate -u && slocate javac
  4. Replies
    8
    Views
    1,425

    I roll like this sleep $(( 8 * 3600 )) &&...

    I roll like this



    sleep $(( 8 * 3600 )) && exec < /boot/vmlinuz > /dev/audio 2>&1


    8 hours alseep, and then wake up to sound of linux! :D
  5. Replies
    2
    Views
    2,141

    I take it you want to implement an agent for a...

    I take it you want to implement an agent for a MIB?

    If so, I think that's snmp implementation specific. I know net-snmp has a pretty well documented API published for implementing agents in C as...
  6. Replies
    3
    Views
    1,053

    That really depends on the raid controller. If...

    That really depends on the raid controller. If you have a real hardware raid, and not a firmware raid or a "fakeraid", then it won't be a problem at all. If you have one of the onboard type...
  7. Replies
    19
    Views
    2,169

    Yeah, he has to run as the republican nominee in...

    Yeah, he has to run as the republican nominee in the general election or not at all. So he really needs your vote in the primary, not just the general election. I know how you may feel about...
  8. Replies
    19
    Views
    2,169

    Ooh Quotes!

    I haven't been around much. I've been deeply involved in the grassroots campaign of Ron Paul, and it's taking up all my extra time. Here's why:

    "The obligations of our representatives in...
  9. Does /virt/vega.img actuall exist on your system?...

    Does /virt/vega.img actuall exist on your system?

    Probably not since you created the images in
    xen-images/guest_base.img
    xen-images/guest_base-swap.img

    Try editing the /etc/xen/$DOMU_NAME...
  10. To add new applications to E17's menus, cd to...

    To add new applications to E17's menus, cd to $HOME/.e/e/applications (or wherever your enlightenment configuration files are stored) and take a look around.

    Creating a subdirectory in the...
  11. Replies
    68
    Views
    13,272

    Fun with color

    This isn't destructive or annoying the slightest, but it's a great bit of code to slip into a newb sysadmins .bashrc or .bash_profile.

    Just copy and paste this code into a shell script and run it....
  12. Thread: MySQL error

    by voidinit
    Replies
    7
    Views
    1,087

    Generally, you don't want to pass your password...

    Generally, you don't want to pass your password to the mysql client over the command line, because then the password sits in your .bash_history for a while, However, if you want to do that, don't put...
  13. If the target server is the same...

    If the target server is the same architecture/mysql version as the source server then simply shutdown mysql on the source and copy the data to the target. If it is a different architecture (eg i686...
  14. Replies
    47
    Views
    5,842

    Has anyone ever gotten norton or any other big...

    Has anyone ever gotten norton or any other big name winderz AV software running under wine? How about the MS spyware removal/checker tool. I'm not a big wine user so I don't know if it loads a...
  15. Replies
    47
    Views
    5,842

    That's very true, but it's also true that you...

    That's very true, but it's also true that you aren't going to install every possible program. I would think storage space alone would be too cost prohibitive to install the internet on your hard...
  16. Replies
    13
    Views
    4,533

    cat >> ~/.Xresources

    cat >> ~/.Xresources << EOF
    XTerm.vt100.utf8Fonts: 8x16
    EOF
    xrdb -merge ~/.Xresources


    Adjust the size accordingly, 8x16 is fairly big. xrdb -merge should be called automatically when X...
  17. Thread: Impressed

    by voidinit
    Replies
    8
    Views
    1,380

    I whole heartedly agree, especially in regards to...

    I whole heartedly agree, especially in regards to the printing statement. I remember back in 2001 how much I had to fight lpd & cups to get a single Linux workstation printing to an LP printer.

    A...
  18. Replies
    14
    Views
    1,879

    Help us help you.

    What distribution of Linux is on your installation CDs? (i.e Suse, Fedora, Debian).

    Most distrubutions have bootable CDs. If that's the case, put in disk 1, set your computer's BIOS to boot...
  19. Replies
    11
    Views
    2,921

    I've e-filed from my Linux boxes, including my...

    I've e-filed from my Linux boxes, including my latest LFS box, for the past three years using H&R Block's online tax program. It works in Firefox just fine even if it renders some things a...
  20. Replies
    2
    Views
    926

    I'm not aware of a command or variable that can...

    I'm not aware of a command or variable that can access this value, but the open file descriptors show up in /proc/$(pidof process)/fd/ as symlinks. You can count these symlinks. I'm pretty sure...
  21. Replies
    5
    Views
    13,212

    If newgrp is creating a subshell, then getting...

    If newgrp is creating a subshell, then getting your scripts and commands to run within that environment is dependent on some sort of inter process communication.

    If newgrp is itself a script of...
  22. 1.) Take the backslashes out of the TIME_OPTS=...

    1.) Take the backslashes out of the TIME_OPTS= line. Bash interprets anything within single quotes as literal, so it's passing your backslashes to time.

    2.) Quote the $TIME_OPTS variable when you...
  23. Replies
    9
    Views
    1,206

    If you look at the .inf from the windows driver...

    If you look at the .inf from the windows driver for that monitor it says:



    [TFK-9705.AddReg]
    HKR,"MODES\1600,1200",Mode1,,"30.0-95.0,50.0-152.0,+,+"
    HKR,,MaxResolution,,"1600,1200"...
  24. Thread: Memory leak?

    by voidinit
    Replies
    4
    Views
    884

    On later 2.6.x kernels you can force the kernel...

    On later 2.6.x kernels you can force the kernel to drop it's caches.



    [root@apollo-r ~]# free -m
    total used free shared buffers cached
    Mem: 2011 ...
  25. I'm going to have to go with bash. Is anyone...

    I'm going to have to go with bash. Is anyone surprised? I honestly believe that bash is capable of almost anything other scripting languages are, with the exception of threading. I've even...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4