Jump to content
xisto Community

yordan

Administrators
  • Content Count

    4,991
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by yordan

  1. yordan

    Popup Blockers

    On a lot of sites, when you try to download, you cannot, instad you have a message saying "sorry, you must answer yes". And if you want to download your thing you must de-activate your firewall, your pop-up blocker, your antivirus... and you are really exposed to danger.
  2. chown -R oracle dir2 # will make oracle the new owner for "dir2" and recursively all the files and directories and subdirectories and files in subdirectories.just type "man chmod" if you want to have more info.If you want your files belonging both to the oracle user and to the dba group, you type :chown -R oracle.dba dir2 # -R means recursively, oracle.dba means "user oracle and group dba".justy type "ls -lR dir2 " in order to see that everything is like you want.Be careful, if you are not root, this will be a suicide : the files will belong to oracle, and not any more to you, so you will not be able to modify or delete them.Tell us if you need more help.RegardsYordan
  3. Unfortunately, isqlplus services crashing is not an Oracle. It's a Sun-Os problem, I don't have it with my AIX installations. Moreover, it's probably a problem with an application on the sun system, using the same service port as the oracle isqpluplus service.So, even an Oracle certified guy would be of no help here, you need a Sun-os debugger guy.
  4. really ? I would expect them to first look for ppwq123fu10shnilz !
  5. Thanks a lot, miCRoSCoPiC^eaRthLinG, these definitions are useful for all of us.
  6. www is the place where you have to put your site files.www/index.html is the main page of your site, and all the folders in your programs are starting from there.So, you put everythingyou want in www. you delete what you want to (maybe taking a backup), everything in www concerns the way your programs work.the other files you have to avoid modifying. they are for Xisto usage, saying your name, where your mails are, etc.the ".something" files are somehow "invisible" files, "." saying "don't show to normal users" in Unix/Linux conventions.All the files in www are your responsability, if you delete something you are able to repair.All the other files are out of your responsabilityl, if you delete them things will stop working, and you will have to request for repair.Hope this helped.Yordan
  7. Nope : CONSOLE -jailshell-3.00$ ls /usr/local/bin/*gic ls: /usr/local/bin/*gic: No such file or directory -jailshell-3.00$ ls /usr/local/bin/*gic* ls: /usr/local/bin/*gic*: No such file or directory -jailshell-3.00$ ls /usr/bin/*gic* ls: /usr/bin/*gic*: No such file or directory so, it's neither in /usr/bin, nor in /usr/local/bin, or it's not named *gic* !
  8. I hope that you cannot go really far away from your house, else other people in their cars will be able to catch the signal and use your internet bandwidth.
  9. Tell us your password, and we will tell you if it's a correct one.Sorry, this was a private joke. Never give your password, never and to nobody.
  10. Once upon a time, I needed to recompile my wifi adapter driver from the open-source version. Then, I needed the Linux-source rpm, which was only in the (partly) commercial version of Mandrake. I needed the CD 5, while only the first three CD's were on the free version.
  11. Maybe some googleing could help you finding how to install the ethernet adapter in slackware. I found this : http://www.slackware.com/install/setup.php seems rather correct, I cannot test it more because I don't have slackware currently installed on my own computer.
  12. It's a full working version. And it's not limited to Linux. You say the reason why you want a free copy, explaining that you want to learn how to develop on big RDBMS, and the oracle sales reps can give you free access to Crosoft Windows version, as well as to Solaris or AIX version.
  13. oracorp trusts individual developpers, they can try oracle for free. The licence is very expensive, but they trust you, they know you will not take the risk of using it on a production site without having paid the product.
  14. I had that problem with my forums, because "panda" was hard-coded in my progs. After the site migration, the forums and the photo galleries stopped working. Everything were corrected when I coded "localhost" as server, instead of "panda".
  15. Simply enter your Ethernet Adapter configuration menu (it's distro dependant, simply browse in the menus, you will see something like configuration ; else restrat the Linux install, it's one of the first installations steps). In the Ethernet configuration menu, choose "use DHCP" for the IP address, that's all. Also provide the DNS (you should be able to get it from your Internet Provider). And that's all !
  16. Oracle is the king of databases on huge Unix systems. If you need a proprietary database for thousands of simultaneous users and hundreds of giga data, you need oracle.
  17. Depends how you are connected to ADSL.I am connected through a router, from my PC to my router I have an ethernet adapter and an Ethernet cable : then I only have to define my Ethernet adapter as using DHCP, and give the DNS names provided by my Internet provider.
  18. yordan

    Yo!

    yes, enjoy your first posts! After a couple of months you will remember the time when you had two posts instead of two hundred.
  19. yordan

    Yo!

    Welcome to Xisto, defs_bombin.
  20. I have this problem with one of my computers.I found a way of overriding it, just try it.On computer 2, open a DOS prompt window, and type "route add computer_1 the-router" (replace the_router with the IP of the router, something like 192.168.1.1 probably).If not successful, go on computer 1 and "route ad computer_2 the_router".Tell us if this works or if your problem is differerent form mine.
  21. Nice example ! simple quote leftwars, double quote rightwards, roome for improvement !
  22. I like it. Maybe the right side is a little bit too empty, but it's a good beginning. And the general way of thinking your site meets my feelings.yordan
  23. Quite false. On my system, like on a lot of preffessional ones, the command prompt is crtl+alt+F4, F2 is for the graphic version. So, who is the noob ?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.