unix

  1. BoodyWin

    A LFS project

    Well, I'm working on a LFS(Linux From Scratch) project for making a new unix operating system , I've started with the simple commands - copy, move, delete, rename and all these stuff - first, so that will make it easier to make the os (In addition, I'm making these apps mainly using Python) ...
  2. D

    Linux in Pop Culture

    Its a cool feeling when you see or hear a specific distro being mentioned in pop culture, because it encourages people to try it out, while promoting Linux as a whole and the principles of FOSS. There are a few links I found that talk about this (albeit a bit old): Here's Canonical talking...
  3. D

    Computers Have Been Gradually Going Against the Unix Philosophy

    As computers have evolved over the last several decades, there's been a number of improvements made, but there's also been a number of dumb decisions made, and one of those decisions was to make computers all-in-one devices. When I say "all-in-one", I'm not just referring to these modern...
  4. SuperAdventureHunter

    Unix-Like Systems Discussion

    Quite recently I found myself thinking about other Unix-like operating systems. I actually have never tried or even thought about trying such after an operating system development kit called “Cosmos” piqued my interest (maybe I’ll use it, I want to focus on my Linux distro first). Previously...
  5. V

    Cause I am Curios \n Frame - Segment is Preflight=Obj+Header

    Cause I am Curios Frame - Segment is Preflight=Obj+Header How Linux knows the pre-sequence numbers and segment \br For Example : \x6f\x70\x3d\x50\x41\x4d\x3a\x61\x75\x74\x68\x65\x6e\x74\x69\x63\x61\x74\x69\x6f\x6e\x20\x67\x72\x61\x6e\x74\x6f\x72\x73\x3d\x3f op=PAM:authentication grantors=? Such...
  6. S

    Trying to connect with remote server and find timestamp of a file but getting invalid command error

    This is my sample code but it's not working getting invalid command error in stat command, the connection is successful but stat command is not working. stat command is installed in both servers local and remote. Thanks in Advance. #!/bin/bash host=-- user=-- pass=-- ftp -inv $host <<EOF user...
  7. L

    Text Based Game in Bash - Help Wanted

    Hello! I am a 16 year old who just got into programming. I am fairly new, but I have been trying to learn Bash. I thought a fun project I can attempt is to to make a small text based game based on "Lemonade Stand" from the late 70s. I created a very simple version (works, most of the time)...
  8. R

    How to fix error: no such device: bootloader

    Hi! I have a problem after i tried install a OS(Debian) on a USB device. Now if i start the ps, only the rescue mode of grub starts. I tried to run some commands which i found in the web but it don't work as i want it. The commands where like ls, but it allways says: "Filesystem is...
  9. blackneos940

    How do Servers like those at linux.org and Google seem to always stay Online.....? :3

    So I've been wondering this for a little while now..... When Linux and Windows and the BSDs and HP-UX, etc., get Kernel updates, it seems they need to reboot..... :3 But what about you Rob.....? :3 When you get a Kernel update, do you have to reboot.....? :3 Does Google have to...
  10. blackneos940

    Watching For I.P. Addresses in C :3

    So hello everybody..... :3 I have a setup where I need to monitor for any foreign I.P. Addresses..... :3 I know I could just use Wireshark, but I wanna make a Program myself to do this..... :3 I imagine it involves Sockets 'n stuff, but I'm not sure where to go about it..... :\...
  11. A

    unix .php file and we need to find PrepareStatement and what statement pass based on statement

    I have gap.php file which is store in unix server and we want to first find gap.php file then search PrepareStatement text in file and some statement pass "$selectQuery" based on statement we need to search text oracle query separate by " ". PrepareStatement($selectQuery) $selectQuery =...
  12. M

    Check that Service accounts do not have direct login

    Hello All, I'm new to Unix / Linux OS and I've just been assigned a assignment to Check that Service accounts do not have direct login on Unix server and I really do know what to do. Could someone please help. Thanks in adnce.
Top