Zone FileDNS pro hands 🙌🏻
  1. You are here:  
  2. Home
  3. Enthusiasm Computing (OS & Software, Hardware) 🪛🌏🌐

Enthusiasm Computing

AI Aware Plugin for Microsoft VS Studio Code, Windsurf AI IDE

Details
Written by: Charles Thompson (Webmaster)
Category: Enthusiasm Computing
Published: 18 November 2024
Created: 18 November 2024
Last Updated: 19 November 2024
Hits: 278
  • AI
  • AI Tools
  • IDE
  • Codeium AI
  • Microsoft Visual Studio Code
  • Editors: Vim
  • Editors: AI
Write a comment

Getting ready to tap into AI aware for my IDE (Microsoft Visual Studio)

Visit Codeium.com to see this new AI aware IDE tool called Windsurf (or get the plugin for Microsoft Visual Studio) 🔙

Inside my IDE I want to use Docker for deploying Flask and Gunicorn.


MacVim is updated (r180)

I hate to admit it, but I was always a beginner. Even though I had power of entire internet infrastructure, I never had the ability to build skill. 

The Windsurf AI Aware IDE (from Codeium.com) is something I am excited to introduce Geshtu-E to. 🔧


More to come on my site here at: www.limitsite.tech 📓🧵🔏 
I've updated my profile at Monster.com. Some can do but nobody imitates.

Silicon Graphics IRIX Workstation Pictures

Details
Written by: Charles Thompson (Webmaster)
Category: Enthusiasm Computing
Published: 09 November 2024
Created: 09 November 2024
Last Updated: 09 November 2024
Hits: 240
  • Shell Scripting
  • Professional
  • Computer Hardware
  • databases
  • animator
  • UNIX OS's
  • Silicon Graphics IRIX
Write a comment
Silicon Graphics, csh #, Hollywood/CG animation was part of my childhood.

Later on, I had root on the box 'spore.Stanford.EDU'. They took that host down recently.

Since I was so connected with IRIX I knew what csh(1) was when some relative family member had mentioned. I remember specifically being told that it supported multiple processors. My idea-- "Let's run John!"

https://siliconimage.irixnet.org/index.php/

IRIXNet - https://www.irixnet.org/

Backed at Baba Bau 🏠🌐 💻

Details
Written by: Charles Thompson (Webmaster)
Category: Enthusiasm Computing
Published: 31 October 2024
Created: 31 October 2024
Last Updated: 31 October 2024
Hits: 368
  • bash shell
  • skills
  • Computer Systems
  • NoSQL
  • MySQL
  • Jobs
  • Struggles
  • Limitsite
  • Planning
  • Lenovo Yoga Pro (Laptop PC)
  • Python Programming
  • PostgreSQL
  • Los Angeles Influence
  • Where I'm at Now
  • Silicon Valley Tech. Sector
Write a comment
LA County BAU

I remember in LA county there was a party house across the street with some fast-moving liberated spirit people. We took this of able and added it to the theme of "BABA" house of Bau 🗡. The only thing not included was Club Fate by Vl. He is my friend, and the who took me clubbing in Los Angeles. Today I decided which computer I am getting for my SSI backpay. Best Buy carries the stock! If get SSI income shortly here, this will be the computer I get, and the computer I am working on obtaining. It is a wonderful machine for my needed tasks, with plenty of efficient RAM (DDR5 32 GB). The SSI budget, which I am expecting in the coming months allows for the computer affordably. For me, an optimal computer ideally runs tools in virtualization or "IT infrastructure" as it is loosely called, for impressing my required skills against the employer's must haves☑️. Ansible or Salt with Virtualbox, Python Pulumi, Python boto3 Amazon SDK, Linux software (like OpenVZ), AWS, and/or Digitalocean API are some example names of software that I have to carry an expertise in.

The Chosen's Mystic Computer Adventure

With the immense amount of RAM and hard disk space this computer will be the cutting edge for quite some time. I'm readily awaiting the Geshtu-E's given benefit of creativity and complex reasoning, enough to make me the dedicated Python, Docker, and Kubernetes programmer I'm opted to be. When I leave there is hope I find a real job, but I shouldn't try without my GED. The testing required has me before adversity and it is my goal to set the royalty straight. Another thing I know is I am signed up for DZone.com. We'll see how arranging skills works out on this new workbeast! ⚚

We're just getting started 📀🔧. Dispatch-level commands for *NIX

Details
Written by: Charles Thompson (Webmaster)
Category: Enthusiasm Computing
Published: 22 October 2024
Created: 22 October 2024
Last Updated: 23 October 2024
Hits: 402
  • MacOS
  • Linux
  • Operating Systems
  • computers
  • computing
  • memory
  • command-line
Write a comment

Linux commands for memory use. Last edit: Wed Oct 23 4:38PM.
May change this later to add tmux(1). 

Memory Information

  • free -h: Shows free and used memory.

  • cat /proc/meminfo: Displays detailed memory usage.

Real-time Monitoring

  • top: Real-time system resource usage.

  • htop: Interactive process viewer.

Process Memory Usage

  • ps aux --sort -rss: Lists processes by memory usage.

System Activity Reports

  • vmstat 1: Reports on processes, memory, and more.

  • sar -r: Reports memory usage.

Comprehensive System Stats

  • dstat -m: Provides memory usage stats.



BASIC THINGS ABOUT LINUX & MAC-OS

Linux

  1. Open-Source Nature: Linux is free and open-source, allowing users to modify and distribute the code.

    • Command: cat /etc/os-release (Displays OS information)

  2. Customization: Linux offers extensive customization options for users.

    • Command: lsb_release -a (Displays Linux distribution information)

  3. Package Management: Linux distributions use package managers to install software.

    • Command: apt-get install <package_name> (Installs a package using APT)

  4. Multi-User Support: Linux supports multiple users with different permissions.

    • Command: who (Displays who is currently logged in)

  5. Stability: Linux is known for its stability and reliability.

    • Command: uptime (Displays system uptime)

  6. Security: Linux has robust security features.

    • Command: sudo (Provides superuser privileges)

  7. Networking: Linux has advanced networking capabilities.

    • Command: ifconfig (Displays network interface configuration)

  8. File System: Linux supports various file systems.

    • Command: df -h (Displays disk space usage)

  9. Scripting: Linux supports various scripting languages.

    • Command: bash (Starts a Bash shell)

  10. Portability: Linux can run on various hardware platforms.

    • Command: uname -a (Displays system information)

macOS Darwin

https://www.matisse.net/OSX/darwin_commands.html

  1. Unix-Based: Darwin is the core of macOS, based on BSD and Mach technologies.

    • Command: uname -a (Displays system information)

  2. Open-Source: Darwin is open-source, allowing developers to access and modify the code.

    • Command: open /System/Library/CoreServices (Opens the Core Services directory)

  3. Advanced Networking: Darwin supports advanced networking features.

    • Command: networksetup -listallnetworkservices (Lists all network services)

  4. Apache Web Server: Darwin includes the Apache web server.

    • Command: apachectl -v (Displays Apache version)

  5. File System Support: Darwin supports both Mac OS and Unix file systems.

    • Command: diskutil list (Lists all disks and partitions)

  6. X Window System: Darwin supports the X Window System.

    • Command: open -a XQuartz (Opens XQuartz)

  7. PowerPC and Intel Compatibility: Darwin runs on both PowerPC and Intel-compatible platforms.

    • Command: sysctl hw (Displays hardware information)

  8. Core Services: Darwin includes various core services.

    • Command: launchctl list (Lists loaded launch daemons and agents)

  9. Apple Technologies: Darwin integrates Apple technologies.

    • Command: defaults read (Reads macOS user defaults)

  10. Portability: Darwin can run on various hardware platforms.

    • Command: system_profiler (Displays detailed system information)

The software & hardware effect of home/personal computers

Details
Written by: Charles Thompson (Webmaster)
Category: Enthusiasm Computing
Published: 15 October 2024
Created: 15 October 2024
Last Updated: 18 October 2024
Hits: 256
  • Macintosh
  • Linux
  • Computer Hardware
  • Computer Software
  • Operating Systems
  • PC
  • *NIX
  • UNIX
  • Windows
Write a comment
Welcome to LimitSite.tech 🏠🎵✨🔥

The best place for information about computer systems. Here I can feature  recent deals on Laptops for your content creation or other purposes, with software tricks/products to share. This section of my website contains information theory about hardware, software, and OS in computer systems. 💼 If you're interested in these concepts, plan to come back when you can. I plan to be active and coming up with some dynamic ideas for the flux of my blog. If you check the front page of my site, you'll see that I'm waiting for ideas to form. Adequacy for writing has to start being a perception, the ideas have to fit alignment for characteristics, such as section. 

I do admit I'm new to blogging 🤌🏻.  Then the most luxurious of informative things about different concepts in computer systems' features becomes something to fascinate over. Again, the software & hardware effect of home/personal computers is what this section is for.

  1. Running Peppermint OS 10 in MacOS 12.7.6+ using Virtualization

Page 2 of 3

  • 1
  • 2
  • 3

Main Menu

  • Limitsite: a ccTLD Net-spec Tech Specialist 🙌🏼🎯
  • System Planning, and on-Premise/IaaS: Linux, UNIX, Microsoft
  • Enthusiasm Computing (OS & Software, Hardware) 🪛🌏🌐
  • My Skills Tasks and Efforts to Employment 💼 🏯📜
  • As a DNS Insider 🌐
  • Contact Webmaster

Latest Archived

  • Remote Box I/O
  • Preserving a New Laptop's Screen 🖥️
  • Starting Off as a Flask Project Manager
  • I have a post to make
  • A new beginning 🌐

Tags 🎯

Linux 14 Python 7 DevOps 6 Software 5 Jobs 5 Technology 4 MacOS 4 skills 4 Computer Systems 4 Internet Domains 4 computers 4 Limitsite 4 Webmaster 4 Computer components 3 Computer accessories 3 Virtualization 3 Virtualbox 3 Free software 3 DevOps job 3 Linux Software 3

Search

Login Form

  • Forgot your password?
  • Forgot your username?