- Details
- Written by: Charles Thompson (Webmaster)
- Category: System Planning, and on-Premise/IaaS: Linux, UNIX, Microsoft
- Hits: 4
I got Linux Peppermint OS running in a VMWare Workstation Pro instance. I'm going to be combining use materials with a flexible adaptation I have about my research. I want to do a variety of resourceful things with this software so I can pass interviews easier. So since I hacked the planet like that movie Hackers I wanted some respect for being a millennial of historic value. Contributing my ways to a better technology effect, is about whatever the employer is doing as a business making the share holders justified in their wants/desires. I have been playing Final Fantasy XIV, and it was good. The graphics in that game don't eat more than 1.2GB of 8 GB NVIDIA memory. It would be nice to be a coder, connect with people, and finish my GED.
Many thanks to Dan for fronting me on this machine 🏧🏧💰. I could not have gotten it during my circumstance scenario involving government and 🧑🏻⚖️ adult health officials. I've been at the Cordilleras building's newly constructed Acacia House, here at Redwood City. Redwood City is home to ISC.org, the makers of the BIND software that I had control over on many different systems while growing up in the Y2K era. The broadband data is okay, I just wish it would turn on every day. Since this is a new building development their IT services management has to work on the network connectivity supposedly going off every few days. In the event the internet is out I ask to use a computer's WiFi, attached to a computer they use for 15 minute sessions of those who don't own a computer (or tablet).
Today I got to play with DeepSeek AI. It made me a blueprint to celestial beings 🗺️🪐 ~
- Details
- Written by: Charles Thompson (Webmaster)
- Category: System Planning, and on-Premise/IaaS: Linux, UNIX, Microsoft
- Hits: 15
In DevOps
What artifacts are: These are files and components created during the software development process.
They are used to build software applications and ensure a smooth transition from development to deployment.
What are artifacts used for?
Software package versions: Artifacts are used to specify the versions of software packages that will be deployed.
Rollbacks: Artifacts are used to revert an application to an earlier version if there is a problem.
Efficient software delivery: Artifacts are essential for efficient software delivery and management.
What types of artifacts are there?
Compiled code: The compiled version of an application, such as a .jar or .exe file
Binary files: Libraries or other dependencies that an application needs to run
Packages: Deployable units such as NuGet packages, WAR files, or Docker images
Database scripts: Scripts for setting up, modifying, or tearing down databases
Configuration files: Files for configuring the application or environment
How are artifacts managed?
1.) Artifacts are stored in an artifact repository for easy access by team members.
2.) Artifact repository managers can move, copy, and delete artifacts to keep repositories consistent.
- Details
- Written by: Charles Thompson (Webmaster)
- Category: System Planning, and on-Premise/IaaS: Linux, UNIX, Microsoft
- Hits: 63
"Infrastructure as a Service" (IaaS) refers to a cloud computing model where a provider delivers essential IT infrastructure like servers, storage, and networking resources on demand, allowing users to access and utilize these resources over the internet on a pay-as-you-go basis, without having to manage the underlying physical hardware; essentially, "renting" computing power instead of buying and maintaining your own hardware.
Key points about IaaS:
- Flexibility:
Users can scale up or down their resource usage based on their needs, paying only for what they use. - Control:
While the provider manages the physical infrastructure, users still have control over their operating systems, applications, and data. - Cost-effective:
Eliminates the need for large upfront investments in hardware and reduces maintenance costs.
Examples of IaaS providers: Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.
- Details
- Written by: Charles Thompson (Webmaster)
- Category: System Planning, and on-Premise/IaaS: Linux, UNIX, Microsoft
- Hits: 212
A good .NET 🌐 is hard to find
I keep digging through .net since I want a better one than the one I have expiring. Thusly I found something of a candidate worth selling, but I want to keep digging. Use of tools on the internet, are varying such as reversedictionary.org and other. Numerical names of representation were surprisingly taken (for example, 8231.net) as I looked through the queries. My ideal expired/expiring .net is a 3 character one. I almost got to register a 2 character .net that expired in 2015, but IANA said you can't buy them (2 letter .net) directly through a registrar any longer. It is still expired to this day so; nobody is being a jerk like Twitter was when I needed the username @kinesis. That was so wrong I had to give up my username ID for the millennium. I picked it out of the dictionary, and everyone takes it before I find and register it as service user. I wish I had root on the .net registrar, so I could just apply my desire(d) names to named.conf and /var/named.
Come with me to the .net store, let's find something valuable 👟. Show me your most recent .net domains!
- Details
- Written by: Charles Thompson (Webmaster)
- Category: System Planning, and on-Premise/IaaS: Linux, UNIX, Microsoft
- Hits: 186
Accidently found 2 secrets of UNIX flavor MacOS "Darwin" and Plesk Linux servers
- zsh: Pressing Ctrl + SHIFT R opens a history search to re-apply the same command against the shell.
- A 'mesg' command does the talk daemon. This was OG stuff from Linux, from going back to when I was a child.
- Also knew about utmp from Linux, maybe wtmp too.
- This file was the history of login for telnet, but now for SSH and via 'w' and 'who'.
- So, I went on my friend Dan's Linux server and pulled out 'utmpdump' which I also discovered. When applied with file "/var/log/wtmp" in arguments it would show some possibly useful information fields perhaps about login history. This is a query portal for perhaps LDAP scripts or databases?
Information
- ℹ️ Use the 'last' command to use the wtmp of user logins.