Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - EnderNightLord-Chromebook

Pages: [1]
1
General Discussion / Fuchsia OS Fork: Dahlia OS
« on: February 27, 2019, 02:50:33 am »
Check Out The Github Page: https://github.com/dahlia-os

Check Out The Sub Reddit: https://www.reddit.com/r/DahliaOS/

2
General Discussion / My New OS: GuruOS
« on: February 15, 2019, 10:29:00 pm »
Guru Is Not Linux. Not Windows, Nor Unix. It's Guru. This is made in c at the moment and can be booted on hardware... check out the project here: https://github.com/GURU-OS-TEAM

3
General Discussion / ChromeOS skips android oreo
« on: November 06, 2018, 02:24:24 am »
[size=]ChromeOS skips android oreo:[/size]

ChromeOS is going to skip android 8.1 oreo to android 9 pie
as the new android version (the version now is android 7.1 nougat)
if you have a pixelbook (not the slate) you will be able to switch to the canary
channel and test android 9 pie. The new android has new features and a new UI

This has been the daily ender, until next time

EnderNightLord-Chromebook

4
General Discussion / Force Install Google Assistant On Chromebooks
« on: November 04, 2018, 08:30:44 pm »
Force Install Google Assistant On Chromebooks
##############################

Step 1: Go to chrome://flags and find #enable-native-google-assistant flag. Enable it
Step 2: Reboot the Chromebook
Step 3: Go to chrome://assistant-optin and follow the instructions

Now you should have google assistent installed...

NOTES:

--> use this on DEV channel

5
Project Crostini: How to access USB's and SD's via crostini (chromeos v71 dev channel)
######################################################

[img]https://www.aboutchromebooks.com/wp-content/uploads/2018/10/Manage-shared-Linux-folders.png\" border=\"0\" class=\"linked-image\" /]

This is how you do it...

1. go to: Linux Beta in the settings

2. it will come up with the file selector... Find your removable device and click open

and... tada there you go. Your container will see your removable device

6
General Discussion / Building Fuchsia
« on: October 09, 2018, 02:59:02 am »
Fuchsia OS Build
##############
fuchsia... the great OS that is
as unstable as chromeOS but
worse. What I mean is do this
with your own risk so parts of this
tutorial can break your computer if you
do some instructions wrong!

Chapter 1: getting the source
#######################

1. sudo su

2. apt-get -y install golang curl unzip git texinfo libglib2.0-dev autoconf libtool libsdl-dev build-essential

3. mkdir ~/.fuchsia_build_cached

4. cd ~

5. curl -s https://raw.githubusercontent.com/fuchsia-m.../bootstrap_jiri | bash -s fuchsia

6. cd fuchsia

7. export PATH=`pwd`/.jiri_root/bin:$PATH

8. jiri import fuchsia https://fuchsia.googlesource.com/manifest

9. jiri update

Chapter 2: Really Building
#####################

1. fx set x64 (for 64 bit arch) or fx set arm64 (for the arm 64 bit arch)

2. fx full build OR fx build full (one of them s right...)

Chapter 3: Booting (or known as the fun part)  
########################################

1. fx run OR to enable graphics: fx run -g (the best choice)

2. to enable internet: fx run -N -u $FUCHSIA_SCRIPTS_DIR/start-dhcp-server.sh

3. to receive deep wisdom, run: fortune

4. to shutdown: dm shutdown

Chapter 4: Links
#############

-->: Fuchsia Get Started Page

-->: Some Of My Findings (On GITHUB)

Chapter 5: Good Luck
##################

good luck when you try this
you may run into problems (MAY)
if you do tell me in the comments.

Oh and please ask any questions you have about this

THANK YOU!

7
General Discussion / Trying To Install Unity On UserLAnd
« on: October 09, 2018, 02:28:20 am »
I am right now using a chromebook, It has an intel core and I wanted to see if userLAnd could take it.

then I ran into a problem xdg module not found! it said.    Any ideas anyone?  

Pages: [1]