Cite This Page
Bibliographic details for Things that are easier on Linux
- Page name: Things that are easier on Linux
 - Author: Linux Advocacy contributors
 - Publisher: Linux Advocacy, .
 - Date of last revision: 27 October 2020 09:13 UTC
 - Date retrieved: 14 March 2023 21:14 UTC
 - Permanent URL: https://linuxadvocacy.miraheze.org/w/index.php?title=Things_that_are_easier_on_Linux&oldid=427
 - Page Version ID: 427
 
Citation styles for Things that are easier on Linux
APA style
Things that are easier on Linux. (2020, October 27). Linux Advocacy, . Retrieved 21:14, March 14, 2023 from https://linuxadvocacy.miraheze.org/w/index.php?title=Things_that_are_easier_on_Linux&oldid=427.
MLA style
"Things that are easier on Linux." Linux Advocacy, . 27 Oct 2020, 09:13 UTC. 14 Mar 2023, 21:14 <https://linuxadvocacy.miraheze.org/w/index.php?title=Things_that_are_easier_on_Linux&oldid=427>.
MHRA style
Linux Advocacy contributors, 'Things that are easier on Linux', Linux Advocacy, , 27 October 2020, 09:13 UTC, <https://linuxadvocacy.miraheze.org/w/index.php?title=Things_that_are_easier_on_Linux&oldid=427> [accessed 14 March 2023]
Chicago style
Linux Advocacy contributors, "Things that are easier on Linux," Linux Advocacy, , https://linuxadvocacy.miraheze.org/w/index.php?title=Things_that_are_easier_on_Linux&oldid=427 (accessed March 14, 2023).
CBE/CSE style
Linux Advocacy contributors. Things that are easier on Linux [Internet]. Linux Advocacy, ; 2020 Oct 27, 09:13 UTC [cited 2023 Mar 14]. Available from: https://linuxadvocacy.miraheze.org/w/index.php?title=Things_that_are_easier_on_Linux&oldid=427.
Bluebook style
Things that are easier on Linux, https://linuxadvocacy.miraheze.org/w/index.php?title=Things_that_are_easier_on_Linux&oldid=427 (last visited March 14, 2023).
BibTeX entry
 @misc{ wiki:xxx,
   author = "Linux Advocacy",
   title = "Things that are easier on Linux --- Linux Advocacy{,} ",
   year = "2020",
   url = "https://linuxadvocacy.miraheze.org/w/index.php?title=Things_that_are_easier_on_Linux&oldid=427",
   note = "[Online; accessed 14-March-2023]"
 }
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
 @misc{ wiki:xxx,
   author = "Linux Advocacy",
   title = "Things that are easier on Linux --- Linux Advocacy{,} ",
   year = "2020",
   url = "\url{https://linuxadvocacy.miraheze.org/w/index.php?title=Things_that_are_easier_on_Linux&oldid=427}",
   note = "[Online; accessed 14-March-2023]"
 }