- Details
- Written by: Charles Thompson (Webmaster)
- Category: Enthusiasm Computing (OS & Software, Hardware) 🪛🤯
- Hits: 73
Happy Holidays and best wishes for New Years.
What will you be doing to empower yourself with technology for 2025?
Personally, I've got a 8-core AMD gaming PC coming my way. The choice was to get the X86_64 gaming rig for now. Since running OpenBSD or FreeBSD can also give the effect that MacOS had, if I desire, it shows that the X86_64 platform is better suited for my use case. All the options with X86_64 show more versatility than the effect of a Mac. I know I had previously stated Apple Macbook was going to be the newest in my equipment collection. I concluded that the "fancy" of MacOS is not always the best use-case when you need software that runs better on Linux. Microsoft's Windows Subsystem for Linux is an excellent feature and I know Powershell is something used in tech jobs as well.
Why fret the Macintosh when you can run BSD on a local disk with VMWare, *and* you'd have plenty of hard disk space for the years ahead. I'm happy to admit that 32 GB of RAM is suitable to examine Kubernetes/Docker scenarios with Ansible expertise in road 🛣🚴🏼♂️ ahead. #CircleCI #competitive #GED #webcam
- Details
- Written by: Charles Thompson (Webmaster)
- Category: Enthusiasm Computing (OS & Software, Hardware) 🪛🤯
- Hits: 121
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.
- Details
- Written by: Charles Thompson (Webmaster)
- Category: Enthusiasm Computing (OS & Software, Hardware) 🪛🤯
- Hits: 107
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!"
- Details
- Written by: Charles Thompson (Webmaster)
- Category: Enthusiasm Computing (OS & Software, Hardware) 🪛🤯
- Hits: 161
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! ⚚
- Details
- Written by: Charles Thompson (Webmaster)
- Category: Enthusiasm Computing (OS & Software, Hardware) 🪛🤯
- Hits: 200
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
-
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)
-
-
Customization: Linux offers extensive customization options for users.
-
Command:
lsb_release -a
(Displays Linux distribution information)
-
-
Package Management: Linux distributions use package managers to install software.
-
Command:
apt-get install <package_name>
(Installs a package using APT)
-
-
Multi-User Support: Linux supports multiple users with different permissions.
-
Command:
who
(Displays who is currently logged in)
-
-
Stability: Linux is known for its stability and reliability.
-
Command:
uptime
(Displays system uptime)
-
-
Security: Linux has robust security features.
-
Command:
sudo
(Provides superuser privileges)
-
-
Networking: Linux has advanced networking capabilities.
-
Command:
ifconfig
(Displays network interface configuration)
-
-
File System: Linux supports various file systems.
-
Command:
df -h
(Displays disk space usage)
-
-
Scripting: Linux supports various scripting languages.
-
Command:
bash
(Starts a Bash shell)
-
-
Portability: Linux can run on various hardware platforms.
-
Command:
uname -a
(Displays system information)
-
macOS Darwin
https://www.matisse.net/OSX/darwin_commands.html
-
Unix-Based: Darwin is the core of macOS, based on BSD and Mach technologies.
-
Command:
uname -a
(Displays system information)
-
-
Open-Source: Darwin is open-source, allowing developers to access and modify the code.
-
Command:
open /System/Library/CoreServices
(Opens the Core Services directory)
-
-
Advanced Networking: Darwin supports advanced networking features.
-
Command:
networksetup -listallnetworkservices
(Lists all network services)
-
-
Apache Web Server: Darwin includes the Apache web server.
-
Command:
apachectl -v
(Displays Apache version)
-
-
File System Support: Darwin supports both Mac OS and Unix file systems.
-
Command:
diskutil list
(Lists all disks and partitions)
-
-
X Window System: Darwin supports the X Window System.
-
Command:
open -a XQuartz
(Opens XQuartz)
-
-
PowerPC and Intel Compatibility: Darwin runs on both PowerPC and Intel-compatible platforms.
-
Command:
sysctl hw
(Displays hardware information)
-
-
Core Services: Darwin includes various core services.
-
Command:
launchctl list
(Lists loaded launch daemons and agents)
-
-
Apple Technologies: Darwin integrates Apple technologies.
-
Command:
defaults read
(Reads macOS user defaults)
-
-
Portability: Darwin can run on various hardware platforms.
-
Command:
system_profiler
(Displays detailed system information)
-