• Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Members
  • Team
  • Help
  • More
    • Link 1
    • Link 2
    • Link 3
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Members Team Help
    More Link 1 Link 2 Link 3



    Home Forum BNC/ZNC FileBin PasteBin WebIRC WebMail TorOnion
    SavePalestine SmileFlag SavePalestine SmileFlag SavePalestine SavePalestine PageHits: 3688739
    BSDForAll.Org | Forums Portal

    Welcome, Guest
    You have to register before you can post on our site.

    Username
      

    Password
      





    Forum Statistics
    » Members: 64
    » Latest member: shama12
    » Forum threads: 505
    » Forum posts: 2,014

    Full Statistics

    Latest Threads
    Jest tu kto?
    Forum: Psychiatryk24
    Last Post: monsieur
    05-03-2026, 05:38 AM
    » Replies: 3
    » Views: 173
    Za wszystko przepraszam!
    Forum: Psychiatryk24
    Last Post: monsieur
    05-03-2026, 05:35 AM
    » Replies: 3
    » Views: 117
    Jedzie pociąg z daleka, n...
    Forum: Psychiatryk24
    Last Post: Kawa u Asi
    04-22-2026, 11:01 AM
    » Replies: 0
    » Views: 144
    To koniec z kafe i nerwic...
    Forum: Psychiatryk24
    Last Post: monsieur
    04-16-2026, 11:57 AM
    » Replies: 2
    » Views: 426
    Jednak nie umawiam się na...
    Forum: Psychiatryk24
    Last Post: monsieur
    04-15-2026, 06:39 AM
    » Replies: 0
    » Views: 230
    Umawiam się na czat głoso...
    Forum: Psychiatryk24
    Last Post: Guest
    04-14-2026, 03:19 PM
    » Replies: 3
    » Views: 600
    Ale się zaraz będę ruchać...
    Forum: Psychiatryk24
    Last Post: Guest
    04-14-2026, 03:15 PM
    » Replies: 9
    » Views: 1,166
    tym razem odchodze ze sra...
    Forum: Psychiatryk24
    Last Post: Guest
    04-14-2026, 03:14 PM
    » Replies: 10
    » Views: 1,303
    Wiadomość do darkromance
    Forum: Psychiatryk24
    Last Post: Guest
    04-14-2026, 09:08 AM
    » Replies: 1
    » Views: 426
    Łóżka po pol miliona dola...
    Forum: Psychiatryk24
    Last Post: Guest
    04-14-2026, 09:04 AM
    » Replies: 1
    » Views: 418

     
      I am knackered today
    Posted by: monsieur - 02-19-2024, 12:15 PM - Forum: English - No Replies

    I am not going to write much

    Print this item

      Favourite songs
    Posted by: monsieur - 02-18-2024, 09:12 PM - Forum: Galleries - No Replies

    I want to party on yoour puuussyyy baabee!!! xD

    https://files.catbox.moe/n0sps8.flac

    Print this item

      AncientWisdom's valuable videos
    Posted by: monsieur - 02-18-2024, 05:20 PM - Forum: Videos - Replies (2)

    IsraHELL ZIONIST Going To Africa.mp4

    Print this item

      Using virtual machine and installing joborun
    Posted by: monsieur - 02-17-2024, 08:27 AM - Forum: BSDforAll - Replies (4)

    Hey

    So I gave myself a task to install Joborun on qemu virtual machine.
    For that I am going to need a gnu/linux .iso with arch-chroot scripts.

    For that I am going to use Hyperbola GNU/Linux-libre .iso on my usb stick.

    So first thing obviously is to put .iso into usb stick
    for that we gotta get into dir with the hyperbola.iso
    ls is for list directory
    cd is for change directory
    dd is for putting the .iso image into usb-stick
    fdisk -l is for list of currently mounted storage devices.

    /dev/sda are partitions of my laptop
    /dev/sdb is the usb stick
    so after localizing hyperbola .iso...

    Code:
    dd if=hyperbola-milky-way-v0.4.4-dual.iso of=/dev/sdb bs=4M status=progress oflag=sync

    [if=nameofthe.iso of=/nameof/partition]

    [Image: qemu1.png]

    As far as I know, to boot hyperbola .iso I need to have it on my laptop with the qemu .img files, and also on the cd/rom, usb-stick, whatever.

    Next we gotta create qemu image and run the installation
    *the last command is wrong*

    Code:
    qemu-img create -f raw img1 6G
    qemu-system-x86_64 -m 2G -cdrom hyperbola.iso -boot order=d -drive file=img1,format=raw
    so -m 2G means that 2G of ram memory will be allocated for the image
    -cdrom hyperbola.iso is name of ISO
    Don't forget to put -m xG into the command!

    [Image: JEWzJ9f.md.png]

    And voila!

    [Image: JEWzutV.md.png]

    [Image: JEXkKrB.md.png]

    Next thing that has to be done is to get joborun tarball from their website.
    This can be done by using web browsers like lynx and downloading the tarball from their website

    or simply:
    Code:
    wget https://sourceforge.net/projects/joborun/files/images/jobo-latest.tar.xz
    if wget is not installed then simply install it with:
    Code:
    pacman -S wget

    Because I am on QEMU right now and don't know how to copy paste there, I will localize the download link using lynx web browser

    Hey!

    So I managed to download joborun tarball to /tmp then did change directory to /usr/local/bin there's a script called joborun-setup
    I managed to run this script with
    Code:
    ./joborun-setup
    and voila!

    [Image: JEgJdWx.md.png]

    Now let's begin the installation!
    *I am going out soon, so will be offline. I will update the guide when I am back, cheers

    *To be updated*

    *Useful links*
    [url="https://wiki.archlinux.org/title/QEMU"]Arch Linux QEMU Wiki[/url]
    [url="https://git.disroot.org/joborun/web/src/branch/main/install.md"]How to install Joborun (Official joborun wiki)[/url]

    Print this item

      nsprra valuable stuff
    Posted by: monsieur - 02-16-2024, 12:24 PM - Forum: Off-topic - Replies (14)

    find . -type f -name '*.mp3' -exec du -ch {} + |tail -1

    Print this item

      Iceweasel-uxp in action
    Posted by: monsieur - 02-16-2024, 11:18 AM - Forum: HyperbolaBSD & Gnu/Linux-Libre - No Replies

    [Image: JE0fHJe.md.png]

    Print this item

      Nvidia passes Google’s market cap, now world’s fourth most valuable company
    Posted by: monsieur - 02-15-2024, 08:18 PM - Forum: English - No Replies

    Nvidia passes Google’s market cap, now world’s fourth most valuable company | Ars Technica  | arstechnica.com

    Quote:<Porter>  
    Quote:  ok, but can an H200 run doom? — Nvidia passes Google’s market cap, now world’s fourth most valuable company Nvidia might soon be worth more than the world's biggest oil company. Ron Amadeo - Feb 15, 2024 7:08 pm UTC EnlargeGetty Images reader comments 43 Nvidia used to be a gaming GPU company, but the company's value has absolutely skyrocketed thanks to the AI craze and a GPU's value in
    <Porter>  accelerating AI workloads. A few purpose-built chips later, like the H100 Tensor Core GPU (with a price of $25,000-$40,000!) and A100, and Nvidia's stock is up 50 percent this year. At press time, Nvidia's market cap is now $1.8 trillion, beating Amazon ($1.76 trillion) and Google's parent company, Alphabet ($1.77 trillion), to become the world's fourth most valuable company. How much
    <Porter>  further can Nvidia's blazing stock rally go? Next up on the 'highest market cap' list is Saudi Aramco, the national oil company of Saudi Arabia, at $2.0 trillion; then Apple, at $2.8 trillion; and another company riding the AI wave, Microsoft, at $3 trillion. Further ReadingNvidia’s GeForce GPUs are selling well, but its AI GPU sales are ridiculousNvidia's next earnings report is
    <Porter>  February 21. The last one was for Q3 2023, showing that the company is basically selling every AI chip it can make. Revenue was up 206 percent from the same quarter last year, and of the company's $18.12 billion in revenue, $14.51 billion was generated by its AI/data center division. Q4 will probably be another record-setting quarter for the company, and coming up in Q2 2024, Nvidia will
    <Porter>  launch its next-gen AI chip, the HGX H200 Tensor Core GPU. A TrendForce estimate puts Nvidia's AI server market share at 60–70 percent. One potentially scary thing for Nvidia is that a lot of AI companies are looking into building their own chips. OpenAI CEO Sam Altman wants to see trillions more invested in AI chip infrastructure, which would dwarf the current ~$500 billion chip
    <Porter>  industry. Altman and Nvidia CEO Jensen Huang are actually at odds about how the future of AI chip production should scale. Altman recently tweeted: "We believe the world needs more AI infrastructure—fab capacity, energy, datacenters, etc—than people are currently planning to build. Building massive-scale AI infrastructure, and a resilient supply chain, is crucial to economic
    <Porter>  competitiveness." Advertisement Huang, responding to that Wall Street Journal report, doesn't think that much more production is warranted, saying, "You can’t assume just that you will buy more computers. You have to also assume that the computers are going to become faster and therefore the total amount that you need is not as much." There is a huge AI chip shortage right now, so
    <Porter>  basically, every big AI player has some kind of chip program going. There are programs from Microsoft, Amazon, IBM, AMD, Google, and possibly others. Will anyone ever be able to catch Nvidia, though? reader comments 43 Ron Amadeo Ron is the Reviews Editor at Ars Technica, where he specializes in Android OS and Google products. He is always on the hunt for a new gadget and loves to rip
    <Porter>  things apart to see how they work. He loves to tinker and always seems to be working on a new project. Advertisement Channel Ars Technica ← Previous story Next story → Related Stories window._taboola = window._taboola || []; _taboola.push({ mode: 'thumbnails-a-6x1', container: 'taboola-below-article-thumbnails---at', placement: 'Below Article Thumbnails - AT', target_type: 'mix' });
    <Porter>  Today on Ars  [UnQuote] 
    <Porter>  Nvidia passes Google’s market cap, now world’s fourth most valuable company | Ars Technica  parsing completed (Limit: Upto 10 lines).

    Print this item

      Unix shell
    Posted by: monsieur - 02-15-2024, 07:25 PM - Forum: Shell - No Replies

    Porter Wrote:"A Unix shell is a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems.  The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts.Users typically interact with a Unix shell using a terminal emulator; however, direct […

    Print this item

      Python
    Posted by: monsieur - 02-15-2024, 07:21 PM - Forum: Python - No Replies

    Porter Wrote:Python (programming language) | "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is […]

    Print this item

      Perl
    Posted by: monsieur - 02-15-2024, 07:13 PM - Forum: Perl - No Replies

    Porter Wrote:"Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym, there are various backronyms in use, including "Practical Extraction and Reporting Language".Perl was developed by Larry Wall in 1987 as a general-purpose Unix scripting language to make report processing easier. Since then, it has undergone many changes and revisions. Perl […]"

    Print this item

    Pages (48): « Previous 1 … 38 39 40 41 42 … 48 Next »
     

    BSDForAll

    Home · Members · Team · Help · Contact

    © Designed by D&D - Powered by MyBB

    https://bsdforall.org

    +44 7438910761

    support@bsdforall.org

    About the company BSDForALL provides the OpenBSD VPS's, please check there for more info at https://bsdforall.org/epay