Search found 188 matches
- Wed Sep 29, 2021 10:29 am
- Forum: Fedora / Red Hat
- Topic: CentOS 7 Netinstall Guide
- Replies: 0
- Views: 1385
CentOS 7 Netinstall Guide
Download Centos 7 Net Install image from http://ftp.belnet.be/mirror/ftp.centos.org/7.9.2009/isos/x86_64/ Select CentOS-7-x86_64-NetInstall-2009.iso Depending of you systems burn it on CD or create a bootable USB disk. Of course not needed when working with virtual machines :D Boot the system In GRU...
- Thu Apr 22, 2021 9:23 pm
- Forum: SuSE
- Topic: How To: Recover the Linux root password
- Replies: 0
- Views: 1682
How To: Recover the Linux root password
Orginal Link https://www.suse.com/support/kb/doc/?id=000015925 but still valid for latest versions :D Situation Lost or forgot the root password on Linux server Resolution Boot server from the installation CD. Then select any installation method or Rescue System. At the first installation screen whe...
- Thu Apr 22, 2021 9:15 pm
- Forum: SuSE
- Topic: Delete Snapshots when snapper fails
- Replies: 0
- Views: 1215
Delete Snapshots when snapper fails
Normally you can delete snapshots through the usage of the command snapper delete .... But if this fails, and you want first to clean up you system, before looking into the snapper issue, hereby how to do so: btrfs subvolume delete /.snapshots/SNAPSHOTNUMBER/snapshot rm -rf /.snapshots/SNAPSHOTNUMBER
- Wed May 15, 2019 12:42 pm
- Forum: PowerShell
- Topic: Windows update 4
- Replies: 0
- Views: 7037
Windows update 4
# This Script is for removing Tasks secheduled : Remove_Deployment_Team & InstallUpdates # Path : \Microsoft\Windows\PowerShell\ScheduledJobs\ # It can be executed remotely : # .\Unreg_Deploy_Updates_Task.ps1 ServerName [cmdletbinding()] param ( [string]$ComputerName = $env:computername ) write-...
- Wed May 15, 2019 12:41 pm
- Forum: PowerShell
- Topic: windows update 3
- Replies: 0
- Views: 5329
windows update 3
[cmdletbinding()] param ( [string]$ComputerName = $env:computername ) write-host $ComputerName $Session = Get-PSSession | where { $_.ComputerName -eq $ComputerName -and $_.State -eq 'Opened' } if (-not $Session) { try { $Session = New-PSSession -ComputerName $ComputerName -EA 1 } catch { throw } } I...
- Wed May 15, 2019 12:41 pm
- Forum: PowerShell
- Topic: Windows update 2
- Replies: 0
- Views: 4703
Windows update 2
[cmdletbinding()] param ( [string]$ComputerName = $env:computername ) #write-host $ComputerName ## Define files with Computer information $fullPathIncFileName = $MyInvocation.MyCommand.Definition $currentScriptName = $MyInvocation.MyCommand.Name $currentExecutingPath = $fullPathIncFileName.Replace($...
- Wed May 15, 2019 12:39 pm
- Forum: PowerShell
- Topic: Windows update 1
- Replies: 0
- Views: 4827
Windows update 1
##\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ## ## Filename: ## Author: HPE ## ## This script will export..... ## ## ## syntax: ## ## Prerquisites: ## ## Caution: ## ## History ## 0.1 draft ## ##\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ [cmdletb...
- Wed Apr 05, 2017 1:08 pm
- Forum: OS Windows 2008
- Topic: Test if KMS record exists in DNS
- Replies: 0
- Views: 8497
Test if KMS record exists in DNS
When installing the KMS server, you have the ability to allow to register itself into the DNS. It will create a srv entry for the server. Test this configuration, can be done as follow: C:\nslookup -type=all _vlmcs._tcp Server: dns.example.com Address: 192.168.1.1 _vlmcs._tcp.example.com SRV service...
- Thu Oct 08, 2015 11:53 am
- Forum: General
- Topic: Spacewalk 2.4 has been released
- Replies: 0
- Views: 9377
Spacewalk 2.4 has been released
We are proudly announcing release of Spacewalk 2.4, a systems management solution. The download locations are http://yum.spacewalkproject.org/2.4/RHEL/6/ http://yum.spacewalkproject.org/2.4/RHEL/7/ http://yum.spacewalkproject.org/2.4/Fedora/21/ http://yum.spacewalkproject.org/2.4/Fedora/22/ with cli...
- Thu May 28, 2015 7:47 pm
- Forum: General
- Topic: Convert a list of MTS files to AVI
- Replies: 0
- Views: 6450
Convert a list of MTS files to AVI
Using a digital camera is very fun to do. But these files are saved with a MTS extension. For playing them on the TV through USB, must the be in AVI format. Hereby a small script which will convert all MTS files into AVI in a given directory. for file in *.MTS; do ffmpeg -i "$file" -vcodec...
- Mon May 11, 2015 1:09 pm
- Forum: VMware
- Topic: Monitoring and Managing SAN Storage
- Replies: 0
- Views: 9202
Monitoring and Managing SAN Storage
The esxcli storage san commands help administrators troubleshoot issues with I/O devices and fabric, and include Fibre Channel, FCoE, iSCSI and SAS protocol statistics. The commands allow you to retrieve device information and I/O statistics from those device. You can also issue Loop Initialization ...
- Wed Apr 15, 2015 7:11 am
- Forum: VMware
- Topic: VMware Load test Tools
- Replies: 0
- Views: 6431
VMware Load test Tools
Hereby an overview of tools which could be use full to benchmark a VMware environment: VMmark Standard for VMware Systems http://www.vmware.com/fr/products/vmmark/ I/O Analyzer VMware I/O Analyzer https://labs.vmware.com/flings/io-analyzer IOmeter http://www.iometer.org/doc/downloads.html
- Mon Dec 08, 2014 11:26 am
- Forum: General stuff
- Topic: Using Kindle with Wine
- Replies: 0
- Views: 9577
Using Kindle with Wine
Hello, When installing Kindle on my Linux system, it crashes on the moment you try to open a book. This seems to be an old "feature" => https://bugs.winehq.org/ Thus by copying Times New Roman and Courrier New to the /home/%user%/.wine/drive_c/windows/Fonts is indeed solving the problem. T...
- Thu Nov 20, 2014 3:09 pm
- Forum: SuSE
- Topic: OpenSuse 12.3 Repo's - Add
- Replies: 1
- Views: 11377
Re: OpenSuse 12.3 Repo's - Add
Remove of these repo's: zypper removerepo "OpenSuse 12.3 OSS" zypper removerepo "OpenSuse 12.3 Non-OSS" zypper removerepo "OpenSuse 12.3 Update" zypper removerepo "OpenSuse 12.3 Update Non-OSS" zypper removerepo "OpenSuse 12.3 Source OSS" zypper remo...
- Thu Nov 20, 2014 2:55 pm
- Forum: SuSE
- Topic: OpenSuse 12.3 Repo's - Add
- Replies: 1
- Views: 11377
OpenSuse 12.3 Repo's - Add
Hereby the commands for adding repo's in OpenSuSE zypper addrepo -f http://download.opensuse.org/distribution/12.3/repo/oss/ "OpenSuse 12.3 OSS" zypper addrepo -f http://download.opensuse.org/distribution/12.3/repo/non-oss/ "OpenSuse 12.3 Non-OSS" zypper addrepo -f http://downloa...