#Linux Fedora Live-CD Ubuntu Debian CentOS Desktop
Explore tagged Tumblr posts
Text
Linux Zero to Hero: Mastering the Open-Source Operating System
Linux, an open-source operating system, is the backbone of countless systems, from personal computers to enterprise servers and supercomputers. It has earned its reputation as a robust, versatile, and secure platform for developers, administrators, and tech enthusiasts. In this comprehensive guide, we explore the journey from being a Linux beginner to mastering its vast ecosystem.
Why Learn Linux?
1. Open-Source Freedom
Linux provides unparalleled flexibility, allowing users to customize and modify the system according to their needs. With its open-source nature, you have access to thousands of applications and tools free of charge.
2. Industry Relevance
Major companies, including Google, Amazon, and Facebook, rely on Linux for their servers and infrastructure. Learning Linux opens doors to lucrative career opportunities in IT and software development.
3. Secure and Reliable
Linux boasts a strong security model and is known for its stability. Its resistance to malware and viruses makes it the operating system of choice for critical applications.
Getting Started with Linux
Step 1: Understanding Linux Distributions
Linux comes in various distributions, each catering to specific needs. Popular distributions include:
Ubuntu: User-friendly, ideal for beginners.
Fedora: Known for cutting-edge technology and innovation.
Debian: Stable and versatile, preferred for servers.
CentOS: Enterprise-grade, often used in businesses.
Choosing the right distribution depends on your goals, whether it’s desktop use, development, or server management.
Step 2: Setting Up Your Linux Environment
You can use Linux in several ways:
Dual Boot: Install Linux alongside Windows or macOS.
Virtual Machines: Run Linux within your current OS using tools like VirtualBox.
Live USB: Try Linux without installation by booting from a USB drive.
Mastering Linux Basics
1. The Linux File System
Linux organizes data using a hierarchical file system. Key directories include:
/root: Home directory for the root user.
/etc: Configuration files for the system.
/home: User-specific data.
/var: Variable files, such as logs and databases.
2. Essential Linux Commands
Understanding basic commands is crucial for navigating and managing the Linux system. Examples include:
ls: Lists files and directories.
cd: Changes directories.
mkdir: Creates new directories.
rm: Deletes files or directories.
chmod: Changes file permissions.
3. User and Permission Management
Linux enforces strict user permissions to enhance security. The system categorizes users into three groups:
Owner
Group
Others
Permissions are represented as read (r), write (w), and execute (x). Adjusting permissions ensures secure access to files and directories.
Advanced Linux Skills
1. Shell Scripting
Shell scripting automates repetitive tasks and enhances efficiency. Using bash scripts, users can create programs to execute commands in sequence.
Example: A Simple Bash Script
bash
Copy code
#!/bin/bash
echo "Hello, World!"
2. System Administration
System administrators use Linux for tasks like:
Managing users and groups.
Monitoring system performance.
Configuring firewalls using tools like iptables.
Scheduling tasks with cron jobs.
3. Package Management
Each Linux distribution uses a package manager to install, update, and remove software:
APT (Ubuntu/Debian): sudo apt install package_name
YUM (CentOS/Fedora): sudo yum install package_name
Zypper (openSUSE): sudo zypper install package_name
Linux for Developers
Linux provides a robust environment for coding and development. Key features include:
Integrated Development Environments (IDEs): Tools like Eclipse, IntelliJ IDEA, and Visual Studio Code are supported.
Version Control Systems: Git integration makes Linux ideal for collaborative software development.
Containerization and Virtualization: Tools like Docker and Kubernetes thrive in Linux environments.
Troubleshooting and Debugging
Learning to troubleshoot is vital for any Linux user. Common methods include:
Viewing Logs: Logs in /var/log offer insights into system errors.
Using Debugging Tools: Commands like strace and gdb help debug applications.
Network Diagnostics: Tools like ping, traceroute, and netstat diagnose connectivity issues.
Linux Certifications
Earning a Linux certification validates your skills and enhances your career prospects. Notable certifications include:
CompTIA Linux+
Red Hat Certified Engineer (RHCE)
Linux Professional Institute Certification (LPIC)
Certified Kubernetes Administrator (CKA)
These certifications demonstrate proficiency in Linux administration, security, and deployment.
Tips for Success in Linux Mastery
Practice Regularly: Familiarity with commands and tools comes through consistent practice.
Join Communities: Engage with Linux forums, such as Stack Overflow and Reddit, to learn from experienced users.
Contribute to Open-Source Projects: Hands-on involvement in projects deepens your understanding of Linux and enhances your resume.
Stay Updated: Follow Linux news and updates to stay informed about advancements and changes.
Conclusion
Mastering Linux is a transformative journey that equips individuals and organizations with the tools to thrive in a technology-driven world. By following the steps outlined in this guide, you can progress from a Linux novice to a seasoned expert, ready to tackle real-world challenges and opportunities.
0 notes
Text
Linux...the other OS
Good evening gentle readers! Welcome to my second post. As promised, lets talk about Linux! I know...you’re thinking “Another blog about Linux...great!”. Stay with me though, I promise we’ll quickly move through Linux over the next couple of posts and then it will be on to the fun stuff, like Firewalls, UTM’s, routers, and switches!
I want to preface all of this by saying - I am not an expert in any of these topics, I do however know what works for me. I know that what works for me doesn’t work for everyone, and I’m always open to different opinions. At the end of the day you should go with what works for you, not what works for the first page of your google results.
Now, with the formalities out of the way, there are a couple of terms that you should be aware of:
Distribution: This is the base Operating System. Whether it’s Ubuntu, Debian, Fedora, Red Hat, CentOS, Windows, or MacOS this is the operating system. The operating system will dictate what kinds of files you can run (.exe, .deb, .rpm, etc.) and how you manage your system resources.
Desktop Environment: This is where Linux gives you freedom. The desktop environment (or DE) is what draws those pretty pictures on the screen (docks, buttons, icons, cursors, etc). Some options in Linux include GNOME, KDE, Cinnamon, MATE, and XFCE, there are more but these are examples of the more common ones you’ll see. For Windows and MacOS users this can be thought of in terms of the differences between OS versions, such as Windows XP and Windows 10. The functionality is there but the layout is different. Sometimes the learning curve is a little steeper than others (I’m looking at you Windows 8!)
So, what does it all mean? Well, the first thing that most Linux users cite is the freedom. For me that means I can mix & match distributions (distros) and DE’s almost entirely at will! I could use Ubuntu with KDE or Gnome just as I could use CentOS with Cinnamon if I chose. This gives users a great deal of freedom, but it also provides some consistency -- whether I’m using Fedora, Ubuntu, CentOS, or ArchLinux I could conceivably use Cinnamon across all four and have at least some level of familiarity with the OS.
Once you hit the command-line is where you’ll begin to see differences. Each Distro uses it’s own unique package manager: Ubuntu uses “apt”, while Fedora uses “dnf”, CentOS uses “yum”, and ArchLinux uses “pacman” (short for PACkage MANager). At the end of the day though they all provide the same functionality -- find and install packages. Being familiar with the command line used to be a requirement, however now (with the exception of ArchLinux, though it’s been quite a few years) it’s not as much of a requirement. Most distributions come with a graphical package manager, and for those few occasions where you need to go into the command line there are excellent step-by-step guides available online.
For those who are still hesitant (or curious) most distributions have a live-cd that you can download and experiment with the OS before wiping out all of your files. Another alternative is to grab a virtual machine player (such as VirtualBox), download the .iso from the site and install the OS on the virtual machine -- if you don’t like it you can simply delete it!
For the purposes of most of my experimentation I have four OS’s that I will be using: Windows 10, KDE Neon, Ubuntu Server (via SSH), and CentOS (with KDE). I encourage everyone to experiment a bit, however at the end of the day you need to go with what you know, and there’s no shame in that!
Until next time fellow explorers,
~TechnoExploration
0 notes
Text
BlackArch Linux is a penetration testing distribution based on Arch Linux. Its repository contains about 2808 tools that can be installed in groups or individually. These tools, developed along with their dependencies are used by penetration testers and security researchers around the world. In comparison, BlackArch Linux closely resembles Parrot and Kali Linux in use with the main difference being that this is an Arch-based system. BlackArch Linux can be installed in several ways. These include: ISO installation – BlackArch can be burned to a CD/USB and run as a Live system. The ISO installation offers two options: BlackArch Slim ISO: This ISO only provides the Xfce desktop environment. BlackArch Full ISO: Provides multiple preconfigured Window Managers. OVA image installation – This is the recommended method to install BlackArch on VMware, Virtualbox or QEMU Install to existing Arch Linux – It is possible to install and use BlackArch by adding the user repository to an existing Arch Linux installation. Here you can install and use the penetration testing tools just like you would do on any other BlackArch installation. By following this guide, you will be able to install BlackArch Linux on VirtualBox / VMWare Workstation using an OVA image. Getting Started. For this guide, you need to have VirtualBox or VMWare Workstation installed on your system. The dedicated guides below will help you install VirtualBox / VMWare Workstation on your system. Install VirtualBox How To Install VirtualBox on CentOS 8 / RHEL 8 Install VirtualBox on Debian How To Install VirtualBox on Fedora How To Install VirtualBox on Kali Linux / Linux Mint Install VirtualBox on Ubuntu Install VMware Workstation Install VMware Workstation on Debian Install VMWare Workstation on CentOS 8 Install VMware Workstation on Arch Linux / Manjaro Install VMware Player and Workstation on Kali Linux Once VirtualBox / VMWare Workstation is installed, proceed as below. Step 1 – Download the BlackArch OVA image The BlackArch OVA image can be downloaded from the official BlackArch Linux downloads page. There is a list of mirrors provided to help you download the OVA image easily. Alternatively, you can pull this 64 bit OVA image from the Linux terminal using Wget as below: wget https://mirrors.fosshost.org/blackarch/ova/blackarch-linux-2021.09.01.ova The download may take some time depending on the internet speed and the mirror selected. Once complete, proceed to the next step below. Step 2 – Create the BlackArch Linux Virtual Machine The BlackArch OVA file contains all the required BlackArch Linux Virtual Machine configurations. All you need to do is import the OVA file to VirtualBox / VMWare Workstation. 1. On VirtualBox To import the BlackArch OVA file on VirtualBox, click on Tools>Import. Proceed and load the downloaded OVA file from your local storage. Once loaded, all the preconfigured settings will be displayed as below. Proceed and import the OVA file. Next, agree to the License Terms. The OVA will be imported as below. Sit back and wait for the process to complete. Once done, you will have the BlackArch Linux VM created as below: You can customize the settings for your VM before you start it. 2. On VMWare Workstation VMWare Workstation also allows one to import a Virtual machine from OVA files. To achieve this, click on Open a Virtual Machine Now load the BlackArch OVA file and agree to the License Terms. Proceed and set the VM name and the preferred storage location. Sit back and wait for the importation process to complete. Once complete, the BlackArch Linux VM will be ready. Step 3 – Launch the BlackArch Linux Virtual Machine. At this point, you should have the BlackArch Linux Virtual Machine ready to be started/powered on. Start the Virtual Machine and proceed as below. Before you log in to your system, you can set the preferred desktop and language.
For this guide, I will keep the defaults. Login to BlackArch Linux using the default credentials: Username: root Password: blackarch Fill in the credentials as shown below: On successful login, you will see the below BlackArch Linux desktop. Launch tools by right-clicking on the desktop. For example, launching the terminal, I will proceed as below. Once the terminal has been launched, you can run the desired commands. To update the system, issue the command: pacman -Syu Sample output: Install a Package on BlackArch Linux List the available software categories pacman -Sg | grep blackarch Sample Output: You can as well list packages in a category, say in the blackarch-firmware as below: pacman -Sgg | grep blackarch-firmware Output: Installing a package on BlackArch Linux can be achieved in the following two ways: Install all the packages in a category It is possible to install all the packages in a category with a single command. For example, to install packages in the blackarch-firmware category, we will issue the command: pacman -S blackarch-firmware Output: Install an individual package with its name. You can also install a single package in a category by specifying the name, For example, to install the firmwalker offered in the blackarch-firmware category, use the command: pacman -S firmwalker Output: The end! We have successfully installed BlackArch Linux on VirtualBox / VMWare Workstation using the OVA image. You can now proceed and explore the amazing features offered by this Linux distribution. I hope you enjoyed it.
0 notes
Video
youtube
تاكد انك مشترك في القناة 💯 ومفعل الجرس عشان يوصلك كل جديد 🔔 وما تنساش تعمل لايك للفيديو 👍 https://bit.ly/36nGo0L شير مشاركة #BIMarabia اشترك في القناة لمتابعة الشروحات الجديدة videos https://www.youtube.com/channel/UCZYaOLTtPmOQX1fgtDFW52Q?sub_confirmation=1 بيم ارابيا https://bit.ly/1TSqEbr Places to find me! https://bit.ly/OcqQ6x https://bit.ly/2nqASDv Wordpress: https://bit.ly/SsszPw Instagram: https://bit.ly/2JY3wZP Twitter: https://twitter.com/omarselm #4 4mLinux #9 9Front #A AbsoluteLinux AcademiX AirSlax AlpineLinux ALT Linux Anarchy Linux Android-x86 Antergos Antivirus Live CD antiX Linux Aptosid Arabbix ArchBang ArchLabs Archlinux Archman ArchStrike ArcoLinux ArtixLinux AryaLinux Astra Linux Austrumi AV Linux #B BackBoxLinux Bee free BigLinux Bio-Linux BlackArch BlackBox Linux BlackLab BlackPantherOS BlackSlash blag BlankOn Bluestar Bodhi BOSS Linux BunsenLabs ByzantineOS #C CAELinux Caine Caixa Magica Calculate Linux Calculate Linux Desktop Canaima CentOS Chakra ChaletOS ChameleonOS ClearOS Clonezilla CommodoreOS Condres OS ConnochaetOS CRUX Cucumber #D Damn Small Linux Damn Small Linux Not Dapper Linux Daylight Linux Debian Debian facile Debian-FAI DebianEdu deepin DEFT Devil-Linux Devuan DragonFly BSD Dragora DuZeru Dyne:bolic #E EasyOS Edubuntu elementaryOS Elive Linux Emmabuntüs Emmi OS EndeavourOS Endless OS EnsoOS EpiLinux Escuelas Linux Estobuntu Estrellaroja Exe GNU Linux ExTiX #F Fatdog64 Fedora Atomic Fedora Server Fedora Silverblue Ostree Fedora Spins Fedora Workstation FerenOS Finnix FreeBSD FreeDOS FreeNAS Frenzy Frugalware Funtoo FuryBSD #G G4L GeckoLinux Gentoo GhostBSD GNewSense GoboLinux Gparted GreenieLinux GRML GuixSD #H Haiku hamOS Hannah Montana Linux HardenedBSD Heads Huayra Hyperbola #I io GNU Linux #K Kali Linux Kanotix KaOS KDE neon Knoppix Kodachi KolibriOS Korora Kubuntu Kubuntu Focus Kwort #L Linux Lite Linux Mint LinuxConsole Linuxfx LiveRaizo LMDE Lubuntu LuninuxOS LXLE OS #M Macpup Mageia MakuluLinux Manjaro Matriux MauiLinux MenuetOS MidnightBSD MilagrOS MinerOS Minimal Linux MiniNo MINIX Modicia Musix Muslimbuntu MX Linux #N Nanolinux Nas4Free Neptune NetBSD NethServer Netrunner Nitrux NixOs Nova NST NuTyX #O obarun Omni OS OpenBSD openEuler OpenIndiana OpenMandriva openSUSE OPNsense OracleLinux OS108 OSGeo live OviOS #P Parabola CLI Parabola LXDE Pardus Parrot Parrot Home Parrot Security Parrot Studio Parrot Variant Parsix Parted Magic PCLinuxOS PeachOSI PearOS Pentoo Peppermint PeppermintOS Pinguy PinguyOS Pisi Linux Plamo Linux Plasma Mobile PLD Linux plopLinux PNPI-OS PointLinux Pop!_OS PORTEUS PrimTux Puppy Linux PureOS #Q Q4OS QubesOS Quirky #R Raspberry Pi Desktop ReactOS Reborn OS Red Star OS Redcore redox Refracta Regolith Linux Rescatux RevengeOS RoboLinux Rockstor ROSA FRESH Runtu #S Sabayon Sabily SalentOS Salix ScientificLinux SELKS SemiCode OS Septor Siduction Simplicity Linux SimplyMEPIS Slackel Slackware Slax SliTaz Snallinux Solus SolydK SolydX SparkyLinux Springdale Stresslinux SubgraphOS SuperGamer susOS SwagArch SystemRescueCd #T Tails Tanglu TempleOS Tiny Core Trident Trisquel TROM-Jaro TrueOS Tsurugi Linux TurnKey Linux Tux N Vape #U Ubuntu Ubuntu Budgie Ubuntu Cinnamon Ubuntu Mate Ubuntu Server Ubuntu Studio Ubuntu Unity Remix UbuntuDDE UbuntuKylin Ufficio Zero Ultimate Edition Ultimate Linux Uruk #V VectorLinux Venom Linux VineLinux VoidLinux Voyager VyOS #W WattOs #X Xubuntu #Z Zentyal Zenwalk Zevenet
#IFTTT#YouTube https://youtu.be/utp0VVnnqsE BIMarabia تاكد انك مشترك في القناة 💯 ومفعل الجرس عشان يو
0 notes
Text
Pengertian Linux
Linux merupakan aplikasi sistem pembedahan open source yang free buat disebarluaskan di dasar lisensi GNU. Linux ialah turunan dari unix serta bisa bekerja pada bermacam berbagai fitur keras koputer mulai dari inter x86 hingga dengan RISC.
Dengan lisensi GNU( Gnu Not Unix) Kamu bisa mendapatkan program, lengkap dengan kode sumbernya( source code). Tidak cuma itu, Kamu diberikan hak buat mengkopi sebanyak Kamu ingin, ataupun apalagi mengganti kode sumbernya. Serta itu seluruh sah dibawah lisensi. Walaupun free, lisensi GNU memperbolehkan pihak yang mau menarik bayaran buat penggandaan ataupun pengiriman program.
SEJARAH LINUX
Linux pada awal mulanya terbuat oleh seseorang mahasiswa Finlandia yang bernama Linus Torvalds. Tadinya Linux ialah proyek hobi yang diinspirasikan dari Minix, ialah sistem UNIX kecil yang dibesarkan oleh Andrew Tanenbaum.
Linux tipe 0. 01 dikerjakan dekat bulan Agustus 1991. Setelah itu pada bertepatan pada 5 Oktober 1991, Linus mengumumkan tipe formal Linux, ialah tipe 0. 02 yang cuma bisa melaksanakan shell bash( GNU Bourne Again Shell) serta gcc( GNU C Compiler).
Dikala ini Linux merupakan sistem UNIX yang sangat lengkap, dapat digunakan buat jaringan, pengembangan aplikasi serta apalagi buat pekerjaan tiap hari. Linux saat ini ialah alternatif sistem pembedahan yang jauh lebih murah bila dibanding dengan sistem pembedahan komersial( misalnya Windows 9. x/ NT/ 2000/ ME).
Linux memiliki pertumbuhan yang sangat kilat. Perihal ini bisa dimungkinkan sebab Linux dibesarkan oleh bermacam- macam kelompok orang. Keragaman ini tercantum tingkatan pengetahuan, pengalaman dan geografis. Supaya kelompok ini bisa berbicara dengan kilat serta efektif, internet jadi opsi yang sangat pas.
KELEBIHAN Serta KEKURANGAN LINUX
Kelebihan
Bertabiat open source, leluasa serta terbuka. sehingga tidak butuh bayaran buat mendapatkannya. LISENSI FREE
serta boleh di utak atik semaunya.
Linux saat ini telah gampang di operasikan. kalo dahulu pengguna linux identik dengan para hacker, tetapi saat ini orang awam juga telah banyak yang memakainya.
Nyaris seluruh aplikasi yang biasa dijalankan di windows, telah terdapat aplikasi linuxnya yang dibesarkan oleh komunitas linux ataupun dapat pula memakai aplikasi emulator.
Mempunyai pengamanan yang lebih unggul sebab di desain multiuser sehingga apabila virus melanda user tertentu, hendak sangat susah menyebar ke user yang lain.
Sesuai buat Komputer yang mempunyai spesifikasi minimum sebab linux memerlukan resource yang lebih kecil dibanding Windows.
Linux bisa berjalan di 2 fashion.
Tidak sering crash ataupun nge- hang yang mewajibkan kita buat merestart pc sebab linux lebih normal.
Mempunyai komunitas di bermacam penjuru dunia.
Ada bermacam- macam opsi semacam Ubuntu, Fedora, Debian, Centos, RedHat, Opensuse, Mandriva, serta sebagainya.
Kekurangan
Banyak user yang belum terbiasa memakai linux.
Sokongan hardware dari vendor- vendor tertentu yang tidak sangat baik pada linux.
Proses instalasinya tidak semudah windows.
Aplikasi di linux belum seampuh aplikasi windows.
Untuk administrator sistem yang belum terbiasa dengan Unix- like, hingga ingin gak ingin wajib belajar dahulu.
Struktur direktori serta hak akses yang membingungkan untuk user yang terbiasa memakai windows.
PENGEMBANGAN LINUX
Nama" Linux" berasal dari nama pembuatnya, yang diperkenalkan tahun 1991 oleh Linus Torvalds. Sistemnya, perlengkapan sistem serta pustakanyaumumnya berasal dari sistem pembedahan GNU, yang diumumkan tahun 1983 olehRichard Stallman. Donasi GNU merupakan dasar dari timbulnya nama alternatifGNU/ Linux.
Linux sudah lama diketahui buat penggunaannya di server, serta didukung oleh perusahaan- perusahaan pc ternama semacam Intel, Dell, Hewlett- Packard, IBM, Novell, Oracle Corporation, Red Hat, serta Sun Microsystems. Linux digunakan bagaikan sistem pembedahan di bermacam berbagai tipe fitur keraskomputer, tercantum pc desktop, superkomputer, serta sistem benamseperti pembaca novel elektronik, sistem game video( PlayStation 2, PlayStation 3 serta XBox), telepon genggam serta router.
Para pengamat teknologi informatika berpikiran kesuksesan Linux disebabkan Linux tidak tergantung kepada vendor( vendor independence), bayaran operasional yang rendah, serta kompatibilitas yang besar dibanding tipe UNIX tidak leluasa, dan aspek keamanan serta kestabilannya yang besar dibanding dengan sistem pembedahan yang lain semacam Microsoft Windows. Identitas ini pula jadi fakta atas keunggulan model pengembangan fitur lunak sumber terbuka( opensource aplikasi).
Sistem pembedahan Linux yang diketahui dengan sebutan distribusi Linux( Linux distribution) ataupun distro Linux biasanya telah tercantum perangkat- perangkat lunak pendukung semacam server website, bahasa pemrograman, basisdata, tampilan desktop( desktop environment) semacam GNOME, KDE serta Xfce pula memilikipaket aplikasi perkantoran( office suite) semacam OpenOffice. org, KOffice, Abiword,
MACAM- MACAM DISTRO LINUX
Xandros
Xandros Linux merupakan suatu distro Linux yang bersumber pada pada sistim KDE. Tampilannya sangat mirip dengan Microsoft Windows, jadi apabila dioperasikan sangat gampang serta aman.
Ubuntu.
Ubuntu merupakan salah satu distribusi Linux yang berbasiskan pada Debian.
Proyek Ubuntu disponsori oleh Canonical Ltd( industri kepunyaan Mark Shuttleworth). Nama Ubuntu diambil dari nama suatu konsep pandangan hidup di Afrika Selatan.“ Ubuntu” berasal dari bahasa kuno Afrika, yang berarti“ rasa perikemanusian terhadap sesama manusia”.
CentOS
Merupakan sistem pembedahan leluasa yang didasarkan pada Red Hat Enterprise Linux( RHEL). CentOS singkatan dari Community ENTerprise Operating System( Sistem Pembedahan Industri buatan Komunitas/ Warga).
Debian
Debian merupakan sistem pembedahan berbasis kernel Linux. Debian merupakan‘ kernel independent’, ialah sistem pembedahan Debian dibesarkan murni tanpa mendasarkan pada sistem pembedahan yang sudah terdapat.
Fedora( tadinya bernama Fedora Core, terkadang diucap pula dengan Fedora Linux) merupakan suatu distro Linux berbasis RPM serta yum yang dibesarkan oleh Fedora Project yang didukung oleh komunitas pemrogram dan disponsori oleh Red Hat. Nama Fedora berasal dari kepribadian fedora yang digunakan di logo Red Hat.
Knoppix
Knoppix merupakan distro Linux live- cd yang bisa dijalankan lewat CD- ROM tanpa instalasi di hard disk. Distro ini berbasis Debian Linux serta diciptakan oleh Klaus Knopper.
Gentoo Linux merupakan sesuatu distribusi Linux yang mengenakan paket sistem manajemen Portage.[Bandingkan dengan: Debian yang memakai paket. deb, RedHat/ Mandrake yang memakai paket. rpm. Manajemen paket ini dirancang buat modular( gampang ditambah- tambah), portabel( bisa di port ke distro lain), gampang ditata, fleksibel, serta dimaksimalkan buat tiap- tiap pc pengguna.
Slackware
Slackware ialah sistem pembedahan yang terbuat oleh Patrick Volkerding dari Slackware Linux, Inc. Slackware ialah salah satu distro dini, serta ialah yang tertua yang masih dikelola. Tujuan utama Slackware merupakan stabilitas serta kemudahan desain, dan jadi distribusi Linux yang sangat mirip Unix.
Mandriva Linux
Mandriva Linux( dulu diketahui dengan nama Mandrakelinux ataupun Mandrake Linux) merupakan sistem pembedahan yang terbuat oleh Mandriva( dulu diketahui dengan nama Mandrakesoft).
Mandriva Linux memakai RPM Package Manager.
OpenSUSE
SUSE tadinya bernama SUSE Linux serta SuSE Linux Professional merupakan salah satu distro Linux dari industri Novell, ataupun lebih pas dari anak perusahaannya Suse Linux GmbH( Software- und System- Entwicklungsgesellschaft mbH, Nürnberg yang berarti pengembangan- perangkat lunak serta- sistem).
Freespire
Freespire merupakan tipe free dari distro Linspire( a. k. a Lindows), setelah itu bisa jadi disebabkan kasus nama, berganti jadi Linspire.
Linux Mint
Linux Mint merupakan sistem pembedahan berbasis Linux buat Komputer. Inti dari LinuxMint merupakan Ubuntu, sehingga aplikasi yang bisa berjalan di Ubuntu, pula dapat berjalan pada LinuxMint.
PCLinuxOS
PCLinuxOS, kerap disingkat bagaikan PCLOS, merupakan suatu sistem pembedahan desktop. Ini merupakan suatu sistem pembedahan leluasa buat pc individu yang bertujuan buat mempermudah pemakaian.
Damn Small Linux
Damn Small Linux( DSL) merupakan salah satu distro/ varian linux mini. Diucap mini sebab paket DSL hanya 50MB besarnya. DSL pula membolehkan buat diinstall di USB 128MB.
Kuliax
Kuliax merupakan suatu distribusi Linux LiveCD yang dibesarkan oleh Kuliax Project buat pembelajaran di universitas. Distribusi ini berbasis Debian GNU/ Linux serta Knoppix, dan sudah dioptimasi ke arah pemakaian desktop Linux.
Redhat
Distribusi yang sangat terkenal, minimun di Indonesia, redhat ialah distribusi awal yang instalasi serta pengoperasiannya gampang.
Nah itulah pengertian tentang linux versi Nooblasto.
0 notes
Text
Pengertian Linux
Linux merupakan aplikasi sistem pembedahan open source yang free buat disebarluaskan di dasar lisensi GNU. Linux ialah turunan dari unix serta bisa bekerja pada bermacam berbagai fitur keras koputer mulai dari inter x86 hingga dengan RISC.
Dengan lisensi GNU( Gnu Not Unix) Kamu bisa mendapatkan program, lengkap dengan kode sumbernya( source code). Tidak cuma itu, Kamu diberikan hak buat mengkopi sebanyak Kamu ingin, ataupun apalagi mengganti kode sumbernya. Serta itu seluruh sah dibawah lisensi. Walaupun free, lisensi GNU memperbolehkan pihak yang mau menarik bayaran buat penggandaan ataupun pengiriman program.
SEJARAH LINUX
Linux pada awal mulanya terbuat oleh seseorang mahasiswa Finlandia yang bernama Linus Torvalds. Tadinya Linux ialah proyek hobi yang diinspirasikan dari Minix, ialah sistem UNIX kecil yang dibesarkan oleh Andrew Tanenbaum.
Linux tipe 0. 01 dikerjakan dekat bulan Agustus 1991. Setelah itu pada bertepatan pada 5 Oktober 1991, Linus mengumumkan tipe formal Linux, ialah tipe 0. 02 yang cuma bisa melaksanakan shell bash( GNU Bourne Again Shell) serta gcc( GNU C Compiler).
Dikala ini Linux merupakan sistem UNIX yang sangat lengkap, dapat digunakan buat jaringan, pengembangan aplikasi serta apalagi buat pekerjaan tiap hari. Linux saat ini ialah alternatif sistem pembedahan yang jauh lebih murah bila dibanding dengan sistem pembedahan komersial( misalnya Windows 9. x/ NT/ 2000/ ME).
Linux memiliki pertumbuhan yang sangat kilat. Perihal ini bisa dimungkinkan sebab Linux dibesarkan oleh bermacam- macam kelompok orang. Keragaman ini tercantum tingkatan pengetahuan, pengalaman dan geografis. Supaya kelompok ini bisa berbicara dengan kilat serta efektif, internet jadi opsi yang sangat pas.
KELEBIHAN Serta KEKURANGAN LINUX
Kelebihan
Bertabiat open source, leluasa serta terbuka. sehingga tidak butuh bayaran buat mendapatkannya. LISENSI FREE
serta boleh di utak atik semaunya.
Linux saat ini telah gampang di operasikan. kalo dahulu pengguna linux identik dengan para hacker, tetapi saat ini orang awam juga telah banyak yang memakainya.
Nyaris seluruh aplikasi yang biasa dijalankan di windows, telah terdapat aplikasi linuxnya yang dibesarkan oleh komunitas linux ataupun dapat pula memakai aplikasi emulator.
Mempunyai pengamanan yang lebih unggul sebab di desain multiuser sehingga apabila virus melanda user tertentu, hendak sangat susah menyebar ke user yang lain.
Sesuai buat Komputer yang mempunyai spesifikasi minimum sebab linux memerlukan resource yang lebih kecil dibanding Windows.
Linux bisa berjalan di 2 fashion.
Tidak sering crash ataupun nge- hang yang mewajibkan kita buat merestart pc sebab linux lebih normal.
Mempunyai komunitas di bermacam penjuru dunia.
Ada bermacam- macam opsi semacam Ubuntu, Fedora, Debian, Centos, RedHat, Opensuse, Mandriva, serta sebagainya.
Kekurangan
Banyak user yang belum terbiasa memakai linux.
Sokongan hardware dari vendor- vendor tertentu yang tidak sangat baik pada linux.
Proses instalasinya tidak semudah windows.
Aplikasi di linux belum seampuh aplikasi windows.
Untuk administrator sistem yang belum terbiasa dengan Unix- like, hingga ingin gak ingin wajib belajar dahulu.
Struktur direktori serta hak akses yang membingungkan untuk user yang terbiasa memakai windows.
PENGEMBANGAN LINUX
Nama" Linux" berasal dari nama pembuatnya, yang diperkenalkan tahun 1991 oleh Linus Torvalds. Sistemnya, perlengkapan sistem serta pustakanyaumumnya berasal dari sistem pembedahan GNU, yang diumumkan tahun 1983 olehRichard Stallman. Donasi GNU merupakan dasar dari timbulnya nama alternatifGNU/ Linux.
Linux sudah lama diketahui buat penggunaannya di server, serta didukung oleh perusahaan- perusahaan pc ternama semacam Intel, Dell, Hewlett- Packard, IBM, Novell, Oracle Corporation, Red Hat, serta Sun Microsystems. Linux digunakan bagaikan sistem pembedahan di bermacam berbagai tipe fitur keraskomputer, tercantum pc desktop, superkomputer, serta sistem benamseperti pembaca novel elektronik, sistem game video( PlayStation 2, PlayStation 3 serta XBox), telepon genggam serta router.
Para pengamat teknologi informatika berpikiran kesuksesan Linux disebabkan Linux tidak tergantung kepada vendor( vendor independence), bayaran operasional yang rendah, serta kompatibilitas yang besar dibanding tipe UNIX tidak leluasa, dan aspek keamanan serta kestabilannya yang besar dibanding dengan sistem pembedahan yang lain semacam Microsoft Windows. Identitas ini pula jadi fakta atas keunggulan model pengembangan fitur lunak sumber terbuka( opensource aplikasi).
Sistem pembedahan Linux yang diketahui dengan sebutan distribusi Linux( Linux distribution) ataupun distro Linux biasanya telah tercantum perangkat- perangkat lunak pendukung semacam server website, bahasa pemrograman, basisdata, tampilan desktop( desktop environment) semacam GNOME, KDE serta Xfce pula memilikipaket aplikasi perkantoran( office suite) semacam OpenOffice. org, KOffice, Abiword,
MACAM- MACAM DISTRO LINUX
Xandros
Xandros Linux merupakan suatu distro Linux yang bersumber pada pada sistim KDE. Tampilannya sangat mirip dengan Microsoft Windows, jadi apabila dioperasikan sangat gampang serta aman.
Ubuntu.
Ubuntu merupakan salah satu distribusi Linux yang berbasiskan pada Debian.
Proyek Ubuntu disponsori oleh Canonical Ltd( industri kepunyaan Mark Shuttleworth). Nama Ubuntu diambil dari nama suatu konsep pandangan hidup di Afrika Selatan.“ Ubuntu” berasal dari bahasa kuno Afrika, yang berarti“ rasa perikemanusian terhadap sesama manusia”.
CentOS
Merupakan sistem pembedahan leluasa yang didasarkan pada Red Hat Enterprise Linux( RHEL). CentOS singkatan dari Community ENTerprise Operating System( Sistem Pembedahan Industri buatan Komunitas/ Warga).
Debian
Debian merupakan sistem pembedahan berbasis kernel Linux. Debian merupakan‘ kernel independent’, ialah sistem pembedahan Debian dibesarkan murni tanpa mendasarkan pada sistem pembedahan yang sudah terdapat.
Fedora( tadinya bernama Fedora Core, terkadang diucap pula dengan Fedora Linux) merupakan suatu distro Linux berbasis RPM serta yum yang dibesarkan oleh Fedora Project yang didukung oleh komunitas pemrogram dan disponsori oleh Red Hat. Nama Fedora berasal dari kepribadian fedora yang digunakan di logo Red Hat.
Knoppix
Knoppix merupakan distro Linux live- cd yang bisa dijalankan lewat CD- ROM tanpa instalasi di hard disk. Distro ini berbasis Debian Linux serta diciptakan oleh Klaus Knopper.
Gentoo Linux merupakan sesuatu distribusi Linux yang mengenakan paket sistem manajemen Portage.[Bandingkan dengan: Debian yang memakai paket. deb, RedHat/ Mandrake yang memakai paket. rpm. Manajemen paket ini dirancang buat modular( gampang ditambah- tambah), portabel( bisa di port ke distro lain), gampang ditata, fleksibel, serta dimaksimalkan buat tiap- tiap pc pengguna.
Slackware
Slackware ialah sistem pembedahan yang terbuat oleh Patrick Volkerding dari Slackware Linux, Inc. Slackware ialah salah satu distro dini, serta ialah yang tertua yang masih dikelola. Tujuan utama Slackware merupakan stabilitas serta kemudahan desain, dan jadi distribusi Linux yang sangat mirip Unix.
Mandriva Linux
Mandriva Linux( dulu diketahui dengan nama Mandrakelinux ataupun Mandrake Linux) merupakan sistem pembedahan yang terbuat oleh Mandriva( dulu diketahui dengan nama Mandrakesoft).
Mandriva Linux memakai RPM Package Manager.
OpenSUSE
SUSE tadinya bernama SUSE Linux serta SuSE Linux Professional merupakan salah satu distro Linux dari industri Novell, ataupun lebih pas dari anak perusahaannya Suse Linux GmbH( Software- und System- Entwicklungsgesellschaft mbH, Nürnberg yang berarti pengembangan- perangkat lunak serta- sistem).
Freespire
Freespire merupakan tipe free dari distro Linspire( a. k. a Lindows), setelah itu bisa jadi disebabkan kasus nama, berganti jadi Linspire.
Linux Mint
Linux Mint merupakan sistem pembedahan berbasis Linux buat Komputer. Inti dari LinuxMint merupakan Ubuntu, sehingga aplikasi yang bisa berjalan di Ubuntu, pula dapat berjalan pada LinuxMint.
PCLinuxOS
PCLinuxOS, kerap disingkat bagaikan PCLOS, merupakan suatu sistem pembedahan desktop. Ini merupakan suatu sistem pembedahan leluasa buat pc individu yang bertujuan buat mempermudah pemakaian.
Damn Small Linux
Damn Small Linux( DSL) merupakan salah satu distro/ varian linux mini. Diucap mini sebab paket DSL hanya 50MB besarnya. DSL pula membolehkan buat diinstall di USB 128MB.
Kuliax
Kuliax merupakan suatu distribusi Linux LiveCD yang dibesarkan oleh Kuliax Project buat pembelajaran di universitas. Distribusi ini berbasis Debian GNU/ Linux serta Knoppix, dan sudah dioptimasi ke arah pemakaian desktop Linux.
Redhat
Distribusi yang sangat terkenal, minimun di Indonesia, redhat ialah distribusi awal yang instalasi serta pengoperasiannya gampang.
Sumber artikel : https://www.nooblasto.com/
0 notes
Video
youtube
تاكد انك مشترك في القناة 💯 ومفعل الجرس عشان يوصلك كل جديد 🔔 وما تنساش تعمل لايك للفيديو 👍 https://bit.ly/36nGo0L شير مشاركة #BIMarabia اشترك في القناة لمتابعة الشروحات الجديدة videos https://www.youtube.com/channel/UCZYaOLTtPmOQX1fgtDFW52Q?sub_confirmation=1 بيم ارابيا https://bit.ly/1TSqEbr Places to find me! https://bit.ly/OcqQ6x https://bit.ly/2nqASDv Wordpress: https://bit.ly/SsszPw Instagram: https://bit.ly/2JY3wZP Twitter: https://twitter.com/omarselm #4 4mLinux #9 9Front #A AbsoluteLinux AcademiX AirSlax AlpineLinux ALT Linux Anarchy Linux Android-x86 Antergos Antivirus Live CD antiX Linux Aptosid Arabbix ArchBang ArchLabs Archlinux Archman ArchStrike ArcoLinux ArtixLinux AryaLinux Astra Linux Austrumi AV Linux #B BackBoxLinux Bee free BigLinux Bio-Linux BlackArch BlackBox Linux BlackLab BlackPantherOS BlackSlash blag BlankOn Bluestar Bodhi BOSS Linux BunsenLabs ByzantineOS #C CAELinux Caine Caixa Magica Calculate Linux Calculate Linux Desktop Canaima CentOS Chakra ChaletOS ChameleonOS ClearOS Clonezilla CommodoreOS Condres OS ConnochaetOS CRUX Cucumber #D Damn Small Linux Damn Small Linux Not Dapper Linux Daylight Linux Debian Debian facile Debian-FAI DebianEdu deepin DEFT Devil-Linux Devuan DragonFly BSD Dragora DuZeru Dyne:bolic #E EasyOS Edubuntu elementaryOS Elive Linux Emmabuntüs Emmi OS EndeavourOS Endless OS EnsoOS EpiLinux Escuelas Linux Estobuntu Estrellaroja Exe GNU Linux ExTiX #F Fatdog64 Fedora Atomic Fedora Server Fedora Silverblue Ostree Fedora Spins Fedora Workstation FerenOS Finnix FreeBSD FreeDOS FreeNAS Frenzy Frugalware Funtoo FuryBSD #G G4L GeckoLinux Gentoo GhostBSD GNewSense GoboLinux Gparted GreenieLinux GRML GuixSD #H Haiku hamOS Hannah Montana Linux HardenedBSD Heads Huayra Hyperbola #I io GNU Linux #K Kali Linux Kanotix KaOS KDE neon Knoppix Kodachi KolibriOS Korora Kubuntu Kubuntu Focus Kwort #L Linux Lite Linux Mint LinuxConsole Linuxfx LiveRaizo LMDE Lubuntu LuninuxOS LXLE OS #M Macpup Mageia MakuluLinux Manjaro Matriux MauiLinux MenuetOS MidnightBSD MilagrOS MinerOS Minimal Linux MiniNo MINIX Modicia Musix Muslimbuntu MX Linux #N Nanolinux Nas4Free Neptune NetBSD NethServer Netrunner Nitrux NixOs Nova NST NuTyX #O obarun Omni OS OpenBSD openEuler OpenIndiana OpenMandriva openSUSE OPNsense OracleLinux OS108 OSGeo live OviOS #P Parabola CLI Parabola LXDE Pardus Parrot Parrot Home Parrot Security Parrot Studio Parrot Variant Parsix Parted Magic PCLinuxOS PeachOSI PearOS Pentoo Peppermint PeppermintOS Pinguy PinguyOS Pisi Linux Plamo Linux Plasma Mobile PLD Linux plopLinux PNPI-OS PointLinux Pop!_OS PORTEUS PrimTux Puppy Linux PureOS #Q Q4OS QubesOS Quirky #R Raspberry Pi Desktop ReactOS Reborn OS Red Star OS Redcore redox Refracta Regolith Linux Rescatux RevengeOS RoboLinux Rockstor ROSA FRESH Runtu #S Sabayon Sabily SalentOS Salix ScientificLinux SELKS SemiCode OS Septor Siduction Simplicity Linux SimplyMEPIS Slackel Slackware Slax SliTaz Snallinux Solus SolydK SolydX SparkyLinux Springdale Stresslinux SubgraphOS SuperGamer susOS SwagArch SystemRescueCd #T Tails Tanglu TempleOS Tiny Core Trident Trisquel TROM-Jaro TrueOS Tsurugi Linux TurnKey Linux Tux N Vape #U Ubuntu Ubuntu Budgie Ubuntu Cinnamon Ubuntu Mate Ubuntu Server Ubuntu Studio Ubuntu Unity Remix UbuntuDDE UbuntuKylin Ufficio Zero Ultimate Edition Ultimate Linux Uruk #V VectorLinux Venom Linux VineLinux VoidLinux Voyager VyOS #W WattOs #X Xubuntu #Z Zentyal Zenwalk Zevenet by BIMarabia
1 note
·
View note
Video
youtube
جرب لينكس اونلاين دون تنصيب تاكد انك مشترك في القناة 💯 ومفعل الجرس عشان يوصلك كل جديد 🔔 وما تنساش تعمل لايك للفيديو 👍 https://bit.ly/36nGo0L شير مشاركة #BIMarabia اشترك في القناة لمتابعة الشروحات الجديدة videos https://www.youtube.com/channel/UCZYaOLTtPmOQX1fgtDFW52Q?sub_confirmation=1 بيم ارابيا https://bit.ly/1TSqEbr Places to find me! https://bit.ly/OcqQ6x https://bit.ly/2nqASDv Wordpress: https://bit.ly/SsszPw Instagram: https://bit.ly/2JY3wZP Twitter: https://twitter.com/omarselm #4 4mLinux #9 9Front #A AbsoluteLinux AcademiX AirSlax AlpineLinux ALT Linux Anarchy Linux Android-x86 Antergos Antivirus Live CD antiX Linux Aptosid Arabbix ArchBang ArchLabs Archlinux Archman ArchStrike ArcoLinux ArtixLinux AryaLinux Astra Linux Austrumi AV Linux #B BackBoxLinux Bee free BigLinux Bio-Linux BlackArch BlackBox Linux BlackLab BlackPantherOS BlackSlash blag BlankOn Bluestar Bodhi BOSS Linux BunsenLabs ByzantineOS #C CAELinux Caine Caixa Magica Calculate Linux Calculate Linux Desktop Canaima CentOS Chakra ChaletOS ChameleonOS ClearOS Clonezilla CommodoreOS Condres OS ConnochaetOS CRUX Cucumber #D Damn Small Linux Damn Small Linux Not Dapper Linux Daylight Linux Debian Debian facile Debian-FAI DebianEdu deepin DEFT Devil-Linux Devuan DragonFly BSD Dragora DuZeru Dyne:bolic #E EasyOS Edubuntu elementaryOS Elive Linux Emmabuntüs Emmi OS EndeavourOS Endless OS EnsoOS EpiLinux Escuelas Linux Estobuntu Estrellaroja Exe GNU Linux ExTiX #F Fatdog64 Fedora Atomic Fedora Server Fedora Silverblue Ostree Fedora Spins Fedora Workstation FerenOS Finnix FreeBSD FreeDOS FreeNAS Frenzy Frugalware Funtoo FuryBSD #G G4L GeckoLinux Gentoo GhostBSD GNewSense GoboLinux Gparted GreenieLinux GRML GuixSD #H Haiku hamOS Hannah Montana Linux HardenedBSD Heads Huayra Hyperbola #I io GNU Linux #K Kali Linux Kanotix KaOS KDE neon Knoppix Kodachi KolibriOS Korora Kubuntu Kubuntu Focus Kwort #L Linux Lite Linux Mint LinuxConsole Linuxfx LiveRaizo LMDE Lubuntu LuninuxOS LXLE OS #M Macpup Mageia MakuluLinux Manjaro Matriux MauiLinux MenuetOS MidnightBSD MilagrOS MinerOS Minimal Linux MiniNo MINIX Modicia Musix Muslimbuntu MX Linux #N Nanolinux Nas4Free Neptune NetBSD NethServer Netrunner Nitrux NixOs Nova NST NuTyX #O obarun Omni OS OpenBSD openEuler OpenIndiana OpenMandriva openSUSE OPNsense OracleLinux OS108 OSGeo live OviOS #P Parabola CLI Parabola LXDE Pardus Parrot Parrot Home Parrot Security Parrot Studio Parrot Variant Parsix Parted Magic PCLinuxOS PeachOSI PearOS Pentoo Peppermint PeppermintOS Pinguy PinguyOS Pisi Linux Plamo Linux Plasma Mobile PLD Linux plopLinux PNPI-OS PointLinux Pop!_OS PORTEUS PrimTux Puppy Linux PureOS #Q Q4OS QubesOS Quirky #R Raspberry Pi Desktop ReactOS Reborn OS Red Star OS Redcore redox Refracta Regolith Linux Rescatux RevengeOS RoboLinux Rockstor ROSA FRESH Runtu #S Sabayon Sabily SalentOS Salix ScientificLinux SELKS SemiCode OS Septor Siduction Simplicity Linux SimplyMEPIS Slackel Slackware Slax SliTaz Snallinux Solus SolydK SolydX SparkyLinux Springdale Stresslinux SubgraphOS SuperGamer susOS SwagArch SystemRescueCd #T Tails Tanglu TempleOS Tiny Core Trident Trisquel TROM-Jaro TrueOS Tsurugi Linux TurnKey Linux Tux N Vape #U Ubuntu Ubuntu Budgie Ubuntu Cinnamon Ubuntu Mate Ubuntu Server Ubuntu Studio Ubuntu Unity Remix UbuntuDDE UbuntuKylin Ufficio Zero Ultimate Edition Ultimate Linux Uruk #V VectorLinux Venom Linux VineLinux VoidLinux Voyager VyOS #W WattOs #X Xubuntu #Z Zentyal Zenwalk Zevenet May 22, 2020 at 03:40PM by BIMarabia
0 notes