Skip to main content

Posts

Shutdown or Restart Ubuntu

Ubuntu commands to restart or shutdown the server  1. Ubuntu Reboot command Ubuntu Linux terminal we can run to restart it is “Reboot“.   This command can be used with or without sudo, however, if some Admin process is not allowing you to restart the computer then it is recommended to use sudo with the command.      Sudo reboot The system will prompt you to enter the current user password to initiate the reboot command. 2. Sudo Shutdown Command “shutdown” command with the -r option. It will properly first shut down the computer and then restart the same because we have used the -r option with it. The syntax to use is here:      sudo shutdown -r now 3. REISUB Sequence (Emergency Restart) If your Ubuntu system is not responding properly then the REISUB sequence is quite handy to safely start it. In this method, we have to type REISUB in our command terminal in the same sequence it is written while holding ALT and Print screen keys. So, on your computer open the command terminal and then
Recent posts

password not recognized

While operating in a network environment Occasionally unable to log in to share folders as stated The shared folder password is not accepted as legitimate credentials.  so that we may do the easy actions listed below to get it to function again. open the registry edit and find the below key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa In the left pane of this registry location, highlight the Lsa key and come to its right pane.  Then, right click in blank space and select  New -> DWORD Value. Give the newly created DWORD (REG_DWORD) as LmCompatibilityLevel name double click on it to get this: Logon-Failure-While-Joining-2 after that  In the above shown Edit DWORD Value box,  put the Value data equals to  Click OK.  You can now close Registry Editor and reboot the machine.  After restarting your computer,  you’ll be easily able to join the shared system.

Word to PDF Convertor

 A Word document may be easily converted to a PDF file However, what happens if you need to convert a ton of Word files into PDFs? It will take a long time to open every file by hand and save it to PDF.  You may quickly and easily convert large amounts of Word to PDF with the help of this method. And without utilizing any outside tools either. Ms. Word is all you need. Copy the following code into Notepad or Notepad++, then save the file as "PDF.js" in a folder var obj = new ActiveXObject("Scripting.FileSystemObject"); var docPath = WScript.Arguments(0); docPath = obj.GetAbsolutePathName(docPath); var pdfPath = docPath.replace(/\.doc[^.]*$/, ".pdf"); var objWord = null; try {     objWord = new ActiveXObject("Word.Application");     objWord.Visible = false;     var objDoc = objWord.Documents.Open(docPath);     var format = 17;     objDoc.SaveAs(pdfPath, format);     objDoc.Close();     WScript.Echo("Saving '" + docPath + "'

Mount CIFS Share

Mounting a remote Windows share via CIFS is similar to mounting regular file systems. Follow the steps below to mount a CIFS share on Linux. Step 1: Install CIFS Utilities Packages on Linux The CIFS-Utils package provides the necessary utilities for mounting SMB/CIFS shares on a Linux system. The installation steps differ depending on which Linux distribution you are using. For Debian-based systems: First, update the local package repository to ensure the latest available package gets installed: sudo apt update Run the following command to install the CIFS-Utils package: sudo apt install cifs-utils - y For RHEL-based systems: First, update the system repository: yum update Next, install the CIFS-Utils package by running the following command: yum install cifs-utils For Fedora: Run the following command to update the package repository: sudo dnf update Install CIFS-Utils by running: sudo dnf install cifs-utils After the package installs, move on to the next section to create a mount poi

DNS Cache Flush

Lets see how to flush dns on Windows if you are using Microsoft Windows this is the way to flush DNS cache  you need to run as administrator when executing the command prompt 1.Press Windows+R keys and click Run. 2.Type cmd to open the Windows command prompt  3.Type ipconfig /flushdns in command prompt and press enter. 4.after that trype ipconfig /renew 5.restart your computer  that's it :D

Flash For EVONY 2021

Flash is now officially dead.   with this way you can still use Flash. if you have any problem while installing or working on this please feel free to contact me to help you first we have to go to pale moon https://www.palemoon.org/ Download and install PaleMoon then lets go to adobe archive page  https://web.archive.org/web/20200630185339/https://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html go to bottom of the page until you find the  Flash Player archives this site is little bit slower than others  Download this version,after May it is not working (Released 5/12/2020)  Flash Player 32.0.0.371  (425 MB)    https://web.archive.org/web/20200630185339/https://fpdownload.macromedia.com/pub/flashplayer/installers/archive/fp_32.0.0.371_archive.zip Unzip the archive and install the flash player for windows, Goto control panel and find the flash adon there Click on never check for updates  then open your c drive  and search where adobe is get installed. in here i am usi

How to remove unwanted device drivers from your computer

 1.Right-click “Computer” on the Start menu (or on the desktop ) and choose Properties. 2. Click on “Advance System Settings” link, and then click on the “Environment Variables” button. 3. In the System Variables section click on the “New” button. 4. In the New System Variable dialog box, under the Variable Name value enter devmgr_show_nonpresent_devices  and give it a variable value of 1. Click Ok. i have done it here as you can see after that log off and log back or restarts computer go to device manger and click on show hidden devices then you can find the disabled  drives as follow with dim color delete them so one by one