- Make your machine able to check out code
- ssh-keygen -t dsa
- accept all defaults
- cat /root/.ssh/id_dsa.pub
- take results and paste into GitHub @: https://github.com/settings/ssh
- edit an existing or make a new public key record
- Configure your home directory
- cd /root
- git clone [email protected]:macie-korte/home .home
- rm .bashrc
- ln -s .home/.* .
- rm .git
- exec bash –login (now git bash prompt should be working)
- emerge a few tools for later use: a. “emerge squashfs-tools” b. echo "sys-fs/squashfs-tools lzo" >> /etc/portage/package.use/squash c. ssh root@bigdell gpg2 --export-secret-keys | gpg2 --import d. “emerge lsof”
- Configure Samba
- ln –s /root/.home/conf/package.use /etc/portage/package.use/samba
- emerge samba
- ln -sf /root/.home/conf/smb.conf /etc/samba/smb.conf
- smbpasswd -a root
- ln –sf /root/.home/bin/mount-sw /bin/
- /bin/mount-sw
- Check out code
- Stop all running services seen under screen –list
- “umount /sw”
-
“cd /”
- “rm –rf /sw”
- “git clone [email protected]:macie-korte/sparkweave /sw”
- “make -C /sw”
- systemctl start sw-startup.service
- systemctl start admin-console.service
- View code from Windows
- run \192.168.1.117 and see if you can access the VM
- Go to “Map a network drive” and do it
- If this doesn’t work, REBOOT Windows.
- Change Password
- “passwd root”
-
Notifications
You must be signed in to change notification settings - Fork 0
macie-korte/home
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
my git/bash/vim settings
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published