Skip to content

Milestones

List view

  • Complete the following. Layout - How elements are positioned Virtual Keyboard - Optimise rendering and add listeners for touch screen Touchscreen Support - Write listeners which 'fire' events for touch screen Scrollbar - Add a scrollbar and write a solution to hold output data from the terminal / screen

    No due date
    1/4 issues closed
  • Write basic implementations for the following. /usr/.history - History of commands entered into the shell /usr/.profile - Profile file for the shell /usr/.hushlogin - Skip the motd on login /etc/motd - Message of the Day (motd) / Welcome message /etc/os-release - OS release information

    No due date
    0/5 issues closed
  • Write basic implementations for the following. credits - Show the credits osname - Change the name of the OS username - Change the username shown on the end screen

    No due date
    2/3 issues closed
  • Write basic implementations for the following. xcp-encode - Encode a text file into a classpad file xcp-decode - Decode a classpad file into a text file More to be added here.

    No due date
    0/2 issues closed
  • Write basic implementations for the following. date - Show the current date and time and can edit it reboot - Send a signal to the system to reboot shutdown - Send a signal to the system to shut down. uptime - Show the time since the system was booted

    No due date
    0/4 issues closed
  • Write basic implementations for the following. clear - Clear the terminal echo - Display the text given to it exit - Exit the shell help - Display help information history - Read the history file (/usr/.history)

    No due date
    0/5 issues closed
  • Write basic implementations for the following. cat - Display contents of a file cd - Changes directory (cd .. to go up a level) and support absolute paths cp - Copy a file ls - List files in a directory mkdir - Make a directory mv - Move a file rm - Remove a file rmdir - Remove a directory touch - Create an empty file with the given name

    No due date
    0/9 issues closed