Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: akaday/..github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 11, 2024

  1. [ImgBot] Optimize images

    /images/open-at-microsoft.png -- 140.98kb -> 95.92kb (31.97%)
    
    Signed-off-by: ImgBotApp <[email protected]>
    ImgBotApp committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    9730704 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from akaday/imgbot

    [ImgBot] Optimize images
    akaday authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    7d9a86a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. Créé à l'aide de Colab

    akaday committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    c7109d8 View commit details
    Browse the repository at this point in the history
  2. Add network monitoring and restrictions in Colab

    Add sections to `code4yo_com.ipynb` to monitor network traffic, implement firewall rules, usage policies, audit user activities, and use Colab's logging features.
    
    * **Monitor Network Traffic**
      - Add a markdown cell to introduce monitoring network traffic using `tcpdump`.
      - Add a code cell to install and run `tcpdump`.
    
    * **Implement Firewall Rules**
      - Add a markdown cell to introduce implementing firewall rules to block torrent-related activities.
      - Add a code cell to add `iptables` rules to block torrent-related ports.
    
    * **Implement Usage Policies**
      - Add a markdown cell to introduce usage policies that explicitly prohibit torrent downloads.
      - Add a markdown cell to state the policy prohibiting torrent downloads.
    
    * **Audit and Review User Activities**
      - Add a markdown cell to introduce regular audits and reviews of user activities.
      - Add a code cell with example code to review user activities from log files.
    
    * **Use Colab's Logging and Monitoring Features**
      - Add a markdown cell to introduce using Colab's built-in logging and monitoring features.
      - Add a code cell with example code to use Colab's logging features to track network activity.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/akaday/..github?shareId=XXXX-XXXX-XXXX-XXXX).
    akaday committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    9ccb2a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from akaday/add-network-monitoring

    Add network monitoring and restrictions in Colab
    akaday authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    16ea1c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Update code4yo_com.ipynb

    Signed-off-by: aka <[email protected]>
    akaday authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    d9b5a32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from akaday/akaday-patch-1

    Update code4yo_com.ipynb
    akaday authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    9c2621e View commit details
    Browse the repository at this point in the history
  3. Customize tcpdump to filter specific traffic

    Add customization for `tcpdump` to filter specific traffic in `code4yo_com.ipynb`.
    
    * Add a markdown cell with the title "Customizing tcpdump to Filter Specific Traffic".
    * Add a code cell to demonstrate filtering traffic by host, port, and protocol using `tcpdump`.
    * Add a markdown cell with the title "Combining Filters in tcpdump".
    * Add a code cell to demonstrate combining multiple filters using logical operators in `tcpdump`.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/akaday/..github?shareId=XXXX-XXXX-XXXX-XXXX).
    akaday committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    7ce0509 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from akaday/customize-tcpdump

    Customize tcpdump to filter specific traffic
    akaday authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    b4dbe57 View commit details
    Browse the repository at this point in the history
Loading