Posts

Showing posts from June, 2024

Libreoffice Commands - Tips and Tricks

  Tips and Tricks for Using LibreOffice with the Terminal in Kali Linux Installing LibreOffice If LibreOffice is not already installed on your Kali Linux system, you can install it using the following command: bash Copy code sudo apt update sudo apt install libreoffice Starting LibreOffice Applications You can start LibreOffice applications from the terminal: bash Copy code libreoffice --writer # Start LibreOffice Writer libreoffice --calc # Start LibreOffice Calc libreoffice --impress # Start LibreOffice Impress libreoffice --draw # Start LibreOffice Draw libreoffice --base # Start LibreOffice Base libreoffice --math # Start LibreOffice Math libreoffice # Start LibreOffice main window Opening Specific Files To open a specific file with LibreOffice, use the following command: bash Copy code libreoffice /path/to/your/file.odt # Open a Writer document libreoffice /path/to/your/file.ods #...

Sublime - How to set sublime(subl) as defualt text editor in kali.

  Set Sublime Text as the Default Text Editor : # Set Sublime Text as the default editor for text files xdg-mime default sublime_text.desktop text/plain # Set Sublime Text as the default editor for other common file types xdg-mime default sublime_text.desktop application/x-shellscript xdg-mime default sublime_text.desktop application/javascript xdg-mime default sublime_text.desktop application/json xdg-mime default sublime_text.desktop application/xml xdg-mime default sublime_text.desktop text/html Verify the Changes : To ensure the changes have been applied, you can check the default application for a specific file type using: xdg-mime query default text/plain default.list file sudo nano /usr/share/applications/defaults.list

Cloudflare - Installation and How to use it?

  Download the cloudflared binary : Use wget to download the latest version of the cloudflared binary from Cloudflare's repository. wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 chmod +x cloudflared-linux-amd64 sudo cp cloudflared-linux-amd64 /usr/local/bin/cloudflared cloudflared --version cloudflared tunnel --url http://localhost:8000 To start `cloudflared` using the terminal, you typically use it to create a secure tunnel to a web server or service running on your local machine. Here are the basic steps to get you started: 1. **Start a Basic Tunnel**: To start a basic tunnel, you can use the following command:     ```bash     cloudflared tunnel --url http://localhost:8080     ```     Replace `http://localhost:8080` with the URL of the service you want to expose. This command will create a tunnel to your local service running on port 8080. 2. **Login to Your Cloudflare Account**: I...

Linux Packages

File nmcli nmtui network-manager neofetch/Screenfetch vim net-tools vlc web server apache2 nginix caddy litespeed cherokee Hiawatha openssh/openssh-server iftop - Data Monitor git python3-pip tilix - terminal muliplier tor rsync syncthing putty Speech-Tools espeak festival pockesphinx pocetspinx-en-us 20.httrack - website cloning 21. Shells fish zsh bash bash-completition chch 22.gnome-tweaks - startup applications 23.ncal - calendar - ncal , ncal 2024 24.default-jre - java installation 25.Text Editor Sublime VIM Nano gedit mousepad kate atom vs code brackets neo vim emacs leafpad 26.Libre-Office 27.playonlinux - PlayOnLinux is a graphical frontend for Wine, which is a compatibility layer that allows you to run Windows applications on Linux operating systems 28.wine - use windows software in linux. 29.ngnix - web server. 30.libnotify-bin -  notify-send command 31.Clocks gnome-clocks cairo-clock orage plasma-workspace conky  32.Screenshot Flameshot 33.oneko - cat will fol...