Jump to content

aioshin

Members
  • Posts

    816
  • Joined

  • Last visited

Posts posted by aioshin

  1. here, try the code below, create a file and copy...paste that on that file and name it something with .com or eicar.com then email it via your server as attachement

    X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

    .

    if the server allows .com files to be sent as attachement, then surely, it will be detected as eicar virus test, you can view your log files about it.. else, it will not be sent, but still detected as virus nfected file...

  2. http://www.linux-watch.com/news/NS3436284810.html

     

     

    On June 15, Bill Gates announced that he would be retiring from Microsoft in July 2008, and everything changed.

     

    It may be two years away, but when a giant the size of Gates moves, the world moves with him. And, in that movement, in this period of change, Linux may have its best chance ever to seize the marketplace momentum from Microsoft.......

     

    [moved from Talk-Talk by spinynorman]

  3. related ports to nfs

     

    tcp 0 0.0.0.0:843 0.0.0.0:* LISTEN 1509/rpc.statd

    tcp 0 0 0.0.0.0:655 0.0.0.0:* LISTEN 1747/rpc.rquotad

    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1490/portmap

    tcp 0 0 0.0.0.0:671 0.0.0.0:* LISTEN 1774/rpc.mountd

     

    udp 0 0 0.0.0.0:652 0.0.0.0:* 1747/rpc.rquotad

    udp 0 0 0.0.0.0:668 0.0.0.0:* 1774/rpc.mountd

    udp 0 0 0.0.0.0:837 0.0.0.0:* 1509/rpc.statd

    udp 0 0 0.0.0.0:840 0.0.0.0:* 1509/rpc.statd

    udp 0 0 0.0.0.0:111 0.0.0.0:* 1490/portmap

     

    but sorry not to answer the main question, I dont have shorewall on my box anymore, but if you can edit the shorewall config file manually, then just add those listed ports above to be accessible to from LAN

  4. The following packages can't be installed because they depend on packages

    that are older than the installed ones:

    libqt3-devel-3.3.4-23mdk

    Continue? (Y/n) n

    Im not sure what packages cause the conflict.. but since its qt-devel, might be that the QT itself have conflict with its devel packages, how did you install QT? if you installed it via urpmi, then there should be no problem, but if you've installed it manually by searching rpm packages of it on rpmbone or similar, then that might be the cause of conflict....

     

    [uh, dont hate it, afterall, that's why they created this forum, to try to help those in need... just dont give up... by this, we'll be able to learn more about this great free OS]

  5. it seems that carroll.cac.psu.edu is not in good shape.. try to use easyurmi again to add another mirror for updates, those that are active..

     

    ok I have here.. copy and paste in your konsole,

    remove the old updates first..

    .

    urpmi.removemedia updates

    .

    then add the new one

    .

    urpmi.addmedia --update updates ftp://mirrors.usc.edu/pub/linux/distributions/mandrakelinux/official/updates/2006.0/
    main_updates/ with media_info/hdlist.cz

     

    [edited by tyme to fix code section]

  6. gowators' box acted as a server I assume.. so its more prone to breakin attempt... lots of service are running, ssh of course for remote admin,. desktop linux usually should not have an ssh server running on it, unless if you want to access on it from remote.

     

    to make the ssh more secure, try to hide it on internet...

     

    - you can have two eth, make sshd listen to eth connected to LAN or trusted network...

    - you can also disable the ssh and connect on that box via dial-up... that if you dont need to transfer large files..., just for administration

  7. got this from a certain linux cookbook, honestly.. have not tried it yet in actual, so try to do it on your test box first, assuming that u forgot the mysql passwd on that box... to see if it will work..

    Recovering and Changing Your MySQL Root Password

     

    Sometimes you may have to recover the MySQL root password because it was either forgotten or misplaced. The steps you need are:

     

    1. Stop MySQL:

     

    [root@geek tmp]# service mysqld stop

    Stopping MySQL: [ OK ]

    [root@geek tmp]#

     

    2.Start MySQL in Safe mode with the safe_mysqld command and tell it not to read the grant tables with all the MySQL database passwords:

     

    [root@geek tmp]# safe_mysqld --skip-grant-tables &

    [1] 4815

    [root@geek tmp]# Starting mysqld daemon with databases from

    /var/lib/mysql

    [root@geek tmp]#

     

    3.Use the mysqladmin command to reset the root password. In this case, you are setting it to

     

    thisisthepassword

     

    [root@geek tmp]# mysqladmin -u root flush-privileges password "thisisthepassword"

    [root@geek tmp]#

     

     

    4.Restart MySQL normally:

     

     

    [root@geek tmp]# service mysqld restart

    Stopping MySQL: 040517 09:39:38 mysqld ended

    [ OK ]

    Starting MySQL: [ OK ]

    [1]+ Done safe_mysqld --skip-grant-tables

    [root@geek tmp]#

     

    The MySQL root user will now be able to manage MySQL using this new password.

  8. an alternative... open your konsole...

    as a regular user.. type the command

    $top

    it will show you thus running processes... and you can kill those belongs to you..

    if you do that as root..you can kill those processes belongs to others.

    end it by pressing q

    .

    if you press "u" followed by a username, it will display the processes belongs to that particular user.

    .

    man top for further info.

    .

     

    edit:

     

    just tried on my box.. ctrl+esc pops up task manager.. :P

  9. :D thank you it worked ! but i had to sign in under root ? well i didnt know root was the same as adminisrator and typing root in was kinda strange but never the less your instuctions worked and im now able to veiw web pages with flash in them.

    you mean, you sign in as root in order to browse? not good.. or maybe you just have to sign in as root when installing th eflash plugin?.

    btw. in firefox 1.5, you dont need to manually extract the flash plugin, it will inform you that there is a missing plugin and need to be installed... but, you cant install firefox 1.5 on RPM, so you have to download it from firefox download page.. extract the tgz file.. move it to where you will be able to run it.. but really.. correct me if im wrong, but try to avoid browsing as root... :P

×
×
  • Create New...