• Linux
  • FreeBSD
  • Networking
  • Python
  • AWS
  • WebDev
  • About Us
Tech Tips and Tutorials
Menu
  • Linux
  • FreeBSD
  • Networking
  • Python
  • AWS
  • WebDev
  • About Us

How to Live stream a camera to Youtube using FFMPEG in Raspberry pi 4

Live streaming camera footage, such as watching pets or observing a bird’s nest, has become a popular hobby. Platforms like YouTube and Facebook allow anyone to view these streams from anywhere in the world, often driving significant traffic to your channel. In this guide, we’ll explore how to set up a live stream using...
Read More about How to Live stream a camera to Youtube using FFMPEG in Raspberry pi 4
Linux Leave a Comment

How to upgrade the nvme SSD on a 2014/15 Macbook with Samsung 970 EVO 1TB

I’ve been using a MacBook for quite some time and have been very satisfied with its performance. It has 8GB of RAM, but the storage is limited to just 128GB. As I started using more software, I decided it was time to upgrade the storage on my MacBook. The first step I took was...
Read More about How to upgrade the nvme SSD on a 2014/15 Macbook with Samsung 970 EVO 1TB
Uncategorized Leave a Comment

How to set CPU affinity in FreeBSD to allocate specific cores to specific processes

If your hardware has multiple CPUs, you can set CPU affinity to run certain processes on specific cores. In FreeBSD, the cpuset command is used for this purpose. I have a test server on AWS with two CPU cores. First, let’s verify the hardware by running the following command: So you can see I...
Read More about How to set CPU affinity in FreeBSD to allocate specific cores to specific processes
FreeBSD Leave a Comment

How to create RAM disk in FreeBSD

RAM can be used as temporary storage in FreeBSD, offering much faster performance compared to traditional hard drives. However, since RAM is volatile memory, this storage won’t persist through a shutdown or a sudden power loss. In a production environment, you might need a temporary RAM disk to store temporary data without interrupting the...
Read More about How to create RAM disk in FreeBSD
FreeBSD Leave a Comment

Linux Shell Scripts for System Administrators

1. File Backup Script: 2. System Monitoring Script: 3. Log Analyzer Script: 4. File Encryption/Decryption Script: 5. Automated Software Installation Script: 6. Network Connectivity Checker Script: 7. Website Uptime Checker Script: 8. Data Cleanup Script: 9. CPU Usage Tracker Script: 10. System Information Script: 11. Disk Space Monitoring Script: 12. Remote Server Backup Script:...
Read More about Linux Shell Scripts for System Administrators
Linux Leave a Comment

SOCKS PROXY

A SOCKS proxy allows you to route HTTP traffic through a remote server, VPS, router, etc., and access it locally via a browser. This is particularly useful for remotely administering firewalls or routing appliances via their private IP addresses, enabling you to avoid port forwarding and its associated security risks. This setup works through...
Read More about SOCKS PROXY
Linux Leave a Comment

How to install XAMPP and access phpMyAdmin in MAC OS

XAMPP is an essential tool for web developers, allowing them to manage servers like Apache and MySQL, as well as create and manage databases. On Windows, it’s easy to install, and the admin panels are directly accessible from its minimal UI. However, the process is a bit different on a Mac. To install, download...
Read More about How to install XAMPP and access phpMyAdmin in MAC OS
WebDev Leave a Comment

How to increase the root volume in a Linux ec2 instance

First login to the AWS console , go to the ec2 instances , select the required instance , click on ‘Storage’ and click on the ‘Volume id’ . Now select actions and choose ‘modify volume’ , increase the volume and save. Here, I have added 30G which means I am modifying my volume from...
Read More about How to increase the root volume in a Linux ec2 instance
AWS Leave a Comment

How to run tcpdump as a process for pcap capture in FreeBSD

If you are managing FreeBSD or any Linux servers , you might have used the tcpdump a number of times . It’s a very handy tool for Network engineers or System administrators for troubleshooting . Sometimes you need to run it over day/night , capture the file and then analyze it in Wireshark ....
Read More about How to run tcpdump as a process for pcap capture in FreeBSD
FreeBSD Leave a Comment

How to grep IP addresses from log files in Linux

The system level log files usually keeps a lot of data about various applications and services . So at some times , we might need to grep only the IP communications from a large log file like ‘/var/log/messages’ or from syslog. The below command will grep only the data with IP addresses . The...
Read More about How to grep IP addresses from log files in Linux
Linux Leave a Comment

How to empty or delete a large file in Linux

When dealing with files in Linux , sometimes you need to empty it without opening the actual file . Also , this is very useful is safely emptying a dynamically writing file, especially some of the log files . So we are looking on some of the commands to do this . Empty using...
Read More about How to empty or delete a large file in Linux
Linux Leave a Comment

How to list and delete an IPtables rule in Linux

We will first check some of the general Iptables commands . The below command will dispaly all the available chains ( TCP, INPUT, OUTPUT, etc.) configured. You can then filter this more with specific chains , the below command will display all the INPUT rules To display all the active rules , you can do...
Read More about How to list and delete an IPtables rule in Linux
Linux Leave a Comment

How to increase the disk size in FreeBSD

I have cloned my FreeBSD 16GB SSD to a 28GB SSD . So everything  works fine from the new SSD  but I am unable to use the extra storage I had added . Another popular scenario of resizing the partition is adding extra storage to your virtual machines or SAN devices .In either case...
Read More about How to increase the disk size in FreeBSD
FreeBSD Leave a Comment

How to list and mount an external USB disk in FreeBSD

Once the USB disk is connected , you can run the geom command to list all the available disk. In my case ada0 is my internal ssd , da0 is a card reader and da1 is the external USB disk . If you want to see more details about the disks including its sub...
Read More about How to list and mount an external USB disk in FreeBSD
FreeBSD Leave a Comment
1 2 … 6 Next →
  • Popular Posts
  • Recent Posts
  • Linux Shell Scripts for System Administrators
  • Cacti 1.1.38 ERROR Opening .rrd No Such file or directory
  • Apache configuration for Cacti
  • How to create RAM disk in Ubuntu 18.04
  • Linux Shell Scripts for System Administrators
  • SOCKS PROXY
  • How to install XAMPP and access phpMyAdmin in MAC OS
  • How to increase the root volume in a Linux ec2 instance

Linux

  • Linux Shell Scripts for System Administrators
  • SOCKS PROXY
  • How to grep IP addresses from log files in Linux
  • How to empty or delete a large file in Linux

Categories

  • AWS (5)
  • FreeBSD (12)
  • Linux (29)
  • Networking (3)
  • Python (5)
  • Uncategorized (4)
  • WebDev (1)
  • Connect on Facebook
  • Connect on YouTube
© Copyright 2020.TechieNix. All Rights Reserved.
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled

Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.

Non-necessary

Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.