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

Username
  

Password
  





Forum Statistics
» Members: 20
» Latest member: aanthonjuniorz2007
» Forum threads: 358
» Forum posts: 1,227

Full Statistics

Latest Threads
Chyba juz nigdy nie popis...
Forum: Polska
Last Post: Klaudia
4 hours ago
» Replies: 1
» Views: 9
KTÓRĄ KREJZI SIĘ DZISIAJ ...
Forum: Polska
Last Post: wizzy
9 hours ago
» Replies: 3
» Views: 73
Nie otwierać tego
Forum: Polska
Last Post: wizzy
9 hours ago
» Replies: 1
» Views: 26
Klaudiusz klaudix nadija ...
Forum: Polska
Last Post: wizzy
9 hours ago
» Replies: 10
» Views: 315
ZUZZANNA NYMPHETTE OZENIL...
Forum: Polska
Last Post: wizzy
9 hours ago
» Replies: 8
» Views: 290
W tym temacie oddajemy ho...
Forum: Polska
Last Post: wizzy
9 hours ago
» Replies: 2
» Views: 66
Co tam xD
Forum: Polska
Last Post: wizzy
9 hours ago
» Replies: 8
» Views: 189
WLASNIE W TYM MOMENCIE ZU...
Forum: Polska
Last Post: wizzy
08-20-2025, 06:45 AM
» Replies: 1
» Views: 97
Spadam zaraz do siebie gr...
Forum: Polska
Last Post: wizzy
08-19-2025, 02:37 PM
» Replies: 2
» Views: 107
Filip, niestety żarty się...
Forum: Polska
Last Post: wizzy
08-19-2025, 02:26 PM
» Replies: 2
» Views: 164

 
  How can you help?
Posted by: wizzy - 02-25-2024, 12:11 PM - Forum: You can help today! - Replies (1)

Hey!

Are you feeling cool, because you've just spent £1500 for a new iPhone?
You're amazing, because you've just given your money away to one trillion dollars worth companies?

Maybe you're even cooler, because you decided to spend £5000 for a new PC and give your money away to greedy Intel, just so you can pay £200 for Windows 11 (give more money to greedy, money-hungry Micro$oft) and play Diablo 2 Resurrected, because old Diablo 2 Lord of Destruction sucks, and new one is better!?

What it feels like to give your hard earned money to multi-billionaire, trillion-dollars worth corporations that don't give
a damn about you and your life!?

You've just reached a master level of coolness and awesomeness!

Yay! Let's be cool and play those games, because gaming is so nice, yay!

I am a poor guy, who has 0 money, I am homeless too and starve on the streets, I will die without help of my
family or friends.

Many clever and good people are in the similar position!!!

Here's what you can do to to help!

Send me money to my bank account:
Filip Matuszczak
IBAN: GB74HLFX11043812063066
BIC: HLFXGB21M76

What do I need money for?

-> A new camera, cause I lost my previous one (Olympus pen e-pl8)

I often travel on foot and like to take a lot of photos. (Goal Achieved: £0/£400 xD)
-> Emergency laptop, like some old thinkpad with SSD and 16GB RAM
My x200 is great, but I'd love to have emergency laptop to stop feeling paranoid. (£0/£300 Big Grin)
-> A home music studio with a lot of music equipment
Sound-proof rehearsal room, bass guitar, drumkit, electric guitar, piano (£0/£50000)
-> Travel money
Hey, I am homeless and unemployed, therefore I have got a lot of free time! I would love to go for a journey around Scotland and Wales, and later go to Switzerland! Please help me and make my dreams come true!

Send your money directly to help with those projects:

Buy VPS at BSDforAll.org and support the project


-> You get your private virtual server, where you can host your own servers, store files, and more!

 More details here

-> Simply go to: https://bsdforall.org/epay
- > and pay!


Get familiar with these and spread the word!

-> Unfortunately Joborun Project doesn't mention donations anywhere, but you can help by spreading the word about this wonderful operation system!
Use it and test it!

https://joborun.neocities.org/joborun
https://sysdfree.wordpress.com/


Register on forums here and participate!
-> Hey, registering here doesn't cost anything.
-> After you register, you can see the full forum!

Join Lecturify!
->
Services running on OpenBSD or Linux.
-> Communication via economical, efficient IRC (text chat) without any video required.
-> Group conversations are possible for collaboration and to meet new people, like you, interested in UNIX and digital safety.


Thank you very much for your time!


I hope soon you're going to realize where you should send your money away and what projects you should support!

Print this item

  Behemoth - Decade of Therion Alternative Version [PL]
Posted by: wizzy - 02-24-2024, 12:20 PM - Forum: Rock / Metal - No Replies

Print this item

  Using virtual machine and installing joborun
Posted by: wizzy - 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

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

[Image: JE0fHJe.md.png]

Print this item

  Unix shell
Posted by: wizzy - 02-15-2024, 07:25 PM - Forum: BSDforAll - 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: wizzy - 02-15-2024, 07:21 PM - Forum: BSDforAll - 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: wizzy - 02-15-2024, 07:13 PM - Forum: BSDforAll - 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

  Classical / Movies / Soundtracks
Posted by: wizzy - 02-15-2024, 04:17 PM - Forum: Classical / Movies / Soundtracks - No Replies

Porter Wrote:Classical music generally refers to the art music of the Western world, considered to be distinct from Western folk music or popular music traditions. It is sometimes distinguished as Western classical music, as the term "classical music" can also be applied to non-Western art musics. Classical music is often characterized by formality and complexity in its musical form and […]"

Movies
Porter Wrote:A film – also called a movie, motion picture, moving picture, picture, photoplay or (slang) flick – is a work of visual art that simulates experiences and otherwise communicates ideas, stories, perceptions, feelings, beauty, or atmosphere through the use of moving images. These images are generally accompanied by sound and, more rarely, other sensory stimulations[/b]

Soundtracks
[quote="Porter"]"A soundtrack is recorded sound accompanying and synchronised to the images of a book, drama, motion picture, radio program, television program, or video game; colloquially, a commercially released soundtrack album of music as featured in the soundtrack of a film, video, or television presentation; or the physical area of a film that contains the synchronised recorded sound

Print this item

  Slackware
Posted by: wizzy - 02-15-2024, 10:11 AM - Forum: Slackware - Replies (6)

Porter Wrote:Slackware is a Linux distribution created by Patrick Volkerding in 1993. Originally based on Softlanding Linux System (SLS), Slackware has been the basis for many other Linux distributions, most notably the first versions of SUSE Linux distributions, and is the oldest distribution that is still maintained.Slackware aims for design stability and simplicity and to be the most "Unix-like" […]"

Print this item

  Operation systems
Posted by: wizzy - 02-15-2024, 10:09 AM - Forum: Other Operating Systems - No Replies

Porter Wrote:An operating system (OS) is system software that manages computer hardware and software resources, and provides common services for computer programs.Time-sharing operating systems schedule tasks for efficient use of the system and may also include accounting software for cost allocation of processor time, mass storage, peripherals, and other resources.For hardware […]" | https://en.wikipedia.org/wiki/Operating_system

Print this item