Ndiqni videon më poshtë për të parë se si ta instaloni faqen tonë si një aplikacion ueb në ekranin tuaj bazë.
Note: This feature may not be available in some browsers.
Përshëndetje Vizitor!
Nëse j’u shfaqet ky mesazh, do të thotë se ju nuk jeni regjistruar akoma. Edhe pse nuk jeni regjistruar, ju arrini të shihni pjesën më të madhe të seksioneve dhe diskutimeve të forumit, por akoma nuk gëzoni të drejten për të marrë pjesë në to dhe në avantazhet e të qënurit anëtar i këtij komuniteti. J’u lutem:REGJISTROHUNI që të dërgoni postime dhe mesazhe në Forum-Al.
Regjistrohu !Është i ngadaltë, mgjth - bëra një gabim në instalim, zgjodha opsionin e parë Mbr në vend të Asp (në s'gaboj), sipas udhëzimeve.... po gjë që rregullohet...pse do ta hedhesh , duket mire tani me Linux …..
me mire Linux se ndonje ipad lol dhe un cunit kshu do ja bej qe te perdori kohen ne menyre me konstruktive , do deshiroja shume te mesonte programim me ane te Linux![]()
https://forum.mxlinux.org/viewtopic.php?t=48520
https://www.howtogeek.com/132624/htg-explains-whats-a-linux-distro-and-how-are-they-different/
https://distrowatch.com/table.php?distribution=pclinuxos
https://www.pclinuxos.com
Distribution.
Linuxi ne esence eshte si koncept, ka vetem kernelin.
Ky koncept miret dhe mbi ta shtohen ekstra gjera si interfajs, dizajn etc etc per te qene i perdorueshem per userat.
Si distro me e popullarizuar eshte Ubuntu,Fedora, Linux Mint etj etj. elementaryOS ne esence eshte Ubuntu me dizajn me te bukur.
https://en.wikipedia.org/wiki/Linux
https://en.wikipedia.org/wiki/Linux_kernel
https://www.makeuseof.com/tag/what-is-kernel-in-linux-check-version/
There are so many Linux distributions out in the wild, but there is only one thing that they are guaranteed to have in common: the Linux kernel. Yet while a lot of people talk about the Linux kernel, many don’t really know what it does.
Let’s take a look at Linux kernel and why it’s needed, with as few geeky terms as possible
What Is a Kernel?
![]()
Each operating system uses a kernel. Without a kernel, you can’t have an computer that actually works. You may see and interact with a lot of different software, but it’s the kernel underneath that does much of the grunt work.
The kernel serves as the bridge between your computer hardware and the software you wish to run. It talks to the hardware via the drivers that are included in the kernel (or installed later on in the form of a kernel module).
This way, when an app wants to do something (say change the volume setting of the speakers), it can submit that request to the kernel, and the kernel can use the available speaker drivers to actually change the volume.
The kernel is also highly involved in resource management. It has to make sure that there is enough memory available for an app to run and to place an app in the right location in memory. The kernel tries to optimize the usage of the processor so that it can complete tasks as quickly as possible.
Failures can lead to deadlocks, where the entire system halts because one app needs a resource that another one is using.
What Is the Linux Kernel?
It’s technically incorrect to think of Linux as a complete operating system. Linux actually refers specifically to the kernel, named after founder Linus Torvalds. Everything else you see on screen comes from other projects and developers.
Torvalds created the Linux kernel in 1991. He initially named the project Freax (a combination of “free,” “freak,” and “UNIX”). A coworker preferred the name Linux, and that name stuck. Torvalds released the first Linux version in 1992 under a GNU copyleft license, which became a big part of the project’s success.
Much of the Linux desktop experience comes from the GNU Project, an older initiative that had created a nearly complete desktop operating system. All it needed was a kernel, and Linux filled that need. This is why some people refer to the OS as GNU/Linux.
Why Hardly Anyone Calls Linux "GNU/Linux"
Code:https://www.makeuseof.com/tag/hardly-anyone-calls-linux-gnulinux/[code] You're interested in Linux and have read a few blog posts. Along the way, you've come across a funny name: GNU/Linux. But what does this mean? Other free and open source desktops, such as FreeBSD, look and feel like Linux because they run most of the same GNU software. Since the Linux kernel was available under a GNU license, there was less interest in continuing to develop a separate kernel as part of the GNU Project. And rather than create other competing kernels, like those found in Windows and macOS, many companies have chosen to use and contribute to the Linux kernel instead. The Linux kernel has grown into a massive project containing millions of lines of code. Thousands of people, and over a thousand companies, have contributed to the kernel’s development. It is one of the most prominent examples of free and open source software in the world. [/quote] Besoj se kjo me poshte i sqaron pyetjet qe keni. [B]The kernel serves as the bridge between your computer hardware and the software you wish to run.[/B] Kerneli eshte ura lidhese midis kompjuterit (si pjese fizike) dhe softwarere(programeve) qe ju egzekutoni ne te.
me mire Linux se ndonje ipad lol dhe un cunit kshu do ja bej qe te perdori kohen ne menyre me konstruktive , do deshiroja shume te mesonte programim me ane te Linux![]()
https://en.wikipedia.org/wiki/Bash_(Unix_shell)
https://github.com/hakerdefo/pmrp/blob/master/pmrp
https://mxlinux.org/wiki/other/writing-bash-scripts/
Help for anyone interested in learning to write scripts for the command line (CLI) from a post by user skidoo.
tdlp.org Bash Beginners Guide http://www.tldp.org/LDP/Bash-Beginners-Guide/html/
Bash-Beginners-Guide (Rutgers) http://linuxcourse.rutgers.edu/document … ers-Guide/
linuxcommand getting started book www.linuxcommand.org
Ryan’s tutorials: Bash Scripting Tutorial https://ryanstutorials.net/bash-scripting-tutorial/
BASH Programming – Introduction HOW-TO http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
Bash Scripting Tutorial for Beginners https://linuxconfig.org/bash-scripting- … -beginners
the Advanced Bash-Scripting Guide http://tldp.org/LDP/abs/html/index.html
Barely Legal https://wiki.bash-hackers.org/
GNU Bash Reference Manual https://www.gnu.org/software/bash/manual/bash.html
BASH Frequently Asked Questions http://mywiki.wooledge.org/BashFAQ
shell Style Guide https://google.github.io/styleguide/shell.xml
tips better-bash-scripting-in-15-minutes
Linux Shell Scripting Tutorial https://bash.cyberciti.biz/guide/Main_Page
learn by reviewing examples (and discussions / comparisons / alternatives):
https://commandlinefu.com
http://www.bashoneliners.com/
stackexchange.com
serverfault.com
Glossary of common technical terms https://distrowatch.com/dwres.php?resource=glossary
Simplified manual pages https://distrowatch.com/dwres.php?resource=man-pages
archived Questions and answers columns https://distrowatch.com/qanda.php
archived Tips and tricks columns https://distrowatch.com/tips.php
Discussion sites/forums:
https://www.unix.com/shell-programming-and-scripting
https://www.unix.com/unix-for-advanced-and-expert-users
https://old.reddit.com/r/commandline
interactive:
http://www.bash.academy/
https://www.learnshell.org/
https://shellcheck.com
https://codeacademy.com
http://solutionsproj.net/software/The_Linux_Command_Linex.pdf
http://1.droppdf.com/files/pApyQ/linux-command-line-and-shell-scripting-bible-by-richard-blum-christine-bresnahan.pdf
http://inf.ocs.ku.ac.th/Download/Wiley.Linux.Command.Line.and.Shell.Scripting.Bible.May.2008.pdf
Plank dock: https://launchpad.net/plank
Docky: http://wiki.go-docky.com/index.php?ti...
Latte dock: https://github.com/psifidotos/Latte-Dock
Cairo dock/GLX dock: http://glx-dock.org/
https://www.fossmint.com/best-application-launchers-for-ubuntu-linux/
https://www.omgubuntu.co.uk/2017/03/make-ubuntu-look-like-mac-5-steps
https://www.opendesktop.org/search/projectSearchText/mac%20themes%20linux
U kry.... më vonë për imtësitë...
![]()
A... Luan rrofsh, mgjth-"se instalova 18.2.... Yçin e fitova por ky pc është për tu hedh... funksionon por i kërcasin brinjët
https://www.eprice.it/s/informatica/memorie-e-dischi/hard-disk-interni/ssd?attrid_1000925=fino%20127@:@159&sd=rank&fd=1&metb=store-ssd-nav-fino-127
https://www.unieuro.it/online/Computer-e-Tablet/Hard-Disk-e-Storage/SSD
https://www.unieuro.it/online/SSD/Plus-pidSADSDSSDA240G
https://www.eprice.it/SSD-CRUCIAL-SSD-Solid-State-Disk-2-5-pollici-120GB-SATA3-Crucial-BX500-CT120BX500SSD1-Read-540MB-s-Write-500MB-s/d-12356119
Interesante kjo Luan, mendoja se nuk ishte e mundur...
https://www.ilsoftware.it/articoli....-SSD-come-fare-senza-reinstallare-tutto_11527
O Lion, kam dy lap top Lenovo, qe nuk hapen fare. Sjane te keqperdorur por se di cpaten. Me thuaj cte bej me ta.
Nga keto postimet kuptova nje gje ..qe linux esht me i mir se kto programet e tjera ..apo jo?lol
Nga keto postimet kuptova nje gje ..qe linux esht me i mir se kto programet e tjera ..apo jo?lol